4731 Commits (63c67053a3e42e9dff788de432f82ff07d4d772a)
 

Author SHA1 Message Date
Alex Xu (Hello71) 63c67053a3 in early stage ldso before __dls2b, call mprotect with __syscall 4 years ago
Rich Felker a23a3da29b avoid limited space of random temp file names if clock resolution is low 4 years ago
Rich Felker 4100279825 remove random filename obfuscation that leaks ASLR information 4 years ago
Rich Felker 6c858d6fd4 ensure distinct query id for parallel A and AAAA queries in resolver 4 years ago
Rich Felker 8974ef2124 mntent: fix potential mishandling of extremely long lines 4 years ago
Alyssa Ross 751bee0ee7 mntent: fix parsing lines with optional fields 5 years ago
Rich Felker dcb31f6b45 fix constraint violation in qsort wrapper around qsort_r 4 years ago
Rich Felker 6e9d2370c7 use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file 4 years ago
Rich Felker 05a55868ff provide an internal namespace-safe __fstat 4 years ago
Rich Felker fb10dc288d only use fstatat and others legacy stat syscalls if they exist 4 years ago
Rich Felker 2b754a5424 drop direct use of stat syscalls in internal __map_file 4 years ago
Rich Felker c9ba0769a7 provide an internal namespace-safe __fstatat 4 years ago
Rich Felker 7edbcbeb76 drop direct use of stat syscalls in fchmodat 4 years ago
Rich Felker 9a93749555 drop use of stat operation in temporary file name generation 4 years ago
Stefan O'Rear 12a757b321 only fallback to gettimeofday/settimeofday syscalls if they exist 6 years ago
Stefan O'Rear 41149ea8c7 only use getrlimit/setrlimit syscalls if they exist 6 years ago
Stefan O'Rear 8910efd0e4 don't remap internal-use syscall macros to nonexistent time32 syscalls 6 years ago
Stefan O'Rear 03f71251e6 remove ARMSUBARCH relic from configure 6 years ago
Rich Felker 55b727d7ad add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS 4 years ago
Ondrej Jirman 8cf87b3027 fix incorrect parameter name in internal netlink.h RTA_OK macro 8 years ago
Rich Felker 7a43f6fea9 release 1.2.3 4 years ago
psykose 01b14242cc accept null pointer as message argument to gettext functions 4 years ago
Isaiah Poston 6d8a515796 fix invalid free of duplocale object when malloc has been replaced 4 years ago
Rich Felker 760f5d7efe fix __WORDSIZE on x32 sys/user.h 4 years ago
Szabolcs Nagy bdb5454065 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 5 years ago
Szabolcs Nagy aa3bab6ce4 sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy a8300f5d2a elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy dda21f10a7 netinet/in.h: add INADDR_DUMMY from linux v5.13 5 years ago
Szabolcs Nagy ee05b11b67 bits/syscall.h: add landlock syscalls from linux v5.13 5 years ago
Szabolcs Nagy 1ee8109ea0 netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12 5 years ago
Szabolcs Nagy bc89c31112 netinet/tcp.h: add TCP_NLA_* values up to linux v5.12 5 years ago
Szabolcs Nagy 9ffd145479 s390x: add ptrace requests from linux v5.12 5 years ago
Szabolcs Nagy f7d3db5bfc bits/syscall.h: add mount_setattr from linux v5.12 5 years ago
Szabolcs Nagy e99c425827 signal.h: add new sa_flags from linux v5.11 5 years ago
Szabolcs Nagy 993cccce13 signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11 5 years ago
Szabolcs Nagy 3dcbd89690 signal.h: add si_code values for SIGSYS 5 years ago
Szabolcs Nagy 30c8a1456a netinet/tcp.h: add tcp zerocopy related changes from linux v5.11 5 years ago
Szabolcs Nagy b54f481fbc netinet/if_ether.h: add ETH_P_CFM from linux v5.11 5 years ago
Szabolcs Nagy c5ecaca743 sys/socket.h: add new SO_ socket options from linux v5.11 5 years ago
Szabolcs Nagy f35b99b387 sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 5 years ago
Szabolcs Nagy b21f3ded78 bits/syscall.h: add epoll_pwait2 from linux v5.11 5 years ago
Alexey Kodanev 3aba2150d0 nice: return EPERM instead of EACCES 5 years ago
jvoisin 74a28a8af2 protect stack canary from leak via read-as-string by zeroing second byte 4 years ago
Szabolcs Nagy 7c0c7a75ec math: avoid runtime conversions of floating-point constants 4 years ago
Rich Felker f8bdc30482 fix spurious failures by fgetws when buffer ends with partial character 4 years ago
pelco 5690668a1b add missing strerror text for key management 4 years ago
Rich Felker 3b7b415557 fix out-of-bound read processing time zone data with distant-past dates 4 years ago
Rich Felker 75b3412f3d fix potentially wrong-sign zero in cproj functions at infinity 4 years ago
Rich Felker 52f0deb969 make fseek detect and produce an error for invalid whence arguments 4 years ago
Érico Nogueira cbacd638e3 add SEEK_DATA and SEEK_HOLE to unistd.h 4 years ago