| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
* | Always init the console before trying to cnadd it to | John Birrell | 2006-11-03 | 1 | -2/+2 |
* | Add a cnputs() function to write a string to the console with | John Birrell | 2006-11-01 | 1 | -0/+25 |
* | If the console has no cncheckc method, use cngetc instead. | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+4 |
* | Don't use CONS_DRIVER() macro to insert dummy element in cons_set | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+2 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | Poul-Henning Kamp | 2006-05-26 | 1 | -19/+0 |
* | Remove more straggling CPU_ macro references | Poul-Henning Kamp | 2006-05-11 | 1 | -1/+1 |
* | Use dynamic major number allocation for /dev/console, there is no | Poul-Henning Kamp | 2005-02-27 | 1 | -6/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove the last vestiges of the userconfig option. None of this actually | Scott Long | 2004-12-01 | 1 | -2/+1 |
* | Hold threadcount reference when we call into the underlying console | Poul-Henning Kamp | 2004-09-24 | 1 | -12/+52 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -2/+2 |
* | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -15/+4 |
* | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -3/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -9/+9 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
* | Use standard style for cdevsw initialization. | Poul-Henning Kamp | 2004-02-14 | 1 | -5/+5 |
* | Rename cn_unavailable to cnunavailable for little more consistency. | Alexander Kabaev | 2004-02-05 | 1 | -14/+2 |
* | Eliminate global cons_unavailable flag and replace it by the status | Alexander Kabaev | 2004-02-05 | 1 | -3/+42 |
* | I think rwatson got the sign wrong here... | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+2 |
* | Wrap db_active check in #ifdef DDB, as db_active is not defined ifndef | Robert Watson | 2003-10-18 | 1 | -0/+8 |
* | Add a new cn_flags fields to struct consdev, the low-level console | Robert Watson | 2003-10-18 | 1 | -6/+10 |
* | OK, I messed up /dev/console with what I had hoped would be compat | Poul-Henning Kamp | 2003-09-26 | 1 | -5/+0 |
* | Remove wrongly sized cnd_name field, we now store the name in the | Poul-Henning Kamp | 2003-09-26 | 1 | -15/+21 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
* | Use a new message buffer `consmsgbuf' to forward messages to a | Ian Dowse | 2003-06-22 | 1 | -0/+70 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Don't call make_dev() before we are ready for it. | Poul-Henning Kamp | 2003-03-09 | 1 | -1/+9 |
* | Add one little hack to allow us to make MAJOR_AUTO be zero: | Poul-Henning Kamp | 2003-03-09 | 1 | -12/+7 |
* | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+10 |
* | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Remove unused variable cn_devfsdev. | Poul-Henning Kamp | 2002-12-17 | 1 | -2/+1 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | Robert Drehmel | 2002-10-17 | 1 | -2/+3 |
* | Remove new console devices with cnremove before initializing them in | Jake Burkholder | 2002-08-06 | 1 | -0/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
* | Fix boot -p for DDBless kernels | Guido van Rooij | 2001-12-11 | 1 | -0/+6 |
* | Add new boot flag to i386 boot: -p. | Guido van Rooij | 2001-12-10 | 1 | -0/+24 |
* | + Fix another possible vn_close race, in the same fashion as r1.95. | Jonathan Lemon | 2001-11-02 | 1 | -5/+6 |
* | cnclose() can potentially race against itself. To avoid vn_close() races, | Jonathan Lemon | 2001-10-25 | 1 | -2/+3 |
* | Force FWRITE on when opening the console, so that the flags passed to | Jonathan Lemon | 2001-10-25 | 1 | -2/+5 |
* | Implement multiple low-level console support. | Jonathan Lemon | 2001-10-23 | 1 | -227/+316 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -16/+16 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -2/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |