summaryrefslogtreecommitdiffstats
path: root/libc/misc/sysvipc/ipc.h
Commit message (Collapse)AuthorAgeFilesLines
* implement semtimedop for #927Mike Frysinger2008-01-051-2/+3
|
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-061-1/+1
| | | | | | | We should not use old stype ipc_perm for 64-bit mips kernel. I suppose other 64-bit platforms shoule define __IPC_64 also and we can define it unconditionally, but not sure for other archs ...
* alpha needs ipc64 funk tooMike Frysinger2006-03-011-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-2/+2
|
* fix sem funcs on 64bit archesMike Frysinger2006-01-141-1/+6
|
* Hide __syscall_ipcPeter S. Mazinger2005-12-081-1/+1
|
* Correct _getdents[64] and __syscall_ipcPeter S. Mazinger2005-11-031-1/+1
|
* always define __IPC_64 regardless of __NR_ipcMike Frysinger2005-06-291-2/+2
|
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-0/+2
| | | | syscalls. This won't work on 2.2 kernels(I think).
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-1/+1
| | | | -Erik
* Add a missing #includeEric Andersen2002-05-121-0/+5
|
* Add in the sysvipc patch from Michael ShmulevichEric Andersen2001-03-191-0/+22