about summary refs log tree commit diff
path: root/src/ipc/msgctl.c
Commit message (Expand)AuthorAgeFilesLines
* fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker2020-03-141-0/+10
* sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker2019-07-311-3/+10
* ipc: prefer SYS_ipc when it is definedSzabolcs Nagy2019-07-011-1/+1
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-201-2/+24
* fix IPC_64 in msgctl tooRich Felker2012-09-221-2/+2
* numerous fixes to sysv ipcRich Felker2011-04-131-2/+2
* 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