Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
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> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-05-27 | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso | |
by adding <unistd.h> header file. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-05-25 | Slight size reduction by use of smallints/consts: | Denis Vlasenko | |
- 288016 1924 7176 297116 4889c libuClibc-0.9.29.so + 287956 1924 7168 297048 48858 libuClibc-0.9.29.so | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-08 | hide internal _net_stayopen symbol | Mike Frysinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | |
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||
2001-09-27 | Silence stupid warnings caused by bad kernel network includes | Eric Andersen | |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-03-12 | Add some missing network functionality; grabbed from libc-5.3.12. | Manuel Novoa III | |