aboutsummaryrefslogtreecommitdiff
path: root/src/ipc/semctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix IPC_64 in msgctl tooRich Felker2012-09-221-4/+0
* fix broken semctl on systems that don't use IPC_64 flag•••not tested on mips and arm; they may still be broken. x86_64 should be ok now. Rich Felker2012-09-221-2/+6
* numerous fixes to sysv ipc•••some of these definitions were just plain wrong, others based on outdated ancient "non-64" versions of the kernel interface. as much as possible has now been moved out of bits/* these changes break abi (the old abi for these functions was wrong), but since they were not working anyway it can hardly matter. Rich Felker2011-04-131-1/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+18