summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-20tools/nolibc: remove more __nolibc_enosys() fallbacksThomas Weißschuh
2025-11-20tools/nolibc: remove now superfluous overflow check in llseekThomas Weißschuh
2025-11-20tools/nolibc: use 64-bit off_tThomas Weißschuh
2025-11-20tools/nolibc: prefer the llseek syscallThomas Weißschuh
2025-11-20tools/nolibc: handle 64-bit off_t for llseekThomas Weißschuh
2025-11-20tools/nolibc: use 64-bit ino_tThomas Weißschuh
2025-11-17tools: Remove s390 compat supportHeiko Carstens
2025-11-09tools/nolibc: avoid using plain integer as NULL pointerThomas Weißschuh
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh
2025-11-02tools/nolibc: clean up outdated comments in generic arch.hWilly Tarreau
2025-11-02tools/nolibc: make the "headers" target install all supported archsWilly Tarreau
2025-11-02tools/nolibc: add the more portable inttypes.hWilly Tarreau
2025-11-02tools/nolibc: provide the portable sys/select.hWilly Tarreau
2025-11-02tools/nolibc: add missing memchr() to string.hWilly Tarreau
2025-11-02tools/nolibc: fix misleading help message regarding installation pathWilly Tarreau
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg
2025-10-29tools/nolibc: add option to disable runtimeBenjamin Berg
2025-10-29tools/nolibc: use __fallthrough__ rather than fallthroughBenjamin Berg
2025-10-29tools/nolibc: implement %m if errno is not definedBenjamin Berg
2025-10-29tools/nolibc/dirent: avoid errno in readdir_rBenjamin Berg
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh
2025-10-27tools/nolibc: x86: fix section mismatch caused by asm "mem*" functionsWilly Tarreau
2025-10-12tools/nolibc: handle NULL wstatus argument to waitpid()Thomas Weißschuh
2025-09-25tools/nolibc: add stdbool.h to nolibc includesAndré Almeida
2025-09-20tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou
2025-09-01tools/nolibc: drop wait4() supportThomas Weißschuh
2025-09-01tools/nolibc: fold llseek fallback into lseek()Thomas Weißschuh
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from fork functionsThomas Weißschuh
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from dup2()Thomas Weißschuh
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from *at() functionsThomas Weißschuh