summaryrefslogtreecommitdiffstats
path: root/libc/misc/sysvipc/sem.c
Commit message (Expand)AuthorAgeFilesLines
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-3/+3
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-4/+2
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+4
* - Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer2008-01-091-1/+1
* implement semtimedop for #927Mike Frysinger2008-01-051-3/+18
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-2/+2
* Atsushi Nemoto writes:Joakim Tjernlund2004-09-281-2/+2
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-7/+7
* Make shm stuff work properly.Eric Andersen2002-08-251-11/+8
* Cope with systems that don't glob all these together, but useEric Andersen2002-05-301-15/+29
* With all the headerfile changes, some functions didn't get there arg typesDavid McCullough2001-10-041-1/+1
* Add in the sysvipc patch from Michael ShmulevichEric Andersen2001-03-191-0/+79