about summary refs log tree commit diff
path: root/src/ipc
Commit message (Expand)AuthorAgeFilesLines
* fix corrupt sysvipc timestamps on 32-bit archs with old kernelsRich Felker2020-03-143-0/+30
* sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker2019-07-314-12/+41
* fix semctl with SEM_STAT_ANYRich Felker2019-07-311-1/+1
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-301-0/+6
* semtimedop: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-2/+24
* ipc: prefer SYS_ipc when it is definedSzabolcs Nagy2019-07-0112-12/+12
* reduce spurious inclusion of libc.hRich Felker2018-09-122-2/+0
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-203-6/+72
* fix signed overflow in ftokDaniel Sabogal2017-08-121-1/+1
* semctl: fix UB causing crashes on powerpcrofl0r2014-03-131-4/+8
* fix inadvertent use of struct in place of union for semunRich Felker2014-01-081-3/+3
* fix type of semctl variadic argumentRich Felker2014-01-081-4/+10
* fix harmless inconsistency in semtimedopRich Felker2013-11-091-1/+1
* implement semtimedopRich Felker2013-11-092-0/+14
* prevent shmget from allocating objects that overflow ptrdiff_tRich Felker2013-06-291-0/+2
* work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker2013-06-281-0/+7
* fix shmdt syscall calling convention on old archsRich Felker2012-10-281-1/+1
* fix remaining IPC_64 issue (shmctl)Rich Felker2012-09-222-4/+2
* fix IPC_64 in msgctl tooRich Felker2012-09-222-6/+2
* fix broken semctl on systems that don't use IPC_64 flagRich Felker2012-09-221-2/+6
* overhaul pthread cancellationRich Felker2011-04-172-12/+4
* numerous fixes to sysv ipcRich Felker2011-04-133-5/+5
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-0611-11/+11
* fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker2011-04-061-1/+1
* add sysv ipc message queues (completely untested)Rich Felker2011-04-054-0/+58
* global cleanup to use the new syscall interfaceRich Felker2011-03-207-14/+14
* fixed missing cast in the non-i386 version of shmat (preparation for ports)Rich Felker2011-02-131-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-129-0/+118