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