index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2021-01-19
Kernel: Allow sys$chmod() to change the sticky bit
Andreas Kling
2021-01-19
Kernel: Implement the same symlink protection as Linux
Andreas Kling
2021-01-19
Kernel: Implement the same hard link protection as Linux
Andreas Kling
2021-01-19
Boot: Fix undefined Multiboot behaviors
Jean-Baptiste Boric
2021-01-18
Kernel+LibC: Add _SC_TTY_NAME_MAX
Linus Groh
2021-01-17
Kernel: Assert on attempt to mark inode metadata dirty on read-only FS
Andreas Kling
2021-01-17
Kernel: Remove /proc/PID/vmobjects
Andreas Kling
2021-01-17
Kernel: Remove unused /proc/mm file
Andreas Kling
2021-01-17
Kernel: Unbreak /proc/PID/root symlink
Andreas Kling
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-17
Kernel: Limit exec arguments and environment to 1/8th of stack each
Andreas Kling
2021-01-17
Ext2FS: Update block group directory count after directory removal
Andreas Kling
2021-01-17
Kernel: Remove a bunch of no-longer-necessary SmapDisablers
Andreas Kling
2021-01-17
Kernel: Prune uninteresting kernel frames from profiling samples
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel: Remove some unused code in the SharedBuffer class
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
Kernel: Make realpath return silently truncated data
Ben Wiederhake
2021-01-16
Kernel: Remove unused 'ImmutableBufferArgument'
Ben Wiederhake
2021-01-16
Kernel: execve: find_elf_interpreter_for_executable: Fix dbgln
Brendan Coles
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-16
Kernel: Fix inverted logic in KResultOr
Ben Wiederhake
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-15
Kernel: Store process arguments and environment in coredumps
Linus Groh
2021-01-15
Kernel: Prevent threads from being destructed between die() and finalize()
Linus Groh
2021-01-15
Kernel+LibELF+LibCoreDump+CrashReporter: Use JSON for ProcessInfo
Linus Groh
2021-01-15
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
Andreas Kling
2021-01-15
Kernel: Make sys$anon_create() require the "stdio" promise if pledged
Andreas Kling
2021-01-15
Kernel: Fix bogus negation of alloc_fd() error in sys$anon_create()
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-15
Kernel: Make Locker remember whether the lock is held
Tom
2021-01-14
ProcFS: Ignore directories in refresh_data().
Mart G
2021-01-12
Kernel: Use current process EUID in doing profiling access control
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Kernel: Remove /proc/mounts
Andreas Kling
2021-01-11
Kernel: Remove /proc/inodes
Andreas Kling
2021-01-11
Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag
Andreas Kling
2021-01-11
Kernel: Add dedicated "ptrace" pledge promise
Andreas Kling
2021-01-11
Kernel: Remove MM_DEBUG debug spam code
Andreas Kling
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
[prev]
[next]