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
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
WindowServer: Implement switching windows in reverse order
Jami Kettunen
2020-01-01
LibC: Use LibELF in dlfcn.cpp to dynamically load libraries
Andrew Kaster
2020-01-01
LibELF: Add ELFDynamicObject to dynamically load libaries
Andrew Kaster
2020-01-01
Demos: Add a dynamic linking demo to show off dlfcn methods
Andrew Kaster
2020-01-01
LibELF: Replace kprintf's in ELFImage.cpp with dbgprintf
Andrew Kaster
2020-01-01
AK: Turn off demangler in userland
Andrew Kaster
2020-01-01
LibC: Move __cxa_finalize and __cxa_atexit code to their own file
Andrew Kaster
2020-01-01
Meta: Update link to build instructions in INSTALL.md
Dan MacDonald
2020-01-01
Kernel: Prevent executing I/O instructions in userspace
Andreas Kling
2020-01-01
Kernel: Fix typo in Descriptor::set_limit()
Andreas Kling
2020-01-01
Kernel: Switch to eagerly restoring x86 FPU state on context switch
Andreas Kling
2020-01-01
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
Andreas Kling
2020-01-01
Kernel: Move CPU feature detection to Arch/x86/CPU.{cpp.h}
Andreas Kling
2020-01-01
LibGUI: Close and cancel GDialog on escape
Conrad Pankoff
2020-01-01
Kernel: Enable x86 SMEP (Supervisor Mode Execution Protection)
Andreas Kling
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
[next]