aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Always init the console before trying to cnadd it toJohn Birrell2006-11-031-2/+2
* Add a cnputs() function to write a string to the console withJohn Birrell2006-11-011-0/+25
* If the console has no cncheckc method, use cngetc instead.Poul-Henning Kamp2006-05-261-1/+4
* Don't use CONS_DRIVER() macro to insert dummy element in cons_setPoul-Henning Kamp2006-05-261-1/+2
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-261-19/+0
* Remove more straggling CPU_ macro referencesPoul-Henning Kamp2006-05-111-1/+1
* Use dynamic major number allocation for /dev/console, there is noPoul-Henning Kamp2005-02-271-6/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-2/+1
* Hold threadcount reference when we call into the underlying consolePoul-Henning Kamp2004-09-241-12/+52
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-2/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-15/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-9/+9
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Use standard style for cdevsw initialization.Poul-Henning Kamp2004-02-141-5/+5
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-051-14/+2
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-3/+42
* I think rwatson got the sign wrong here...Poul-Henning Kamp2003-10-181-2/+2
* Wrap db_active check in #ifdef DDB, as db_active is not defined ifndefRobert Watson2003-10-181-0/+8
* Add a new cn_flags fields to struct consdev, the low-level consoleRobert Watson2003-10-181-6/+10
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-5/+0
* Remove wrongly sized cnd_name field, we now store the name in thePoul-Henning Kamp2003-09-261-15/+21
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Use a new message buffer `consmsgbuf' to forward messages to aIan Dowse2003-06-221-0/+70
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Don't call make_dev() before we are ready for it.Poul-Henning Kamp2003-03-091-1/+9
* Add one little hack to allow us to make MAJOR_AUTO be zero:Poul-Henning Kamp2003-03-091-12/+7
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-4/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Remove unused variable cn_devfsdev.Poul-Henning Kamp2002-12-171-2/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsRobert Drehmel2002-10-171-2/+3
* Remove new console devices with cnremove before initializing them inJake Burkholder2002-08-061-0/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* Fix boot -p for DDBless kernelsGuido van Rooij2001-12-111-0/+6
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-101-0/+24
* + Fix another possible vn_close race, in the same fashion as r1.95.Jonathan Lemon2001-11-021-5/+6
* cnclose() can potentially race against itself. To avoid vn_close() races,Jonathan Lemon2001-10-251-2/+3
* Force FWRITE on when opening the console, so that the flags passed toJonathan Lemon2001-10-251-2/+5
* Implement multiple low-level console support.Jonathan Lemon2001-10-231-227/+316
* KSE Milestone 2Julian Elischer2001-09-121-16/+16
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0