summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* malloc-simple: Make calloc() return zeroed memorySteven J. Magnani2010-07-271-5/+4
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-0/+38
* Fix ctime() standard compliance bugDavid A Ramos2010-07-271-0/+1
* daemon: drop cruft incorrectly re-introduced by nptl mergeMike Frysinger2010-07-261-7/+0
* bfin: pull in common/sysdep.hMike Frysinger2010-07-261-1/+1
* msync: skip if syscall is missingMike Frysinger2010-07-261-0/+4
* nommu: fix building of fork.c when stubs are disabledMike Frysinger2010-07-261-1/+2
* bfin: add exec stack markings to assembly filesMike Frysinger2010-07-265-0/+10
* arm/crt1.S: Avoid dependency on PC+4 or PC+8Khem Raj2010-07-211-8/+3
* arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...Khem Raj2010-07-151-9/+9
* silence shadow warningsBernhard Reutner-Fischer2010-07-143-48/+48
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-092-2/+23
* arm: Silence warning about shadow declarationsKhem Raj2010-07-072-26/+26
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-063-7/+7
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-064-0/+8
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-054-8/+0
* remove extra comma in lock macroAustin Foxley2010-07-031-1/+1
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-302-5/+8
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5
* remove redundant args to do_lnBernhard Reutner-Fischer2010-06-291-1/+1
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-249-39/+39
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-244-5/+5
* fix race condition when generating linker scriptsBernhard Reutner-Fischer2010-06-241-4/+5
* MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye2010-06-221-1/+1
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* sh4: Fixes for SH-4 without an FPUCarmelo Amoroso2010-06-143-3/+7
* hcreate_r: silence warning in helper funcBernhard Reutner-Fischer2010-06-111-4/+4
* wordexp: silence warningBernhard Reutner-Fischer2010-06-111-1/+2
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-115-4/+6
* mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj2010-06-071-7/+21
* strverscmp: I forgot to export itDenys Vlasenko2010-06-041-0/+1
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-012-0/+17
* bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy2010-06-011-1/+11
* mips: Add vfork to libcKhem Raj2010-05-192-3/+8
* 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
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-0912-336/+724
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-291-3/+41
* fix a few build errors for the no threads caseAustin Foxley2010-04-282-0/+3
* MIPS: restore INLINE_SYSCALL macroGabor Juhos2010-04-271-2/+2
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-271-59/+97
* libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov2010-04-271-17/+1
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5