summaryrefslogtreecommitdiffstats
path: root/libc/misc/sysvipc/msgq.c
Commit message (Collapse)AuthorAgeFilesLines
* msgrcv is of type ssize_tAustin Foxley2009-11-221-2/+2
| | | | | | | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Conflicts: libc/misc/sysvipc/msgq.c Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-1/+1
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-3/+3
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵Khem Raj2008-07-091-57/+45
| | | | ARM as well.
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-4/+4
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-0/+51
|
* Merge from trunk."Steven J. Hill"2006-02-281-1/+1
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-5/+9
| | | | merged, but they will be done manually.
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-2/+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-5/+5
| | | | -Erik
* Cope with systems that don't glob all these together, but useEric Andersen2002-05-301-0/+17
| | | | | separate syscalls. -Erik
* Add in message queue support, based on work from <tapu@371.net>.Eric Andersen2001-05-261-0/+52
This is required to compile util-linux