| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TTY unrelated bits out of <sys/tty.h>. | ed | 2008-05-23 | 1 | -2/+4 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -0/+51 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | Rewrite kern.console handling in sbuf(9). My intention is to leave | wkoszek | 2007-12-25 | 1 | -21/+16 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Always init the console before trying to cnadd it to | jb | 2006-11-03 | 1 | -2/+2 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -0/+25 |
* | If the console has no cncheckc method, use cngetc instead. | phk | 2006-05-26 | 1 | -1/+4 |
* | Don't use CONS_DRIVER() macro to insert dummy element in cons_set | phk | 2006-05-26 | 1 | -1/+2 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | phk | 2006-05-26 | 1 | -19/+0 |
* | Remove more straggling CPU_ macro references | phk | 2006-05-11 | 1 | -1/+1 |
* | Use dynamic major number allocation for /dev/console, there is no | phk | 2005-02-27 | 1 | -6/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -2/+1 |
* | Hold threadcount reference when we call into the underlying console | phk | 2004-09-24 | 1 | -12/+52 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -2/+2 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -15/+4 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -3/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -9/+9 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Use standard style for cdevsw initialization. | phk | 2004-02-14 | 1 | -5/+5 |
* | Rename cn_unavailable to cnunavailable for little more consistency. | kan | 2004-02-05 | 1 | -14/+2 |
* | Eliminate global cons_unavailable flag and replace it by the status | kan | 2004-02-05 | 1 | -3/+42 |
* | I think rwatson got the sign wrong here... | phk | 2003-10-18 | 1 | -2/+2 |
* | Wrap db_active check in #ifdef DDB, as db_active is not defined ifndef | rwatson | 2003-10-18 | 1 | -0/+8 |
* | Add a new cn_flags fields to struct consdev, the low-level console | rwatson | 2003-10-18 | 1 | -6/+10 |
* | OK, I messed up /dev/console with what I had hoped would be compat | phk | 2003-09-26 | 1 | -5/+0 |
* | Remove wrongly sized cnd_name field, we now store the name in the | phk | 2003-09-26 | 1 | -15/+21 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Use a new message buffer `consmsgbuf' to forward messages to a | iedowse | 2003-06-22 | 1 | -0/+70 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Don't call make_dev() before we are ready for it. | phk | 2003-03-09 | 1 | -1/+9 |
* | Add one little hack to allow us to make MAJOR_AUTO be zero: | phk | 2003-03-09 | 1 | -12/+7 |
* | Make nokqfilter() return the correct return value. | phk | 2003-03-03 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -14/+10 |
* | Change the console interface to pass a "struct consdev *" instead of a | phk | 2003-02-20 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Remove unused variable cn_devfsdev. | phk | 2002-12-17 | 1 | -2/+1 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | robert | 2002-10-17 | 1 | -2/+3 |
* | Remove new console devices with cnremove before initializing them in | jake | 2002-08-06 | 1 | -0/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Fix boot -p for DDBless kernels | guido | 2001-12-11 | 1 | -0/+6 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 1 | -0/+24 |
* | + Fix another possible vn_close race, in the same fashion as r1.95. | jlemon | 2001-11-02 | 1 | -5/+6 |
* | cnclose() can potentially race against itself. To avoid vn_close() races, | jlemon | 2001-10-25 | 1 | -2/+3 |