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.h
Age
Commit message (
Expand
)
Author
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-20
LibC: Implement crappy version of pread()
Andreas Kling
2020-02-20
LibC: Stub out getpass()
Andreas Kling
2020-02-03
LibC: Move waitpid() to sys/wait.h
Sergey Bugaev
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
Kernel+LibC: Allow passing mount flags to chroot()
Sergey Bugaev
2020-01-11
Kernel: Add pledge() syscall :^)
Andreas Kling
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
Kernel: Pass a parameter struct to mount()
Andreas Kling
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2019-12-01
LibC: Added _PC_VDISABLE option to fpathconf()
Brandon Scott
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-16
LibC: Move realpath() to <stdlib.h>
Andreas Kling
2019-11-16
LibC: Move the creat() and open() families to <fcntl.h>
Andreas Kling
2019-11-16
LibC: Added execlp method and new pathconf setting
Brandon Scott
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-10-04
LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)
Vincent Sanders
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
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-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