summaryrefslogtreecommitdiff
path: root/sys/dev/nullcons_subr.c
AgeCommit message (Collapse)Author
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
consistency. Remove some unnecessary malloc.h inclusions as well.
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-04-16- remove an extra decl of cn_tab, which is in <dev/cons.h>tsutsui
- some KNF
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
2009-02-28Return EIO rather than getting an infinite loop in the nullcons read functiontsutsui
so that getty(8) against nullcons console fails properly. Problem on Cobalt Qube2700 reported by Wolfgang Solfrank on port-cobalt.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-10-17Introduce null console. This pseudo device acts as a normal console with thecdi
exception that it discards any output, and is useful for booting the kernel on headless boxes.