History log of /seL4-camkes-master/projects/musllibc/src/ipc/msgctl.c
Revision Date Author Comments
# cccc1322 22-Sep-2012 Rich Felker <dalias@aerifal.cx>

fix IPC_64 in msgctl too


# 07e865cc 13-Apr-2011 Rich Felker <dalias@aerifal.cx>

numerous fixes to sysv ipc

some of these definitions were just plain wrong, others based on
outdated ancient "non-64" versions of the kernel interface.

as much as possible has now been moved out of bits/*

these changes break abi (the old abi for these functions was wrong),
but since they were not working anyway it can hardly matter.


# c2cd25bf 06-Apr-2011 Rich Felker <dalias@aerifal.cx>

consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix


# 8bb82b4e 05-Apr-2011 Rich Felker <dalias@aerifal.cx>

add sysv ipc message queues (completely untested)