summaryrefslogtreecommitdiff
path: root/src/ipc/semctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-14fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker1-0/+10
2019-07-31sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker1-6/+15
2019-07-31fix semctl with SEM_STAT_ANYRich Felker1-1/+1
2019-07-01ipc: prefer SYS_ipc when it is definedSzabolcs Nagy1-1/+1
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker1-2/+24
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r1-4/+8
2014-01-08fix inadvertent use of struct in place of union for semunRich Felker1-3/+3
2014-01-08fix type of semctl variadic argumentRich Felker1-4/+10
2012-09-22fix IPC_64 in msgctl tooRich Felker1-4/+0
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker1-2/+6
2011-04-13numerous fixes to sysv ipcRich Felker1-1/+1
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker1-1/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+18