summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh
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