Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-27 | - make isascii visible again | Bernhard Reutner-Fischer | |
TODO: *_l() should go | |||
2008-11-26 | This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is | Carmelo Amoroso | |
disabled and __UCLIBC_HAS_WCHAR__ is enabled. The only locale available when __UCLIBC_HAS_LOCALE__ is disabled is the C locale, the others locale are skipped. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2008-11-26 | - remove fstatfs() and statfs() related headers upon request | Bernhard Reutner-Fischer | |
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 | - 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-23 | - fix args (untested) | Bernhard Reutner-Fischer | |
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 | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko | |
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 "make install" with relative PREFIX | Denis Vlasenko | |
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-19 | Make sure __hot and __cold are always defined. | Peter Kjellerstedt | |
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 | - add hack to check if generating sysnum.h worked out | Bernhard Reutner-Fischer | |
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 | - if ssp is enabled then make sure that __stack_chk_fail resolves | Bernhard Reutner-Fischer | |
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 | |