summaryrefslogtreecommitdiff
path: root/src/ipc
AgeCommit message (Expand)AuthorFilesLines
2011-04-17overhaul pthread cancellationRich Felker2-12/+4
2011-04-13numerous fixes to sysv ipcRich Felker3-5/+5
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker11-11/+11
2011-04-06fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker1-1/+1
2011-04-05add sysv ipc message queues (completely untested)Rich Felker4-0/+58
2011-03-20global cleanup to use the new syscall interfaceRich Felker7-14/+14
2011-02-13fixed missing cast in the non-i386 version of shmat (preparation for ports)Rich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker9-0/+118