summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64
AgeCommit message (Expand)Author
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15jmpbuf-unwind.h: add NTPL related sectionPeter S. Mazinger
2012-06-15add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)Peter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-04-28epoll.h: sync with glibcMike Frysinger
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2011-12-03x86_64: add PLT bypass for __sigsetjmpMike Frysinger
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-05-11epoll: unify epoll.hBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11Implement epoll_create1 and epoll_pwait system calls.Thierry Reding
2011-05-10*/crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer
2011-05-05x86_64: fix .size of _init/_finiBernhard Reutner-Fischer
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2011-03-09bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger
2010-07-14silence shadow warningsBernhard Reutner-Fischer
2010-04-27libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov
2010-04-15nptl: fix libc sigaction signal checkingTimo Teräs
2010-02-19Get x86_64 compile to succeed.Khem Raj
2010-02-19fixes to get nptl compiling for x86_64Austin Foxley
2010-02-18x86_64: unify sysdep.hAustin Foxley
2009-12-16fix multiple definitions of pthread_once for x86_64Austin Foxley
2009-12-11get x86_64 nptl buildingAustin Foxley
2009-11-27make x86_64 struct utmp glibc-compatibleDenys Vlasenko
2009-11-23bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-26enable nanosecond stat support for everyoneMike Frysinger
2009-07-21byteswap: unify common definitionsMike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-02-02libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko
2009-01-12- fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-12*: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-11-21fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko