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