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-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-15
Meta: Add openSUSE dependencies to build documentation (#2801)
Dominik M. Kwiatek
2020-07-14
LibJS: Add Symbol.hasInstance tests
Matthew Olsson
2020-07-14
LibJS: Implement Symbol.hasInstance
Matthew Olsson
2020-07-14
LibJS: Implement spec-complient instance_of operation
Matthew Olsson
2020-07-14
Userland: Add a basic version of the tree command
Stijn
2020-07-14
Base: Add missing single quotes to en.json keymap
thankyouverycool
2020-07-14
LibJS: Integrate iterator protocol into language features
Matthew Olsson
2020-07-14
LibGUI: Draw contiguous frame if GroupBox title is left empty
thankyouverycool
2020-07-14
LibMarkdown: Reset offset to 0 on each new List line
Nico Weber
2020-07-14
Lagom: Add a markdown fuzzer
Nico Weber
2020-07-14
Lagom: Add a note on how to build the fuzzers to readme
Nico Weber
2020-07-14
unzip: Correct compression method offset value
AnotherTest
2020-07-13
LibX86+UserspaceEmulator: Devirtualize and inline more instruction code
Andreas Kling
2020-07-13
UserspaceEmulator: Mark some generic instructions ALWAYS_INLINE :^)
Andreas Kling
2020-07-13
LibX86: Don't build_opcode_table_if_needed() every instruction decode
Andreas Kling
2020-07-13
UserspaceEmulator: Move the SoftCPU stream virtuals to the header
Andreas Kling
2020-07-13
LibX86: Apply aggressive inlining to Instruction decoding functions
Andreas Kling
2020-07-13
UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code
Andreas Kling
2020-07-13
UserspaceEmulator: Add a very simple instruction fetch cache
Andreas Kling
2020-07-13
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
Tom
2020-07-13
LibGUI: Add ability to disable multiselect for views
Tom
2020-07-13
LibGUI: Improve IconView performance with large selections
Tom
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-07-13
LibLine: Add Ctrl-N/P as history next/previous shortcuts
Nico Weber
2020-07-13
LibLine: Move search-related updates into do_cursor_left/right
Nico Weber
2020-07-13
Shell: Avoid waiting for jobs that were *just* unblocked
AnotherTest
2020-07-13
Csilla: Make 'W' and 'w' even thinner
Nico Weber
2020-07-13
Shell: Put children in their own process groups and fix job control
AnotherTest
2020-07-13
unzip: Remove some magic numbers and create directories when needed
AnotherTest
2020-07-13
unzip: mmap() the zip file if possible to avoid spamming syscalls
AnotherTest
2020-07-13
Shell: Resolve aliases in builtin_time
AnotherTest
2020-07-13
Shell: Move out run_commands and expand_aliases to be Shell member fns
AnotherTest
2020-07-13
LibJS: Add String Iterator tests
Matthew Olsson
2020-07-13
LibJS: Add StringIterator
Matthew Olsson
2020-07-13
FontEditor: Don't add duplicate extension in Save As dialog
Nico Weber
2020-07-13
AK: Make LexicalPath keep everything before the last dot as title
Nico Weber
2020-07-13
AK: Give String::index_of() an optional second "start" argument
Nico Weber
2020-07-13
LibGUI: Fix keybind conflicts in TreeView
thankyouverycool
2020-07-13
LibGUI: Only report toggled directories once on subtree collapse/expansion
thankyouverycool
2020-07-13
LibX86: ALWAYS_INLINE some Instruction members
Andreas Kling
2020-07-13
UserspaceEmulator: Add the POPFD instruction
Andreas Kling
2020-07-13
UserspaceEmulator: Add the NOT instruction (with bonus: NOP!)
Andreas Kling
2020-07-13
UserspaceEmulator: Add the STC/CLC and STD/CLD instructions
Andreas Kling
2020-07-13
UserspaceEmulator: Implement the ADC instruction
Andreas Kling
2020-07-13
UserspaceEmulator: Make SBB actually respect the SoftCPU carry flag
Andreas Kling
2020-07-13
UserspaceEmulator: Remove an unnecessary step in some instructions
Andreas Kling
2020-07-13
UserspaceEmulator: Fix wrong ESI/EDI step sizes in MOVSW and MOVSD
Andreas Kling
2020-07-13
UserspaceEmulator: Add some more syscalls
Andreas Kling
2020-07-13
UserspaceEmulator: Add basic support for memory-mapped files
Andreas Kling
[next]