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-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-10-02
Kernel: Add checks for is_trivially_copyable to copy_to/from_user
Tom
2020-10-02
AK: Add is_trivial and is_trivially_copyable
Tom
2020-10-02
Base: Add missing options to the Shell(1) man page
Linus Groh
2020-10-02
UserspaceEmulator: Replace printf usages with format.
asynts
2020-10-02
AK: Add formatter for pointer types.
asynts
2020-10-02
AK: Add formatter for boolean values.
asynts
2020-10-02
Keymaps: Add Colemak keymap (#3658)
utku
2020-10-02
LibGUI: Fix 1px misalignment of ColorButton selections in ColorPicker
Tibor Nagy
2020-10-02
Meta: Update OpenSUSE build dependencies (#3655)
zilrich
2020-10-01
Shell: Assert that the same pid is not given to waitpid()
AnotherTest
2020-10-01
Shell: Wait for *any* child to change state when receiving a SIGCHLD
AnotherTest
2020-10-01
Shell: Sneak a way into being a session leader
AnotherTest
2020-10-01
Userland: Fix buffer overflow in unzip
Tibor Nagy
2020-10-01
LibJS: Fix fatal mistake in HeapBlock::cell_from_possible_pointer()
Andreas Kling
2020-10-01
DevTools: Remove VisualBuilder and FormCompiler
Andreas Kling
2020-10-01
LibIPC: Silence a warning when compiling with gcc -O0
Andreas Kling
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-30
HackStudio: Add C++ Language Server
Itamar
2020-09-30
LibCpp: Add library for working with c++ code
Itamar
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-30
HackStudio+TextEditor: Add the Shell syntax highlighter
AnotherTest
2020-09-30
LibGUI: Add a Shell syntax highlighter
AnotherTest
2020-09-30
Shell: Track line numbers and the positions of some keywords
AnotherTest
2020-09-30
Shell: Make 'editor' a member of Shell, and provide a LibShell
AnotherTest
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-29
LibWeb: Add cm, in, mm and Q CSS units
Luke
2020-09-29
Base: Show how long it took to load the welcome.html page :^)
Andreas Kling
2020-09-29
LibWeb: Implement performance.timeOrigin
Andreas Kling
2020-09-29
LibCore: Expose origin timestamp of Core::ElapsedTime
Andreas Kling
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-29
LibJS: Reduce use of Interpreter in Reference
Andreas Kling
2020-09-29
LibJS: Reduce use of Interpreter in LexicalEnvironment
Andreas Kling
2020-09-29
AK+Format: Add support for integer to character casts.
asynts
2020-09-29
AK: Add NumericLimits specialization for char.
asynts
2020-09-29
AK+Format: Support all format specifiers for strings.
asynts
2020-09-29
LibGfx: Fix cut off CSS color names
Luke
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
2020-09-28
Kernel: Fix overly eager fd closing in sys$execve()
Andreas Kling
2020-09-28
Kernel: Remove unnecessary capture in sys$execve()
Andreas Kling
2020-09-28
LibCore: Make TCPServer::listen() report failure instead of asserting
Andreas Kling
2020-09-28
Kernel: Return early in create_inode if name is too long
Luke
2020-09-28
Spreadsheet: Add the 'lookup' and 'reflookup' functions
AnotherTest
2020-09-28
Spreadsheet: Add a 'choose' function
AnotherTest
2020-09-28
Spreadsheet: Let the cells know their own position in the sheet
AnotherTest
2020-09-28
AK+Format: Support default index in replacement field.
asynts
2020-09-28
Shell: Don't execute scripts interactively.
asynts
2020-09-28
LibWeb: LoadRequest::operator==() should compare header values
Andreas Kling
2020-09-28
AK+TestSuite: Don't assume that the test passed in output.
asynts
[next]