| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the type and map files claim 0 bytes size. Tar doesn't get confused | phk | 1999-05-04 | 1 | -13/+10 |
* | Add a new "file" to procfs: "rlimit" which shows the resource limits for | phk | 1999-04-30 | 1 | -1/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+12 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -6/+6 |
* | A partial implementation of the procfs cmdline pseudo-file. This | peter | 1999-01-05 | 1 | -1/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | Remove "not hungly" panics. Cookies now used by the linux and ibcs2 | dt | 1998-06-25 | 1 | -10/+3 |
* | Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. | bde | 1998-06-14 | 1 | -10/+6 |
* | Don't silently accept attempts to change flags where they are not | peter | 1998-06-10 | 1 | -1/+5 |
* | Disallow reading the current kernel stack. Only the user structure and | tegge | 1998-05-19 | 1 | -2/+2 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -6/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -6/+3 |
* | Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result | sef | 1998-01-06 | 1 | -1/+4 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -2/+2 |
* | Clear the p_stops field on change of user/group id, unless the correct | sef | 1997-12-20 | 1 | -3/+13 |
* | Change the ioctls for procfs around a bit; in particular, whever possible, | sef | 1997-12-13 | 1 | -3/+4 |
* | Fix a problem with procfs_exit() that resulted in missing some procfs | sef | 1997-12-12 | 1 | -11/+1 |
* | A couple of fixes from bruce: first of all, psignal is a void (stupid | sef | 1997-12-08 | 1 | -3/+3 |
* | Clear the stop events and wakeup the process on teh last close of the | sef | 1997-12-07 | 1 | -1/+29 |
* | Changes to allow event-based process monitoring and control. | sef | 1997-12-06 | 1 | -1/+77 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -4/+1 |
* | KNFize rev.1.31. | bde | 1997-10-27 | 1 | -4/+6 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -2/+2 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -63/+2 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -53/+18 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -8/+8 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -49/+42 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -2/+2 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -3/+10 |
* | Fix procfs security hole -- check permissions on meaningful I/Os (namely, | sef | 1997-08-12 | 1 | -5/+9 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -3/+1 |
* | Fixed procfs's locking vops. They were missed in the Lite2 merge, | bde | 1997-02-24 | 1 | -5/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Add function prototypes for most of the new Lite2 functions. | mpp | 1997-02-12 | 1 | -2/+4 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -181/+285 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -2/+3 |
* | Clean-up the new VM map procfs code, and also add support for executable | dyson | 1996-06-18 | 1 | -2/+4 |
* | Add a feature to procfs to allow display of the process address map | dyson | 1996-06-17 | 1 | -1/+3 |
* | For Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -6/+4 |
* | Major fixes for procfs.. | peter | 1996-01-24 | 1 | -15/+38 |
* | Moved declarations for static functions to the correct place (not in a | bde | 1995-11-16 | 1 | -8/+42 |