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
2021-02-02
pmap+SystemMonitor: Mark syscall regions with 'C'
Andreas Kling
2021-02-02
Kernel: Add a way to specify which memory regions can make syscalls
Andreas Kling
2021-02-02
LibCore: Use serenity_readlink() instead of making syscalls directly
Andreas Kling
2021-02-02
LibC: Add LibC wrapper for sys$readlink()
Andreas Kling
2021-02-02
Revert "StatusBar: Allow GML files to set the number of labels to create"
Andreas Kling
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
Ext2FS: Avoid unnecessary parent inode lookup during inode creation
Andreas Kling
2021-02-02
Ext2FS: Simplify inode creation by always starting empty
Andreas Kling
2021-02-02
Ext2FS: Propagate error codes from write_directory()
Andreas Kling
2021-02-02
Kernel: Limit the size of stack traces
Andreas Kling
2021-02-02
Base: Update keymap(1) manpage
Linus Groh
2021-02-02
Base: Rename some keymaps to use xx-xx format where appropriate
Linus Groh
2021-02-02
Ports: Build python3 with zlib
Linus Groh
2021-02-02
Ports: Build most python3 extension modules statically
Linus Groh
2021-02-02
Ports: Add post_configure function
Linus Groh
2021-02-02
LibJS: Fix variable name coding style int{Part => _part}
Linus Groh
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-02-02
StatusBar: Allow GML files to set the number of labels to create
Zac
2021-02-01
Meta: Remove now-obsolete import from lint script
Ben Wiederhake
2021-02-01
Meta: Remove 'keymap exploration' in favor of precommit hook
Ben Wiederhake
2021-02-01
LibELF: Close dynamic objects after mapping and linking them
Andreas Kling
2021-02-01
Ports: Move packages.db from Ports/ to Build/
Linus Groh
2021-02-01
Documentation: Add a manual page about the new MemoryDevice file
Liav A
2021-02-01
Ports: Upgrade dmidecode to version 3.3
Liav A
2021-02-01
Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFS
Liav A
2021-02-01
Ports: Add dmidecode to the available ports list
Liav A
2021-02-01
Kernel: Fix enum of sysconf values to be in the correct order
Liav A
2021-02-01
Ports: Add a port of dmidecode
Liav A
2021-02-01
LibC: Expose various option variables for later usage
Liav A
2021-02-01
Kernel: Introduce the MemoryDevice
Liav A
2021-02-01
Kernel: Expose SMBIOS blobs in ProcFS
Liav A
2021-02-01
Kernel: Provide torture tool for invalid memory checks
Ben Wiederhake
2021-02-01
Kernel: Demonstrate crash for invalid pointers
Ben Wiederhake
2021-02-01
Tests: Add Tests/LibGfx/image-decoder tests
Brendan Coles
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-02-01
LibJS: Use VM::names for Object::invoke() function names
Linus Groh
2021-02-01
Documentation: Keymaps are nice, document them!
Ben Wiederhake
2021-02-01
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Define the default keymap only in one place
Ben Wiederhake
2021-02-01
keymap: Unveil path, if one is given
Ben Wiederhake
2021-02-01
LibKeyboard: Don't assert on failure
Ben Wiederhake
2021-02-01
KeyboardMapper: Without arguments, load current keymap
Ben Wiederhake
2021-02-01
LibKeyboard+keymap: Support querying the keymap via commandline
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-02-01
Meta: Add script that checks consistency of keymaps
Ben Wiederhake
2021-02-01
Base: Replace tabs+spaces in keymaps by only spaces
Ben Wiederhake
2021-02-01
Base: Cover entire German keyboard
Ben Wiederhake
2021-02-01
Base: Replace unnecessary escapes by actual codepoints
Ben Wiederhake
2021-02-01
Base: Fix wrong offset for Numpad and later keys
Ben Wiederhake
[next]