Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-01 | rpc: ifdef out xdrrec_{get,put}long if int32 == long, | Denis Vlasenko | |
otherwise use xdrrec_{get,put}int32 + trivial transform. eliminate warnings. des: small shrink + eliminate a warning | |||
2008-11-29 | add libc_hidden_proto(__cmsg_nxthdr) for mips | Denis Vlasenko | |
2008-11-29 | fix improperly hidden fputc_unlocked | Denis Vlasenko | |
2008-11-29 | fix improperly hidden fwprintf. | Denis Vlasenko | |
make two data objects static. text data bss dec hex filename - 274779 1835 19012 295626 482ca lib/libuClibc-0.9.30-svn.so + 274693 1835 19012 295540 48274 lib/libuClibc-0.9.30-svn.so | |||
2008-11-29 | shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ↵ | Denis Vlasenko | |
gcc? text data bss dec hex filename - 38015 18096 8636 64747 fceb lib/libpthread-0.9.30-svn.so + 38001 18096 8636 64733 fcdd lib/libpthread-0.9.30-svn.so - 274842 1835 19012 295689 48309 lib/libuClibc-0.9.30-svn.so + 274779 1835 19012 295626 482ca lib/libuClibc-0.9.30-svn.so | |||
2008-11-29 | reduce sigset_t size for 128 bytes to 64 bits: | Denis Vlasenko | |
text data bss dec hex filename - 38457 18352 8636 65445 ffa5 lib/libpthread-0.9.30-svn.so + 38015 18096 8636 64747 fceb lib/libpthread-0.9.30-svn.so - 8205 280 12 8497 2131 lib/libthread_db-0.9.30-svn.so + 8193 280 12 8485 2125 lib/libthread_db-0.9.30-svn.so - 275208 1823 19132 296163 484e3 lib/libuClibc-0.9.30-svn.so + 274787 1823 19012 295622 482c6 lib/libuClibc-0.9.30-svn.so | |||
2008-11-27 | Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch | Carmelo Amoroso | |
supports this feature. SH4 will use this in some aseembly files for the NPTL implementation. Add now safely on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-11-27 | - make isascii visible again | Bernhard Reutner-Fischer | |
TODO: *_l() should go | |||
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer | |
2008-11-26 | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | |
2008-11-25 | - hide locks | Bernhard Reutner-Fischer | |
2008-11-25 | - remove some bloat that was added in r23660 and subsequent r23698. | Bernhard Reutner-Fischer | |
The sbrk lock is only needed for LT.old | |||
2008-11-25 | - hide some time related relocs | Bernhard Reutner-Fischer | |
2008-11-25 | Make wcsxfrm visible also when LOCALE support is disabled. | Carmelo Amoroso | |
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2008-11-25 | - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. | Bernhard Reutner-Fischer | |
2008-11-25 | - cosmetic tidy up of clean target | Bernhard Reutner-Fischer | |
2008-11-25 | - make sure isspace() is exported. | Bernhard Reutner-Fischer | |
Thanks to Skinkie for noticing. | |||
2008-11-25 | - Fix thumb2 PIE (Joseph S. Myers) | Bernhard Reutner-Fischer | |
This patch fixes position-independent executables (PIEs) for Thumb-2. In Thumb assembly, instructions reading pc give a value 4 greater than the address of the instruction, rather than 8 greater as in ARM mode, so the offset to the GOT needs to have the right offset. (The Thumb-1 code already gets this right; it's the code shared by ARM and Thumb-2 that needs fixing.) | |||
2008-11-22 | signal ops: avoid calls through PLT for __sigXXX ops | Denis Vlasenko | |
linuxthreads.old/manager: pointless style fixes, no code changes | |||
2008-11-22 | fix some unneeded PLT references | Denis Vlasenko | |
2008-11-22 | fix "make utils" build failure in ldconfig | Denis Vlasenko | |
(undefined reference to 'getopt') | |||
2008-11-21 | fix ioperm build problems caused by libc_hidden_proto removal | Denis Vlasenko | |
2008-11-21 | fix apparent typo (unnoticed for long time, probably | Denis Vlasenko | |
because it didn't affect little endian arches) | |||
2008-11-21 | deal with TODOs left over from libc_hidden_proto removal | Denis Vlasenko | |
(fixes build with locale enabled) | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | |
2008-11-18 | Changed Copyright and License statement according to COPYING.LIB.boilerplate | Carmelo Amoroso | |
2008-11-18 | - add __hot and __cold annotations | Bernhard Reutner-Fischer | |
Will spare us quite some likely()/unlikely() occurances. See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html for details | |||
2008-11-18 | Fix typo: missing ) | Carmelo Amoroso | |
2008-11-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso | |
Currently we have an implementation in ld.so and libdl.a. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-11-17 | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | |
delete some duplication in constants. | |||
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | |
delete two stray files which compile to nothing | |||
2008-11-17 | resolver: move large code blocks to arrange related functions closer. | Denis Vlasenko | |
almost no code changes | |||
2008-11-17 | resolver: fix some previous TODOs, add new ones. | Denis Vlasenko | |
2008-11-16 | - cleanup {,f}stat{,v}fs{,64} relocs | Bernhard Reutner-Fischer | |
2008-11-16 | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | |
in _res structure. Used by busybox's nslookup. | |||
2008-11-16 | resolver: make getaddrinfo actually respect _res.nsaddr_list; | Denis Vlasenko | |
add largish comment explaining what we are doing, and why; fixes to make IPv6-only resolver possible | |||
2008-11-15 | resolver: more locking fixes. | Denis Vlasenko | |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer | |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-14 | Current kernels support more than 8 bit major/minor. Pass dev_t through to | Rob Landley | |
the kernel unmolested. | |||
2008-11-14 | fixing resolver part 3: fix completely bogus locking | Denis Vlasenko | |
in __dns_lookup. | |||
2008-11-14 | fixing resolver part 2: make _res structure members | Denis Vlasenko | |
configurable. we don't use most of it anyway. | |||
2008-11-14 | fixing resolver, part 1 | Denis Vlasenko | |
2008-11-13 | - silence shadow warning | Bernhard Reutner-Fischer | |
2008-11-09 | - for !UNIX98PTY_ONLY we have to fallback to old-style pty's. | Bernhard Reutner-Fischer | |
Closes #6024 |