about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-193-44/+18
* cleanup redundancy in bits/signal.h versionsRich Felker2011-09-193-372/+31
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-194-6/+14
* fix incorrect long double parameters on arm (and other future ports)Rich Felker2011-09-191-10/+10
* initial commit of the arm portRich Felker2011-09-1827-0/+2076
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-184-413/+0
* more bits junk (tcp.h)Rich Felker2011-09-182-2/+0
* move invariant netinet/in.h stuff out of bits/in.hRich Felker2011-09-182-290/+0
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-232-0/+10
* 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-062-2/+2
* socket headers macro adjustment - workaround for buggy programsRich Felker2011-07-212-2/+2
* fix some symbol resolution issues in dynamic linkerRich Felker2011-06-252-0/+2
* move all limits that don't vary out of bits/limits.h, into main limits.hRich Felker2011-06-252-53/+2
* proper path searching for dynamic linkerRich Felker2011-06-252-0/+4
* experimental dynamic linker!Rich Felker2011-06-182-0/+54
* __syscall5 inline is having trouble with PIC; just use the function for nowRich Felker2011-06-141-0/+7
* use __WCHAR_TYPE__ on i386 if it is definedRich Felker2011-06-071-0/+4
* 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