4410 Commits (83350eb17b9cb355e3f08b0340c4f1e8c437fac9)
 

Author SHA1 Message Date
Rich Felker 9f6dd78593 fix mips r6 syscall clobber lists not to include hi/lo registers 7 years ago
Szabolcs Nagy b678f7b46a arm: fix setjmp and longjmp asm for armv8-a 7 years ago
Rich Felker 29bad49d72 fix data race in timer_create with SIGEV_THREAD notification 7 years ago
Palmer Dabbelt 7d5c5706a0 correct the operand specifiers in the riscv64 CAS routines 7 years ago
Rich Felker f5eee489f7 harden thread start with failed scheduling against broken __clone 7 years ago
Brion Vibber f7e464bff4 fix %lf in wprintf 7 years ago
Rich Felker 1ef37aa00e fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5 7 years ago
Rich Felker b0301f47f3 fix arm __a_barrier_oldkuser when built as thumb 7 years ago
Rich Felker 05870abeaa fix code path where child function returns in arm __clone built as thumb 7 years ago
Szabolcs Nagy 9920bf45cc aarch64: add HWCAP2 flags from linux v5.2 7 years ago
Szabolcs Nagy b60763092e add new syscall numbers from linux v5.2 7 years ago
Szabolcs Nagy 81e795e1f1 fcntl.h: add AT_RECURSIVE from linux v5.2 7 years ago
Szabolcs Nagy cc1a53515b fcntl.h: add AT_STATX_ statx sync flag definitions 7 years ago
Szabolcs Nagy 1e22eb2e8f sched.h: add CLONE_PIDFD from linux v5.2 7 years ago
Szabolcs Nagy b5134ccd4d netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2 7 years ago
Rich Felker 1f0e9f9cc2 honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t 7 years ago
Rich Felker 8a544ee3a2 synchronously clean up pthread_create failure due to scheduling errors 7 years ago
Rich Felker 022f27d541 set explicit scheduling for new thread from calling thread, not self 7 years ago
Rich Felker dd0a23dd9e fix unsynchronized decrement of thread count on pthread_create error 7 years ago
Rich Felker a882841baf add public declaration for optreset under appropriate feature profiles 7 years ago
Rich Felker 74244e5b3e add posix_spawn [f]chdir file actions 7 years ago
Árni Dagur f76e183111 add copy_file_range system call wrapper 7 years ago
Rich Felker 6ad514e4e2 fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh 7 years ago
Rich Felker d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 7 years ago
Rich Felker 827aa8fbca remove sporadic server members from struct sched_param 7 years ago
Khem Raj 29e8737f81 re-add ELF gregs and fpregs types to riscv64 user.h 7 years ago
Rich Felker 9d35fec9e1 fix regression whereby main thread didn't get TLS relocations 7 years ago
Rich Felker b19fa24783 fix accidentlly-external cmp symbol introduced with catgets 7 years ago
Szabolcs Nagy f2435263d7 make relocation time symbol lookup and dlsym consistent 7 years ago
Rich Felker 1f060ed2fb ldso: correct condition for local symbol handling in do_relocs 7 years ago
Samuel Holland 08869deb7e add support for powerpc/powerpc64 unaligned relocations 7 years ago
Rich Felker 71af530987 ldso: remove redundant runtime checks in static TLS logic 7 years ago
Rich Felker ffab43602b ldso: fix calloc misuse allocating initial tls 7 years ago
Petr Vaněk 7844ecb590 add secure_getenv function 7 years ago
Rich Felker 0847902ab9 in clock_getres, check for null pointer before storing result 7 years ago
Rich Felker a108127256 remove spurious null check in clock_settime 7 years ago
Rich Felker 37d6d09ec6 fix regression in recvmmsg with no timeout 7 years ago
Rich Felker 7590203c48 add non-stub implementation of catgets localization functions 7 years ago
Rich Felker d0b547dfb5 fix regression in select with no timeout 7 years ago
Rich Felker e408deefeb fix failure of glob to match broken symlinks under some conditions 7 years ago
Rich Felker d493206de7 remove riscv64 bits/user.h contents 7 years ago
Baruch Siach 8acc688548 fix risc64 conflict with kernel headers 7 years ago
Patrick Oppenlander e0e8ae754c in arm cancellation point asm, don't unnecessarily preserve link register 7 years ago
Ismael Luceno 49eacf29d2 glob: implement GLOB_TILDE and GLOB_TILDE_CHECK 7 years ago
Rich Felker f522de81ac use setitimer function rather than syscall to implement alarm 7 years ago
Rich Felker 6818c31c9b fix build regression in i386 asm for atan2, atan2f 7 years ago
Rich Felker f3ed8bfe8a fix x87 stack imbalance in corner cases of i386 math asm 7 years ago
Rich Felker 244778f70c fix regression in clock_gettime on 32-bit archs without vdso 7 years ago
Rich Felker 6fcb440d91 update riscv64 syscall numbers to linux v5.1 7 years ago
Rich Felker 0705fe9356 clock_gettime: add support for 32-bit vdso with 64-bit time_t 7 years ago