summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-03Kernel: Add a more expressive API for getting random bytesAndreas Kling
2020-01-03Kernel: Remove read_tsc() syscallAndreas Kling
2020-01-03Lib: Remove Stopwatch classAndreas Kling
2020-01-03Kernel: The superuser is allowed to utime() on any fileAndreas Kling
2020-01-03Kernel: rename() should fail with EXDEV for cross-device requestsAndreas Kling
2020-01-03test_io: Test that seeking past EOF and then reading returns 0Andreas Kling
2020-01-03Kernel: Fix awkward bug where "touch /foo/bar/baz" could create "/baz"Andreas Kling
2020-01-03Kernel: Unbreak module loading (broke with NX bit changes)Andreas Kling
2020-01-03test_io: Verify that write() on an O_RDONLY fd fails with EBADFAndreas Kling
2020-01-03test_io: Verify that read() on an O_WRONLY fd fails with EBADFAndreas Kling
2020-01-03Kernel: read() and write() should fail with EBADF for wrong mode fd'sAndreas Kling
2020-01-03test_io: Add a simple test program that abuses some I/O syscallsAndreas Kling
2020-01-03Kernel: Don't allow open() with (O_CREAT | O_DIRECTORY)Andreas Kling
2020-01-03Kernel: Handle O_DIRECTORY in VFS::open() instead of in each syscallAndreas Kling
2020-01-03Kernel: killpg() with pgrp=0 should signal every process in the groupAndreas Kling
2020-01-03Kernel: kill() with signal 0 should not actually send anythingAndreas Kling
2020-01-03Kernel: Remove unnecessary wraparound check in Process::validate_read()Andreas Kling
2020-01-03Ports: Add missing ' after timestamp in GCC patch (#1004)elodotwe
2020-01-03Keymap+Base: Keycode fixes, remove workaroundTibor Nagy
2020-01-02Kernel: Don't include the process GID in the "extra GIDs" tableAndreas Kling
2020-01-02SystemServer: Call setgid() before setuid() when dropping privilegesAndreas Kling
2020-01-02Kernel: Make the loop that marks the bottom 1MB NX a little less busyAndreas Kling
2020-01-02Kernel: Fixing PCI MMIO access mechanismLiav A
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-02LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON sourceAndreas Kling
2020-01-02ProfileViewer: Interpret addresses >= 0xc0000000 as kernel framesAndreas Kling
2020-01-02Kernel: Mask kernel addresses in backtraces and profilesAndreas Kling
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