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-02-01
Ports: Add ed port (#1159)
Brian Callahan
2020-02-01
LibCore: Fix CArgsParser build on my host machine
Andreas Kling
2020-02-01
AK: #ifdef out the contents of SharedBuffer on other platforms
Andreas Kling
2020-02-01
Documentation: Explain compilation of small changes and ports
Oliver Kraitschy
2020-02-01
Partition Table: Allow to boot with a partition number higher than 4
Liav A
2020-02-01
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
LibC: The exec() family of functions should not search "." by default
Andreas Kling
2020-02-01
AK: Always inline StringView(const char*)
Andreas Kling
2020-02-01
Kernel: Add -fbuiltin to Kernel CXXFLAGS
Andreas Kling
2020-02-01
LibPthread: Disable debug spam by default
Andreas Kling
2020-02-01
AK: Add some integer overloads to JsonObjectSerializer
Andreas Kling
2020-02-01
Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
Andreas Kling
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-02-01
Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()
Andreas Kling
2020-02-01
Kernel: Allow short writes to DoubleBuffer
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-02-01
WindowServer: make menus wrap vertically
Oliver Kraitschy
2020-01-31
Piano: Rewrite application
William McPherson
2020-01-31
AK: Add FixedArray::data()
William McPherson
2020-01-31
Kernel: Add key_code_count
William McPherson
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
2020-01-30
Kernel: Disallow empty ranges in munmap/mprotect/madvise
Andreas Kling
2020-01-30
Kernel: Add some sanity assertions in RangeAllocator::deallocate()
Andreas Kling
2020-01-30
Kernel: Range::contains() should reject ranges with 2^32 wrap-around
Andreas Kling
2020-01-30
Kernel: Reject non-user address ranges in mmap/munmap/mprotect/madvise
Andreas Kling
2020-01-30
Kernel: Copy "stack" and "mmap" bits when splitting a Region
Andreas Kling
2020-01-30
Kernel: Address validation helpers should take size_t, not ssize_t
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-30
SystemMonitor: Unveil /dev
Sergey Bugaev
2020-01-30
Kernel: Dump backtrace when denying a path because of a veil
Sergey Bugaev
2020-01-29
Kernel: Fail with EFAULT for any address+size that would wrap around
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-29
Base: Remove two unused icons
Andreas Kling
2020-01-29
CPUGraph.MenuApplet: execute SystemMonitor on left mousebutton click
Oliver Kraitschy
2020-01-28
BXVGA: Disallow resolutions higher than 4096x2160
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-28
Kernel: Tweak some include statements
Andreas Kling
2020-01-28
LibGUI: Only consider starting a drag from an already selected item
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-28
LibCore: Rewrite CArgsParser
Sergey Bugaev
2020-01-28
GFileSystemModel: Don't copy the null-terminator after readlink()
Andreas Kling
2020-01-28
Kernel: Remove outdated comment in MemoryManager
Andreas Kling
2020-01-27
LibGUI: Fix crash when trying to scroll above the head of the document
Andreas Kling
2020-01-27
FileManager: Show symlink targets in status bar message
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-27
FileManager: Use stat() when activating a file/directory
Andreas Kling
2020-01-27
LibGUI: Have GFileSystemModel use stat instead of lstat for the root
Andreas Kling
2020-01-27
Kernel: sys$readlink() should return the number of bytes written out
Andreas Kling
2020-01-27
sleep: Use pledge()
Andreas Kling
[next]