summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-02Kernel: Move kernel symbols to /res/kernel.map and make it root-onlyAndreas Kling
2020-01-02WindowServer: Make tiled windows actually centered.Chyza
2020-01-02PaintBrush: Select tool button on context menu eventShannon Booth
2020-01-02WindowServer: Close all menus belonging to a client when it disconnectsAndreas Kling
2020-01-02Kernel: Add some missing error checks to the setpgid() syscallAndreas Kling
2020-01-02Browser+LibHTML: Add resolved element style to the DOM inspectorAndreas Kling
2020-01-02LibHTML: Include element attributes in the DOMTreeModelAndreas Kling
2020-01-02LibHTML: Have element keep a pointer to their resolved styleAndreas Kling
2020-01-02Kernel: Remove debug spam about marking threads for deathAndreas Kling
2020-01-02Kernel: Make the purge() syscall superuser-onlyAndreas Kling
2020-01-02LibC+Userland: Add a proper syscall wrapper for purge()Andreas Kling
2020-01-02Kernel: writev() should fail with EINVAL if total length > INT32_MAXAndreas Kling
2020-01-02Kernel: Remove broken implementation of Unix SHMAndreas Kling
2020-01-02Base: Move the modload and modunload command documentation to man8Andreas Kling
2020-01-02Base: Remove "idle" priority note from SystemServer(5)Andreas Kling
2020-01-02Base: Document EPERM error in module_load(2) and module_unload(2)Andreas Kling
2020-01-02Demos: DynamicLink makefile now respects $(QUIET)Andrew Kaster
2020-01-02LibELF: Simplify R_386_32 relocations to ignore symbol bind valueAndrew Kaster
2020-01-02Kernel: sys$mprotect protects sub-regions as well as whole onesAndrew Kaster
2020-01-02Userland: ifconfig: include netinet/in.hjoshua stein
2020-01-02LibCore: CSocketAddress: pull in netinet/in.hjoshua stein
2020-01-02LibC: move in_addr and sockaddr_in to netinet/in.hjoshua stein
2020-01-02WindowServer: Remove unused WSEvent::WM_DeferredComposeAndreas Kling
2020-01-02WindowServer+LibGUI: Taskbar should show all windows from each processAndreas Kling
2020-01-02LibGUI: Tweak GAboutDialog textAndreas Kling
2020-01-02Kernel: Make mknod() respect the process umaskAndreas Kling
2020-01-02Kernel: mknod() should not allow unprivileged users to create devicesAndreas Kling
2020-01-02Kernel: Validate the full range of user memory passed to syscallsAndreas Kling
2020-01-02Kernel: Create support for PCI ECAMLiav A
2020-01-02Kernel: Create a basic SMBIOS DecoderLiav A
2020-01-02Kernel: Introduce the ACPI subsystemLiav A
2020-01-01LibELF: Re-organize ELFDynamicObject::load and add PLT trampolineAndrew Kaster
2020-01-01Build: fix building Kernel/TestModule objectjoshua stein
2020-01-01Kernel: Add a random offset to kernel stacks upon syscall entryAndreas Kling
2020-01-01LibELF: Call DT_INIT method now that startfiles are correct for DSOsAndrew Kaster
2020-01-01Demos: Link our normal startfiles into the dynamic lib demoAndrew Kaster
2020-01-01Toolchain: Use crtbeginS and crtendS for shared objectsAndrew Kaster
2020-01-01Build: show directory during compilation, remove default rulesjoshua stein
2020-01-01Build: Userland: no need for duplicate .cpp->.o rulejoshua stein
2020-01-01Build: Enter Libraries before AK, clean tests as separate stepjoshua stein
2020-01-01Build: Demos/DynamicLink: use EXTRA_CLEANjoshua stein
2020-01-01Build: AK/Tests: use Makefile.commonjoshua stein
2020-01-01WindowServer: Don't tile non-resizable windowsAndreas Kling
2020-01-01WindowServer: Windows tile when moved onto the edge of the screenChyza
2020-01-01LibVT: fix pixel size calculations in terminal_did_resizejoshua stein
2020-01-01Kernel: Share code between Region::map() and Region::remap_page()Andreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01Kernel: Disable x86 RDTSC instruction in userspaceAndreas Kling
2020-01-01WindowServer: Implement switching windows in reverse orderJami Kettunen
2020-01-01LibC: Use LibELF in dlfcn.cpp to dynamically load librariesAndrew Kaster