summaryrefslogtreecommitdiffstats
path: root/sys/dev/cninit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Get rid of cnset(). It is only used on amd64/i386 and doesn't really dokettenis2013-09-291-27/+1
* ansify a few files. ok deraadt dlg krw matthewtedu2011-06-231-4/+3
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriatemiod2010-06-091-1/+3
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-7/+9
* Make function pointer calls look all alike; from Holger Mikolon.miod2007-09-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Prune duplicate definitions from <dev/cons.h>miod2002-06-121-6/+2
* import cnset() from libsamickey1998-06-171-1/+28
* Fix includes ordering.mickey1996-04-181-2/+2
* Add $OpenBSD$, fix comments.mickey1996-03-301-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+86