summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2026-05-26tools/nolibc: cast default values of program_invocation_nameThomas Weißschuh
2026-05-24tools/nolibc: add ftruncate()Thomas Weißschuh
2026-05-24tools/nolibc: add a helper to split a 64-bit argument into 32-bit halvesDaniel Palmer
2026-05-24tools/nolibc: stackprotector: Avoid stalling program startup if crng is not i...Daniel Palmer
2026-05-20tools/nolibc: getopt: Fix potential out of bounds accessDaniel Palmer
2026-05-14tools/nolibc: always pass mode to open syscallThomas Weißschuh
2026-05-14tools/nolibc: split open mode handling into a macroThomas Weißschuh
2026-05-14tools/nolibc: split implicit open flags into a macroThomas Weißschuh
2026-05-03tools/nolibc: add support for 32-bit pariscThomas Weißschuh
2026-05-03tools/nolibc: add support for OpenRISC / or1kThomas Weißschuh
2026-04-27tools/nolibc: open files with O_LARGEFILEThomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on MIPS N32Thomas Weißschuh
2026-04-27tools/nolibc: handle 64-bit system call arguments on x32Thomas Weißschuh
2026-04-27tools/nolibc: cast pointers returned from system calls through integersThomas Weißschuh
2026-04-27tools/nolibc: add __nolibc_arg_to_reg()Thomas Weißschuh
2026-04-27tools/nolibc: also handle _llseek system callThomas Weißschuh
2026-04-27tools/nolibc: add creat()Thomas Weißschuh
2026-04-27tools/nolibc: Don't use stack protector before setting it upDaniel Palmer
2026-04-27tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protectorDaniel Palmer
2026-04-27tools/nolibc: avoid call to wcslen() in _start_c() inserted by clangThomas Weißschuh
2026-04-27tools/nolibc: make __nolibc_enosys() a compile time errorThomas Weißschuh
2026-04-27tools/nolibc: add alloca()Thomas Weißschuh
2026-04-27tools/nolibc: add assert() and assert.hThomas Weißschuh
2026-04-09tools/nolibc: support UBSAN on gccThomas Weißschuh
2026-04-09tools/nolibc: create __nolibc_no_sanitize_ubsanThomas Weißschuh
2026-04-07tools/nolibc: add byteorder conversionsThomas Weißschuh
2026-04-07tools/nolibc: add the _syscall() macroThomas Weißschuh
2026-04-07tools/nolibc: move the call to __sysret() into syscall()Thomas Weißschuh
2026-04-07tools/nolibc: rename the internal macros used in syscall()Thomas Weißschuh
2026-04-06tools/nolibc: check for overflow in calloc() without divisionsThomas Weißschuh
2026-04-06tools/nolibc: add support for asprintf()Thomas Weißschuh
2026-04-04tools/nolibc: use __builtin_offsetof()Thomas Weißschuh
2026-04-04tools/nolibc: use makedev() in fstatat()Thomas Weißschuh
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh
2026-04-04tools/nolibc: make dev_t 64 bits wideThomas Weißschuh
2026-04-04tools/nolibc: move the logic of makedev() and friends into functionsThomas Weißschuh
2026-04-02tools/nolibc: explicitly list architecture headersThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous definition of QThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous invocation of mkdirThomas Weißschuh
2026-04-02tools/nolibc: drop superfluous invocation of 'make headers'Thomas Weißschuh
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh
2026-03-22tools/nolibc: avoid -Wundef warning for __STDC_VERSION__Thomas Weißschuh
2026-03-22tools/nolibc: add err.hThomas Weißschuh
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight