summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-01LibELF: Add support for IFUNCsDaniel Bertalan
2022-05-01LibELF: Keep track of whether the PLT contains REL or RELA relocationsDaniel Bertalan
2022-05-01LibELF: Perform .relr.dyn relocations before .rel.dynDaniel Bertalan
2022-05-01LibELF: Relax restriction on allowed values of EI_OSABI to allow GNUAndrew Kaster
2022-04-30LibJS: Stop fetching GlobalObject from target's realm in ArrayBufferIdan Horowitz
2022-04-30LibJS: Reject -00000 as extended year in Date parsingIdan Horowitz
2022-04-30LibJS: Do not negate zero into negative zero in ToIntegerOrInfinityIdan Horowitz
2022-04-30Base+Documentation: Add UsingFontEditor markdown filedjwisdom
2022-04-30LibJS: Reorder parsing for TimeSpecWithOptionalTimeZoneNotAmbiguousIdan Horowitz
2022-04-30Kernel+route: Support global routing table deletionbrapru
2022-04-30Kernel: Make Route's operator== overload constbrapru
2022-04-30Base: SatoriMono10 Regular add glyphs to widen coveragedjwisdom
2022-04-30Base: SatoriMono10 Bold add glyphs to widen coveragedjwisdom
2022-04-30Base: Ataraxia10 Light add glyphs to widen coveragedjwisdom
2022-04-30Base: Ataraxia10 Bold add glyphs to widen coveragedjwisdom
2022-04-30Base: Rename Estonian emoji flag code sequence to 'EE'Karol Kosek
2022-04-30Base: Add Adlam to Katica Regular 10Lady Gegga
2022-04-30Base: Add Bassa Vah to Katica Regular 10Lady Gegga
2022-04-30Ports: Set the correct prefix for libxml2Tim Schumacher
2022-04-30LibC: Add all the `POSIX_FADV_*` constantsTim Schumacher
2022-04-29Ports: Remove no longer needed fnmatch.patchKenneth Myhra
2022-04-29LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUSLinus Groh
2022-04-29LibJS: Add notes about lifetime of surrounding agentLinus Groh
2022-04-29LibJS: Fix numeric type confusion in GetEpochFromISOParts return valueLinus Groh
2022-04-29LibJS: Update for structured headers added to various Temporal AOsLinus Groh
2022-04-29LibJS: Drop "integral part of" languageLinus Groh
2022-04-29LibJS: Fix one more instance of Number value / integer confusionLinus Groh
2022-04-29LibJS: Define IsBuiltinCalendar in terms of AvailableCalendarsLinus Groh
2022-04-29LibJS: Rename DateFromFields to CalendarDateFromFields, etcLinus Groh
2022-04-29LibC: Implement posix_fadvise() (as a harmless no-op)Andreas Kling
2022-04-29LibC: Add more _POSIX_FOO constants to unistd.hAndreas Kling
2022-04-29LibC: Add MIN, MAX and howmany macros to sys/param.hAndreas Kling
2022-04-29LibC: Actually set the FPU environment instead of its pointerTim Schumacher
2022-04-29LibJS: Fix RoundNumberToIncrement spec numberLinus Groh
2022-04-29ThemeEditor: Show if modified, and prompt before discarding unsaved workSam Atkins
2022-04-29ThemeEditor: Update displayed alignment when loading a theme fileSam Atkins
2022-04-29ThemeEditor: Stop firing unnecessary change callbacksSam Atkins
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-29LibGUI: Add AllowCallback parameter to ColorInput::set_color()Sam Atkins
2022-04-29ThemeEditor: Open the FilePicker at the location in the path inputSam Atkins
2022-04-29ThemeEditor: Show a message box if saving failsSam Atkins
2022-04-29ThemeEditor: Propagate failure to create AlignmentModelSam Atkins
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-29Kernel: Support userspace TTY graphics modesettingPeter Elliott
2022-04-29LibJS: Remove outdated FIXMEs about required date_from_fields() optionsLinus Groh
2022-04-29AK: Install generated `Debug.h` into `/usr/include`Jelle Raaijmakers
2022-04-29Ports: Compile SDL2 against LibAudioJelle Raaijmakers
2022-04-29LibAudio: Add a formatter for `Audio::Sample`Jelle Raaijmakers
2022-04-29LibCore: Simplify conditional logic in SharedCircularQueueJelle Raaijmakers
2022-04-29LibAudio: Make includes work from portsJelle Raaijmakers