| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 1 | -1/+1 |
* | MFC 1.76: check copyin return value | Sam Leffler | 2005-03-22 | 1 | -1/+1 |
* | MFC revision 1.60 sys/kern/sysv_msg.c | Christian S.J. Peron | 2005-02-19 | 1 | -10/+20 |
* | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
* | Add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Adjust the number of processes waiting on a semaphore properly if we're | Colin Percival | 2004-03-17 | 1 | -6/+12 |
* | Reduce the overhead of semop() by using the kernel stack instead of | Tim J. Robbins | 2003-12-19 | 1 | -4/+11 |
* | Initialize sequence numbers to 0 in seminit() instead of using whatever | Tim J. Robbins | 2003-11-15 | 1 | -0/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | Tim J. Robbins | 2003-11-10 | 1 | -3/+4 |
* | Slight whitespace consistency improvement: | Robert Watson | 2003-11-07 | 1 | -2/+2 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -6/+6 |
* | Update some argument-documenting comments to match reality. | Jacques Vidrine | 2003-08-07 | 1 | -2/+3 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | John Baldwin | 2003-03-24 | 1 | -4/+8 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
* | Fix two fatal signedness errors introduced when i and j in semop() | Tim J. Robbins | 2003-01-29 | 1 | -5/+6 |
* | Bring semop() closer the the opengroup standards. | Alfred Perlstein | 2003-01-25 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
* | Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) | Alfred Perlstein | 2002-10-19 | 1 | -1/+2 |
* | Make SYSVSEM mpsafe. Each semaphore set gets its own lock, however | Alfred Perlstein | 2002-08-13 | 1 | -87/+172 |
* | Cleanup: | Alfred Perlstein | 2002-08-05 | 1 | -28/+24 |
* | Cleanup: | Alfred Perlstein | 2002-07-22 | 1 | -101/+51 |
* | Remove caddr_t. | Alfred Perlstein | 2002-07-22 | 1 | -14/+11 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -12/+12 |
* | Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized | Peter Wemm | 2002-03-19 | 1 | -2/+2 |
* | Fix a typo, unbreak the world. | Maxim Konovalov | 2002-03-06 | 1 | -1/+1 |
* | Maximum semid is seminfo.semmni not seminfo.semmsl. | Maxim Konovalov | 2002-03-06 | 1 | -3/+3 |
* | - Use td_ucred for jail checks. | John Baldwin | 2002-03-05 | 1 | -25/+14 |
* | Fix Giant leakage in several error cases in __semctl(). | John Baldwin | 2002-02-27 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
* | Rehash of 1.43: simply remove the comment, since it's highly redundant | Robert Watson | 2002-02-18 | 1 | -13/+0 |
* | style(9) prefers formatted comments in '/*' ... '*/' as opposed to | Robert Watson | 2002-02-18 | 1 | -12/+12 |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | Alan Cox | 2001-12-30 | 1 | -2/+2 |
* | Make AIO a loadable module. | Alfred Perlstein | 2001-12-29 | 1 | -4/+4 |
* | 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 |