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-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
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
[next]