index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
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: implement wait() in terms of waitpid()
Thomas Weißschuh
2025-05-21
tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
Thomas Weißschuh
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
2025-05-21
tools/nolibc: add support for access() and faccessat()
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: add mremap()
Thomas Weißschuh
2025-05-21
tools/nolibc: add more stat() variants
Thomas Weißschuh
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
2025-05-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers compiler: Pick the const_true() define from the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers: Synchronize uapi/linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers: Sync the linux/unaligned.h copy with the kernel sources
Arnaldo Carvalho de Melo
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
2025-05-12
selftests/fs/mount-notify: build with tools include dir
Amir Goldstein
2025-05-12
selftests/fs/statmount: build with tools include dir
Amir Goldstein
2025-05-11
tools headers UAPI: sync linux/fs.h with the kernel sources
Andrei Vagin
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
2025-05-03
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
2025-04-22
tools/nolibc: implement waitpid() in terms of waitid()
Thomas Weißschuh
2025-04-22
tools/nolibc: add setpgrp()
Thomas Weißschuh
2025-04-22
tools/nolibc: add _exit()
Thomas Weißschuh
2025-04-22
tools/nolibc: add tolower() and toupper()
Thomas Weißschuh
2025-04-22
tools/nolibc: use ppoll_time64 if available
Thomas Weißschuh
2025-04-22
tools/nolibc: use pselect6_time64 if available
Thomas Weißschuh
2025-04-22
tools/nolibc: use intmax definitions from compiler
Thomas Weißschuh
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
[prev]
[next]