summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05Kernel: Fix `write`s to `ProcFS` (#6879)Spencer Dixon
2021-05-05Documentation: Update FAQ a bit and move it into Documentation/Andreas Kling
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur
2021-05-05AK: Export integer_sequence_generate_array()Ali Mohammad Pur
2021-05-05AK: Add min() and max() methods to Array<T, N>Ali Mohammad Pur
2021-05-05Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)Brian Gianforcaro
2021-05-05Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)Brian Gianforcaro
2021-05-05Kernel: Remove shadowing member variable from FileDescriptionBlockerTom
2021-05-05LibWeb: Remove double comma in FrameLoader debug loggingIdan Horowitz
2021-05-05LibJS/Tests: Use hasOwnProperty() for duplicate test checkLinus Groh
2021-05-05Spreadsheet: Use shrink-to-fit for cell fg/bg color input layoutLinus Groh
2021-05-05Base: Add manpage for groups(1)setepenre
2021-05-05Userland: Add groups programsetepenre
2021-05-05LibCore: Call setgrent before looping on groups in get_extra_gidssetepenre
2021-05-05Base: Fix typos and spelling errors in man pagesBrendan Coles
2021-05-05Base: Minor cleanup of a few man pages.Brian Gianforcaro
2021-05-05Base: Add a boot_parameters(7) to document kernel boot parameters.Brian Gianforcaro
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-05-04LibWeb: Use HTML-uppercased qualified name for the Element node nameLuke
2021-05-04LibWeb: Add createDocument and createDocumentType for DOMImplementationLuke
2021-05-04LibWeb: Add support for extended attributes on IDL parametersLuke
2021-05-04LibWeb: Expose HTMLInputElement.nameLuke
2021-05-04Meta: Remove link to man6 from man.serenityos.orgIdan Horowitz
2021-05-04Meta: Mention man.serenityos.org in the README :^)Linus Groh
2021-05-04Userland: Pledge wpath & cpath in straceSergey Bugaev
2021-05-04Userland: Refactor head(1) to not use stdioSergey Bugaev
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur
2021-05-04AK: Move the LEB128 logic to AK and make it usable with InputStreamAli Mohammad Pur
2021-05-04Meta: Strip man prefix from generated man page directoriesIdan Horowitz
2021-05-04Meta: Use correct hrefs for man pages in man.serenityos.org/index.htmlIdan Horowitz
2021-05-04Meta: Track Meta/Websites/man.serenityos.org changes in manpages actionIdan Horowitz
2021-05-04Meta: Remove existing test directories before copying new ones inAli Mohammad Pur
2021-05-04AK: Make DistinctNumeric constexpr-capableAli Mohammad Pur
2021-05-04Base: Update recvfd() man page after addition of `options` argumentAndreas Kling
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-05-04Meta: Add workflow that deploys man page updates to man.serenityos.orgIdan Horowitz
2021-05-04Snake: Spruce up the GUI a tiny bitAndreas Kling
2021-05-04LibGUI: Make GUI::Widget ignore wheel events by defaultAndreas Kling
2021-05-04Kernel: Store whether a thread is the idle thread in Thread directlyTom
2021-05-04LibWeb: Compute intrinsic height of absolute replaced elementsTimothy Flynn
2021-05-04LibCore: Avoid unnecessary Vector copy in Account ctorLinus Groh
2021-05-04LibCore: Don't include user GID in Account::extra_gids()Linus Groh
2021-05-04LibC: setspent() should not print to stderrGunnar Beutner
2021-05-04LibCore: Let Account::from_* succeed if /etc/shadow is unreadableGunnar Beutner
2021-05-04Profiler: Don't link against LibCoreDumpAndreas Kling
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling
2021-05-04Profiler: Print addresses in debug log in hex.Brian Gianforcaro
2021-05-04Kernel: Return one kernel frame from procfs$tid_stack for normal users.Brian Gianforcaro
2021-05-04Kernel: Remove unused function ProcFS::add_sys_stringBrian Gianforcaro