summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-111-144/+0
* commentary typo fixBernhard Reutner-Fischer2011-05-111-3/+3
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-111-1/+35
* */crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer2011-05-101-2/+0
* x86_64: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-052-0/+3
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-042-3/+0
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-091-4/+0
* bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger2011-03-091-2/+2
* silence shadow warningsBernhard Reutner-Fischer2010-07-141-12/+12
* libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov2010-04-271-17/+1
* nptl: fix libc sigaction signal checkingTimo Teräs2010-04-151-7/+0
* Get x86_64 compile to succeed.Khem Raj2010-02-191-1/+2
* fixes to get nptl compiling for x86_64Austin Foxley2010-02-191-7/+4
* x86_64: unify sysdep.hAustin Foxley2010-02-181-0/+352
* fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-161-0/+1
* get x86_64 nptl buildingAustin Foxley2009-12-113-5/+21
* make x86_64 struct utmp glibc-compatibleDenys Vlasenko2009-11-271-1/+2
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-101/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-2/+0
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+4
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-3/+8
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-25/+5
* byteswap: unify common definitionsMike Frysinger2009-07-211-96/+31
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-2/+0
* syscall: unify common syscall definesMike Frysinger2009-07-081-78/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-021-1/+1
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-121-1/+10
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-25/+25
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-54/+35
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-6/+7
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-7/+13
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-3/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-4/+0
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-3/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-5/+5
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-49/+49
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1