2024-05-07 |
Rich Felker | sys/user.h: derive __WORDSIZE from __LONG_MAX
|
commit | commitdiff | tree |
2024-05-07 |
Rich Felker | sys/reg.h: derive __WORDSIZE from __LONG_MAX
|
commit | commitdiff | tree |
2024-05-07 |
Rich Felker | unistd.h: derive ILP32/LP64 macros from __LONG_MAX...
|
commit | commitdiff | tree |
2024-05-07 |
Rich Felker | unify bits/stat.h for all archs sharing a common definition
|
commit | commitdiff | tree |
2024-05-07 |
Rich Felker | align aarch64, riscv64, loongarch64 stat structure...
|
commit | commitdiff | tree |
2024-05-07 |
Rich Felker | ldso: fix non-functional fix to early dynamic PAGE_SIZE...
|
commit | commitdiff | tree |
2024-05-06 |
Rich Felker | strptime: implement conversion specifiers adopted for...
|
commit | commitdiff | tree |
2024-05-06 |
Rich Felker | printf decimal integer formatting: shave off one division
|
commit | commitdiff | tree |
2024-04-24 |
Rich Felker | add missing STATX_ATTR_* macros omitted when statx...
|
commit | commitdiff | tree |
2024-04-14 |
Rich Felker | initgroups: do not artificially limit number of supplementar...
|
commit | commitdiff | tree |
2024-04-12 |
Rich Felker | printf: fix edge case where hex float precision was...
|
commit | commitdiff | tree |
2024-03-14 |
Rich Felker | fix pwrite/pwritev handling of O_APPEND files
|
commit | commitdiff | tree |
2024-03-13 |
Rich Felker | uio.h: add RWF_NOAPPEND flag for pwritev2
|
commit | commitdiff | tree |
2024-03-03 |
Rich Felker | iconv: fix missing bounds checking for shift_jis decoding
|
commit | commitdiff | tree |
2024-03-02 |
Rich Felker | add missing inline keyword on default a_barrier definition
|
commit | commitdiff | tree |
2024-03-01 |
Rich Felker | iconv: add aliases for GBK
|
commit | commitdiff | tree |
2024-03-01 |
Rich Felker | iconv: add euro symbol to GBK as single byte 0x80
|
commit | commitdiff | tree |
2024-03-01 |
Rich Felker | release 1.2.5
|
commit | commitdiff | tree |
2024-03-01 |
Rich Felker | iconv: add cp932 as an alias for shift_jis
|
commit | commitdiff | tree |
2024-03-01 |
Rich Felker | update INSTALL file archs list with riscv32, loongarch64...
|
commit | commitdiff | tree |
2024-02-29 |
Rich Felker | loongarch64: remove getrlimit/setrlimit syscall numbers
|
commit | commitdiff | tree |
2024-02-29 |
Rich Felker | riscv32: add sysvipc msg/sem/shm bits
|
commit | commitdiff | tree |
2024-02-26 |
Rich Felker | switch __STDC_UTF_{16,32}__ macro definitions from...
|
commit | commitdiff | tree |
2024-02-25 |
Rich Felker | sh dlsym: fix passing of return address for RTLD_NEXT use
|
commit | commitdiff | tree |
2024-02-23 |
Rich Felker | bits/syscall.h: add process_mrelease from linux v5.15
|
commit | commitdiff | tree |
2024-02-22 |
Rich Felker | add framework to support archs without a native wait4...
|
commit | commitdiff | tree |
2024-02-18 |
Rich Felker | sh: fix sigsetjmp corrupting call-saved register r8
|
commit | commitdiff | tree |
2024-02-16 |
Rich Felker | strftime: fix breakage in last change (uninitialized...
|
commit | commitdiff | tree |
2024-02-09 |
Rich Felker | fix erroneous feature test macro check for ppoll
|
commit | commitdiff | tree |
2024-02-07 |
Rich Felker | syslog: use C locale for timestamp generation
|
commit | commitdiff | tree |
2024-02-04 |
Rich Felker | riscv: add TLSDESC support
|
commit | commitdiff | tree |
2024-02-04 |
Rich Felker | sqrtl: fix invalid use of a non-constant-expression...
|
commit | commitdiff | tree |
2024-01-25 |
Rich Felker | add preadv2 and pwritev2 syscall wrappers, flag value...
|
commit | commitdiff | tree |
2024-01-21 |
Rich Felker | expose ppoll in default feature profile
|
commit | commitdiff | tree |
2024-01-21 |
Rich Felker | move ppoll from src/linux to src/select reflecting...
|
commit | commitdiff | tree |
2024-01-17 |
Rich Felker | remove INT_MAX limit on the n argument to snprintf...
|
commit | commitdiff | tree |
2023-11-21 |
Rich Felker | strftime: don't attempt to parse field width without...
|
commit | commitdiff | tree |
2023-11-16 |
Rich Felker | mntent: fields are delimited only by tabs or spaces...
|
commit | commitdiff | tree |
2023-11-07 |
Rich Felker | ldso: fix TLSDESC addend processing on archs with backwards...
|
commit | commitdiff | tree |
2023-11-07 |
Rich Felker | ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if...
|
commit | commitdiff | tree |
2023-11-06 |
Rich Felker | byte-based printf family: emit a nul byte for %lc with...
|
commit | commitdiff | tree |
2023-11-06 |
Rich Felker | ldso: use __ehdr_start if available to locate its own...
|
commit | commitdiff | tree |
2023-11-06 |
Rich Felker | remove non-prototype declaration of basename from string.h
|
commit | commitdiff | tree |
2023-08-24 |
Rich Felker | glob: fix wrong return code when aborting before any...
|
commit | commitdiff | tree |
2023-07-17 |
Rich Felker | fix rejection of dns responses with pointers past 512...
|
commit | commitdiff | tree |
2023-07-05 |
Rich Felker | dns stub resolver: increase buffer size to handle chained...
|
commit | commitdiff | tree |
2023-06-13 |
Rich Felker | printf core: fix gratuitous integer formatting buffer...
|
commit | commitdiff | tree |
2023-06-12 |
Rich Felker | all printf variants: fix argument type handling for...
|
commit | commitdiff | tree |
2023-06-01 |
Rich Felker | fix public clone function to be safe and usable by...
|
commit | commitdiff | tree |
2023-06-01 |
Rich Felker | fix broken thread list unlocking after fork
|
commit | commitdiff | tree |
2023-05-21 |
Rich Felker | configure: replace -Os with equivalent based on -O2
|
commit | commitdiff | tree |
2023-05-02 |
Rich Felker | move fallocate64 declaration under _LARGEFILE64_SOURCE...
|
commit | commitdiff | tree |
2023-05-02 |
Rich Felker | release 1.2.4
|
commit | commitdiff | tree |
2023-04-24 |
Rich Felker | fix return value of wmemcmp for extreme wchar_t values
|
commit | commitdiff | tree |
2023-04-11 |
Rich Felker | fix inadvertently static local var in dynlink get_lfs64
|
commit | commitdiff | tree |
2023-03-22 |
Rich Felker | fix swprintf handling of nul character in output
|
commit | commitdiff | tree |
2023-03-21 |
Rich Felker | in printf, use ferror macro rather than directly inspecting...
|
commit | commitdiff | tree |
2023-03-21 |
Rich Felker | remove wide printf dependency on ugly hack in vfprintf
|
commit | commitdiff | tree |
2023-03-21 |
Rich Felker | fix (normal, narrow) printf erroneously processing...
|
commit | commitdiff | tree |
2023-03-21 |
Rich Felker | fix wide printf continuation after output or encoding...
|
commit | commitdiff | tree |
2023-03-20 |
Rich Felker | fix wide printf forms ignoring width for %lc format...
|
commit | commitdiff | tree |
2023-03-03 |
Rich Felker | poll: fix misuse of timespec type on 32-bit archs without...
|
commit | commitdiff | tree |
2023-02-28 |
Rich Felker | dup3: don't set FD_CLOEXEC on failure on kernels without...
|
commit | commitdiff | tree |
2023-02-28 |
Rich Felker | fix dup3 ignoring all flags but O_CLOEXEC on archs...
|
commit | commitdiff | tree |
2023-02-28 |
Rich Felker | fix pipe2 silently ignoring unknown flags on old kernels
|
commit | commitdiff | tree |
2023-02-23 |
Rich Felker | fix incorrect unit for CPU_SETSIZE macro
|
commit | commitdiff | tree |
2023-02-12 |
Rich Felker | mq_notify: block all (application) signals in the worker...
|
commit | commitdiff | tree |
2023-02-12 |
Rich Felker | mq_notify: join worker thread before returning in error...
|
commit | commitdiff | tree |
2023-02-12 |
Rich Felker | mq_notify: rework to fix use-after-close/double-close...
|
commit | commitdiff | tree |
2023-02-11 |
Rich Felker | mq_notify: use semaphore instead of barrier to sync...
|
commit | commitdiff | tree |
2023-02-11 |
Rich Felker | fix pthread_detach inadvertently acting as cancellation...
|
commit | commitdiff | tree |
2023-02-11 |
Rich Felker | powerpc-sf longjmp clobbering of val argument
|
commit | commitdiff | tree |
2023-02-09 |
Rich Felker | fix wrong sigaction syscall ABI on mips*, or1k, microblaze...
|
commit | commitdiff | tree |
2023-02-08 |
Rich Felker | fix integer overflow in WIFSTOPPED macro
|
commit | commitdiff | tree |
2023-01-18 |
Rich Felker | fix debugger tracking of shared libraries on mips with...
|
commit | commitdiff | tree |
2023-01-06 |
Rich Felker | expose memmem under baseline POSIX feature profile
|
commit | commitdiff | tree |
2022-12-17 |
Rich Felker | use libc-internal malloc for pthread_atfork
|
commit | commitdiff | tree |
2022-12-13 |
Rich Felker | semaphores: fix missed wakes from ABA bug in waiter...
|
commit | commitdiff | tree |
2022-12-01 |
Rich Felker | ldso: fix invalid early references to extern-linkage...
|
commit | commitdiff | tree |
2022-11-10 |
Rich Felker | fix double-processing of DT_RELR relocations in ldso...
|
commit | commitdiff | tree |
2022-11-08 |
Rich Felker | fix strverscmp comparison of digit sequence with non...
|
commit | commitdiff | tree |
2022-11-05 |
Rich Felker | fix async thread cancellation stack alignment
|
commit | commitdiff | tree |
2022-10-20 |
Rich Felker | fix return value of gethostby{name[2],addr} with no...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | clean up dns_parse_callback
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | dns response handling: don't treat too many addresses...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | dns response handling: ignore presence of wrong-type RRs
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fix missing synchronization of pthread TSD keys with...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fgets: avoid arithmetic overflow when n==INT_MIN is...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fix AS-safety of close when aio is in use and fd map...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fix potential deadlock between multithreaded fork and aio
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fix potential unsynchronized access to killlock state...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | fix potential deadlock in dlerror buffer handling at...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | configure: disable TBAA optimization because most compilers...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | disable MADV_FREE usage in mallocng
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | remove LFS64 programming interfaces (macro-only) from...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | remove LFS64 symbol aliases; replace with dynamic linker...
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | dns query core: detect udp truncation at recv time
|
commit | commitdiff | tree |
2022-10-19 |
Rich Felker | getaddrinfo dns lookup: use larger answer buffer to...
|
commit | commitdiff | tree |
2022-09-22 |
Rich Felker | arpa/nameser.h: update RR types list
|
commit | commitdiff | tree |
2022-09-22 |
Rich Felker | dns: implement tcp fallback in __res_msend query core
|
commit | commitdiff | tree |