about summary refs log tree commit diff
path: root/src/ipc/semctl.c
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 IPC_64 in msgctl tooRich Felker2012-09-221-4/+0
* fix broken semctl on systems that don't use IPC_64 flagRich Felker2012-09-221-2/+6
* numerous fixes to sysv ipcRich Felker2011-04-131-1/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+18