about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* use compiler builtins for variadic macros when availableRich Felker2011-04-272-1/+5
* add word-sized ctz function to atomic.hRich Felker2011-04-272-4/+16
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-214-46/+0
* namespace fixes for sys/mman.hRich Felker2011-04-202-30/+30
* add syscall wrappers for posix_fadvise, posix_fallocateRich Felker2011-04-202-0/+6
* overhaul pthread cancellationRich Felker2011-04-175-9/+12
* fix O_SYNC definition, cleanup fcntl.hRich Felker2011-04-142-22/+10
* 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-142-48/+0
* fix broken fcntl locks on x86_64Rich Felker2011-04-141-3/+3
* fix typo in legacy FAPPEND definitionRich Felker2011-04-141-1/+1
* numerous fixes to sysv ipcRich Felker2011-04-136-48/+36
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-131-1/+1
* more types cleanupRich Felker2011-04-112-6/+0
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-112-22/+0
* add missing float.h macrosRich Felker2011-04-102-0/+6
* workaround broken msghdr struct on 64bit linuxRich Felker2011-04-081-2/+2
* add ip6 pktinfo stuff for x86_64Rich Felker2011-04-051-0/+12
* add some missing ipv6 stuffRich Felker2011-04-051-0/+12
* uncomment IP_PKTINFORich Felker2011-04-052-2/+2
* fix statvfs syscalls (missing size argument)Rich Felker2011-04-031-1/+1
* remove obsolete and useless useconds_t typeRich Felker2011-04-012-2/+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-302-2/+2
* some preliminaries for adding POSIX timersRich Felker2011-03-292-2/+2
* fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscallsRich Felker2011-03-281-1/+1
* match glibc/lsb cancellation abi on i386Rich Felker2011-03-251-0/+19
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-242-0/+6
* honor namespace for i386 syscall.h, even though it's not a standard headerRich Felker2011-03-191-50/+50
* 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-196-284/+205
* overhaul syscall interfaceRich Felker2011-03-194-736/+1494
* various legacy and linux-specific stuffRich Felker2011-03-182-0/+2
* optimize contended normal mutex case; add int compare-and-swap atomicRich Felker2011-03-172-0/+14
* match dimensions so we can use all slots without invoking OOB-array-accessRich Felker2011-03-112-10/+10
* fix missing ENOTSUP error codeRich Felker2011-03-112-0/+2
* make sigaltstack work (missing macros in signal.h, error conditions)Rich Felker2011-03-102-0/+4
* resolve some header namespace non-issuesRich Felker2011-02-201-1/+0
* fill in some missing siginfo stuff in signal.hRich Felker2011-02-202-10/+112
* add missing WIFCONTINUED macro and improve WIFSIGNALEDRich Felker2011-02-192-2/+4
* support the ugly and deprecated ucontext and sigcontext header stuff...Rich Felker2011-02-182-0/+66
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-172-0/+30
* move stdio stuff that's not arch-specific out of bitsRich Felker2011-02-152-27/+0
* protect some limit constants with feature test macros on x86_64Rich Felker2011-02-151-1/+3
* fix the types of some integer constant limits in headersRich Felker2011-02-152-4/+4
* fix directory reading on x86_64Rich Felker2011-02-151-0/+2
* fix x86_64 wrongly reporting itself as ILP32 instead of LP64Rich Felker2011-02-151-2/+2
* remove standalone syscall cruftRich Felker2011-02-152-22/+2
* fix some type leakage (timer_t) from x86_64 commitRich Felker2011-02-153-3/+3
* Optimize x86_64 atomics to take advantage of 64-bitness.Nicholas J. Kain2011-02-151-9/+8