Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko | 2009-01-11 | 1 | -2/+0 | |
| | ||||||
* | simple optimizations and style fixes in dynamic loading | Denis Vlasenko | 2009-01-10 | 1 | -0/+7 | |
| | | | | | | | | | | | text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so | |||||
* | Silent compiler warning regarding undefined macro | Carmelo Amoroso | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | Merge some pre-work from branch, needed by NPTL. | Khem Raj | 2008-12-31 | 6 | -0/+45 | |
| | ||||||
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 13 | -28/+28 | |
| | ||||||
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 5 | -3/+8 | |
| | | | | - SUSv4_LEGACY part #1 (non-networking) | |||||
* | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | 2008-12-28 | 1 | -0/+1 | |
| | | | | | | | | | define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so | |||||
* | Help unifdef to remove private parts of headers | Denis Vlasenko | 2008-12-27 | 1 | -2/+5 | |
| | ||||||
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 2 | -102/+76 | |
| | | | | | | | | | | | | remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so | |||||
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 1 | -7/+7 | |
| | | | | | | | | | shrink offset tables. disable "likely/unlikely" BE() macro. text data bss dec hex filename - 515032 2731 15424 533187 822c3 lib/libuClibc-0.9.30-svn.so + 515014 2731 15424 533169 822b1 lib/libuClibc-0.9.30-svn.so | |||||
* | include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves | Denis Vlasenko | 2008-12-26 | 1 | -1/+3 | |
| | | | | | Rules.mak: add -funsigned-char, to forestall future PITA | |||||
* | - remove whitespace | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+1 | |
| | ||||||
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+27 | |
| | | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper | |||||
* | - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -2/+12 | |
| | ||||||
* | Remove unused macros | Denis Vlasenko | 2008-12-22 | 1 | -20/+12 | |
| | ||||||
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 2 | -11/+332 | |
| | | | | | | | | | | implement inline versions of some of them. Enable only those which result roughly in the same code size as using out-or-line versions. None of this affects users, installed headers won't have any trace of it. | |||||
* | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko | 2008-12-15 | 1 | -17/+25 | |
| | | | | | | | | | | | include/signal.h | 42 +++++++++++++++++++------------- libc/sysdeps/linux/alpha/bits/signum.h | 19 -------------- libc/sysdeps/linux/common/bits/signum.h | 22 ---------------- libc/sysdeps/linux/hppa/bits/signum.h | 17 ------------ libc/sysdeps/linux/mips/bits/signum.h | 23 +---------------- libc/sysdeps/linux/sparc/bits/signum.h | 20 --------------- 6 files changed, 27 insertions(+), 116 deletions(-) | |||||
* | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | 2008-12-15 | 1 | -11/+22 | |
| | | | | | Run tested on i386. | |||||
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -8/+0 | |
| | | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least. | |||||
* | features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do) | Denis Vlasenko | 2008-12-13 | 1 | -1/+7 | |
| | ||||||
* | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | 2008-12-13 | 1 | -1/+1 | |
| | ||||||
* | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | 2008-12-13 | 1 | -3/+11 | |
| | | | | | fix uclibc build if it is forcibly enabled | |||||
* | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | 2008-12-01 | 1 | -0/+4 | |
| | | | | | | | text+data text+rodata rwdata bss filename - 2308 2284 24 24 libc/inet/rpc/clnt_unix.o + 2308 2308 0 0 libc/inet/rpc/clnt_unix.o | |||||
* | random: use smaller data fields where appropriate | Denis Vlasenko | 2008-12-01 | 1 | -3/+4 | |
| | | | | | | | | | text data bss dec hex filename - 130 156 0 286 11e libc/stdlib/random.o + 130 148 0 278 116 libc/stdlib/random.o - 586 0 0 586 24a libc/stdlib/random_r.o + 570 0 0 570 23a libc/stdlib/random_r.o | |||||
* | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko | 2008-12-01 | 1 | -0/+1 | |
| | | | | | | | text data bss dec hex filename - 45 0 480 525 20d libc/inet/gethostbyname.o + 18 0 0 18 12 libc/inet/gethostbyname.o | |||||
* | Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch | Carmelo Amoroso | 2008-11-27 | 1 | -0/+6 | |
| | | | | | | | 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> | |||||
* | - make isascii visible again | Bernhard Reutner-Fischer | 2008-11-27 | 1 | -0/+9 | |
| | | | | TODO: *_l() should go | |||||
* | - remove fstatfs() and statfs() related headers upon request | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -2/+0 | |
| | ||||||
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -1/+2 | |
| | ||||||
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 1 | -0/+2 | |
| | ||||||
* | - hide some time related relocs | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -2/+1 | |
| | ||||||
* | - make sure isspace() is exported. | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -2/+22 | |
| | | | | Thanks to Skinkie for noticing. | |||||
* | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko | 2008-11-22 | 1 | -134/+157 | |
| | | | | | no code changes | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 64 | -5/+439 | |
| | | | | | Appears to build fine (several .configs tried) | |||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 15 | -0/+33 | |
| | ||||||
* | Make sure __hot and __cold are always defined. | Peter Kjellerstedt | 2008-11-19 | 1 | -3/+10 | |
| | ||||||
* | - add __hot and __cold annotations | Bernhard Reutner-Fischer | 2008-11-18 | 1 | -0/+8 | |
| | | | | | Will spare us quite some likely()/unlikely() occurances. See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html for details | |||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 2 | -0/+11 | |
| | ||||||
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 4 | -7/+5 | |
| | ||||||
* | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | 2008-11-17 | 1 | -1/+2 | |
| | | | | | delete some duplication in constants. | |||||
* | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | 2008-11-17 | 1 | -1/+1 | |
| | | | | | delete two stray files which compile to nothing | |||||
* | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | 2008-11-16 | 1 | -7/+26 | |
| | | | | | in _res structure. Used by busybox's nslookup. | |||||
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 4 | -2/+7 | |
| | ||||||
* | - revert wrong r24049 | Bernhard Reutner-Fischer | 2008-11-15 | 4 | -7/+2 | |
| | ||||||
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 4 | -2/+7 | |
| | ||||||
* | fixing resolver part 2: make _res structure members | Denis Vlasenko | 2008-11-14 | 1 | -27/+39 | |
| | | | | | configurable. we don't use most of it anyway. | |||||
* | - add signalfd() | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -0/+86 | |
| | ||||||
* | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -209/+113 | |
| | ||||||
* | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -0/+1 | |
| | ||||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 3 | -14/+14 | |
| |