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-09-06
LibC: Don't include things required for getopt_long in unistd.h
Itamar
2020-09-01
LibC: add getopt.h to unistd.h
Erlend Fagerheim
2020-08-11
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Andreas Kling
2020-08-01
LibC: Expose sysconf's _SC_FOO requests as macros
Andreas Kling
2020-07-28
LibCrypt: Add LibCrypt, crypt, and crypt_r
Peter Elliott
2020-07-28
LibC: Move getpagesize() out-of-line
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-06-18
Kernel+LibC: Remove setreuid() / setregid() again
Nico Weber
2020-06-18
Kernel+LibC: Implement seteuid() and friends!
Nico Weber
2020-06-15
LibC: Add truncate().
Nico Weber
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-26
LibC: Mark _exit() as noreturn
Sergey Bugaev
2020-05-16
Kernel: Remove sys$getdtablesize()
Andreas Kling
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-03-28
strace: Change implementation to use ptrace()
Itamar
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
[next]