summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-04LibELF+LibC: Split ELFDynamicObject into a Loader + ObjectAndrew Kaster
2020-01-04Kernel: Remove unused PCI.{h,cpp}Conrad Pankoff
2020-01-04Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)erf
2020-01-03LibCore: Fix crash on RPC client disconnectAndreas Kling
2020-01-03LibCore: Stop making the RPC sockets go=rwAndreas Kling
2020-01-03SystemServer: Make service sockets owned by the configured userAndreas Kling
2020-01-03Kernel: Allow fchmod() and fchown() on pre-bind() local socketsAndreas Kling
2020-01-03Kernel: Allow passing initial UID and GID when creating new inodesAndreas Kling
2020-01-03Ext2FS: Take the inode lock in Ext2FSInode::metadata()Andreas Kling
2020-01-03Kernel: InodeVMObject can't call Inode::size() with interrupts disabledAndreas Kling
2020-01-03Kernel: Remove unnecessary logic in kill() and killpg() syscallsAndreas Kling
2020-01-03Kernel: Use get_fast_random() for the random syscall stack offsetAndreas Kling
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