summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* mips: fix errno setting after syscallAlexander Gordeev2010-10-271-2/+4
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-222-2/+35
* remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-4/+10
* sparc: pipe.SAustin Foxley2010-10-011-1/+1
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-202-2/+7
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-154-7/+72
* libc: Provide both getpgid and __getpgid symbolsCarmelo Amoroso2010-08-311-1/+4
* nptl i686: avoid cpp problems with thunk sectionBernhard Reutner-Fischer2010-08-061-0/+2
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-021-0/+8
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-273-6/+40
* remove trailing comma in enumBernhard Reutner-Fischer2010-07-271-1/+1
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-0/+38
* 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-091-1/+9
* 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-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* remove extra comma in lock macroAustin Foxley2010-07-031-1/+1
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-302-5/+8
* remove redundant args to do_lnBernhard Reutner-Fischer2010-06-291-1/+1
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-248-29/+29
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-244-5/+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
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-114-3/+5
* mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj2010-06-071-7/+21
* 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
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-0912-336/+724
* fix a few build errors for the no threads caseAustin Foxley2010-04-281-0/+1
* 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
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-2/+0
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-221-12/+5
* nptl: remove unneeded libc-lock.h includeTimo Teräs2010-04-201-1/+0
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-162-8/+21
* nptl: fix libc sigtimedwaitTimo Teräs2010-04-151-2/+3
* nptl: fix libc sigaction signal checkingTimo Teräs2010-04-152-19/+0