sysvipc: overhaul {sem,shm,msg}ctl for time64
[musl] / src / ipc / semctl.c
2019-07-31 Rich Felkersysvipc: overhaul {sem,shm,msg}ctl for time64
2019-07-31 Rich Felkerfix semctl with SEM_STAT_ANY
2019-07-01 Szabolcs Nagyipc: prefer SYS_ipc when it is defined
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2014-03-13 rofl0rsemctl: fix UB causing crashes on powerpc
2014-01-08 Rich Felkerfix inadvertent use of struct in place of union for...
2014-01-08 Rich Felkerfix type of semctl variadic argument
2012-09-22 Rich Felkerfix IPC_64 in msgctl too
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2011-04-13 Rich Felkernumerous fixes to sysv ipc
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0