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-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-17
Kernel: Reindent linker script
Andreas Kling
2020-01-17
Userland: Stop id command accepting -n in default format
rhin123
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-16
LibC: Add strnlen()
Andreas Kling
2020-01-16
HackStudio: add exec pledge
joshua stein
2020-01-16
HackStudio: set sane $PATH early to include /usr/local/bin
joshua stein
2020-01-16
LibVT: enforce a minimum size of 1 column and 1 row
joshua stein
2020-01-15
SystemMonitor: Unbreak the memory stats graph
Andreas Kling
2020-01-15
run: Bump default RAM size from 128 MB to 256 MB
Andreas Kling
2020-01-15
Userland/ls: escape non-printable characters
joshua stein
2020-01-15
LibVT: only use default bold font if it's the same size as our font
joshua stein
2020-01-15
Kernel: Trying to sys$link() a directory should fail with EPERM
Andreas Kling
2020-01-15
Ext2FS: Assert that inline symlink read/write always uses offset=0
Andreas Kling
2020-01-15
Kernel: Avoid an extra call to read_bytes() in Inode::read_entire()
Andreas Kling
2020-01-15
LibC: Add INADDR_LOOPBACK
Andreas Kling
2020-01-15
Ext2FS: Don't allow creating new files in removed directories
Andreas Kling
2020-01-15
Build: use $SUDO_[UG]ID in build-image-* instead of relying on makeall
joshua stein
2020-01-15
Build: more IPCCompiler-generated dependencies
joshua stein
2020-01-15
Kernel: Don't allow userspace to sys$open() literal symlinks
Andreas Kling
2020-01-15
Kernel: Use Vector::unstable_remove() in a couple of places
Andreas Kling
2020-01-15
AK: Add Vector::unstable_remove(index)
Andreas Kling
2020-01-15
Build: Fix helloworld2's form compiler dependency
Emanuel Sprung
2020-01-15
WindowServer: Do not open system menu after window tiling
Shannon Booth
2020-01-14
Kernel: Fix run script to enable networking on Q35 machines
Liav A
2020-01-14
Kernel: Change ACPI & DMI definitions a bit
Liav A
2020-01-14
Kernel: Move DMI decoder initialization method to init_stage2
Liav A
2020-01-14
Kernel: Fixing E1000 MMIO access
Liav A
2020-01-14
Kernel: Remove problematic memory mapping methods
Liav A
2020-01-14
Kernel: Change Region allocation helpers
Liav A
2020-01-14
Kernel: Refactor/rewrite VFS::resolve_path()
Sergey Bugaev
2020-01-14
AK: Fix String[View]::split_view() returning an extra empty part
Sergey Bugaev
2020-01-14
AK: Don't return null from String[View]::substring_view()
Sergey Bugaev
2020-01-14
man: Fix minor inconsistencies in pledge(2) man page
Brian Gianforcaro
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-13
LibM: Implement some naive functionality to make VVVVVV run
Andreas Kling
2020-01-13
Kernel: Allow unlocking a held Lock with interrupts disabled
Andreas Kling
2020-01-13
LibCore: Fix segfault in CArgsParser (#1072)
DrewStratford
2020-01-13
mv: Use pledge()
Andreas Kling
2020-01-13
cp: Use pledge()
Andreas Kling
2020-01-13
Applications: Use pledge()
Andreas Kling
2020-01-13
About: Drop "unix" pledge after connecting to WindowServer
Andreas Kling
2020-01-13
WindowServer: Add "thread" pledge since we need it for wallpapers
Andreas Kling
2020-01-13
Demos: Compile LinkDemo as a PIE with interpreter /lib/lib-elf.so
Andrew Kaster
2020-01-13
Kernel: Tighten up exec/do_exec and allow for PT_INTERP iterpreters
Andrew Kaster
2020-01-13
LibELF: Add methods to validate the ELF and program headers
Andrew Kaster
2020-01-13
Kernel: Overload dbgputstr for char array literals in C++
Andrew Kaster
2020-01-13
Demos: Remove extra methods/globals from DynamicLib
Andrew Kaster
2020-01-13
LibC: Move even more methods and globals out of crt0.o
Andrew Kaster
2020-01-13
AK: Add ArmedScopeGuard, a scope guard that can be disarmed
Andrew Kaster
[next]