summaryrefslogtreecommitdiff
path: root/Libraries/LibC/unistd.cpp
AgeCommit message (Expand)Author
2019-09-27LibC: realpath() should assume the buffer is PATH_MAX bytesAndreas Kling
2019-09-14LibC: Make gettid() cache the thread ID in thread-local-storageAndreas Kling
2019-09-13Kernel: Implement fchdir syscallMauri de Souza Nunes
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-02LibC: Support _PC_PATH_MAX in [f]pathconfConrad Pankoff
2019-08-25LibC: Add realpathRok Povsic
2019-08-17LibC: Implement wait()Sergey Bugaev
2019-08-17Kernel+LibC+Userland: Support mounting other kinds of filesystemsSergey Bugaev
2019-08-17Kernel: Added unmount ability to VFSJesse Buhagiar
2019-08-15Kernel+LibC: Add get_process_name() syscallAndreas Kling
2019-08-05Kernel+LibC: Support passing O_CLOEXEC to pipe()Sergey Bugaev
2019-08-02Kernel: mount system call (#396)Jesse
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
2019-07-25LibC: Make sure we always return the intended errno from execvpe().Andreas Kling
2019-07-25LibC: Fix execvpe() exiting with bad errno when giving up.Andreas Kling
2019-07-21Kernel+LibC: Add a dump_backtrace() syscall.Andreas Kling
2019-07-19Kernel: Only allow superuser to halt() the system (#342)Jesse
2019-07-19Kernel+Userland: Addd reboot syscall (#334)Jesse
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-08Kernel: Have the open() syscall take an explicit path length parameter.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling