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-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-04
Kernel: Remove unused PCI.{h,cpp}
Conrad Pankoff
2020-01-04
Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)
erf
2020-01-03
LibCore: Fix crash on RPC client disconnect
Andreas Kling
2020-01-03
LibCore: Stop making the RPC sockets go=rw
Andreas Kling
2020-01-03
SystemServer: Make service sockets owned by the configured user
Andreas Kling
2020-01-03
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
Andreas Kling
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2020-01-03
Ext2FS: Take the inode lock in Ext2FSInode::metadata()
Andreas Kling
2020-01-03
Kernel: InodeVMObject can't call Inode::size() with interrupts disabled
Andreas Kling
2020-01-03
Kernel: Remove unnecessary logic in kill() and killpg() syscalls
Andreas Kling
2020-01-03
Kernel: Use get_fast_random() for the random syscall stack offset
Andreas Kling
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-03
Kernel: The superuser is allowed to utime() on any file
Andreas Kling
2020-01-03
Kernel: rename() should fail with EXDEV for cross-device requests
Andreas Kling
2020-01-03
test_io: Test that seeking past EOF and then reading returns 0
Andreas Kling
2020-01-03
Kernel: Fix awkward bug where "touch /foo/bar/baz" could create "/baz"
Andreas Kling
2020-01-03
Kernel: Unbreak module loading (broke with NX bit changes)
Andreas Kling
2020-01-03
test_io: Verify that write() on an O_RDONLY fd fails with EBADF
Andreas Kling
2020-01-03
test_io: Verify that read() on an O_WRONLY fd fails with EBADF
Andreas Kling
2020-01-03
Kernel: read() and write() should fail with EBADF for wrong mode fd's
Andreas Kling
2020-01-03
test_io: Add a simple test program that abuses some I/O syscalls
Andreas Kling
2020-01-03
Kernel: Don't allow open() with (O_CREAT | O_DIRECTORY)
Andreas Kling
2020-01-03
Kernel: Handle O_DIRECTORY in VFS::open() instead of in each syscall
Andreas Kling
2020-01-03
Kernel: killpg() with pgrp=0 should signal every process in the group
Andreas Kling
2020-01-03
Kernel: kill() with signal 0 should not actually send anything
Andreas Kling
2020-01-03
Kernel: Remove unnecessary wraparound check in Process::validate_read()
Andreas Kling
2020-01-03
Ports: Add missing ' after timestamp in GCC patch (#1004)
elodotwe
2020-01-03
Keymap+Base: Keycode fixes, remove workaround
Tibor Nagy
2020-01-02
Kernel: Don't include the process GID in the "extra GIDs" table
Andreas Kling
2020-01-02
SystemServer: Call setgid() before setuid() when dropping privileges
Andreas Kling
2020-01-02
Kernel: Make the loop that marks the bottom 1MB NX a little less busy
Andreas Kling
2020-01-02
Kernel: Fixing PCI MMIO access mechanism
Liav A
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-02
LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON source
Andreas Kling
2020-01-02
ProfileViewer: Interpret addresses >= 0xc0000000 as kernel frames
Andreas Kling
2020-01-02
Kernel: Mask kernel addresses in backtraces and profiles
Andreas Kling
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
[next]