4946 Commits (ef7d0ae21240eac9fc1e8088112bfb0fac507578)
 

Author SHA1 Message Date
Rich Felker ef7d0ae212 move __utc string object to its own translation unit 2 years ago
Rich Felker dd1e63c363 syslog: revert LOG_FAC/LOG_FACMASK changes 2 years ago
Rich Felker 008f737ddf siglongjmp: document why this function just calls longjmp 2 years ago
Jakub Stasiak 947b4574fa inet_ntop: fix the IPv6 leading zero sequence compression 2 years ago
Rich Felker 50ab830633 dynlink: avoid copying to temp buffer in get_lfs64 2 years ago
Joe Damato 1b97d0060b sys/epoll.h: add epoll ioctls 2 years ago
Rich Felker ab31e9d6a0 getusershell: skip blank lines and comments 2 years ago
Florian Ziesche 53ac44ff4c dynlink: fix get_lfs64() with posix_fallocate64 2 years ago
Rich Felker 895736d49b syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros 2 years ago
Tony Ambardar 05ce67fea9 add renameat2 linux syscall wrapper 2 years ago
Rich Felker 0079972992 fix mismatched type in posix_getdents definition 2 years ago
mojyack cbf59dd662 aarch64 crti.o: fix alignment of _init/_fini 2 years ago
Gonzalo Alvarez 84015cee17 fix typo that broke sys/reg.h and sys/user.h 2 years ago
Rich Felker 1b0d48517f implement posix_getdents adopted for next issue of POSIX 2 years ago
Rich Felker 2c124e13bd stdint.h: derive limits from __LONG_MAX, use common fast16 types 2 years ago
Rich Felker 7019fbe103 sys/user.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker e709a6f07a sys/reg.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker 29b216b2f2 unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits 2 years ago
Rich Felker 0dfa1d8caa unify bits/stat.h for all archs sharing a common definition 2 years ago
Rich Felker ef600888d2 align aarch64, riscv64, loongarch64 stat structure padding type 2 years ago
Rich Felker 6f666231bf ldso: fix non-functional fix to early dynamic PAGE_SIZE access 2 years ago
Rich Felker fced99e93d strptime: implement conversion specifiers adopted for next POSIX issue 2 years ago
Rich Felker 3f9d4224d8 printf decimal integer formatting: shave off one division 2 years ago
Michael Forney a23cf8f9c5 riscv mcontext_t/sigcontext: use __aligned__ instead of aligned 2 years ago
Rich Felker cbf1c7b605 add missing STATX_ATTR_* macros omitted when statx was added 2 years ago
Rich Felker 3f49203c55 initgroups: do not artificially limit number of supplementary groups 2 years ago
Rich Felker 24ebbbdedc printf: fix edge case where hex float precision was not honored 2 years ago
Szabolcs Nagy e3b0ace505 complex: fix comment in cacosh 2 years ago
Szabolcs Nagy 9683bd6241 math: fix fma(x,y,0) when x*y rounds to -0 2 years ago
Rich Felker 5370070fde fix pwrite/pwritev handling of O_APPEND files 2 years ago
Rich Felker bdc9a9ff6f uio.h: add RWF_NOAPPEND flag for pwritev2 2 years ago
Rich Felker 7ada6dde6f iconv: fix missing bounds checking for shift_jis decoding 2 years ago
Rich Felker fd7d018521 add missing inline keyword on default a_barrier definition 2 years ago
Rich Felker b5121e2ed8 iconv: add aliases for GBK 2 years ago
Rich Felker ca6f46aff1 iconv: add euro symbol to GBK as single byte 0x80 2 years ago
Rich Felker 0784374d56 release 1.2.5 2 years ago
Rich Felker f5dba42f36 iconv: add cp932 as an alias for shift_jis 2 years ago
Rich Felker e5aa498451 update INSTALL file archs list with riscv32, loongarch64 additions 2 years ago
wanghongliang 8d9d266573 loongarch64: add new syscall numbers 2 years ago
Rich Felker 8d852cdacd loongarch64: remove getrlimit/setrlimit syscall numbers 2 years ago
wanghongliang 13cd64af31 loongarch64: remove ptrace.h macros 2 years ago
Stefan O'Rear 377c363fb5 configure: enable riscv32 port 6 years ago
Khem Raj d25f0cccb9 riscv: define REG_S1 and REG_S2 4 years ago
Khem Raj 8432d16a46 riscv32: add new syscall numbers 6 years ago
Rich Felker 3ea3fcf78a riscv32: add sysvipc msg/sem/shm bits 2 years ago
Stefan O'Rear b28c44de8c riscv32: add thread support 6 years ago
Stefan O'Rear c34a8eedff riscv32: add setjmp/longjmp and sigreturn 6 years ago
Stefan O'Rear 11eee89e14 riscv32: add dlsym 6 years ago
Stefan O'Rear b4f7b2ca35 riscv32: add fenv and math 6 years ago
Stefan O'Rear 01d9fe4d9f riscv32: add arch headers 6 years ago