index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
4
-9
/
+26
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
4
-27
/
+44
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
4
-5
/
+22
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
5
-39
/
+55
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
5
-19
/
+36
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
4
-21
/
+38
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
4
-20
/
+39
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
4
-12
/
+31
2025-05-21
tools/nolibc: implement wait() in terms of waitpid()
Thomas Weißschuh
1
-6
/
+6
2025-05-21
tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
Thomas Weißschuh
1
-1
/
+14
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
1
-0
/
+27
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
3
-0
/
+52
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
1
-0
/
+7
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
3
-0
/
+89
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
2
-0
/
+87
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
2
-0
/
+94
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
1
-0
/
+28
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
4
-0
/
+51
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
3
-0
/
+36
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
1
-0
/
+19
2025-05-21
tools/nolibc: add more stat() variants
Thomas Weißschuh
1
-2
/
+23
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
1
-0
/
+7
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
1
-0
/
+20
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2
-15
/
+1
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
4
-37
/
+57
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
2
-0
/
+143
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
20
-63
/
+60
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
1
-0
/
+9
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
1
-1
/
+16
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
1
-0
/
+55
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
1
-6
/
+10
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
1
-4
/
+17
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
3
-0
/
+103
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
1
-0
/
+24
2025-04-22
tools/nolibc: implement waitpid() in terms of waitid()
Thomas Weißschuh
1
-12
/
+58
2025-04-22
tools/nolibc: add setpgrp()
Thomas Weißschuh
1
-0
/
+10
2025-04-22
tools/nolibc: add _exit()
Thomas Weißschuh
1
-1
/
+7
2025-04-22
tools/nolibc: add tolower() and toupper()
Thomas Weißschuh
1
-0
/
+17
2025-04-22
tools/nolibc: use ppoll_time64 if available
Thomas Weißschuh
1
-0
/
+8
2025-04-22
tools/nolibc: use pselect6_time64 if available
Thomas Weißschuh
1
-0
/
+8
2025-04-22
tools/nolibc: use intmax definitions from compiler
Thomas Weißschuh
1
-2
/
+2
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
1
-0
/
+2
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
4
-53
/
+73
2025-04-19
tools/nolibc: add sys/types.h shim
Thomas Weißschuh
2
-0
/
+8
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
4
-21
/
+38
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
4
-6
/
+21
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
4
-56
/
+76
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
4
-48
/
+65
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
4
-26
/
+43
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
5
-52
/
+72
[next]