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-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-21
SystemMonitor: Use unveil()
Andreas Kling
2020-01-21
Shell: Disable SH_DEBUG by default and tidy up command timing logging
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
MenuApplets: Use unveil()
Andreas Kling
2020-01-21
AudioServer: Drop "rpath" and "wpath" pledges
Andreas Kling
2020-01-21
LibDraw: Remove old PNG_STOPWATCH_DEBUG debug code
Andreas Kling
2020-01-21
PaintBrush: Show which line thickness is selected in the tool menus
Andreas Kling
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-21
Terminal: Unveil the user's config file
Andreas Kling
2020-01-21
Terminal: Use unveil()
Andreas Kling
2020-01-21
About: Use unveil()
Andreas Kling
2020-01-21
Calculator: Use unveil()
Andreas Kling
2020-01-21
Kernel: Don't forget about unveiled paths with zero permissions
Andreas Kling
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-21
Kernel: ACPI code doesn't rely on identity mapping anymore
Liav A
2020-01-21
Kernel: DMIDecoder no longer depends on identity-mapping
Liav A
2020-01-21
Kernel: PCI MMIO no longer uses map_for_kernel()
Liav A
2020-01-21
Base: Add Nord theme
Atilla Lonny
2020-01-21
WindowServer: unveil("/bin", "x") so we can start applications
Andreas Kling
2020-01-21
Kernel: Clear unveiled state on exec()
Andreas Kling
2020-01-21
Kernel: Forked children should inherit unveil()'ed paths
Andreas Kling
2020-01-20
SystemMonitor: Add an "Unveiled paths" section to the per-process tabs
Andreas Kling
2020-01-20
WindowServer: Use unveil()
Andreas Kling
2020-01-20
id: Use unveil()
Andreas Kling
2020-01-20
ProcFS: Add /proc/PID/unveil
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
Userland: Add a dummy passthrough "flock" program
Andreas Kling
2020-01-20
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2020-01-20
Kernel: Allow naming KBuffers
Andreas Kling
2020-01-20
AK: Allow clamp() with min==max
Andreas Kling
2020-01-20
Kernel: Use the templated copy_to/from_user() in more places
Andreas Kling
2020-01-20
Kernel: Misc tweaks
Sergey Bugaev
2020-01-20
Kernel: Return new fd from sys$fcntl(F_DUPFD)
Sergey Bugaev
2020-01-20
LibGUI: Use clamp() is various places
Andreas Kling
2020-01-20
SB16: Map the DMA buffer in kernelspace so we can write to it
Andreas Kling
2020-01-20
Add AnonymousVMObject::create_with_physical_page()
Andreas Kling
2020-01-20
Kernel: Write-only regions should still be mapped as present
Andreas Kling
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-20
Kernel+AK: Add/fix uintptr_t and intptr_t definitions
Andreas Kling
2020-01-20
WindowServer: Simplify WSMenu MouseWheel event
Shannon Booth
2020-01-20
WindowServer: Stop infinite menu movement cycle
Shannon Booth
[next]