summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-15Assistant: Bundle UI updates to avoid flickeringCarlos César Neves Enumo
2021-08-15LibJS: Prevent stack overflow in flatten_into_array()Robert Stefanic
2021-08-15LibCore: Move EventLoop to AK::TimeBrian Gianforcaro
2021-08-15AK: Add Time::is_negative() to detect negative time valuesBrian Gianforcaro
2021-08-15AK: Annotate AK::Time APIs as [[nodiscard]]Brian Gianforcaro
2021-08-15AK: Add Time::now_<clock_id> functions for obtaining the current timeBrian Gianforcaro
2021-08-15ddate: Use DateTime::now() for timeBrian Gianforcaro
2021-08-15date: Use DateTime::now() for time, cleanup duplicate returnsBrian Gianforcaro
2021-08-15Kernel: Don't hold the process list lock while destructing the processsin-ack
2021-08-15LibJS/Tests: Add test for PlainMonthDay default reference yearLinus Groh
2021-08-15LibJS/Tests: Add test for PlainYearMonth default reference dayLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.getISOFields()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf()Linus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.dayLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.monthCodeLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype.calendarLinus Groh
2021-08-15LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag]Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in the Calendar.prototype gettersLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ISO{Year,Month,MonthCode,Day}Linus Groh
2021-08-15LibJS: Handle PlainMonthDay in GetTemporalCalendarWithISODefaultLinus Groh
2021-08-15LibJS: Handle PlainMonthDay in ToTemporalCalendarLinus Groh
2021-08-15LibJS: Start implementing Temporal.PlainMonthDayLinus Groh
2021-08-15LibJS/Tests: Tweak PlainYearMonth Infinity test valuesLinus Groh
2021-08-15Kernel: Make Process finalsin-ack
2021-08-15Kernel: Handle removal of Process from list before unrefsin-ack
2021-08-15Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraitssin-ack
2021-08-15Kernel: Handle allocation failure in ProcFS and friendssin-ack
2021-08-15AK: Add adopt_nonnull_ref_or_enomemsin-ack
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-15LibGUI: Simplify AboutDialog::version_string()Nico Weber
2021-08-15LibCore: Include math.h instead of defining isnan() in ArgsParser.cppNico Weber
2021-08-14CI: Add a hello world step to azure-pipelines.yml so it stops failingLinus Groh
2021-08-14CI: Add required `stages` parameter to azure-pipelines.ymlLinus Groh
2021-08-14LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GCIdan Horowitz
2021-08-14Ports: Add glib version 2.69.0Kenneth Myhra
2021-08-14LibC: Add SOCK_RDM and SOCK_SEQPACKET to socket.hKenneth Myhra
2021-08-14LibC: Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to netin/in.hKenneth Myhra
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add stub for res_queryKenneth Myhra
2021-08-14LibC: Add stub for fnmatch and a set of defined valuesKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14LibC: Add function fdopendirKenneth Myhra
2021-08-14Kernel/USB: Remove UAF in device removalLuke
2021-08-14CI: Set up Azure PipelinesLinus Groh
2021-08-14Kernel/USB: Update SysFS from the generic hub instead of from UHCILuke
2021-08-14Kernel/USB: Split SysFS code into its own fileLuke
2021-08-14Kernel/USB: Replace PortNumber enum with a raw u8Luke
2021-08-14Kernel/USB: Remove get_device_{at_port,from_address}Luke
2021-08-14Kernel/USB: Add Hubs and the UHCI Root HubLuke
2021-08-14Kernel/USB: Add the USB 1.x/2.0 hub descriptorLuke