summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Use dynamic major number allocation for /dev/console, there is nophk2005-02-271-6/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-2/+1
* Hold threadcount reference when we call into the underlying consolephk2004-09-241-12/+52
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-2/+2
* Update for the KDB framework:marcel2004-07-101-15/+4
* Second half of the dev_t cleanup.phk2004-06-171-3/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-9/+9
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Device megapatch 4/6:phk2004-02-211-1/+2
* Use standard style for cdevsw initialization.phk2004-02-141-5/+5
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-14/+2
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-3/+42
* I think rwatson got the sign wrong here...phk2003-10-181-2/+2
* Wrap db_active check in #ifdef DDB, as db_active is not defined ifndefrwatson2003-10-181-0/+8
* Add a new cn_flags fields to struct consdev, the low-level consolerwatson2003-10-181-6/+10
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-5/+0
* Remove wrongly sized cnd_name field, we now store the name in thephk2003-09-261-15/+21
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-221-0/+70
* Use __FBSDID().obrien2003-06-111-1/+3
* Don't call make_dev() before we are ready for it.phk2003-03-091-1/+9
* Add one little hack to allow us to make MAJOR_AUTO be zero:phk2003-03-091-12/+7
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove unused variable cn_devfsdev.phk2002-12-171-2/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+3
* Remove new console devices with cnremove before initializing them injake2002-08-061-0/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Fix boot -p for DDBless kernelsguido2001-12-111-0/+6
* Add new boot flag to i386 boot: -p.guido2001-12-101-0/+24
* + Fix another possible vn_close race, in the same fashion as r1.95.jlemon2001-11-021-5/+6
* cnclose() can potentially race against itself. To avoid vn_close() races,jlemon2001-10-251-2/+3
* Force FWRITE on when opening the console, so that the flags passed tojlemon2001-10-251-2/+5
* Implement multiple low-level console support.jlemon2001-10-231-227/+316
* KSE Milestone 2julian2001-09-121-16/+16
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+18
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-201-0/+1
* only include sys/proc.h oncemjacob2000-12-121-1/+0
* Include sys/proc.h so this compiles [on the Alpha].obrien2000-12-121-0/+1
* We reference curproc, ergo need <sys/proc.h>mjacob2000-12-121-0/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
OpenPOWER on IntegriCloud