- 0a4a16d allow page size to vary on arm by Rich Felker · 8 years ago
- 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
- 29237f7 rework arm atomic/tp backends to be thumb-compatible and fdpic-ready by Rich Felker · 8 years ago
- fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
- ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
- befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
- cd208b0 fix FIOQSIZE in arm ioctl.h by Szabolcs Nagy · 8 years ago
- 3dd27f3 fix posix_fadvise syscall args on powerpc, unify with arm fix by Rich Felker · 8 years ago
- 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
- 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 9 years ago
- 84d4f5e add copy_file_range syscall numbers from linux v4.5 by Szabolcs Nagy · 9 years ago
- e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 9 years ago
- 3b27725 better a_sc inline asm constraint on aarch64 and arm by Szabolcs Nagy · 9 years ago
- 4dfac11 deduplicate the bulk of the arch bits headers by Rich Felker · 9 years ago
- 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
- 51d5f13 add mlock2 syscall number from linux v4.4 by Szabolcs Nagy · 9 years ago
- 09001a8 add new membarrier, userfaultfd and switch_endian syscalls by Szabolcs Nagy · 9 years ago
- e7a1118 fix arm a_crash for big endian by Rich Felker · 9 years ago
- 89e149d add native a_crash primitive for arm by Rich Felker · 9 years ago
- e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
- 397f0a6 overhaul arm atomics for new atomics framework by Rich Felker · 9 years ago
- 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
- b6363bb fix build regression for arm pre-v7 from out-of-tree build patch by Rich Felker · 9 years ago
- 5676460 fix dynamic linker path file selection for arm vs armhf by Rich Felker · 9 years ago
- 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
- 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
- cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
- 74483c5 mark arm thread-pointer-loading inline asm as volatile by Rich Felker · 9 years ago
- 0ba35d6 remove attribute((const)) from arm __pthread_self inline function by Rich Felker · 9 years ago
- d8be1bc implement arm eabi mem* functions by Timo Teräs · 9 years ago
- ee59c29 arm: add vdso support by Szabolcs Nagy · 9 years ago
- 63caf1d add .text section directive to all crt_arch.h files missing it by Rich Felker · 9 years ago
- c0f10cf make arm reloc.h CRTJMP macro compatible with thumb by Rich Felker · 9 years ago
- 83340c7 make arm crt_arch.h compatible with thumb code generation by Rich Felker · 9 years ago
- 18f75b8 fix __syscall declaration with wrong visibility in syscall_arch.h by Szabolcs Nagy · 10 years ago
- f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 10 years ago
- fd427c4 move O_PATH definition back to arch bits by Rich Felker · 10 years ago
- d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
- 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
- f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
- 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
- f54c28c add syscall numbers for the new execveat syscall by Szabolcs Nagy · 10 years ago
- 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
- f90fafe add new syscall numbers for bpf and kexec_file_load by Szabolcs Nagy · 10 years ago
- 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
- be1f67a add arm private syscall numbers by Timo Teräs · 10 years ago
- 0e971b0 inline 5- and 6-argument syscalls on arm by Rich Felker · 10 years ago
- 7d310ed remove old clang workarounds from arm syscall implementation by Rich Felker · 10 years ago
- 8cd0b11 fix __aeabi_read_tp oversight in arm atomics/tls overhaul by Rich Felker · 10 years ago
- 4a241f1 overhaul ARM atomics/tls for performance and compatibility by Rich Felker · 10 years ago
- 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
- 4ffc39c add new syscall numbers for seccomp, getrandom, memfd_create by Szabolcs Nagy · 10 years ago
- b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
- 8b3d7d0 fix build error on arm due to new a_spin code by Rich Felker · 10 years ago
- ea818ea add working a_spin() atomic for non-x86 targets by Rich Felker · 10 years ago
- 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
- de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
- 90e51e4 clean up unused and inconsistent atomics in arch dirs by Rich Felker · 10 years ago
- 002e8d8 add syscall numbers for the new renameat2 syscall by Szabolcs Nagy · 10 years ago
- adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
- bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
- fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
- e783efa fix arm thread-pointer/atomic asm when compiling to thumb code by Rich Felker · 11 years ago
- fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 11 years ago
- 3933fdd use dmb barrier instruction for atomics on arm v7 by Rich Felker · 11 years ago
- efe07b0 fix arm atomic asm register constraint by Rich Felker · 11 years ago
- 1974bff use inline atomics and thread pointer on arm models supporting them by Rich Felker · 11 years ago
- 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 11 years ago
- bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 11 years ago
- f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 11 years ago
- dbed392 fixup general __syscall breakage introduced in x32 port by rofl0r · 11 years ago
- 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
- d18df33 add IUTF8 to termios.h on archs that were missing it by Rich Felker · 11 years ago
- a627eb3 fix namespace violations in termios.h, at least mostly by Rich Felker · 11 years ago
- f7d348e add O_TMPFILE flag, new in linux 3.11 by Szabolcs Nagy · 11 years ago
- 326e5c2 fix the nominal type of LDBL_* limits on archs with ld64 by Rich Felker · 11 years ago
- 35a6801 fix arm atomic store and generate simpler/less-bloated/faster code by Rich Felker · 11 years ago
- 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
- 7318c62 support floating point environment (fenv) on armhf (hard float) subarchs by Rich Felker · 11 years ago
- badaa04 add function types to arm crt assembly by Rich Felker · 11 years ago
- 7568ee4 add missing a_or_l to atomic.h for non-x86 archs by Rich Felker · 11 years ago
- c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
- 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
- 3f08154 remove SIG_ATOMIC_MIN/MAX from stdint bits headers by Rich Felker · 11 years ago
- 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
- 1da53da disable legacy init/fini processing on ARM by Rich Felker · 11 years ago
- c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
- 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
- 648c3b4 change uid_t, gid_t, and id_t to unsigned types by Rich Felker · 11 years ago
- f389c49 make the dynamic linker find its path file relative to its own location by Rich Felker · 11 years ago
- 3e8806b add some ARM EABI-specific exception handling infrastructure by Rich Felker · 11 years ago
- a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
- d926565 Merge remote-tracking branch 'nsz/review' by Rich Felker · 11 years ago
- 41c34d1 fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) by Szabolcs Nagy · 11 years ago
- 5e642b5 change underlying type of clock_t to be uniform and match ABI by Rich Felker · 11 years ago
- 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
- f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 12 years ago
- c7af271 eliminate bits/wchar.h by Rich Felker · 12 years ago
- 47cf491 re-add useconds_t by rofl0r · 12 years ago
- 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 12 years ago