summaryrefslogtreecommitdiff
path: root/sys/dev/nullcons_subr.c
AgeCommit message (Expand)Author
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
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
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
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-28Return EIO rather than getting an infinite loop in the nullcons read functiontsutsui
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