index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-29
libc: restore correct definition of semid_ds struct.
Dmitry Chestnykh
2024-02-29
Add time64 support for sparc.
Dmitry Chestnykh
2024-02-28
Add time64 support to OpenRISC.
Dmitry Chestnykh
2024-02-28
libc: Pass 64bit-only time structures to syscalls.
Dmitry Chestnykh
2024-02-28
libc: always redirect *stat() family to statx() with time64 enabled.
Dmitry Chestnykh
2024-02-28
ldso: Use statx() when time64 is enabled.
Dmitry Chestnykh
2024-02-27
Fix *stat() and *stat64() when the time is beyond year 2038.
Dmitry Chestnykh
2024-02-26
Add time64 support for MIPS32.
Dmitry Chestnykh
2024-02-26
Refactor `ts32_struct` and `TO_ITS64_P`.
Dmitry Chestnykh
2024-02-25
Add time64 support for PowerPC.
Dmitry Chestnykh
2024-02-25
Add support for using time64 on big-endian machines.
Dmitry Chestnykh
2024-02-25
Remove unneeded comparisons.
Dmitry Chestnykh
2024-02-25
ldso: Remove unneeded semicolons.
Dmitry Chestnykh
2024-02-22
xtensa: Add time64 support.
Dmitry Chestnykh
2024-02-22
Introduce time64 support.
Dmitry Chestnykh
2024-02-20
Replace null subtraction with cast
Sven Linker
2024-02-20
libc: Fix some unused parameter warnings
Sven Linker
2024-02-20
Remove duplicate semicolons
Marcus Haehnel
2024-02-20
ldso: add null-pointer check
Frank Mehnert
2024-02-20
fix c6x toolchain compile
Waldemar Brodkorb
2024-02-19
Rename `reloc_addr` to suppress `-Wshadow` warning.
Dmitry Chestnykh
2024-02-18
Fix broken compilation of uClibc-ng.
Dmitry Chestnykh
2024-02-18
Avoid fall-through if file matching temporary name exists
Sven Linker
2024-02-18
Add extra `-shared` to link.so command.
Dmitry Chestnykh
2024-02-18
features.h: Rework _DEFAULT_SOURCE
Paul Cercueil
2024-02-18
add newline at end of file
Waldemar Brodkorb
2024-02-10
libc: Fix dns-related build issues.
Dmitry Chestnykh
2024-02-07
ld.so: Add support of DT_RELR relocation format.
Dmitry Chestnykh
2024-02-07
Fix redefinition of _GNU_SOURCE.
Dmitry Chestnykh
2024-02-07
sys/stat.h: Make fchmod() available if __USE_XOPEN2K
Paul Cercueil
2024-02-07
sys/stat.h: Make S_ISSOCK() available if __USE_XOPEN2K
Paul Cercueil
2024-01-18
c6x: fix duplicate include
Waldemar Brodkorb
2023-12-22
Fix -Wnon-literal-null-conversion clang warning
Marius Melzer
2023-12-22
Fix -Wgnu-designator clang warnings
Marius Melzer
2023-12-18
bump version for 1.0.45 release
v1.0.45
Waldemar Brodkorb
2023-12-12
elf: support ELF binaries in noMMU
Greg Ungerer
2023-11-27
linuxthreads: Avoid unused variable warning
Marcus Haehnel
2023-11-27
getaddrinfo.c: Avoid misleading indentation warning
Marcus Haehnel
2023-11-17
rlimit: fix 64-bit RLIM64_INFINITY macro
Pavel Kozlov
2023-11-10
fnmatch: fix possible access beyond of parameter string
Marcus Haehnel
2023-11-10
arc: remove read ahead in asm strcmp code for ARCHS
Pavel Kozlov
2023-11-10
arc: add acq/rel variants for atomic cmpxchg/xchg
Pavel Kozlov
2023-11-10
prlimit: add name redirection and fix incorrect parameters to syscall
Pavel Kozlov
2023-11-09
libpthread/nptl: make default stack size configurable
Ben Wolsieffer
2023-11-02
setjmp.h: Fix C++ build and avoid duplicate throw declaration
Marcus Hähnel
2023-11-02
arm: elf-fdpic.h: avoid void pointer subtraction
Ben Wolsieffer
2023-10-28
Fix -Warray-parameter warning for __sigsetjmp
Pavel Kozlov
2023-10-27
setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUs
Pavel Kozlov
2023-10-27
depend on __UCLIBC_HAVE_STATX__
Waldemar Brodkorb
2023-09-28
riscv64: define __NR_riscv_flush_icache if not available
Waldemar Brodkorb
[next]