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-08
Kernel: Fix SMAP violation in join_thread()
Andreas Kling
2020-01-08
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
2020-01-08
LibGUI: separate file names with commas in the drag operation text
Dov Alperin
2020-01-08
WindowServer: Detach WSMenuManager from WSWindowManager
Andreas Kling
2020-01-08
About: Focus the button on startup
Andreas Kling
2020-01-08
Revert "WSWindowServer: Remove uneccessary special casing"
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-08
TmpFS: Reads past the end of a file should be zero-length
Andreas Kling
2020-01-08
Kernel: mmap() should fail with ENODEV for directories
Andreas Kling
2020-01-08
WSWindowServer: Only close menubar on a mouse down
Shannon Booth
2020-01-08
WSWindowManager: Use early return to limit nesting
Shannon Booth
2020-01-08
WSMenu: Support menu navigation through key presses
Shannon Booth
2020-01-08
WSMenuManager: On menu close, close the currently hovered menu item
Shannon Booth
2020-01-08
WSWindowServer: Remove uneccessary special casing
Shannon Booth
2020-01-08
Kernel: Enable SMAP protection on IRQ and exception entry
Andreas Kling
2020-01-07
Kernel: Validate PROT_READ and PROT_WRITE against underlying file
Andreas Kling
2020-01-07
Kernel: Take const Process& in InodeMetadata::may_{read,write,execute}
Andreas Kling
2020-01-07
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
DAlperin
2020-01-07
Kernel: Make Process::file_description() vend a RefPtr<FileDescription>
Andreas Kling
2020-01-07
LibC: Add MAP_FILE for mmap()
Andreas Kling
2020-01-07
TmpFS: Add ASSERT(offset >= 0) to read_bytes() and write_bytes()
Andreas Kling
2020-01-07
AK: Add assertions to FixedArray::operator[]
Andreas Kling
2020-01-07
Kernel: Validate ftruncate(fd, length) syscall inputs
Andreas Kling
2020-01-07
TmpFS: Add "." and ".." entries to all directories
Andreas Kling
2020-01-07
LibGUI: Run clang-format on GModel.h to neaten up some formatting
Conrad Pankoff
2020-01-07
LibCore: Fix a typo in CConfigFile.h
Conrad Pankoff
2020-01-07
AK: Add dirname() to FileSystemPath
Conrad Pankoff
2020-01-07
FileManager: Unbreak build after "select all" changes
Andreas Kling
2020-01-07
Filemanager: Add Ctrl+A select all action
Shannon Booth
2020-01-07
GAbstractView: Add function for adding all to selection
Shannon Booth
2020-01-07
LibDraw: Add support for parsing #RGBA colors
N00byEdge
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2020-01-07
Kernel: Don't leak kmalloc pointers through FIFO absolute paths
Andreas Kling
2020-01-07
Kernel: Make Socket::absolute_path() pure virtual
Andreas Kling
2020-01-06
Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing
Andreas Kling
2020-01-06
LibC: Remove thread-specific TID cache
Andreas Kling
2020-01-06
Kernel: Process::send_signal() should prefer main thread
Andreas Kling
2020-01-06
Kernel: Send SIGCHLD to the thread with same PID as my PPID
Andreas Kling
2020-01-06
Kernel: The waitpid() syscall was not storing to "wstatus" in all cases
Andreas Kling
2020-01-06
Kernel: Fix SMAP violation when doing a crash dump
Andreas Kling
2020-01-06
Kernel: Harden memory mapping of the kernel image
Andreas Kling
2020-01-06
Kernel: Remove bogus kernel image access validation checks
Andreas Kling
2020-01-06
Kernel: Randomize the stack canary on startup
Andreas Kling
2020-01-06
Kernel: Build the kernel as a position-independent executable
Andreas Kling
2020-01-06
Kernel: Make utime() take path+length, remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Remove SmapDisablers in stat() and lstat()
Andreas Kling
2020-01-06
Kernel: Add KResult::error() to make it look symmetrical with KResultOr
Andreas Kling
2020-01-06
Kernel: Pass name+length to mmap() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Remove SmapDisabler in futex()
Andreas Kling
[prev]
[next]