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 | -3/+3 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso | 2008-05-27 | 1 | -0/+1 |
| | | | | | | by adding <unistd.h> header file. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Slight size reduction by use of smallints/consts: | Denis Vlasenko | 2008-05-25 | 1 | -1/+1 |
| | | | | | | - 288016 1924 7176 297116 4889c libuClibc-0.9.29.so + 287956 1924 7168 297048 48858 libuClibc-0.9.29.so | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -4/+4 |
| | | | | missing headers, other jump relocs removed | ||||
* | hide internal _net_stayopen symbol | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -4/+1 |
| | |||||
* | Add some missing network functionality; grabbed from libc-5.3.12. | Manuel Novoa III | 2001-03-12 | 1 | -0/+36 |