about summary refs log tree commit diff
path: root/src/ipc/msgctl.c
Commit message (Collapse)AuthorAgeFilesLines
* fix IPC_64 in msgctl tooRich Felker2012-09-221-2/+2
|
* numerous fixes to sysv ipcRich Felker2011-04-131-2/+2
| | | | | | | | | | 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.
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
|
* add sysv ipc message queues (completely untested)Rich Felker2011-04-051-0/+12