summaryrefslogtreecommitdiffstats
path: root/libc/inet/hostid.c
Commit message (Collapse)AuthorAgeFilesLines
* hostid: style fixes to match masterAustin Foxley2009-10-171-6/+8
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-18/+0
| | | | | | add a no threads version of not-cancel.h to fallback on Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-9/+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>
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-10/+6
|
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-7/+7
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
| | | | Step 10: libc_hidden_removal
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-1/+1
| | | | 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-3/+14
| | | | 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 changes."Steven J. Hill"2006-08-231-0/+2
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-12/+42
|
* Merge from trunk."Steven J. Hill"2005-12-081-0/+2
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-0/+3
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-7/+7
|
* 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>
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Update networking includes.Eric Andersen2001-02-051-0/+2
|
* More random fixes and additions.Eric Andersen2000-10-271-0/+74