about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix mismatched type in posix_getdents definitionRich Felker2024-05-121-1/+1
* aarch64 crti.o: fix alignment of _init/_finimojyack2024-05-121-0/+2
* fix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez2024-05-112-2/+2
* implement posix_getdents adopted for next issue of POSIXRich Felker2024-05-082-3/+26
* stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker2024-05-0718-340/+9
* sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker2024-05-075-12/+9
* sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker2024-05-0719-42/+9
* unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bitsRich Felker2024-05-0719-37/+7
* unify bits/stat.h for all archs sharing a common definitionRich Felker2024-05-074-54/+0
* align aarch64, riscv64, loongarch64 stat structure padding typeRich Felker2024-05-073-3/+3
* ldso: fix non-functional fix to early dynamic PAGE_SIZE accessRich Felker2024-05-071-3/+5
* strptime: implement conversion specifiers adopted for next POSIX issueRich Felker2024-05-061-1/+65
* printf decimal integer formatting: shave off one divisionRich Felker2024-05-061-1/+2
* riscv mcontext_t/sigcontext: use __aligned__ instead of alignedMichael Forney2024-05-062-2/+2
* add missing STATX_ATTR_* macros omitted when statx was addedRich Felker2024-04-241-0/+10
* initgroups: do not artificially limit number of supplementary groupsRich Felker2024-04-131-4/+22
* printf: fix edge case where hex float precision was not honoredRich Felker2024-04-121-9/+2
* complex: fix comment in cacoshSzabolcs Nagy2024-03-141-1/+1
* math: fix fma(x,y,0) when x*y rounds to -0Szabolcs Nagy2024-03-141-1/+1
* fix pwrite/pwritev handling of O_APPEND filesRich Felker2024-03-142-1/+20
* uio.h: add RWF_NOAPPEND flag for pwritev2Rich Felker2024-03-131-0/+1
* iconv: fix missing bounds checking for shift_jis decodingRich Felker2024-03-021-0/+1
* add missing inline keyword on default a_barrier definitionRich Felker2024-03-021-1/+1
* iconv: add aliases for GBKRich Felker2024-03-011-1/+1
* iconv: add euro symbol to GBK as single byte 0x80Rich Felker2024-03-011-0/+4
* release 1.2.5 v1.2.5Rich Felker2024-02-292-1/+43
* iconv: add cp932 as an alias for shift_jisRich Felker2024-02-291-1/+1
* update INSTALL file archs list with riscv32, loongarch64 additionsRich Felker2024-02-291-1/+6
* loongarch64: add new syscall numberswanghongliang2024-02-291-0/+15
* loongarch64: remove getrlimit/setrlimit syscall numbersRich Felker2024-02-291-2/+0
* loongarch64: remove ptrace.h macroswanghongliang2024-02-291-4/+0
* configure: enable riscv32 portStefan O'Rear2024-02-291-1/+2
* riscv: define REG_S1 and REG_S2Khem Raj2024-02-292-0/+4
* riscv32: add new syscall numbersKhem Raj2024-02-291-1/+15
* riscv32: add sysvipc msg/sem/shm bitsRich Felker2024-02-294-0/+68
* riscv32: add thread supportStefan O'Rear2024-02-294-0/+76
* riscv32: add setjmp/longjmp and sigreturnStefan O'Rear2024-02-294-0/+114
* riscv32: add dlsymStefan O'Rear2024-02-291-0/+6
* riscv32: add fenv and mathStefan O'Rear2024-02-2914-0/+239
* riscv32: add arch headersStefan O'Rear2024-02-2917-0/+659
* getnameinfo: fix calling __dns_parse with potentially too large rlenAlexey Izbyshev2024-02-291-1/+3
* posix_spawn: fix child spinning on write to a broken pipeAlexey Izbyshev2024-02-291-1/+6
* loongarch64 __clone: align stack pointer mod 16wanghongliang2024-02-261-0/+1
* add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREGHongliang Wang2024-02-261-2/+21
* add loongarch64 signal.h register index macroswanghongliang2024-02-261-0/+11
* switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndefRich Felker2024-02-261-2/+4
* riscv: fall back to syscall __riscv_flush_icacheStefan O'Rear2024-02-251-0/+1
* sh dlsym: fix passing of return address for RTLD_NEXT useRich Felker2024-02-251-1/+1
* add statx interface using syscall, fallback to fstatatDuncan Bellamy2024-02-242-0/+97
* use new SYS_fchmodat2 syscall to implement fchmodat with flagsGaƫl PORTAY2024-02-221-1/+4