.. |
bits
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
kernel
|
pty: preparations to make serial ports actual ttys
|
2018-10-09 20:13:08 +09:00 |
sys
|
strtol and family
|
2018-10-10 09:13:54 +09:00 |
toaru
|
Allow compositor to load Cairo backend later at runtime
|
2018-10-02 18:58:03 +09:00 |
_xlog.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
alloca.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
assert.h
|
Actually, just make that compliant and use NDEBUG
|
2018-06-25 21:43:16 +09:00 |
ctype.h
|
Enough to build lua
|
2018-06-25 13:15:09 +09:00 |
dirent.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
dlfcn.h
|
Add more libc header stuff
|
2018-09-01 22:14:34 +09:00 |
errno.h
|
Add macro for libc to use for setting errno in syscall functions
|
2018-07-18 09:43:56 +09:00 |
fcntl.h
|
fcntl flock stubs to support Python fcntl module
|
2018-10-03 09:17:24 +09:00 |
getopt.h
|
Add getopt, getopt_long
|
2018-05-02 18:58:47 +09:00 |
inttypes.h
|
Fix several Python things
|
2018-06-26 20:53:48 +09:00 |
locale.h
|
Some bad locale functions
|
2018-06-10 19:31:18 +09:00 |
math.h
|
add hypot
|
2018-09-21 20:26:22 +09:00 |
poll.h
|
poll wrapper around fswait2 (experimental; no POLLOUT, no POLLPRI)
|
2018-08-31 12:31:35 +09:00 |
pthread.h
|
include pthread in libc
|
2018-05-09 21:26:45 +09:00 |
pty.h
|
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
2018-08-02 13:13:27 +09:00 |
pwd.h
|
add logname, getlogin()
|
2018-10-09 20:35:53 +09:00 |
sched.h
|
Add libc wrappers for some syscalls, remove unused syscall.h imports
|
2018-08-02 13:13:27 +09:00 |
setjmp.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
signal.h
|
More libc for Python (almost done)
|
2018-06-25 15:45:32 +09:00 |
stdint.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
stdio.h
|
libc: fscanf stubs
|
2018-10-10 11:30:25 +09:00 |
stdlib.h
|
libc: working wcstombs and mbstowcs
|
2018-10-10 11:01:30 +09:00 |
string.h
|
libc: more string functions
|
2018-10-10 08:42:52 +09:00 |
strings.h
|
libc: more string functions
|
2018-10-10 08:42:52 +09:00 |
syscall_nums.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
syscall.h
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
termios.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
time.h
|
libc updates
|
2018-08-21 21:50:52 +09:00 |
unistd.h
|
add logname, getlogin()
|
2018-10-09 20:35:53 +09:00 |
va_list.h
|
Fixup std lib includes for full build from scratch with just basic gcc
|
2018-03-16 22:40:23 +09:00 |
wait.h
|
waitpid should be able to ignore kernel processes
|
2018-08-12 16:36:44 +09:00 |
wchar.h
|
libc: working wcstombs and mbstowcs
|
2018-10-10 11:01:30 +09:00 |