summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - document environment variables used by the install_* targets.Bernhard Reutner-Fischer2008-12-101-0/+9
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-103-6/+12
* smaller memcpyDenis Vlasenko2008-12-091-14/+15
* setenv.c: tiny code shrinkDenis Vlasenko2008-12-091-36/+38
* setenv.c: further code shrinkDenis Vlasenko2008-12-091-36/+26
* - improve documentation of utils and hostutilsBernhard Reutner-Fischer2008-12-091-5/+4
* Mention make utils, hostutils, install_utils.Rob Landley2008-12-091-1/+6
* fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],Denis Vlasenko2008-12-091-96/+89
* getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko2008-12-092-4/+3
* getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko2008-12-081-61/+64
* - fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer2008-12-081-2/+2