summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes NPTL build on x86.Natanael Copa2010-04-091-1/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-108/+155
|\
| * i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko2010-04-061-18/+78
| * i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko2010-04-061-45/+9
| * i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko2010-04-061-4/+11
| * i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko2010-04-061-100/+116
* | poll.c: fix incorrect mergeAustin Foxley2010-04-021-3/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-029-286/+201
|\|
| * prettify make cleanBernhard Reutner-Fischer2010-03-252-6/+6
| * nios2: Define INTERNAL_SYSCALL_NCS, use common sycall definesTobias Klauser2010-03-181-274/+85
| * nios2: Update fcntl.h from m68kTobias Klauser2010-03-181-2/+4
| * nios2: Add sys/user.hTobias Klauser2010-03-161-0/+93
| * pull kernel-features.h from NPTLBernhard Reutner-Fischer2010-03-051-18/+392
| * poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-042-1/+7
| * libc_sh: Add a sysdep header for shCarmelo Amoroso2010-02-101-0/+277