index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
nolibc.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
1
-0
/
+1
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
1
-0
/
+1
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
1
-0
/
+1
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
1
-2
/
+1
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
1
-0
/
+1
2024-07-29
tools/nolibc: add stdbool.h header
Thomas Weißschuh
1
-1
/
+2
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
1
-2
/
+2
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
1
-5
/
+4
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
1
-1
/
+1
2023-03-27
tools/nolibc: add support for stack protector
Thomas Weißschuh
1
-0
/
+1
2022-04-20
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
1
-10
/
+20
2022-04-20
tools/nolibc/time: create time.h with time()
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
1
-22
/
+0
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
1
-9
/
+0
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
1
-14
/
+0
2022-04-20
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
1
-6
/
+1
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
1
-95
/
+1
2022-04-20
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
1
-66
/
+1
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
1
-962
/
+3
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
1
-1186
/
+1
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
1
-108
/
+2
2022-04-20
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
1
-37
/
+5
2022-04-11
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
1
-0
/
+4
2022-04-11
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
1
-0
/
+3
2021-11-30
tools/nolibc: Implement gettid()
Mark Brown
1
-0
/
+18
2021-11-30
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
1
-1
/
+1
2021-11-30
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
1
-14
/
+19
2021-11-30
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
1
-8
/
+5
2021-11-30
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
1
-1
/
+9
[next]