about summary refs log tree commit diff
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-1/+2
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-191-14/+6
* cleanup redundancy in bits/signal.h versionsRich Felker2011-09-191-129/+9
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-191-0/+4
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-182-207/+0
* more bits junk (tcp.h)Rich Felker2011-09-181-1/+0
* move invariant netinet/in.h stuff out of bits/in.hRich Felker2011-09-181-145/+0
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-231-0/+5
* typo in macro definitions for x86_64Rich Felker2011-08-141-1/+1
* ensure the compiler does not move around thread-register-based readsRich Felker2011-08-061-1/+1
* socket headers macro adjustment - workaround for buggy programsRich Felker2011-07-211-1/+1
* fix some symbol resolution issues in dynamic linkerRich Felker2011-06-251-0/+1
* move all limits that don't vary out of bits/limits.h, into main limits.hRich Felker2011-06-251-27/+1
* proper path searching for dynamic linkerRich Felker2011-06-251-0/+2
* experimental dynamic linker!Rich Felker2011-06-181-0/+28
* use compiler builtins for variadic macros when availableRich Felker2011-04-271-1/+0
* add word-sized ctz function to atomic.hRich Felker2011-04-271-2/+8
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-212-23/+0
* namespace fixes for sys/mman.hRich Felker2011-04-201-15/+15
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-201-0/+2
* overhaul pthread cancellationRich Felker2011-04-172-3/+4
* fix O_SYNC definition, cleanup fcntl.hRich Felker2011-04-141-11/+5
* fix FAPPEND typo on x86_64 (previously only fixed on i386)Rich Felker2011-04-141-1/+1
* fcntl.h: move macros that do not vary between archs out of bitsRich Felker2011-04-141-24/+0
* fix broken fcntl locks on x86_64Rich Felker2011-04-141-3/+3
* numerous fixes to sysv ipcRich Felker2011-04-133-24/+15
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-131-1/+1
* more types cleanupRich Felker2011-04-111-3/+0
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-111-11/+0
* add missing float.h macrosRich Felker2011-04-101-0/+3
* workaround broken msghdr struct on 64bit linuxRich Felker2011-04-081-2/+2
* add ip6 pktinfo stuff for x86_64Rich Felker2011-04-051-0/+12
* uncomment IP_PKTINFORich Felker2011-04-051-1/+1