| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -2/+18 |
* | Replace logwakeup() with "int msgbuftrigger". There is little | Poul-Henning Kamp | 2000-12-20 | 1 | -0/+1 |
* | only include sys/proc.h once | Matt Jacob | 2000-12-12 | 1 | -1/+0 |
* | Include sys/proc.h so this compiles [on the Alpha]. | David E. O'Brien | 2000-12-12 | 1 | -0/+1 |
* | We reference curproc, ergo need <sys/proc.h> | Matt Jacob | 2000-12-12 | 1 | -0/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
* | Don't follow null pointers if we somehow have a null devswitch entry | Bruce Evans | 2000-01-25 | 1 | -11/+17 |
* | Fixed some style bugs (mainly ones associated with the bogus name | Bruce Evans | 2000-01-24 | 1 | -8/+6 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | Kazutaka YOKOTA | 2000-01-11 | 1 | -1/+17 |
* | Remove cdevsw_add() - the necessary make_dev() is already there. | Peter Wemm | 1999-11-18 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
* | This patch clears the way for removing a number of tty related | Poul-Henning Kamp | 1999-09-25 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | First small steps at merging DEVFS and PHK's Dev_t stuff. | Julian Elischer | 1999-08-20 | 1 | -3/+5 |
* | Register our dev_t with make_dev | Poul-Henning Kamp | 1999-08-13 | 1 | -13/+2 |
* | make alpha compile again. | Poul-Henning Kamp | 1999-08-09 | 1 | -2/+2 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 1 | -11/+5 |
* | - Correctly initialize cn_dev_t and cn_udev_t. | Kazutaka YOKOTA | 1999-07-24 | 1 | -4/+7 |
* | Quieten some warnings as a result of changes in ls_items[] constness over | Peter Wemm | 1999-06-26 | 1 | -4/+3 |
* | The second phase of syscons reorganization. | Kazutaka YOKOTA | 1999-06-22 | 1 | -6/+11 |
* | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -7/+21 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -7/+7 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | Dmitrij Tejblum | 1999-04-28 | 1 | -2/+2 |
* | Change suser_xxx() to suser() where it applies. | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
* | Remove a hard-coded table of kernel console I/O functions exported | Kazutaka YOKOTA | 1999-01-07 | 1 | -18/+7 |
* | Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the | Eivind Eklund | 1998-12-09 | 1 | -2/+2 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | Bruce Evans | 1998-08-23 | 1 | -6/+9 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | Bruce Evans | 1998-03-28 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
* | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -6/+6 |
* | Make a function static to quieten gcc | Julian Elischer | 1997-08-08 | 1 | -3/+3 |
* | Clean up the console muting functionality. | Julian Elischer | 1997-08-08 | 1 | -15/+107 |
* | Removed extra definition of constty. It is defined in subr_prf.c. | Bruce Evans | 1997-07-01 | 1 | -3/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |