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-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2020-01-01
HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going To
Jami Kettunen
2020-01-01
Kernel: Make module_load() and module_unload() be superuser-only
Andreas Kling
2019-12-31
Base: Update Finnish keymap with proper AltGr support
Jami Kettunen
2019-12-31
Base: Add Hungarian keymap
Tibor Nagy
2019-12-31
Keymap: Add AltGr support
Tibor Nagy
2019-12-31
Kernel: Implement AltGr key support
Tibor Nagy
2019-12-31
Kernel: Pointer range validation should fail on wraparound
Andreas Kling
2019-12-31
Kernel: Write address validation was only checking end of write range
Andreas Kling
2019-12-31
ProcFS: Supervisor-only inodes should be owned by UID 0, GID 0
Andreas Kling
2019-12-31
WindowServer: set no menu bar when last window is removed
joshua stein
2019-12-31
WindowServer: Don't deactivate windows after moving them
Andreas Kling
2019-12-31
Kernel: Always reject never-userspace addresses before checking regions
Andreas Kling
2019-12-31
Crash: Woops! Remove a misplaced if (true)
Shannon Booth
2019-12-31
WindowServer: Set no active windows on a click outside of any window
Shannon Booth
2019-12-31
Crash: Add a "Test All Crash Types" option
Shannon Booth
2019-12-31
Applications: Implement some missing MenuBars & AboutDialogs
Jami Kettunen
2019-12-31
Applications: Space out SystemMonitor & TextEditor in AboutDialogs
Jami Kettunen
2019-12-31
Kernel+ping: Only allow superuser to create SOCK_RAW sockets
Andreas Kling
2019-12-31
dmesg: Add missing newline to error message
Andreas Kling
2019-12-31
ProcFS: Reduce the amount of info accessible to non-superusers
Andreas Kling
2019-12-31
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
Andreas Kling
2019-12-31
Kernel: Let's also not consider kernel regions to be valid user stacks
Andreas Kling
2019-12-31
Kernel: User pointer validation should reject kernel-only addresses
Andreas Kling
2019-12-30
WindowServer: Let's boost all threads in the active client process
Andreas Kling
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
WindowServer: Give a thread boost to the currently active window
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-30
AK: Use stack buffers in String::number() to avoid some malloc() calls
Andreas Kling
2019-12-30
LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReader
Andreas Kling
2019-12-30
AK: Add JsonObject::get_ptr() for copy-free lookup
Andreas Kling
2019-12-30
Base: Remove misplaced backtick in syscall(1)
Andreas Kling
2019-12-30
DisplayProperties: Add a menubar
Jesse Buhagiar
2019-12-30
Base: Add glyph spacing fields to fonts
Tibor Nagy
2019-12-30
FontEditor: Add glyph spacing spinbox
Tibor Nagy
2019-12-30
LibDraw: Store glyph spacing information in the fonts headers
Tibor Nagy
2019-12-30
Base: Add man page for keymap(1)
Jami Kettunen
2019-12-30
Base: Add ASCII-friendly fi.json
Jami Kettunen
2019-12-30
Keymap: Add ability to load keymap files by name
Jami Kettunen
2019-12-30
Keymap: Clean up source a bit
Jami Kettunen
2019-12-30
ProtocolServer: Delete the generated IPC endpoints on "make clean"
Andreas Kling
2019-12-30
LibIPC: Let's start building custom message codecs for LibIPC
Andreas Kling
2019-12-30
WindowServer: Don't repaint entire menubar on applet update
Andreas Kling
2019-12-30
Ports: Update GCC patch to match our toolchain
Andreas Kling
2019-12-30
LibGUI: Call GWidget::resize_event() before doing widget layout
Andreas Kling
2019-12-29
LibGUI: Relayout GTextEditor on font change
Andreas Kling
2019-12-29
Kernel: Retry mmap if MAP_FIXED is not in flags and addr is not 0
Andrew Kaster
2019-12-29
Kernel: Add move assign operator to KResultOr
Andrew Kaster
[next]