summaryrefslogtreecommitdiffstats
path: root/sys/dev/cons.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Allow sendsyslog(2) with LOG_CONS even when /dev/console has notbluhm1-1/+3
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really dokettenis1-2/+1
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing1-8/+8
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,miod1-3/+5
2005-12-30Introduce another console device priority level, CN_FORCED, which wins overmiod1-2/+3
2003-09-23Replace select backends with poll backends. selscan() and pollscan()millert1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-03-15Cosmetic changes only, primarily making comments line up nicely after themillert1-7/+7
2002-03-14Fix ugliness caused by __P removing regexpmillert1-7/+13
2002-03-14First round of __P removal in sysmillert1-34/+28
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromaaron1-2/+10
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.provos1-1/+4
1998-06-17import cnset() from libsamickey1-1/+2
1996-04-18NetBSD 960317 mergeniklas1-2/+4
1996-03-02From NetBSD: sync with 960217 sourcesniklas1-1/+1
1996-02-27From NetBSD: update to 960217 sourcesniklas1-2/+3
1995-12-14from netbsd; fix definition of nullcnpollc, and add a prototype for itderaadt1-1/+2
1995-10-18initial import of NetBSD treederaadt1-0/+99