index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
sysvipc
/
sem.c
Age
Commit message (
Expand
)
Author
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2011-03-09
remove trailing ';' from _syscallX()
Peter S. Mazinger
2008-12-01
random: use smaller data fields where appropriate
Denis Vlasenko
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-09-30
- remove some duplicate includes
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-01-09
- Fix compilation: semtimedop has 4 args (and not 6)
Bernhard Reutner-Fischer
2008-01-05
implement semtimedop for #927
Mike Frysinger
2005-04-24
Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
Joakim Tjernlund
2004-09-28
Atsushi Nemoto writes:
Joakim Tjernlund
2004-01-21
Split up syscalls.c, since it had grown to be quite large and ugly.
Eric Andersen
2002-08-25
Make shm stuff work properly.
Eric Andersen
2002-05-30
Cope with systems that don't glob all these together, but use
Eric Andersen
2001-10-04
With all the headerfile changes, some functions didn't get there arg types
David McCullough
2001-03-19
Add in the sysvipc patch from Michael Shmulevich
Eric Andersen