4548 Commits (3da18e6951076079e0cd8efe9db2f2fdbc049286)
 

Author SHA1 Message Date
Szabolcs Nagy 3da18e6951 sys/random.h: add GRND_INSECURE from linux v5.6 6 years ago
Szabolcs Nagy 8f4aa78a0c sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 6 years ago
Szabolcs Nagy 1ab341e89b netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 6 years ago
Szabolcs Nagy c6321616b8 netinet/tcp.h: update for linux v5.6 6 years ago
Szabolcs Nagy 8fca0ea4e9 netinet/in.h: add IPPROTO_ macros from linux v5.6 6 years ago
Szabolcs Nagy d990090384 add pidfd_getfd and openat2 syscall numbers from linux v5.6 6 years ago
Szabolcs Nagy d4f298149c netinet/tcp.h: update tcp_info for linux v5.5 6 years ago
Rich Felker ffac0c2299 use generic bits/fcntl.h for x86_64 and riscv64 6 years ago
Rich Felker 76f42fdf34 make generic bits/fcntl.h shareable with 64-bit archs 6 years ago
Rich Felker b8b729bd22 fix missing O_LARGEFILE values on x86_64, x32, and mips64 6 years ago
Rich Felker 262003ad9d fix missing newline in herror output 6 years ago
Rich Felker 0b06402193 fix i386 __set_thread_area fallback 6 years ago
Rich Felker cf27184d00 restore h_errno ABI compatibility with ancient binaries 6 years ago
Rich Felker cab0a8fb8d clean up overinclusion in files using TIOCGWINSZ 6 years ago
Rich Felker 1ccc804e13 fix regression with applications that expect struct winsize in ioctl.h 6 years ago
Rich Felker 86ac0f7947 configure: enable warnings by default 6 years ago
Rich Felker 0a312d34b9 configure: use additive warnings instead of subtracting from -Wall 6 years ago
Rich Felker e7f808e359 configure: add further -Werror=... options to detected CFLAGS 6 years ago
Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes 6 years ago
Rich Felker 3a5b9ae7cf deduplicate __pthread_self thread pointer adjustment out of each arch 6 years ago
Rich Felker ea71a9004e deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET 6 years ago
Rich Felker 19f8642494 report res_query failures, including nxdomain/nodata, via h_errno 6 years ago
Rich Felker 9d0b8b92a5 make h_errno thread-local 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker 9d4b25b473 fix MUSL_LOCPATH search 6 years ago
Rich Felker d49cf07541 add gettid function 6 years ago
Szabolcs Nagy 22359b54ab aarch64: fix setjmp return value 6 years ago
Alexander Monakov 4554f155dd setjmp: optimize longjmp prologues 6 years ago
Alexander Monakov 59b64ff686 setjmp: optimize x86 longjmp epilogues 6 years ago
Alexander Monakov c6a6fe4ccd setjmp: avoid useless REX-prefix on xor %eax, %eax 6 years ago
Alexander Monakov 21431a0e43 setjmp: fix x86-64 longjmp argument adjustment 6 years ago
Rich Felker c2feda4e2e prefer new socket syscalls, fallback to SYS_socketcall only if needed 6 years ago
Szabolcs Nagy 933f8e72eb math: new software sqrtl 6 years ago
Szabolcs Nagy 4f893997e4 math: add __math_invalidl 6 years ago
Szabolcs Nagy b1756ec884 math: new software sqrtf 6 years ago
Szabolcs Nagy 97e9b73d59 math: new software sqrt 6 years ago
Rich Felker f1198ea3cf in hosts file lookups, honor first canonical name regardless of family 6 years ago
Rich Felker 20c6d83f55 in hosts file lookups, use only first match for canonical name 6 years ago
Rich Felker 73cc775bee release 1.2.1 6 years ago
Rich Felker 845e4f6692 add m68k sqrtl using native instruction 6 years ago
Bartosz Brachaczek ddf1750e42 getentropy: fix UB if len==0 6 years ago
Rich Felker 52ee0dd6d5 fix async-cancel-safety of pthread_cancel 6 years ago
Rich Felker 7cc9496a18 make thread killlock async-signal-safe for pthread_kill 6 years ago
Rich Felker 0a005f499c fix C implementation of a_clz_32 6 years ago
Julien Ramseier a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use 6 years ago
Rich Felker ea6d7847ac make mallocng the default malloc implementation 6 years ago
Rich Felker e71188fa05 add malloc implementation selection to configure 6 years ago
Rich Felker 503bd39766 import mallocng 6 years ago
Rich Felker 785752a595 add glue code for mallocng merge 6 years ago
Rich Felker fdf8b2ad9c add optimized aarch64 memcpy and memset 6 years ago