index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
nolibc.h
Age
Commit message (
Expand
)
Author
2025-11-02
tools/nolibc: provide the portable sys/select.h
Willy Tarreau
2025-10-29
tools/nolibc: add uio.h with readv and writev
Benjamin Berg
2025-09-25
tools/nolibc: add stdbool.h to nolibc includes
André Almeida
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
2024-07-29
tools/nolibc: add stdbool.h header
Thomas Weißschuh
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-03-27
tools/nolibc: add support for stack protector
Thomas Weißschuh
2022-04-20
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
2022-04-20
tools/nolibc/time: create time.h with time()
Willy Tarreau
2022-04-20
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2022-04-20
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2022-04-20
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2022-04-11
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
2022-04-11
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
2021-11-30
tools/nolibc: Implement gettid()
Mark Brown
2021-11-30
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
[next]