summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals
Commit message (Expand)AuthorAgeFilesLines
* Compatible stack protector for non Thread Local storageNatanael Copa2011-12-231-7/+1
* Correct ssp codePeter S. Mazinger2011-03-031-18/+7
* add missing prototypesPeter S. Mazinger2011-03-031-2/+5
* tempname: fix int precision warningsMike Frysinger2011-02-221-1/+4
* parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
* config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
* config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-4/+7
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* add config parserBernhard Reutner-Fischer2010-08-052-3/+273
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* static build: define pthreads wrappers only for threaded buildsTimo Teräs2010-05-171-0/+2
* some (all?) archs don't define asm, so use builtin __asm__Austin Foxley2010-05-171-1/+1
* workaround GCC PR32219Denys Vlasenko2010-05-171-2/+13
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-071-0/+35
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-051-4/+2
|\|
| * __uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer2010-02-031-4/+2
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-011-3/+2
|\|
| * errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-3/+2
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-251-2/+3
|\|
| * silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-231-2/+3
* | define local stack_chk_guard for nptlNatanael Copa2009-11-271-1/+2
* | make the sem_open changes actually compileAustin Foxley2009-11-092-2/+2
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-092-8/+9
* | whitespace fixesAustin Foxley2009-10-171-1/+1
* | uClibc_main: add the needed support for nptlAustin Foxley2009-10-171-34/+75
|/
* errno.c: add tls versions of errno and h_errnoAustin Foxley2009-09-262-1/+15
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-183-11/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-185-24/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-5/+3
* remove __libc_fcntl[64]Denis Vlasenko2008-12-101-4/+2
* fix some unneeded PLT referencesDenis Vlasenko2008-11-221-1/+4
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-205-11/+11
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-7/+7
* Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso2008-11-181-3/+13
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-3/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
* if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger2008-06-271-6/+8
* __uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko2008-05-251-9/+7
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-2/+1