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