tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Kernel
/
Syscalls
/
at
master
72 files
alarm.cpp
Kernel: Make self-contained locking smart pointers their own classes
3 years ago
anon_create.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
beep.cpp
Kernel+Userland: Add support for using the PCSpeaker with various tones
3 years ago
chdir.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
chmod.cpp
Kernel: Make File::{chown,chmod} take credentials as input
3 years ago
chown.cpp
Kernel: Stop using NonnullLockRefPtrVector
3 years ago
clock.cpp
Kernel: Support more clocks in sys$clock_getres()
3 years ago
debug.cpp
Everywhere: Run clang-format
4 years ago
disown.cpp
Kernel: Add support for jails
3 years ago
dup2.cpp
Kernel: Mark sys$dup2() as not needing the big lock
4 years ago
emuctl.cpp
Kernel: Mark sys$emuctl() as not needing the big lock
4 years ago
execve.cpp
Kernel: Make the Jails' internal design a lot more sane
3 years ago
exit.cpp
Kernel: Factor our PreviousMode into RegisterState::previous_mode
3 years ago
faccessat.cpp
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
3 years ago
fallocate.cpp
Kernel: Add some spec links and comments to sys$posix_fallocate()
3 years ago
fcntl.cpp
Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)
3 years ago
fork.cpp
Kernel: Make the Jails' internal design a lot more sane
3 years ago
fsync.cpp
Kernel: Mark sys$fsync() as not needing the big lock
4 years ago
ftruncate.cpp
Kernel: Mark sys$ftruncate() as not needing the big lock
4 years ago
futex.cpp
Kernel: Turn lock ranks into template parameters
3 years ago
get_dir_entries.cpp
Kernel: Convert process file descriptor table to a SpinlockProtected
4 years ago
get_stack_bounds.cpp
Kernel: Wrap process address spaces in SpinlockProtected
3 years ago
getrandom.cpp
Kernel: Handle promise violations in the syscall handler
4 years ago
getuid.cpp
Kernel: Use Process::credentials() and remove user ID/group ID helpers
3 years ago
hostname.cpp
Kernel: Use Process::credentials() and remove user ID/group ID helpers
3 years ago
inode_watcher.cpp
Kernel: Remove create_inode_watcher syscall from the big lock
3 years ago
ioctl.cpp
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
3 years ago
jail.cpp
Kernel: Make the Jails' internal design a lot more sane
3 years ago
keymap.cpp
Kernel: Use Process::credentials() and remove user ID/group ID helpers
3 years ago
kill.cpp
Kernel: Protect Process::m_name with a spinlock
3 years ago
link.cpp
Kernel+LibC+LibCore: Implement `symlinkat(2)`
3 years ago
lseek.cpp
Kernel: Mark sys$lseek() as not needing the big lock
4 years ago
mkdir.cpp
Kernel+LibC+LibCore: Implement `mkdirat(2)`
3 years ago
mknod.cpp
Kernel: Make sys$mknod() not take the big lock
3 years ago
mmap.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
mount.cpp
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
3 years ago
open.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
perf_event.cpp
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
3 years ago
pipe.cpp
Kernel: Use Process::credentials() and remove user ID/group ID helpers
3 years ago
pledge.cpp
Kernel: Remove pledge syscall from the big lock
3 years ago
poll.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
prctl.cpp
Kernel: Move process coredump metadata modification to the prctl syscall
3 years ago
process.cpp
Kernel: Move process coredump metadata modification to the prctl syscall
3 years ago
profiling.cpp
Kernel: Add support for jails
3 years ago
ptrace.cpp
Kernel: Update registers in tracer when attaching to a stopped thread
3 years ago
purge.cpp
Kernel: Stop using NonnullLockRefPtrVector
3 years ago
read.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
readlink.cpp
Kernel+LibC: Implement `readlinkat(2)`
3 years ago
realpath.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
rename.cpp
Kernel+LibC+LibCore: Implement `renameat(2)`
3 years ago
resource.cpp
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
3 years ago
rmdir.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
sched.cpp
Kernel: Add support for jails
3 years ago
sendfd.cpp
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
3 years ago
setpgid.cpp
Kernel: Require "stdio" pledge promise when calling get_root_session_id
3 years ago
setuid.cpp
Kernel: Add `sid` and `pgid` to `Credentials`
3 years ago
sigaction.cpp
Kernel: Remove i686 support
3 years ago
socket.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
stat.cpp
Kernel: Stop using NonnullLockRefPtrVector
3 years ago
statvfs.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
sync.cpp
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
3 years ago
sysconf.cpp
Kernel: Add non standard value to sys$sysconf
3 years ago
thread.cpp
Kernel: Add optional userspace backtrace to Process::crash
3 years ago
times.cpp
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
3 years ago
umask.cpp
Kernel: Guard Process "protected data" with a spinlock
3 years ago
uname.cpp
Kernel: Remove i686 support
3 years ago
unlink.cpp
Kernel: Make VirtualFileSystem functions take credentials as input
3 years ago
unveil.cpp
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
3 years ago
utime.cpp
Kernel: Make sys$utime() and sys$utimensat() not take the big lock
3 years ago
utimensat.cpp
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
3 years ago
waitid.cpp
Kernel: Add support for jails
3 years ago
write.cpp
Kernel+LibC+Tests: Implement `pwritev(2)`
3 years ago