summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* extra/locale/locale_mmap.h: fix broken whitespaceDenis Vlasenko2008-12-201-17/+15
* libc/misc/locale/locale.c: heed a pile of warningsDenis Vlasenko2008-12-202-19/+19
* libc/misc/locale/locale.c: remove one unneeded static data,Denis Vlasenko2008-12-202-13/+21
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-202-20/+25
* libc/string/i386/rawmemchr.c: i386 version, adapted from strlen()Denis Vlasenko2008-12-202-9/+33
* string/i386/strncpy.c: fixlet for testing codeDenis Vlasenko2008-12-202-1/+48
* string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko2008-12-206-28/+47
* strchr: a bit faster version for i386 (same code size)Denis Vlasenko2008-12-191-15/+17
* memmove: smaller one for i386, with added testing, and withDenis Vlasenko2008-12-191-20/+32
* strncat: shorter version for i386, add small embedded testDenis Vlasenko2008-12-194-55/+106
* remove one forgotten '##'. Heeds:Denis Vlasenko2008-12-191-1/+1
* string/i386: smaller, and hopefully easier to read, strnlen().Denis Vlasenko2008-12-191-16/+31
* fix for build failures resulting from "string ops for i386" changeDenis Vlasenko2008-12-172-1/+2
* - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)Bernhard Reutner-Fischer2008-12-171-81/+110
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-1711-20/+341
* memchr: smaller i386 versionDenis Vlasenko2008-12-172-26/+34
* resolv: fix testcase failureDenis Vlasenko2008-12-172-10/+15
* - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)Bernhard Reutner-Fischer2008-12-161-1/+13
* - install utils into the proper directoriesBernhard Reutner-Fischer2008-12-161-5/+5
* fix testing "gcc -mpreferred-stack-boundary=2" on x86_64Denis Vlasenko2008-12-161-1/+2
* Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,Denis Vlasenko2008-12-153-15/+47
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-156-116/+27
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-1521-656/+355
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-147-15/+15
* Add proposed plan of sanitizing sigaction to docs/*Denis Vlasenko2008-12-141-0/+245
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-1319-185/+39
* features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko2008-12-131-1/+7
* doc snippets about defines we provide and/or useDenis Vlasenko2008-12-131-0/+61
* Do not install libc-XXXX.h files in "make install".Denis Vlasenko2008-12-132-8/+15
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-137-13/+13
* Make it again possible to have compact and small stack usageDenis Vlasenko2008-12-131-2/+6
* string/generic/memcmp.c: remove some really paranoid guardsDenis Vlasenko2008-12-131-15/+2
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-1312-7/+43
* i386/brk.c: gcc can't figure out how to use %ebx in PIC mode,Denis Vlasenko2008-12-121-7/+12
* - only strip if cc compiled fineBernhard Reutner-Fischer2008-12-121-1/+1
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-126-104/+41
* smaller brk() for i386. Inspected assembly to see it's still valid.Denis Vlasenko2008-12-121-14/+12
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-1112-10/+11
* create arch-generic brk() based on blackfin oneMike Frysinger2008-12-112-17/+13
* add inlines for Blackfin atomic functionsMike Frysinger2008-12-112-1/+156
* Blackfin: add L2_SRAM flag for alloc funcMike Frysinger2008-12-111-0/+1
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2008-12-111-0/+53
* add ENDPROC() macro for Blackfin assemblyMike Frysinger2008-12-111-0/+1
* use newer spiffy asm constraints to get better code generationMike Frysinger2008-12-111-17/+9
* punt old unused headerMike Frysinger2008-12-111-133/+0
* update ptrace.h to latest from glibcMike Frysinger2008-12-111-2/+41
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-1032-252/+127
* remove __libc_fcntl[64]Denis Vlasenko2008-12-103-30/+8
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-102-19/+3