index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-10
Kernel: Use Userspace<T> for the join_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chroot syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_unload syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_load syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getrandom syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the shbuf_get syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the get_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the set_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the connect syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the accept syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the bind syscall, and implementation
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chmod syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the umount syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the unlink syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigpending syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigprocmask syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the fstat syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the uname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the gethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_settime syscall
Brian Gianforcaro
2020-08-10
Kernel: Modifiy clock_settime timespec argument to const
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_gettime syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresgid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getresuid syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the times syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getgroups syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the setgroups syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-10
Base: Change browser test page link color for better visibility (#3068)
Abu Sakib
2020-08-10
Kernel: Fix PID/TID confusion in send_signal
Ben Wiederhake
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/PGID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: Demonstrate kill's pid/tid confusion bug
Ben Wiederhake
2020-08-10
Kernel: Demonstrate setpgid confusion bug
Ben Wiederhake
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake
2020-08-10
AK: TestSuite's main should return 0
Ben Wiederhake
2020-08-10
ClassicWindowTheme: Fix titlebar redraw issues
Sarah
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-08-10
Kernel: Mark MSIHandler as final
Brian Gianforcaro
2020-08-09
Base: Replace downscaled 2048 16x16 app icon with a hand-drawn one
Linus Groh
2020-08-09
Shell: Make redirections without commands apply to all future commands
AnotherTest
2020-08-09
LibLine: Only write to the standard error
AnotherTest
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-09
LibWeb: Add all HTML elements between S and V
Luke
2020-08-09
LibWeb: Add all HTML elements between L and Q
Luke
2020-08-09
LibWeb: Add all HTML elements between A and F
Luke
2020-08-09
LibWeb: Make all existing HTML elements "final"
Luke
2020-08-09
Lagom: Pass -Wno-deprecated-copy to clang too
Nico Weber
[next]