- fd285f9 bits/syscall.h: add process_madvise from linux v5.10 by Szabolcs Nagy · 4 years ago
- 3ba370f bits/syscall.h: add __NR_close_range from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
- 9b7ed97 bits/syscall.h: add __NR_faccessat2 from linux v5.8 by Szabolcs Nagy · 4 years, 4 months ago
- d990090 add pidfd_getfd and openat2 syscall numbers from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 3a5b9ae deduplicate __pthread_self thread pointer adjustment out of each arch by Rich Felker · 4 years, 3 months ago
- ea71a90 deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET by Rich Felker · 4 years, 3 months ago
- c2feda4 prefer new socket syscalls, fallback to SYS_socketcall only if needed by Rich Felker · 4 years, 3 months ago
- b4712ba remove legacy time32 timer[fd] syscalls from public syscall.h by Rich Felker · 4 years, 10 months ago
- 2cae9f5 remove further legacy time32 clock syscalls from public syscall.h by Rich Felker · 4 years, 10 months ago
- 5a105f1 remove legacy clock_gettime and gettimeofday from public syscall.h by Rich Felker · 4 years, 10 months ago
- fa765ca add clone3 syscall number from linux v5.3 by Szabolcs Nagy · 5 years ago
- a452891 add pidfd_open syscall number from linux v5.3 by Szabolcs Nagy · 5 years ago
- d6dcfe4 move time_t and suseconds_t definitions to common alltypes.h.in by Rich Felker · 5 years ago
- b60fdf1 move time64 ioctl numbers to generic bits/ioctl.h by Rich Felker · 5 years ago
- c71dbb2 move time64 socket options from arch bits to top-level sys/socket.h by Rich Felker · 5 years ago
- 3814333 switch all existing 32-bit archs to 64-bit time_t by Rich Felker · 5 years ago
- 2d3083e move pthread types out of per-arch alltypes.h by Rich Felker · 5 years ago
- 7cc79d1 define LONG_MAX via arch alltypes.h, strip down bits/limits.h by Rich Felker · 5 years ago
- 4d3a162 remove use of endian.h from arch reloc.h headers, clean up by Rich Felker · 5 years ago
- 97d35a5 move __BYTE_ORDER definition to alltypes.h by Rich Felker · 5 years ago
- 00ec11d remove per-arch definitions for va_list by Rich Felker · 5 years ago
- b607630 add new syscall numbers from linux v5.2 by Szabolcs Nagy · 5 years ago
- 006a75a move IPC_STAT definition to a new bits/ipcstat.h file by Rich Felker · 5 years ago
- 95ed263 duplicate generic bits/msg.h for each arch using it, in prep to change by Rich Felker · 5 years ago
- 6f2e560 duplicate generic bits/sem.h for each arch using it, in prep to change by Rich Felker · 5 years ago
- 7f797b5 remove trailing newlines from various versions of bits/shm.h by Rich Felker · 5 years ago
- 6ed37cc duplicate generic bits/shm.h for each arch using it, in prep to change by Rich Felker · 5 years ago
- 01ae3fc decouple struct stat from kernel type by Rich Felker · 5 years ago
- f3f96f2 add new syscall numbers from linux v5.1 by Szabolcs Nagy · 6 years ago
- 28198ac fix passing of 64-bit syscall arguments on microblaze by Rich Felker · 6 years ago
- f76d51a remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch by Rich Felker · 6 years ago
- d149e69 add io_pgetevents and rseq syscall numbers from linux v4.18 by Szabolcs Nagy · 6 years ago
- a4a3e4d make thread-pointer-loading asm non-volatile by Rich Felker · 6 years ago
- 0cd2be2 work around broken kernel struct ipc_perm on some big endian archs by Rich Felker · 6 years ago
- 4dc44ce microblaze: add statx syscall from linux v4.13 by Szabolcs Nagy · 7 years ago
- 8f56955 add microblaze syscall numbers from linux v4.10 by Szabolcs Nagy · 8 years ago
- 822dddf make syscall.h consistent with linux by Szabolcs Nagy · 8 years ago
- 5948bc1 fix omission of microblaze user.h definitions by Rich Felker · 7 years ago
- 2b41959 microblaze: add syscall numbers from linux v4.7 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
- 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 9 years ago
- e9f1c79 deduplicate bits/mman.h 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
- 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
- cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
- 57e2dce new dlstart stage-2 chaining for microblaze by Rich Felker · 9 years ago
- 63caf1d add .text section directive to all crt_arch.h files missing it by Rich Felker · 10 years ago
- 18f75b8 fix __syscall declaration with wrong visibility in syscall_arch.h by Szabolcs Nagy · 10 years ago
- 87c62d0 add execveat syscall number to microblaze 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
- 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
- 4134c68 unify non-inline version of syscall code across archs 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
- 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
- 884cc0c fix microblaze atomic store by Rich Felker · 10 years ago
- 94252dd remove cruft from microblaze atomic.h by Rich Felker · 10 years ago
- d69ab5b fix microblaze definition of struct stat by Rich Felker · 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
- fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 11 years ago
- 91d5aa0 fix microblaze syscall register clobbers 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
- b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 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
- 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
- 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 · 12 years ago
- 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 12 years ago