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