| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | alc | 2001-12-30 | 1 | -2/+2 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -4/+4 |
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 1 | -38/+73 |
* | PR: kern/29698 (part) | mr | 2001-09-13 | 1 | -0/+19 |
* | PR: kern/29698 (part) | mr | 2001-09-13 | 1 | -0/+11 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -49/+45 |
* | Correct a debugging message. | dd | 2001-09-11 | 1 | -1/+1 |
* | Make the `nsops' variable in `semop' unsigned. This prevents an | dd | 2001-09-10 | 1 | -5/+5 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | dillon | 2001-08-31 | 1 | -109/+186 |
* | Export via sysctl: | dd | 2001-05-30 | 1 | -0/+11 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -4/+4 |
* | Use predictable internal names for the sysvipc modules, so we have a | des | 2001-01-14 | 1 | -3/+4 |
* | sysvipc loadable. | alfred | 2000-12-01 | 1 | -6/+58 |
* | o Deny access to System V IPC from within jail by default, as in the | rwatson | 2000-10-31 | 1 | -0/+13 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -4/+0 |
* | Move the MSG* and SEM* options to opt_sysvipc.h | peter | 2000-05-01 | 1 | -14/+129 |
* | Remove the undocumented, flawed, broken-as-designed semconfig() syscall. | peter | 2000-05-01 | 1 | -79/+2 |
* | Remove #ifdef for sem_wakeup() - we just use wakeup(). | peter | 2000-03-30 | 1 | -10/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -14/+13 |
* | Fixed problems with kernel config file overrides of sysv semaphore | dillon | 1998-12-14 | 1 | -2/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -21/+15 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -3/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -2/+1 |
* | Somehow managed to miss these four files when converting the SYSV IPC | wollman | 1996-01-05 | 1 | -1/+3 |
* | Gack - if you're going to call semexit() from elsewhere, it shouldn't | jkh | 1995-12-28 | 1 | -2/+2 |
* | Call semexit() from exit(), in order to process `undo vectors'. | joerg | 1995-12-27 | 1 | -2/+1 |
* | Update sysv_*.c to get their argument definitions from sysproto.h | peter | 1995-12-15 | 1 | -14/+27 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -14/+16 |
* | Start including <sys/sysproto.h> to get the correct args structs and | bde | 1995-10-21 | 1 | -17/+38 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -3/+3 |
* | Fix several sysinit functions that had the wrong type and unnecessarily | bde | 1995-08-30 | 1 | -7/+4 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -1/+8 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -1/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 1 | -3/+3 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -3/+2 |
* | Got rid of compiler warnings. | dg | 1994-09-17 | 1 | -2/+4 |
* | Added SYSV ipcs. | dfr | 1994-09-13 | 1 | -0/+939 |