about summary refs log tree commit diff
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-041-0/+3
* eliminate bits/wchar.hRich Felker2013-04-041-4/+0
* re-add useconds_trofl0r2013-04-021-0/+1
* add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy2013-04-011-0/+4
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* add deprecated SIGIOT alias for SIGABRTRich Felker2013-03-231-0/+1
* fix types for wctype_t and wctrans_tRich Felker2013-03-041-2/+2
* fix wrong float_t on x86_64Rich Felker2013-02-261-1/+1
* add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-121-0/+7
* add missing EXTPROC flag to bits/termios.hSzabolcs Nagy2013-01-121-0/+1
* add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-121-0/+2
* add missing EHWPOISON to bits/errno.hSzabolcs Nagy2013-01-121-0/+1
* x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r2012-12-191-1/+1
* move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker2012-12-061-24/+26
* bits/signal.h: add register names for x86(_64)rofl0r2012-12-061-0/+25
* add more arch-specific MAP_ macros to bits/mman.hrofl0r2012-12-061-0/+4
* add MAP_NORESERVE to bits/mman.hrofl0r2012-12-061-0/+1
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-4/+5
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-2/+4
* sigcontext/mcontext cleanup for arch-specific bitsRich Felker2012-11-231-20/+29
* fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker2012-11-231-1/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+2
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-3/+0
* add port io functions to sys/io.hRich Felker2012-11-181-0/+80
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-3/+0
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-1/+2
* fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker2012-10-051-3/+3
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-041-1/+16
* fix IPC_64 in msgctl tooRich Felker2012-09-221-0/+2
* add O_EXEC open modeRich Felker2012-09-151-0/+1
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-0/+2
* syscall organization overhaulRich Felker2012-09-082-68/+64
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-7/+7
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+8
* support -mfpmath=387 on x86_64Rich Felker2012-07-101-0/+4
* fix wrong value of FLT_EVAL_METHOD for x86_64Rich Felker2012-07-101-1/+1
* jmp_buf overhaul fixing several issuesRich Felker2012-07-031-1/+1
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+18
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-0/+3
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-223-4/+4
* use signed char rather than plain char for int8_tRich Felker2012-04-241-4/+4
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-2/+0
* add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker2012-04-151-0/+2
* fix DECIMAL_DIG definitionsRich Felker2012-03-211-0/+2
* add float_t and double_t to math.hRich Felker2012-02-151-0/+3
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-6/+0
* don't define wchar_t on c++Rich Felker2011-10-151-0/+2
* fix x86_64 user.h (previously was just a copy of i386)Rich Felker2011-09-221-48/+13
* wrong __WORDSIZE in x86_64 headerRich Felker2011-09-221-1/+1