summaryrefslogtreecommitdiffstats
path: root/sys/dev/cninit.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
2014-09-14remove uneeded proc.h includesjsg1-2/+1
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really dokettenis1-27/+1
2011-06-23ansify a few files. ok deraadt dlg krw matthewtedu1-4/+3
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffguenther1-2/+1
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriatemiod1-1/+3
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing1-7/+9
2007-09-10Make function pointer calls look all alike; from Holger Mikolon.miod1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-06-12Prune duplicate definitions from <dev/cons.h>miod1-6/+2
1998-06-17import cnset() from libsamickey1-1/+28
1996-04-18Fix includes ordering.mickey1-2/+2
1996-03-30Add $OpenBSD$, fix comments.mickey1-0/+1
1995-10-18initial import of NetBSD treederaadt1-0/+86