.. |
bits
|
Kernel, libc: Implement mprotect() and use proper PROT_* values
|
2022-10-15 12:57:14 +02:00 |
luna
|
Kernel, libc: Add a getdents() system call
|
2022-10-23 14:03:46 +02:00 |
sys
|
Kernel, libc: Add stat()
|
2022-10-23 18:35:32 +02:00 |
assert.cpp
|
libc: Add assert()
|
2022-10-15 10:05:48 +02:00 |
atexit.cpp
|
libc: Change bits/macros.h to use a __lc_ prefix for internal macros
|
2022-10-15 09:52:37 +02:00 |
ctype.cpp
|
libc: Update headers with more comments
|
2022-10-25 19:27:24 +02:00 |
dirent.cpp
|
libc: Implement dirfd, rewinddir, telldir and seekdir
|
2022-10-23 14:59:06 +02:00 |
errno.cpp
|
libc: Add program_invocation_name
|
2022-10-26 19:17:05 +02:00 |
fcntl.cpp
|
open(): Add a third optional mode argument
|
2022-10-27 07:52:57 +02:00 |
file.cpp
|
libc: Add return value to ungetc()
|
2022-10-23 11:14:18 +02:00 |
init.cpp
|
argv might be null when we're init
|
2022-10-26 19:22:50 +02:00 |
libgen.cpp
|
libc/libgen.cpp: Remove #include <luna.h>
|
2022-10-15 16:09:54 +02:00 |
luna.cpp
|
libc: Adapt libc to getprocid() + add getppid()
|
2022-10-18 17:36:33 +02:00 |
printf.cpp
|
libc: compilation fix for libc's printf
|
2022-10-24 20:47:00 +02:00 |
rand.cpp
|
Replace the rand() which reads from /dev/random with a Mersenne PRNG.
|
2022-10-15 16:46:54 +02:00 |
sched.cpp
|
libc: Add sched_yield()
|
2022-10-15 11:43:13 +02:00 |
setjmp.asm
|
libc: Implement setjmp() and longjmp()
|
2022-10-17 21:22:18 +02:00 |
setjmp.cpp
|
libc: Implement setjmp() and longjmp()
|
2022-10-17 21:22:18 +02:00 |
stdio.cpp
|
libc: Stub out tmpfile() as well as add an empty math.h
|
2022-10-23 18:58:48 +02:00 |
stdlib.cpp
|
libc: Make string_to_integer_type static
|
2022-10-23 12:28:25 +02:00 |
string.cpp
|
Kernel, libc, userspace: Implement command-line arguments (argv)
|
2022-10-26 18:57:06 +02:00 |
strings.cpp
|
compilation fix :)
|
2022-10-22 21:16:51 +02:00 |
syscall.cpp
|
open(): Add a third optional mode argument
|
2022-10-27 07:52:57 +02:00 |
time.cpp
|
libc: Stub out strftime
|
2022-10-23 10:01:03 +02:00 |
unistd.cpp
|
Kernel, libc, userspace: Implement command-line arguments (argv)
|
2022-10-26 18:57:06 +02:00 |