.. |
arch/x86_64
|
kernel+libc: Implement basic signals
|
2023-07-10 19:46:57 +02:00 |
sys
|
kernel+libc+apps: Add a source parameter to the mount() system call
|
2023-06-25 20:35:35 +02:00 |
assert.cpp
|
libc: Print failed assertions to stderr instead of stdout
|
2023-05-04 16:37:13 +02:00 |
atexit.cpp
|
More stdlib.h implementation + commenting + atexit()
|
2023-01-06 19:40:25 +01:00 |
ctype.cpp
|
libc: Add ctype.h
|
2023-01-06 20:48:08 +01:00 |
dirent.cpp
|
libos: Add Directory::list()
|
2023-04-28 22:41:44 +02:00 |
env.cpp
|
libc: Add the internal TRY_OR_SET_ERRNO macro
|
2023-06-03 20:20:01 +02:00 |
errno.cpp
|
Bring back the OS-Specific Toolchain on restart :^)
|
2023-01-06 17:35:07 +01:00 |
fcntl.cpp
|
libc: Add syscall wrappers for unlinkat() and openat()
|
2023-05-05 18:50:35 +02:00 |
grp.cpp
|
libc: Add the internal TRY_OR_SET_ERRNO macro
|
2023-06-03 20:20:01 +02:00 |
init.cpp
|
kernel+libc+apps: Add support for environment variables
|
2023-04-07 15:03:38 +02:00 |
locale.cpp
|
libc: Add a very bare-bones locale.h
|
2023-05-31 22:12:50 +02:00 |
pwd.cpp
|
libc+apps: Avoid calling endpwent() and endgrent() after every call to get{pw,gr}{nam,uid,gid}
|
2023-05-18 21:47:46 +02:00 |
scanf.cpp
|
libc/scanf: Some refactoring
|
2023-06-19 01:05:32 +02:00 |
setjmp.cpp
|
libc: Add setjmp.h
|
2023-03-28 19:40:48 +02:00 |
signal.cpp
|
libc: Implement signal()
|
2023-07-10 21:17:25 +02:00 |
stdio.cpp
|
libc: Make tmpfile() create files in /tmp's filesystem
|
2023-06-19 11:52:38 +02:00 |
stdlib.cpp
|
libc: Block and ignore appropriate signals in system()
|
2023-07-10 21:17:56 +02:00 |
strftime.cpp
|
libc: Add getline() and getdelim()
|
2023-05-20 15:36:30 +02:00 |
string.cpp
|
libc+sh: Implement strsignal and use it in the shell
|
2023-07-10 21:39:22 +02:00 |
time.cpp
|
libc: Add gettimeofday()
|
2023-05-20 12:05:22 +02:00 |
unistd.cpp
|
kernel+libc: Implement getpgid()
|
2023-07-12 13:44:25 +02:00 |