Age | Commit message (Expand) | Author |
2009-01-11 | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko |
2009-01-10 | simple optimizations and style fixes in dynamic loading | Denis Vlasenko |
2009-01-08 | Silent compiler warning regarding undefined macro | Carmelo Amoroso |
2008-12-31 | Merge some pre-work from branch, needed by NPTL. | Khem Raj |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-28 | remove many functions which just call __ieee754_<function>, | Denis Vlasenko |
2008-12-27 | Help unifdef to remove private parts of headers | Denis Vlasenko |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-26 | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko |
2008-12-26 | include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves | Denis Vlasenko |
2008-12-22 | - remove whitespace | Bernhard Reutner-Fischer |
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer |
2008-12-22 | - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) | Bernhard Reutner-Fischer |
2008-12-22 | Remove unused macros | Denis Vlasenko |
2008-12-17 | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko |
2008-12-15 | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-13 | features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do) | Denis Vlasenko |
2008-12-13 | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko |
2008-12-13 | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko |
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-12-01 | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko |
2008-11-27 | Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch | Carmelo Amoroso |
2008-11-27 | - make isascii visible again | Bernhard Reutner-Fischer |
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 some time related relocs | Bernhard Reutner-Fischer |
2008-11-25 | - make sure isspace() is exported. | Bernhard Reutner-Fischer |
2008-11-22 | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
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 | - add __hot and __cold annotations | Bernhard Reutner-Fischer |
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 |
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko |
2008-11-16 | resolver: improved support for overriding DNS server addresses | 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 | fixing resolver part 2: make _res structure members | Denis Vlasenko |
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer |
2008-10-06 | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-06 | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |