summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_sem.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC 1.76: check copyin return valueSam Leffler2005-03-221-1/+1
* MFC revision 1.60 sys/kern/sysv_msg.cChristian S.J. Peron2005-02-191-10/+20
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Adjust the number of processes waiting on a semaphore properly if we'reColin Percival2004-03-171-6/+12
* Reduce the overhead of semop() by using the kernel stack instead ofTim J. Robbins2003-12-191-4/+11
* Initialize sequence numbers to 0 in seminit() instead of using whateverTim J. Robbins2003-11-151-0/+1
* When there are no free sem_undo structs available in semu_alloc(), onlyTim J. Robbins2003-11-101-3/+4
* Slight whitespace consistency improvement:Robert Watson2003-11-071-2/+2
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-6/+6
* Update some argument-documenting comments to match reality.Jacques Vidrine2003-08-071-2/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Replace the at_fork, at_exec, and at_exit functions with the slightly moreJohn Baldwin2003-03-241-4/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Fix two fatal signedness errors introduced when i and j in semop()Tim J. Robbins2003-01-291-5/+6
* Bring semop() closer the the opengroup standards.Alfred Perlstein2003-01-251-3/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.)Alfred Perlstein2002-10-191-1/+2
* Make SYSVSEM mpsafe. Each semaphore set gets its own lock, howeverAlfred Perlstein2002-08-131-87/+172
* Cleanup:Alfred Perlstein2002-08-051-28/+24
* Cleanup:Alfred Perlstein2002-07-221-101/+51
* Remove caddr_t.Alfred Perlstein2002-07-221-14/+11
* Remove __P.Alfred Perlstein2002-03-191-12/+12
* Pacify gcc-3.1+, initialize two variables to avoid -WuninitializedPeter Wemm2002-03-191-2/+2
* Fix a typo, unbreak the world.Maxim Konovalov2002-03-061-1/+1
* Maximum semid is seminfo.semmni not seminfo.semmsl.Maxim Konovalov2002-03-061-3/+3
* - Use td_ucred for jail checks.John Baldwin2002-03-051-25/+14
* Fix Giant leakage in several error cases in __semctl().John Baldwin2002-02-271-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Rehash of 1.43: simply remove the comment, since it's highly redundantRobert Watson2002-02-181-13/+0
* style(9) prefers formatted comments in '/*' ... '*/' as opposed toRobert Watson2002-02-181-12/+12
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).Alan Cox2001-12-301-2/+2
* Make AIO a loadable module.Alfred Perlstein2001-12-291-4/+4
* Fix SysV Semaphore Handling.Michael Reifenberger2001-10-111-38/+73
* PR: kern/29698 (part)Michael Reifenberger2001-09-131-0/+19
* PR: kern/29698 (part)Michael Reifenberger2001-09-131-0/+11
* KSE Milestone 2Julian Elischer2001-09-121-49/+45
* Correct a debugging message.Dima Dorfman2001-09-111-1/+1
* Make the `nsops' variable in `semop' unsigned. This prevents anDima Dorfman2001-09-101-5/+5
* Giant Pushdown: sysv shm, sem, and msg calls.Matthew Dillon2001-08-311-109/+186
* Export via sysctl:Dima Dorfman2001-05-301-0/+11
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-4/+4
* Use predictable internal names for the sysvipc modules, so we have aDag-Erling Smørgrav2001-01-141-3/+4
* sysvipc loadable.Alfred Perlstein2000-12-011-6/+58
* o Deny access to System V IPC from within jail by default, as in theRobert Watson2000-10-311-0/+13
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-4/+0
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-14/+129
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-79/+2
* Remove #ifdef for sem_wakeup() - we just use wakeup().Peter Wemm2000-03-301-10/+2