summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/sab.c
AgeCommit message (Expand)Author
2022-10-26sparc64/sab(4): Convert to ttylock/ttyunlock.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2017-10-31As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLYmartin
2014-11-15centralize the call unit / dialout macroschristos
2014-11-01Convert sab_shutdown from deprecated shutdownhook_establish(9) APInakayama
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-09-15Remove unused variablemartin
2012-10-03Only initialize when we are the first opener.mlelstv
2011-06-02split auxio, ebus, psycho, sab.christos
2011-05-24also match the fujitsu sab: "FJSV,se" (from openbsd, pointed out by jdc)mrg
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-03-11various aprint_* fixes.mrg
2010-01-18Re-do the previous check for the RSC console:jdc
2009-12-30Check for "ssp-console" and "ssp-control" properties.jdc
2008-06-11use device_lookup_private to get softccegger
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2007-11-28Use the softint API.ad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-19kgdb support for sabttymartin
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-10-01When setting parameters, we should not only calculate the settings butmartin
2006-10-01Use device_xname() accessormartin
2006-07-28Remove 'unused variable p'.hannken
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-22void casts.christos
2006-05-14integrate kauth.elad
2006-04-18Invert carrier detect sense, from Jonathan A. Kollaschmartin
2006-03-28Use device_unit().thorpej
2006-02-13ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.cdi
2005-12-11merge ktrace-lwp.christos
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-31- sprinkle constchristos
2004-09-13clean up the questionable use of sabtty_match() as submatch functiondrochner
2004-07-19If we are serial console, insert a delay just after switching from promheas
2004-07-17Use aprint_normal consistently.heas
2004-06-10Add cnmagic(9) support: previously only <Break> was supported to breakseb
2004-03-21Use the promlib I/O routines.pk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Passing struct lwp * instead of struct proc * to device functions.martin
2003-06-13Pick up from OpenBSD:petrov
2003-06-11Use cdevsw_lookup_major.petrov
2003-01-01Use aprint_normal() for cfprint routines.thorpej