about summary refs log tree commit diff
path: root/src/ipc/shmctl.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 remaining IPC_64 issue (shmctl)Rich 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
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+12