summaryrefslogtreecommitdiff
path: root/src/ipc
AgeCommit message (Expand)AuthorLines
2013-11-09implement semtimedopRich Felker-0/+14
2013-06-29prevent shmget from allocating objects that overflow ptrdiff_tRich Felker-0/+2
2013-06-28work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker-0/+7
2012-10-28fix shmdt syscall calling convention on old archsRich Felker-1/+1
2012-09-22fix remaining IPC_64 issue (shmctl)Rich Felker-4/+2
2012-09-22fix IPC_64 in msgctl tooRich Felker-6/+2
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker-2/+6
2011-04-17overhaul pthread cancellationRich Felker-12/+4
2011-04-13numerous fixes to sysv ipcRich Felker-5/+5
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-11/+11
2011-04-06fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker-1/+1
2011-04-05add sysv ipc message queues (completely untested)Rich Felker-0/+58
2011-03-20global cleanup to use the new syscall interfaceRich Felker-14/+14
2011-02-13fixed missing cast in the non-i386 version of shmat (preparation for ports)Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+118