| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -19/+8 |
* | new sysctl 'kern.openfiles' (exports nfiles to userland) | alfred | 2000-08-26 | 1 | -0/+3 |
* | Dang, a _clone routine escaped #ifdef DEVFS containment. | phk | 2000-08-24 | 1 | -0/+2 |
* | Fix panic when removing open device (found by bp@) | phk | 2000-08-24 | 1 | -6/+38 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 1 | -6/+12 |
* | 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 panic the system when fpathconv is called on an unsupported filetype. | alfred | 2000-06-27 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -3/+23 |
* | Fix the style bugs in the style bugs fix. The style bug fix made the | imp | 2000-01-21 | 1 | -4/+6 |
* | Fix style bugs in the last commit. | green | 2000-01-21 | 1 | -10/+8 |
* | bdeize last commit: | imp | 2000-01-20 | 1 | -3/+0 |
* | When we are execing a setugid program, and we have a procfs filesystem | imp | 2000-01-20 | 1 | -0/+59 |
* | Removed unused includes. | bde | 1999-12-26 | 1 | -26/+12 |
* | Only bother converting the stat structure if we intend to return it, | dillon | 1999-11-18 | 1 | -2/+3 |
* | Remove cdevsw_add() - the necessary make_dev() calls appear to be there | peter | 1999-11-18 | 1 | -1/+0 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -2/+2 |
* | Use fo_stat() rather than duplicating knowledge of file type internals | peter | 1999-11-08 | 1 | -59/+16 |
* | Fix the advisory file locking by restoring previous ordering in closef()/ | green | 1999-11-07 | 1 | -8/+10 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Fix a hole in jail(2). | phk | 1999-09-25 | 1 | -0/+7 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -19/+26 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -41/+10 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 1 | -6/+64 |
* | From the submitter: | msmith | 1999-06-07 | 1 | -6/+6 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+6 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -2/+2 |
* | I got another batch of suggestions for cosmetic changes from bde. | truckman | 1998-11-11 | 1 | -4/+7 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -20/+122 |
* | Fixed printf format errors. | bde | 1998-07-29 | 1 | -4/+4 |
* | Cast longs to intptr_t before casting them to pointers. | bde | 1998-07-15 | 1 | -5/+8 |
* | 64bit fixes: p->p_retval is a register_t[] not an int[]. | dfr | 1998-06-10 | 1 | -3/+4 |
* | Fix the futimes/undelete/utrace conflict with other BSD's. Note that | dyson | 1998-05-11 | 1 | -1/+51 |
* | Make the rootdir handling more consistent. Now, processes always | dyson | 1998-02-15 | 1 | -7/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Fix and complete the AIO syscalls. There are some performance enhancements | dyson | 1997-11-29 | 1 | -1/+19 |
* | Fixed a missing conversion of retval to p_retval in disabled code. | bde | 1997-11-23 | 1 | -3/+3 |
* | Fixed duplicate definitions of M_FILE (one static). | bde | 1997-11-23 | 1 | -2/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -31/+23 |