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
2022-05-01
LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOs
Linus Groh
2022-05-01
LibJS: Change "Record {}" to "Iterator Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "as [the] argument[s]" to "with arguments" in comments
Linus Groh
2022-05-01
LibJS: Update outdated table reference in BoundFunctionCreate
Linus Groh
2022-05-01
LibJS: Rename some variables from "script body" to "script"
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-05-01
LibJS: Update spec comments testing presence of a field
Linus Groh
2022-05-01
LibJS: Update ValidateAndApplyPropertyDescriptor implementation
Linus Groh
2022-05-01
LibJS: Simplify Array.prototype.splice()
Linus Groh
2022-05-01
LibJS: Update a couple of outdated spec comments
Linus Groh
2022-05-01
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-05-01
LibJS: Add missing comment in OrdinaryToPrimitive
Linus Groh
2022-05-01
Documentation: Fix Typo in TransferringFiles.md
python-69
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-05-01
ifconfig: Stop supporting setting/displaying default gateway
Maciej
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2022-05-01
readelf: Add printing for STT_GNU_IFUNC
Daniel Bertalan
2022-05-01
LibELF: Fail gracefully when IFUNC resolver's object has textrels
Daniel Bertalan
2022-05-01
LibELF: Add support for IFUNCs
Daniel Bertalan
2022-05-01
LibELF: Keep track of whether the PLT contains REL or RELA relocations
Daniel Bertalan
2022-05-01
LibELF: Perform .relr.dyn relocations before .rel.dyn
Daniel Bertalan
2022-05-01
LibELF: Relax restriction on allowed values of EI_OSABI to allow GNU
Andrew Kaster
2022-04-30
LibJS: Stop fetching GlobalObject from target's realm in ArrayBuffer
Idan Horowitz
2022-04-30
LibJS: Reject -00000 as extended year in Date parsing
Idan Horowitz
2022-04-30
LibJS: Do not negate zero into negative zero in ToIntegerOrInfinity
Idan Horowitz
2022-04-30
Base+Documentation: Add UsingFontEditor markdown file
djwisdom
2022-04-30
LibJS: Reorder parsing for TimeSpecWithOptionalTimeZoneNotAmbiguous
Idan Horowitz
2022-04-30
Kernel+route: Support global routing table deletion
brapru
2022-04-30
Kernel: Make Route's operator== overload const
brapru
2022-04-30
Base: SatoriMono10 Regular add glyphs to widen coverage
djwisdom
2022-04-30
Base: SatoriMono10 Bold add glyphs to widen coverage
djwisdom
2022-04-30
Base: Ataraxia10 Light add glyphs to widen coverage
djwisdom
2022-04-30
Base: Ataraxia10 Bold add glyphs to widen coverage
djwisdom
2022-04-30
Base: Rename Estonian emoji flag code sequence to 'EE'
Karol Kosek
2022-04-30
Base: Add Adlam to Katica Regular 10
Lady Gegga
2022-04-30
Base: Add Bassa Vah to Katica Regular 10
Lady Gegga
2022-04-30
Ports: Set the correct prefix for libxml2
Tim Schumacher
2022-04-30
LibC: Add all the `POSIX_FADV_*` constants
Tim Schumacher
2022-04-29
Ports: Remove no longer needed fnmatch.patch
Kenneth Myhra
2022-04-29
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
Linus Groh
2022-04-29
LibJS: Add notes about lifetime of surrounding agent
Linus Groh
2022-04-29
LibJS: Fix numeric type confusion in GetEpochFromISOParts return value
Linus Groh
2022-04-29
LibJS: Update for structured headers added to various Temporal AOs
Linus Groh
2022-04-29
LibJS: Drop "integral part of" language
Linus Groh
2022-04-29
LibJS: Fix one more instance of Number value / integer confusion
Linus Groh
2022-04-29
LibJS: Define IsBuiltinCalendar in terms of AvailableCalendars
Linus Groh
2022-04-29
LibJS: Rename DateFromFields to CalendarDateFromFields, etc
Linus Groh
2022-04-29
LibC: Implement posix_fadvise() (as a harmless no-op)
Andreas Kling
2022-04-29
LibC: Add more _POSIX_FOO constants to unistd.h
Andreas Kling
[next]