| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust the number of processes waiting on a semaphore properly if we're | cperciva | 2004-03-17 | 1 | -6/+12 |
* | Reduce the overhead of semop() by using the kernel stack instead of | tjr | 2003-12-19 | 1 | -4/+11 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | tjr | 2003-11-15 | 1 | -0/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | tjr | 2003-11-10 | 1 | -3/+4 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 1 | -2/+2 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -6/+6 |
* | Update some argument-documenting comments to match reality. | nectar | 2003-08-07 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -4/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Fix two fatal signedness errors introduced when i and j in semop() | tjr | 2003-01-29 | 1 | -5/+6 |
* | Bring semop() closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) | alfred | 2002-10-19 | 1 | -1/+2 |
* | Make SYSVSEM mpsafe. Each semaphore set gets its own lock, however | alfred | 2002-08-13 | 1 | -87/+172 |
* | Cleanup: | alfred | 2002-08-05 | 1 | -28/+24 |
* | Cleanup: | alfred | 2002-07-22 | 1 | -101/+51 |
* | Remove caddr_t. | alfred | 2002-07-22 | 1 | -14/+11 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -12/+12 |
* | Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized | peter | 2002-03-19 | 1 | -2/+2 |
* | Fix a typo, unbreak the world. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Maximum semid is seminfo.semmni not seminfo.semmsl. | maxim | 2002-03-06 | 1 | -3/+3 |
* | - Use td_ucred for jail checks. | jhb | 2002-03-05 | 1 | -25/+14 |
* | Fix Giant leakage in several error cases in __semctl(). | jhb | 2002-02-27 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Rehash of 1.43: simply remove the comment, since it's highly redundant | rwatson | 2002-02-18 | 1 | -13/+0 |
* | style(9) prefers formatted comments in '/*' ... '*/' as opposed to | rwatson | 2002-02-18 | 1 | -12/+12 |
* | 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 |