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
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
Build: fix building Kernel/TestModule object
joshua stein
2020-01-01
Kernel: Add a random offset to kernel stacks upon syscall entry
Andreas Kling
2020-01-01
LibELF: Call DT_INIT method now that startfiles are correct for DSOs
Andrew Kaster
2020-01-01
Demos: Link our normal startfiles into the dynamic lib demo
Andrew Kaster
2020-01-01
Toolchain: Use crtbeginS and crtendS for shared objects
Andrew Kaster
2020-01-01
Build: show directory during compilation, remove default rules
joshua stein
2020-01-01
Build: Userland: no need for duplicate .cpp->.o rule
joshua stein
2020-01-01
Build: Enter Libraries before AK, clean tests as separate step
joshua stein
2020-01-01
Build: Demos/DynamicLink: use EXTRA_CLEAN
joshua stein
2020-01-01
Build: AK/Tests: use Makefile.common
joshua stein
2020-01-01
WindowServer: Don't tile non-resizable windows
Andreas Kling
2020-01-01
WindowServer: Windows tile when moved onto the edge of the screen
Chyza
2020-01-01
LibVT: fix pixel size calculations in terminal_did_resize
joshua stein
2020-01-01
Kernel: Share code between Region::map() and Region::remap_page()
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
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
[next]