summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/cons.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shuffle an extern around so gcc4 doesn't whinge about incomplete typesjsg2010-05-091-1/+3
| | | | | | as suggested by miod. ok miod@
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-3/+3
| | | | | | | the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@
* Make function pointer calls look all alike; from Holger Mikolon.miod2007-09-101-2/+2
| | | | No change in generated code.
* ansification and knf and protosderaadt2003-08-111-11/+8
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Add console switching logicniklas1997-08-131-1/+28
|
* new, like dev/cninit.c+cons.cmickey1997-08-121-47/+62
|
* grammarniklas1997-08-071-2/+2
|
* do consdevmickey1997-08-041-1/+5
|
* i love that constmickey1997-07-171-2/+2
|
* nicer includemickey1997-07-141-2/+2
|
* boot.conf supportmickey1997-04-261-4/+19
| | | | | | ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
* add dumb probe routinemickey1997-04-021-1/+13
|
* introduce multiconsoles.mickey1996-10-231-0/+57
add btochs macro.