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-05-05
Kernel: Fix `write`s to `ProcFS` (#6879)
Spencer Dixon
2021-05-05
Documentation: Update FAQ a bit and move it into Documentation/
Andreas Kling
2021-05-05
AK: Add a Variant<Ts...> implementation
Ali Mohammad Pur
2021-05-05
AK: Export integer_sequence_generate_array()
Ali Mohammad Pur
2021-05-05
AK: Add min() and max() methods to Array<T, N>
Ali Mohammad Pur
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-05
Kernel: Remove shadowing member variable from FileDescriptionBlocker
Tom
2021-05-05
LibWeb: Remove double comma in FrameLoader debug logging
Idan Horowitz
2021-05-05
LibJS/Tests: Use hasOwnProperty() for duplicate test check
Linus Groh
2021-05-05
Spreadsheet: Use shrink-to-fit for cell fg/bg color input layout
Linus Groh
2021-05-05
Base: Add manpage for groups(1)
setepenre
2021-05-05
Userland: Add groups program
setepenre
2021-05-05
LibCore: Call setgrent before looping on groups in get_extra_gids
setepenre
2021-05-05
Base: Fix typos and spelling errors in man pages
Brendan Coles
2021-05-05
Base: Minor cleanup of a few man pages.
Brian Gianforcaro
2021-05-05
Base: Add a boot_parameters(7) to document kernel boot parameters.
Brian Gianforcaro
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-05-04
LibWeb: Add createDocument and createDocumentType for DOMImplementation
Luke
2021-05-04
LibWeb: Add support for extended attributes on IDL parameters
Luke
2021-05-04
LibWeb: Expose HTMLInputElement.name
Luke
2021-05-04
Meta: Remove link to man6 from man.serenityos.org
Idan Horowitz
2021-05-04
Meta: Mention man.serenityos.org in the README :^)
Linus Groh
2021-05-04
Userland: Pledge wpath & cpath in strace
Sergey Bugaev
2021-05-04
Userland: Refactor head(1) to not use stdio
Sergey Bugaev
2021-05-04
AK: Make LEB128 capable of reading into any type
Ali Mohammad Pur
2021-05-04
AK: Move the LEB128 logic to AK and make it usable with InputStream
Ali Mohammad Pur
2021-05-04
Meta: Strip man prefix from generated man page directories
Idan Horowitz
2021-05-04
Meta: Use correct hrefs for man pages in man.serenityos.org/index.html
Idan Horowitz
2021-05-04
Meta: Track Meta/Websites/man.serenityos.org changes in manpages action
Idan Horowitz
2021-05-04
Meta: Remove existing test directories before copying new ones in
Ali Mohammad Pur
2021-05-04
AK: Make DistinctNumeric constexpr-capable
Ali Mohammad Pur
2021-05-04
Base: Update recvfd() man page after addition of `options` argument
Andreas Kling
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-05-04
Meta: Add workflow that deploys man page updates to man.serenityos.org
Idan Horowitz
2021-05-04
Snake: Spruce up the GUI a tiny bit
Andreas Kling
2021-05-04
LibGUI: Make GUI::Widget ignore wheel events by default
Andreas Kling
2021-05-04
Kernel: Store whether a thread is the idle thread in Thread directly
Tom
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
2021-05-04
LibCore: Avoid unnecessary Vector copy in Account ctor
Linus Groh
2021-05-04
LibCore: Don't include user GID in Account::extra_gids()
Linus Groh
2021-05-04
LibC: setspent() should not print to stderr
Gunnar Beutner
2021-05-04
LibCore: Let Account::from_* succeed if /etc/shadow is unreadable
Gunnar Beutner
2021-05-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-05-04
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-05-04
Kernel: Return one kernel frame from procfs$tid_stack for normal users.
Brian Gianforcaro
2021-05-04
Kernel: Remove unused function ProcFS::add_sys_string
Brian Gianforcaro
[prev]
[next]