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-18
rmdir: Use pledge()
Andreas Kling
2020-02-18
mkdir: Use pledge()
Andreas Kling
2020-02-18
stat: Use pledge()
Andreas Kling
2020-02-18
ps: Use pledge() and unveil()
Andreas Kling
2020-02-18
top: Use pledge() and unveil()
Andreas Kling
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-18
LibC: Statically allocate allocators
Sergey Bugaev
2020-02-18
Kernel: Add placement new[] operator
Sergey Bugaev
2020-02-18
Kernel: Purging a page should point it back to the shared zero page
Andreas Kling
2020-02-18
WindowServer: Remove unsued MenuManager::menu_selection_color()
Shannon Booth
2020-02-17
HackStudio: Unbreak the form editor's widget icons
Andreas Kling
2020-02-17
SystemMenu: Use pledge() and unveil()
Andreas Kling
2020-02-17
WindowServer: Remove unveils of /bin and /etc/passwd
Andreas Kling
2020-02-17
WindowServer: Drop the "exec" pledge promise entirely
Andreas Kling
2020-02-17
SystemMenu: Finish the implementation and start this at boot :^)
Andreas Kling
2020-02-17
WindowServer: Make way for the out-of-process system menu
Andreas Kling
2020-02-17
LibGUI: Expose GUI::Menu::menu_id() and also allow forced realization
Andreas Kling
2020-02-17
Base: Add a Minesweeper app icon that's actually 16x16
Andreas Kling
2020-02-17
SystemMenu: Add a separate program to host the system menu
Andreas Kling
2020-02-17
AudioServer: Remove ASEventLoop class and do all the setup in main()
Andreas Kling
2020-02-17
SystemDialog: Use Yes/No dialog instead of OK/Cancel
thatlittlegit
2020-02-17
TextEditor: Use Yes/No/Cancel for some dialogs when buffer is dirty
thatlittlegit
2020-02-17
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
thatlittlegit
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-17
Kernel: Tear down process address space during finalization
Andreas Kling
2020-02-17
Kernel: Allow multiple inspectors of a process (in /proc)
Andreas Kling
2020-02-16
LibGUI: Generate NotificationServer IPC messages during build
Andreas Kling
2020-02-16
LibGUI: Generate NotificationServerEndpoint.h if needed
Andreas Kling
2020-02-16
NotificationServer: Add new notification windows below the lowest one
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
Base: Run WindowServer as a separate "window" user
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-16
Piano: Set step property for ADSR sliders
Tibor Nagy
2020-02-16
LibGUI: Add mouse wheel event and step property to Slider
Tibor Nagy
2020-02-16
malloc: Use 64KB blocks (instead of 4KB)
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
AK: Don't construct a String every time we LogStream<< a number
Andreas Kling
2020-02-16
Revert "LibC: Implement isblank()"
Andreas Kling
2020-02-16
chmod: Tweak usage string
Andreas Kling
2020-02-16
LibGUI: ItemView painting was not respecting the frame thickness
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGfx: Reduce header dependencies of StylePainter
Andreas Kling
2020-02-16
LibGUI: Render ScrollBar buttons as pressed when they are being pressed
Tibor Nagy
2020-02-16
AK: Fixed a typo in NeverDestroyed.h (#1228)
Kaif Mavani
2020-02-16
Kernel: Remove SmapDisabler in sys$accept()
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$clock_gettime()
Andreas Kling
2020-02-16
Kernel: Fix weird whitespace mistake in RangeAllocator
Andreas Kling
2020-02-16
LibGUI: Make ResizeCorner theme-aware
Tibor Nagy
2020-02-16
Userland: Use DirIterator in rm
Shannon Booth
[next]