This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
7afbff08b6
Luna
/
kernel
/
src
/
sys
History
apio
249c79f8a3
Kernel, libc: Add ioctl()
...
Right now, only the framebuffer supports this system call, to query its dimensions.
2022-11-02 20:59:42 +01:00
..
elf
Kernel: Rename ASSERT() to ensure()
2022-11-02 19:38:15 +01:00
clock.cpp
Kernel, libc, userspace: Add file timestamps (atime,ctime,mtime)
2022-10-30 09:57:17 +01:00
dirent.cpp
Kernel, libc: Add a getdents() system call
2022-10-23 14:03:46 +02:00
exec.cpp
Kernel: Rename ASSERT() to ensure()
2022-11-02 19:38:15 +01:00
id.cpp
Kernel, libc: Add setuid() and setgid() system calls
2022-10-28 17:19:26 +02:00
mem.cpp
Kernel: Implement mmap-able device files (regular files are not mmap-able yet)
2022-11-02 20:24:07 +01:00
sched.cpp
Kernel: Move errno.h and (k)assert.h out of the main include directory
2022-10-19 17:41:23 +02:00
stat.cpp
Kernel, libc, userspace: Add file timestamps (atime,ctime,mtime)
2022-10-30 09:57:17 +01:00
stdio.cpp
Kernel, libc: Add ioctl()
2022-11-02 20:59:42 +01:00
Syscall.cpp
Kernel, libc: Add ioctl()
2022-11-02 20:59:42 +01:00
UserMemory.cpp
Kernel: Add a few convenience functions to manipulate userland memory
2022-10-19 17:13:16 +02:00