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
Luna
/
kernel
/
src
/
thread
History
apio
bc20e1a31b
All checks were successful
continuous-integration/drone/push
Build is passing
Details
kernel: Store FD_CLOEXEC in the file descriptor itself
...
Closes
#39
.
2023-08-03 17:47:18 +02:00
..
Scheduler.cpp
kernel/binfmt: Add documentation + support script interpreters being scripts themselves
2023-07-31 20:41:18 +02:00
Scheduler.h
kernel: Use pid_t internally for process IDs
2023-07-26 21:32:00 +02:00
Thread.cpp
kernel: Separate FileDescriptors and OpenFileDescription
2023-07-30 11:33:06 +02:00
Thread.h
kernel: Store FD_CLOEXEC in the file descriptor itself
2023-08-03 17:47:18 +02:00
ThreadImage.cpp
kernel: Support mapping shared memory using mmap()
2023-08-02 22:20:05 +02:00
ThreadImage.h
kernel: Add a framework to add more executable formats, possibly from userspace
2023-07-30 18:25:44 +02:00