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-02
Kernel: Move kernel symbols to /res/kernel.map and make it root-only
Andreas Kling
2020-01-02
WindowServer: Make tiled windows actually centered.
Chyza
2020-01-02
PaintBrush: Select tool button on context menu event
Shannon Booth
2020-01-02
WindowServer: Close all menus belonging to a client when it disconnects
Andreas Kling
2020-01-02
Kernel: Add some missing error checks to the setpgid() syscall
Andreas Kling
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-02
LibHTML: Include element attributes in the DOMTreeModel
Andreas Kling
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
Andreas Kling
2020-01-02
Kernel: Remove debug spam about marking threads for death
Andreas Kling
2020-01-02
Kernel: Make the purge() syscall superuser-only
Andreas Kling
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
2020-01-02
Kernel: writev() should fail with EINVAL if total length > INT32_MAX
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
Base: Move the modload and modunload command documentation to man8
Andreas Kling
2020-01-02
Base: Remove "idle" priority note from SystemServer(5)
Andreas Kling
2020-01-02
Base: Document EPERM error in module_load(2) and module_unload(2)
Andreas Kling
2020-01-02
Demos: DynamicLink makefile now respects $(QUIET)
Andrew Kaster
2020-01-02
LibELF: Simplify R_386_32 relocations to ignore symbol bind value
Andrew Kaster
2020-01-02
Kernel: sys$mprotect protects sub-regions as well as whole ones
Andrew Kaster
2020-01-02
Userland: ifconfig: include netinet/in.h
joshua stein
2020-01-02
LibCore: CSocketAddress: pull in netinet/in.h
joshua stein
2020-01-02
LibC: move in_addr and sockaddr_in to netinet/in.h
joshua stein
2020-01-02
WindowServer: Remove unused WSEvent::WM_DeferredCompose
Andreas Kling
2020-01-02
WindowServer+LibGUI: Taskbar should show all windows from each process
Andreas Kling
2020-01-02
LibGUI: Tweak GAboutDialog text
Andreas Kling
2020-01-02
Kernel: Make mknod() respect the process umask
Andreas Kling
2020-01-02
Kernel: mknod() should not allow unprivileged users to create devices
Andreas Kling
2020-01-02
Kernel: Validate the full range of user memory passed to syscalls
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2020-01-02
Kernel: Create a basic SMBIOS Decoder
Liav A
2020-01-02
Kernel: Introduce the ACPI subsystem
Liav A
2020-01-01
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
Build: fix building Kernel/TestModule object
joshua stein
2020-01-01
Kernel: Add a random offset to kernel stacks upon syscall entry
Andreas Kling
2020-01-01
LibELF: Call DT_INIT method now that startfiles are correct for DSOs
Andrew Kaster
2020-01-01
Demos: Link our normal startfiles into the dynamic lib demo
Andrew Kaster
2020-01-01
Toolchain: Use crtbeginS and crtendS for shared objects
Andrew Kaster
2020-01-01
Build: show directory during compilation, remove default rules
joshua stein
2020-01-01
Build: Userland: no need for duplicate .cpp->.o rule
joshua stein
2020-01-01
Build: Enter Libraries before AK, clean tests as separate step
joshua stein
2020-01-01
Build: Demos/DynamicLink: use EXTRA_CLEAN
joshua stein
2020-01-01
Build: AK/Tests: use Makefile.common
joshua stein
2020-01-01
WindowServer: Don't tile non-resizable windows
Andreas Kling
2020-01-01
WindowServer: Windows tile when moved onto the edge of the screen
Chyza
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
2020-01-01
Kernel: Share code between Region::map() and Region::remap_page()
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
WindowServer: Implement switching windows in reverse order
Jami Kettunen
2020-01-01
LibC: Use LibELF in dlfcn.cpp to dynamically load libraries
Andrew Kaster
[next]