index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-04
tools/nolibc: always use 64-bit time types
Thomas Weißschuh
1
-4
/
+5
2026-01-04
tools/nolibc: use custom structs timespec and timeval
Thomas Weißschuh
1
-1
/
+15
2025-11-02
tools/nolibc: provide the portable sys/select.h
Willy Tarreau
1
-47
/
+0
2025-06-22
tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
Willy Tarreau
1
-2
/
+2
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
1
-4
/
+0
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
1
-5
/
+0
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
1
-1
/
+0
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
1
-1
/
+0
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
1
-0
/
+1
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
1
-0
/
+2
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
1
-14
/
+0
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
1
-3
/
+3
2025-04-11
tools/nolibc/types.h: fix mismatched parenthesis in minor()
Jemmy Wong
1
-1
/
+1
2023-12-11
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
1
-20
/
+1
2023-12-11
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
1
-3
/
+1
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
1
-2
/
+2
2023-08-23
tools/nolibc: types.h: add RB_ flags for reboot()
Zhangjin Wu
1
-1
/
+11
2023-08-23
tools/nolibc: clean up mmap() routine
Zhangjin Wu
1
-0
/
+6
2023-06-09
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
1
-3
/
+3
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
1
-8
/
+0
2023-03-27
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
1
-0
/
+2
2023-03-20
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
1
-5
/
+0
2023-03-20
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
1
-1
/
+22
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
1
-0
/
+3
2023-01-09
tools/nolibc: Fix S_ISxxx macros
Warner Losh
1
-7
/
+7
2023-01-09
nolibc: fix fd_set type
Sven Schnelle
1
-23
/
+30
2022-04-20
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
1
-0
/
+11
2022-04-20
tools/nolibc/types: add poll() and waitpid() flag definitions
Willy Tarreau
1
-0
/
+10
2022-04-20
tools/nolibc/types: define PATH_MAX and MAXPATHLEN
Willy Tarreau
1
-0
/
+11
2022-04-20
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
1
-0
/
+3
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
1
-0
/
+5
2022-04-20
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
1
-2
/
+4
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
1
-0
/
+30
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
1
-0
/
+133