summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * libc: Add a common sysdep headerCarmelo Amoroso2010-02-101-0/+139
| * getdents: Fix mips64 buildAtsushi Nemoto2010-02-051-4/+4
* | Get x86_64 compile to succeed.Khem Raj2010-02-191-1/+2
* | add dwarf defines used in cfi statementsAustin Foxley2010-02-191-0/+19
* | update kernel-features.h with futex featuresAustin Foxley2010-02-191-0/+17
* | fixes to get nptl compiling for x86_64Austin Foxley2010-02-192-8/+5
* | i386 unify sysdep.hAustin Foxley2010-02-181-1/+125
* | x86_64: unify sysdep.hAustin Foxley2010-02-181-0/+352
* | Get new nptl building on SH4Khem Raj2010-02-172-1/+21
* | compile fixes for i386 nptlAustin Foxley2010-02-171-0/+336
* | fix nptl build for sparcAustin Foxley2010-02-171-1/+5
* | Fix nptl build for mipsKhem Raj2010-02-171-0/+3
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-0/+2
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-173-15/+56
* | sparc/sigaction: revert change. These semantics are needed for nptlAustin Foxley2010-02-131-4/+5
* | sparc/sysdep: Unify sparc sysdep.hAustin Foxley2010-02-131-0/+65
* | arm/sysdep: Unify arm sysdep.hKhem Raj2010-02-111-7/+278
* | mips/sysdep.h: Unify mips sysdep.hKhem Raj2010-02-111-16/+350
* | nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-093-0/+507
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-057-23/+40
|\|