about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker2012-05-241-22/+0
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-229-12/+12
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker2012-04-271-0/+4
* use signed char rather than plain char for int8_tRich Felker2012-04-243-12/+12
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-153-6/+0
* add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker2012-04-153-0/+6
* work around nasty gcc bug in the i386 syscall asmRich Felker2012-04-041-4/+4
* fix DECIMAL_DIG definitionsRich Felker2012-03-213-0/+6
* use __attribute__((const)) on arm __pthread_self functionRich Felker2012-02-251-1/+3
* add float_t and double_t to math.hRich Felker2012-02-153-0/+9
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-093-37/+0
* add prlimit syscall wrapperRich Felker2012-01-201-0/+2
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-6/+6
* don't define wchar_t on c++Rich Felker2011-10-153-0/+6
* fix fcntl O_* flags for armRich Felker2011-10-051-4/+4
* typo (copy 2) in arm reloc.hRich Felker2011-10-011-1/+1
* typo in arm reloc.hRich Felker2011-10-011-1/+1
* first attempt at arm dynamic linkingRich Felker2011-10-011-0/+26
* "optimize" arm __pthread_selfRich Felker2011-09-221-4/+1
* fix x86_64 user.h (previously was just a copy of i386)Rich Felker2011-09-221-48/+13
* cleanup/debloat i386 user.hRich Felker2011-09-221-43/+11
* 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-213-3/+6
* 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