Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -3/+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 @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -2/+2 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 1 | -1/+1 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -8/+6 |
| | | | | Step 9: libc/stdio - libc/inet - libc/pwd_grp | ||||
* | Merge from trunk and bring in NPTL changes. | "Steven J. Hill" | 2006-08-23 | 1 | -1/+0 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -2/+7 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+2 |
| | |||||
* | Grr. I should learn to compile stuff before committing | Eric Andersen | 2002-02-02 | 1 | -7/+2 |
| | |||||
* | Oops | Eric Andersen | 2002-02-02 | 1 | -2/+2 |
| | |||||
* | Fix hstrerror | Eric Andersen | 2002-02-02 | 1 | -6/+12 |
| | |||||
* | Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror. | David McCullough | 2002-01-17 | 1 | -0/+11 |
| | |||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | ||||
* | Silence stupid warnings caused by bad kernel network includes | Eric Andersen | 2001-09-27 | 1 | -0/+2 |
| | |||||
* | Add some missing network functionality; grabbed from libc-5.3.12. | Manuel Novoa III | 2001-03-12 | 1 | -0/+51 |