Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | trivial code shrink by making some strings static | Denis Vlasenko | 2008-11-01 | 1 | -8/+6 |
| | | | | | | | | | text data bss dec hex filename - 259 0 0 259 103 libc/inet/herror.o + 243 0 0 243 f3 libc/inet/herror.o - 720 0 0 720 2d0 libc/inet/ns_name.o + 710 0 0 710 2c6 libc/inet/ns_name.o | ||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
| | | | | most of global data relocations are back | ||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+5 |
| | | | | missing headers, other jump relocs removed | ||||
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 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 |