about summary refs log tree commit diff
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix statvfs syscalls (missing size argument)Rich Felker2011-04-031-1/+1
* remove obsolete and useless useconds_t typeRich Felker2011-04-011-1/+0
* somehow timespec tv_nsec had the wrong type on x86_64... fixedRich Felker2011-04-011-1/+1
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-301-1/+1
* some preliminaries for adding POSIX timersRich Felker2011-03-291-1/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-0/+3
* fix typo in x86_64 part of syscall overhaulRich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-193-115/+69
* overhaul syscall interfaceRich Felker2011-03-192-313/+635
* various legacy and linux-specific stuffRich Felker2011-03-181-0/+1
* optimize contended normal mutex case; add int compare-and-swap atomicRich Felker2011-03-171-0/+7
* match dimensions so we can use all slots without invoking OOB-array-accessRich Felker2011-03-111-5/+5
* fix missing ENOTSUP error codeRich Felker2011-03-111-0/+1
* make sigaltstack work (missing macros in signal.h, error conditions)Rich Felker2011-03-101-0/+2
* fill in some missing siginfo stuff in signal.hRich Felker2011-02-201-5/+56
* add missing WIFCONTINUED macro and improve WIFSIGNALEDRich Felker2011-02-191-1/+2
* support the ugly and deprecated ucontext and sigcontext header stuff...Rich Felker2011-02-181-0/+32