summaryrefslogtreecommitdiff
path: root/libc/misc/sysvipc/sem.c
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-09-30- remove some duplicate includesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-01-09- Fix compilation: semtimedop has 4 args (and not 6)Bernhard Reutner-Fischer
2008-01-05implement semtimedop for #927Mike Frysinger
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
2004-09-28Atsushi Nemoto writes:Joakim Tjernlund
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-05-30Cope with systems that don't glob all these together, but useEric Andersen
2001-10-04With all the headerfile changes, some functions didn't get there arg typesDavid McCullough
2001-03-19Add in the sysvipc patch from Michael ShmulevichEric Andersen