summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-21LibGUI: Make GDialog accept escape key press eventsAndreas Kling
2020-01-21LibGUI: GFileSystemModel::index() now survives negative inputsAndreas Kling
2020-01-21LibGUI: Fix missing initializer for GColumnsView::m_model_columnAndreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-21Kernel: Rename UnveilState to VeilStateAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-21SystemMonitor: Use unveil()Andreas Kling
2020-01-21Shell: Disable SH_DEBUG by default and tidy up command timing loggingAndreas Kling
2020-01-21Kernel: Tidy up debug logging a little bitAndreas Kling
2020-01-21MenuApplets: Use unveil()Andreas Kling
2020-01-21AudioServer: Drop "rpath" and "wpath" pledgesAndreas Kling
2020-01-21LibDraw: Remove old PNG_STOPWATCH_DEBUG debug codeAndreas Kling
2020-01-21PaintBrush: Show which line thickness is selected in the tool menusAndreas Kling
2020-01-21Kernel+LibC: Clean up open() flag (O_*) definitionsAndreas Kling
2020-01-21Kernel: Make O_RDONLY non-zeroAndreas Kling
2020-01-21Terminal: Unveil the user's config fileAndreas Kling
2020-01-21Terminal: Use unveil()Andreas Kling
2020-01-21About: Use unveil()Andreas Kling
2020-01-21Calculator: Use unveil()Andreas Kling
2020-01-21Kernel: Don't forget about unveiled paths with zero permissionsAndreas Kling
2020-01-21Kernel: Remove map_for_kernel() in MemoryManagerLiav A
2020-01-21Kernel: ACPI code doesn't rely on identity mapping anymoreLiav A
2020-01-21Kernel: DMIDecoder no longer depends on identity-mappingLiav A
2020-01-21Kernel: PCI MMIO no longer uses map_for_kernel()Liav A
2020-01-21Base: Add Nord themeAtilla Lonny
2020-01-21WindowServer: unveil("/bin", "x") so we can start applicationsAndreas Kling
2020-01-21Kernel: Clear unveiled state on exec()Andreas Kling
2020-01-21Kernel: Forked children should inherit unveil()'ed pathsAndreas Kling
2020-01-20SystemMonitor: Add an "Unveiled paths" section to the per-process tabsAndreas Kling
2020-01-20WindowServer: Use unveil()Andreas Kling
2020-01-20id: Use unveil()Andreas Kling
2020-01-20ProcFS: Add /proc/PID/unveilAndreas Kling
2020-01-20Kernel: Add a basic implementation of unveil()Andreas Kling
2020-01-20Userland: Add a dummy passthrough "flock" programAndreas Kling
2020-01-20Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ingAndreas Kling
2020-01-20Kernel: Allow naming KBuffersAndreas Kling
2020-01-20AK: Allow clamp() with min==maxAndreas Kling
2020-01-20Kernel: Use the templated copy_to/from_user() in more placesAndreas Kling
2020-01-20Kernel: Misc tweaksSergey Bugaev
2020-01-20Kernel: Return new fd from sys$fcntl(F_DUPFD)Sergey Bugaev
2020-01-20LibGUI: Use clamp() is various placesAndreas Kling
2020-01-20SB16: Map the DMA buffer in kernelspace so we can write to itAndreas Kling
2020-01-20Add AnonymousVMObject::create_with_physical_page()Andreas Kling
2020-01-20Kernel: Write-only regions should still be mapped as presentAndreas Kling
2020-01-20Kernel: Remove some unnecessary casts to uintptr_tAndreas Kling
2020-01-20Use uintptr_t instead of u32 when storing pointers as integersAndreas Kling
2020-01-20Kernel+AK: Add/fix uintptr_t and intptr_t definitionsAndreas Kling
2020-01-20WindowServer: Simplify WSMenu MouseWheel eventShannon Booth
2020-01-20WindowServer: Stop infinite menu movement cycleShannon Booth