index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
unistd.cpp
Age
Commit message (
Expand
)
Author
2019-09-27
LibC: realpath() should assume the buffer is PATH_MAX bytes
Andreas Kling
2019-09-14
LibC: Make gettid() cache the thread ID in thread-local-storage
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-02
LibC: Support _PC_PATH_MAX in [f]pathconf
Conrad Pankoff
2019-08-25
LibC: Add realpath
Rok Povsic
2019-08-17
LibC: Implement wait()
Sergey Bugaev
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-25
LibC: Make sure we always return the intended errno from execvpe().
Andreas Kling
2019-07-25
LibC: Fix execvpe() exiting with bad errno when giving up.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling