index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-02
tools/nolibc: add support for Alpha
Thomas Weißschuh
3
-1
/
+162
2026-07-30
tools/nolibc/powerpc: mark ctr and xer as clobbered by system call
Thomas Weißschuh
1
-1
/
+1
2026-07-26
tools/nolibc: remove dead __ARCH_WANT_SYS_OLD_SELECT
Ammar Faizi
2
-6
/
+0
2026-07-03
tools/nolibc: mark arg1 operand in __nolibc_syscall0() as write-only
Thomas Weißschuh
1
-1
/
+1
2026-07-03
tools/nolibc: unistd: Add readlink()
Daniel Palmer
1
-0
/
+16
2026-07-03
tools/nolibc: unistd: Add getcwd()
Daniel Palmer
1
-0
/
+42
2026-05-26
tools/nolibc: cast default values of program_invocation_name
Thomas Weißschuh
1
-2
/
+2
2026-05-24
tools/nolibc: add ftruncate()
Thomas Weißschuh
4
-0
/
+58
2026-05-24
tools/nolibc: add a helper to split a 64-bit argument into 32-bit halves
Daniel Palmer
1
-0
/
+11
2026-05-24
tools/nolibc: stackprotector: Avoid stalling program startup if crng is not init yet
Daniel Palmer
1
-1
/
+2
2026-05-20
tools/nolibc: getopt: Fix potential out of bounds access
Daniel Palmer
1
-1
/
+1
2026-05-14
tools/nolibc: always pass mode to open syscall
Thomas Weißschuh
1
-8
/
+5
2026-05-14
tools/nolibc: split open mode handling into a macro
Thomas Weißschuh
1
-22
/
+18
2026-05-14
tools/nolibc: split implicit open flags into a macro
Thomas Weißschuh
1
-6
/
+4
2026-05-03
tools/nolibc: add support for 32-bit parisc
Thomas Weißschuh
3
-1
/
+188
2026-05-03
tools/nolibc: add support for OpenRISC / or1k
Thomas Weißschuh
3
-1
/
+163
2026-04-27
tools/nolibc: open files with O_LARGEFILE
Thomas Weißschuh
1
-0
/
+4
2026-04-27
tools/nolibc: handle 64-bit system call arguments on MIPS N32
Thomas Weißschuh
1
-45
/
+49
2026-04-27
tools/nolibc: handle 64-bit system call arguments on x32
Thomas Weißschuh
1
-35
/
+35
2026-04-27
tools/nolibc: cast pointers returned from system calls through integers
Thomas Weißschuh
2
-4
/
+4
2026-04-27
tools/nolibc: add __nolibc_arg_to_reg()
Thomas Weißschuh
1
-0
/
+4
2026-04-27
tools/nolibc: also handle _llseek system call
Thomas Weißschuh
1
-3
/
+9
2026-04-27
tools/nolibc: add creat()
Thomas Weißschuh
1
-0
/
+10
2026-04-27
tools/nolibc: Don't use stack protector before setting it up
Daniel Palmer
1
-1
/
+1
2026-04-27
tools/nolibc: Rename __no_stack_protector to __nolibc_no_stack_protector
Daniel Palmer
13
-18
/
+18
2026-04-27
tools/nolibc: avoid call to wcslen() in _start_c() inserted by clang
Thomas Weißschuh
1
-1
/
+1
2026-04-27
tools/nolibc: make __nolibc_enosys() a compile time error
Thomas Weißschuh
1
-2
/
+16
2026-04-27
tools/nolibc: add alloca()
Thomas Weißschuh
3
-0
/
+17
2026-04-27
tools/nolibc: add assert() and assert.h
Thomas Weißschuh
3
-0
/
+38
2026-04-09
tools/nolibc: support UBSAN on gcc
Thomas Weißschuh
1
-1
/
+5
2026-04-09
tools/nolibc: create __nolibc_no_sanitize_ubsan
Thomas Weißschuh
2
-4
/
+7
2026-04-07
tools/nolibc: add byteorder conversions
Thomas Weißschuh
4
-0
/
+57
2026-04-07
tools/nolibc: add the _syscall() macro
Thomas Weißschuh
1
-1
/
+2
2026-04-07
tools/nolibc: move the call to __sysret() into syscall()
Thomas Weißschuh
1
-2
/
+2
2026-04-07
tools/nolibc: rename the internal macros used in syscall()
Thomas Weißschuh
1
-5
/
+5
2026-04-06
tools/nolibc: check for overflow in calloc() without divisions
Thomas Weißschuh
1
-2
/
+2
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
1
-0
/
+50
2026-04-04
tools/nolibc: use __builtin_offsetof()
Thomas Weißschuh
1
-1
/
+1
2026-04-04
tools/nolibc: use makedev() in fstatat()
Thomas Weißschuh
1
-6
/
+3
2026-04-04
tools/nolibc: handle all major and minor numbers in makedev() and friends
Thomas Weißschuh
1
-4
/
+4
2026-04-04
tools/nolibc: make dev_t 64 bits wide
Thomas Weißschuh
1
-1
/
+1
2026-04-04
tools/nolibc: move the logic of makedev() and friends into functions
Thomas Weißschuh
1
-3
/
+20
2026-04-02
tools/nolibc: explicitly list architecture headers
Thomas Weißschuh
1
-1
/
+2
2026-04-02
tools/nolibc: drop superfluous definition of Q
Thomas Weißschuh
1
-6
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of mkdir
Thomas Weißschuh
1
-1
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of 'make headers'
Thomas Weißschuh
1
-1
/
+0
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
1
-30
/
+38
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
27
-192
/
+192
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
1
-1
/
+7
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
3
-0
/
+89
[next]