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
Age
Commit message (
Expand
)
Author
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
Kernel+AK: Add/fix uintptr_t and intptr_t definitions
Andreas Kling
2020-01-18
LibC: Use the templated type consistently in strtol_impl<T>
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel+LibC: Unify sys$open() and sys$openat()
Sergey Bugaev
2020-01-16
LibC: Add strnlen()
Andreas Kling
2020-01-15
LibC: Add INADDR_LOOPBACK
Andreas Kling
2020-01-13
LibC: Move even more methods and globals out of crt0.o
Andrew Kaster
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 O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mount()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to rename()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to symlink()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mknod()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to chown()
Andreas Kling
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-10
Kernel: Pass characters+length to link()
Andreas Kling
2020-01-10
Kernel: Rename Syscall::SyscallString => Syscall::StringArgument
Andreas Kling
2020-01-10
Kernel: Pass characters+length to readlink()
Andreas Kling
2020-01-10
LibC: Remove useless retry loop in connect_to_lookup_server()
Andreas Kling
2020-01-10
Kernel: Enable SMAP protection during the execve() syscall
Andreas Kling
2020-01-09
LibC: Fail name lookups immediately if we can't connect to LookupServer
Andreas Kling
2020-01-09
Kernel: Take path+length in the unlink() and umount() syscalls
Andreas Kling
2020-01-08
LibC: Don't leave /etc/passwd open in getlogin()
Andreas Kling
2020-01-07
LibC: Add MAP_FILE for mmap()
Andreas Kling
2020-01-06
LibC: Remove thread-specific TID cache
Andreas Kling
2020-01-06
Kernel: Make utime() take path+length, remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to mmap() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make realpath() take path+length, get rid of SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make watch_file() syscall take path length as a size_t
Andreas Kling
2020-01-06
Kernel: Pass path+length to mkdir(), rmdir() and chmod()
Andreas Kling
2020-01-06
LibC: Make the syscall wrappers for stat/lstat/chdir return EFAULT
Andreas Kling
2020-01-06
Kernel: Make access() take path+length
Andreas Kling
2020-01-06
LibC: Remove dubious String ends_with usage
Shannon Booth
2020-01-05
Kernel: Make chdir() take path+length
Andreas Kling
2020-01-05
Kernel: Pass path+length to the stat() and lstat() syscalls
Andreas Kling
2020-01-04
LibC: Fix broken setgroups() wrapper
Andreas Kling
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
[next]