390 Commits (4ccc1a01e037251a0ddc3dd07dd1a1fb91a8aa16)

Author SHA1 Message Date
Szabolcs Nagy f54c28cba2 add syscall numbers for the new execveat syscall 11 years ago
Szabolcs Nagy e63833cd43 remove cruft from x86_64 syscall.h 11 years ago
Felix Janda 4758f0565d fix typo in x86_64/x32 user_fpregs_struct 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Trutz Behn 02d8770dcf remove mips-only EINIT and EREMDEV errnos 11 years ago
Szabolcs Nagy f90fafea3c add new syscall numbers for bpf and kexec_file_load 12 years ago
Rich Felker 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 12 years ago
Timo Teräs be1f67ab6f add arm private syscall numbers 12 years ago
Rich Felker 4134c68dd4 unify non-inline version of syscall code across archs 12 years ago
Rich Felker 0e971b0e3f inline 5- and 6-argument syscalls on arm 12 years ago
Rich Felker 7d310ed1d0 remove old clang workarounds from arm syscall implementation 12 years ago
Rich Felker 8cd0b11eaf fix __aeabi_read_tp oversight in arm atomics/tls overhaul 12 years ago
Rich Felker 4a241f14a6 overhaul ARM atomics/tls for performance and compatibility 12 years ago
Rich Felker de2b9c21d9 fix 64-bit syscall argument passing on or1k 12 years ago
Rich Felker 867b1822f3 add explicit barrier operation to internal atomic.h API 12 years ago
Szabolcs Nagy 4ffc39c654 add new syscall numbers for seccomp, getrandom, memfd_create 12 years ago
Rich Felker bd082916b1 fix C++ incompatibility in i386 definition of max_align_t 12 years ago
Rich Felker b7cf71a190 add threads.h and needed per-arch types for mtx_t and cnd_t 12 years ago
Rich Felker 8b3d7d0d35 fix build error on arm due to new a_spin code 12 years ago
Rich Felker ea818ea834 add working a_spin() atomic for non-x86 targets 12 years ago
Rich Felker 321f4fa906 add max_align_t definition for C11 and C++11 12 years ago
Rich Felker de7e99c585 make pointers used in robust list volatile 12 years ago
Rich Felker 4f44937432 fix broken offset argument to the mmap2 syscall on or1k 12 years ago
Rich Felker cc54f0aeba provide PAGE_SIZE as a constant value of 8192 on or1k 12 years ago
Rich Felker cbb609b3db fix terminal control ioctl constants for sh 12 years ago
Rich Felker c0284b372c remove unused a_cas_l from or1k atomic.h 12 years ago
Rich Felker 90e51e45f5 clean up unused and inconsistent atomics in arch dirs 12 years ago
Rich Felker c394763d35 fix insufficient synchronization in sh atomic asm 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Rich Felker 1312930f9b fix regression that negated some mips syscall error returns 12 years ago
Rich Felker f61be1f875 fix mips struct stat dev_t members for big endian 12 years ago
Rich Felker cec33b2c60 fix or1k atomic store 12 years ago
Rich Felker 522a0de210 fix missing barriers in powerpc atomic store 12 years ago
Rich Felker 884cc0c7e2 fix microblaze atomic store 12 years ago
Rich Felker 1456b7ae6b fix missing barrier instructions in powerpc atomic asm 12 years ago
Rich Felker bcad484394 fix missing barrier instructions in mips atomic asm 12 years ago
Rich Felker a294f539c7 use memory constraints for mips atomic asm 12 years ago
Rich Felker bb3a3befea fix build breakage from ppc asm constraints change 12 years ago
Rich Felker 94252dd341 remove cruft from microblaze atomic.h 12 years ago
Rich Felker 7fdae458bd fix broken constraints for powerpc atomic cas asm 12 years ago
Rich Felker d69ab5b368 fix microblaze definition of struct stat 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 2d8cc92a7c fix regression in mips dynamic linker 12 years ago
Rich Felker 39201d07e4 add tlsdesc support for x86_64 12 years ago
Rich Felker 4e0b4a5de7 add tlsdesc support for i386 12 years ago
Rich Felker adf94c1966 refactor to remove arch-specific relocation code from dynamic linker 12 years ago
Rich Felker 94cf991bf4 fix powerpc dynamic linker thread-pointer-relative relocations 12 years ago
Rich Felker f4cc276018 multiple fixes to sh (superh) dynamic linker relocations 12 years ago
Rich Felker bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function 12 years ago
Rich Felker 9ce2860fa3 add vdso clock_gettime acceleration support to i386 12 years ago