summaryrefslogtreecommitdiffstats
path: root/libc/inet/socketcalls.c
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-35/+35
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-15/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-15/+15
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-17/+17
| | | | Step 9: libc/stdio - libc/inet - libc/pwd_grp
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-5/+6
| | | | 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>
* Push back changes to add cancellation handling.Carmelo Amoroso2007-11-221-3/+82
| | | | | | | | It still needs to reach an agreement on the final solution, anyway this code have been put int to be shared for the mips-sh4 merge Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-34/+54
|
* Merge from trunk."Steven J. Hill"2006-01-141-1/+0
|
* Merge from trunk."Steven J. Hill"2005-12-101-24/+39
|
* Merge from trunk."Steven J. Hill"2005-12-081-2/+5
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-1/+1
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-0/+12
| | | | merged, but they will be done manually.
* x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ↵Mike Frysinger2005-02-131-19/+21
| | | | ... so dont try using socketcall() unless the system call exists
* Cleanup namespace leaks by prepending __ to global stuff toEric Andersen2002-07-071-18/+18
| | | | | indicate it is (alledgedly) private. -Erik
* Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int*Eric Andersen2002-06-121-1/+1
| | | | not an int.
* Fix some silly bugs and type problemsEric Andersen2002-05-121-15/+14
|
* Fix the defines which I had backwardsEric Andersen2002-05-111-26/+9
|
* Majorly rework to also cope with architectures which do not useEric Andersen2002-05-111-2/+99
| | | | | | the socketcall system call, but instead implement each fundamental networking function directly as a system call. -Erik
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-8/+16
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
| | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+21
|
* Silence a few warnings.Eric Andersen2001-06-121-1/+1
|
* Update networking includes.Eric Andersen2001-02-051-0/+2
|
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-0/+232