| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Force FWRITE on when opening the console, so that the flags passed to | jlemon | 2001-10-25 | 1 | -2/+5 |
* | Implement multiple low-level console support. | jlemon | 2001-10-23 | 1 | -227/+316 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+16 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -2/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -2/+18 |
* | Replace logwakeup() with "int msgbuftrigger". There is little | phk | 2000-12-20 | 1 | -0/+1 |
* | only include sys/proc.h once | mjacob | 2000-12-12 | 1 | -1/+0 |
* | Include sys/proc.h so this compiles [on the Alpha]. | obrien | 2000-12-12 | 1 | -0/+1 |
* | We reference curproc, ergo need <sys/proc.h> | mjacob | 2000-12-12 | 1 | -0/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Don't follow null pointers if we somehow have a null devswitch entry | bde | 2000-01-25 | 1 | -11/+17 |
* | Fixed some style bugs (mainly ones associated with the bogus name | bde | 2000-01-24 | 1 | -8/+6 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -1/+17 |
* | Remove cdevsw_add() - the necessary make_dev() is already there. | peter | 1999-11-18 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | First small steps at merging DEVFS and PHK's Dev_t stuff. | julian | 1999-08-20 | 1 | -3/+5 |
* | Register our dev_t with make_dev | phk | 1999-08-13 | 1 | -13/+2 |
* | make alpha compile again. | phk | 1999-08-09 | 1 | -2/+2 |