about summary refs log tree commit diff
path: root/src/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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