index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipc
Age
Commit message (
Expand
)
Author
Lines
2014-03-13
semctl: fix UB causing crashes on powerpc
rofl0r
-4
/
+8
2014-01-08
fix inadvertent use of struct in place of union for semun
Rich Felker
-3
/
+3
2014-01-08
fix type of semctl variadic argument
Rich Felker
-4
/
+10
2013-11-09
fix harmless inconsistency in semtimedop
Rich Felker
-1
/
+1
2013-11-09
implement semtimedop
Rich Felker
-0
/
+14
2013-06-29
prevent shmget from allocating objects that overflow ptrdiff_t
Rich Felker
-0
/
+2
2013-06-28
work around wrong kernel type for sem_nsems member of struct semid_ds
Rich Felker
-0
/
+7
2012-10-28
fix shmdt syscall calling convention on old archs
Rich Felker
-1
/
+1
2012-09-22
fix remaining IPC_64 issue (shmctl)
Rich Felker
-4
/
+2
2012-09-22
fix IPC_64 in msgctl too
Rich Felker
-6
/
+2
2012-09-22
fix broken semctl on systems that don't use IPC_64 flag
Rich Felker
-2
/
+6
2011-04-17
overhaul pthread cancellation
Rich Felker
-12
/
+4
2011-04-13
numerous fixes to sysv ipc
Rich Felker
-5
/
+5
2011-04-06
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
-11
/
+11
2011-04-06
fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions
Rich Felker
-1
/
+1
2011-04-05
add sysv ipc message queues (completely untested)
Rich Felker
-0
/
+58
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-14
/
+14
2011-02-13
fixed missing cast in the non-i386 version of shmat (preparation for ports)
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+118