clean up dns_parse_callback
[musl] / src / ipc /
2020-03-15 Rich Felkerfix corrupt sysvipc timestamps on 32-bit archs with...
2019-07-31 Rich Felkersysvipc: overhaul {sem,shm,msg}ctl for time64
2019-07-31 Rich Felkerfix semctl with SEM_STAT_ANY
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-28 Rich Felkersemtimedop: add time64 syscall support, decouple 32...
2019-07-01 Szabolcs Nagyipc: prefer SYS_ipc when it is defined
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2017-08-12 Daniel Sabogalfix signed overflow in ftok
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
2013-11-09 Rich Felkerfix harmless inconsistency in semtimedop
2013-11-09 Rich Felkerimplement semtimedop
2013-06-29 Rich Felkerprevent shmget from allocating objects that overflow...
2013-06-29 Rich Felkerwork around wrong kernel type for sem_nsems member...
2012-10-28 Rich Felkerfix shmdt syscall calling convention on old archs
2012-09-22 Rich Felkerfix remaining IPC_64 issue (shmctl)
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-17 Rich Felkeroverhaul pthread cancellation
2011-04-13 Rich Felkernumerous fixes to sysv ipc
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-06 Rich Felkerfix incorrect (and conflicting on LP64 archs) types...
2011-04-05 Rich Felkeradd sysv ipc message queues (completely untested)
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-14 Rich Felkerfixed missing cast in the non-i386 version of shmat...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0