201 Commits (5122f9f3c99fee366167c5de98b31546312921ab)

Author SHA1 Message Date
Roman Yeryomin 3975577922 socket.h: cleanup/reorder mips and powerpc bits/socket.h 11 years ago
Roman Yeryomin 29ec7677a7 socket.h: fix SO_* for mips 11 years ago
Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 11 years ago
Rich Felker 63caf1d207 add .text section directive to all crt_arch.h files missing it 11 years ago
Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Szabolcs Nagy f54c28cba2 add syscall numbers for the new execveat syscall 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 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
Rich Felker 4134c68dd4 unify non-inline version of syscall code across archs 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 b7cf71a190 add threads.h and needed per-arch types for mtx_t and cnd_t 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 90e51e45f5 clean up unused and inconsistent atomics in arch dirs 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Rich Felker 522a0de210 fix missing barriers in powerpc atomic store 12 years ago
Rich Felker 1456b7ae6b fix missing barrier instructions in powerpc atomic asm 12 years ago
Rich Felker bb3a3befea fix build breakage from ppc asm constraints change 12 years ago
Rich Felker 7fdae458bd fix broken constraints for powerpc atomic cas asm 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 bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function 12 years ago
Szabolcs Nagy fd9571e20a add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 12 years ago
Timo Teräs fbeadd150f make socketcall types common as they are same for all architectures 12 years ago
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker 514c2dd24f fix socket.h struct msghdr member types on powerpc 12 years ago
Rich Felker ad66ae93d0 fix sysvipc structures on powerpc 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
rofl0r 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 13 years ago
Rich Felker a627eb3586 fix namespace violations in termios.h, at least mostly 13 years ago
Rich Felker a4b51633cf workaround clang deficiency affecting thread pointer access on powerpc 13 years ago
Szabolcs Nagy f7d348ec39 add O_TMPFILE flag, new in linux 3.11 13 years ago
Rich Felker 326e5c2e27 fix the nominal type of LDBL_* limits on archs with ld64 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker 7568ee4cbf add missing a_or_l to atomic.h for non-x86 archs 13 years ago
Rich Felker 16ac00ac46 fix powerpc build breakage from dynamic linker path search changes 13 years ago
Rich Felker c5e34dabbb new mostly-C crt1 implementation 13 years ago
Rich Felker 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 13 years ago
Rich Felker 3f08154ac4 remove SIG_ATOMIC_MIN/MAX from stdint bits headers 13 years ago