| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -11/+5 |
* | - Correctly initialize cn_dev_t and cn_udev_t. | yokota | 1999-07-24 | 1 | -4/+7 |
* | Quieten some warnings as a result of changes in ls_items[] constness over | peter | 1999-06-26 | 1 | -4/+3 |
* | The second phase of syscons reorganization. | yokota | 1999-06-22 | 1 | -6/+11 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -7/+21 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -7/+7 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Remove a hard-coded table of kernel console I/O functions exported | yokota | 1999-01-07 | 1 | -18/+7 |
* | Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the | eivind | 1998-12-09 | 1 | -2/+2 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | bde | 1998-08-23 | 1 | -6/+9 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -6/+6 |
* | Make a function static to quieten gcc | julian | 1997-08-08 | 1 | -3/+3 |
* | Clean up the console muting functionality. | julian | 1997-08-08 | 1 | -15/+107 |