index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-05-03
WindowServer: Support hover icons for title buttons
MacDue
2022-05-03
LibC: Hide `posix_memalign` by default
Tim Schumacher
2022-05-03
DHCPClient: Don't crash if DHCP options contain no gateway
Patrick Meyer
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-02
base64: Replace char pointer with StringView
Kenneth Myhra
2022-05-02
base64: Use TRY() instead of VERIFY(!result.is_error())
Kenneth Myhra
2022-05-02
base64: Use Core::File standard_input() standard_output()
Kenneth Myhra
2022-05-02
Kernel: Stop requiring working malloc for syscall.h includes
Patrick Meyer
2022-05-02
PixelPaint: Set title of default image to 'Untitled'
cflip
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-02
LibM: Remove stale commented out CMake commands
Andrew Kaster
2022-05-02
DynamicLoader: Remove stale FIXME for removing -nodefaultlibs
Andrew Kaster
2022-05-02
readelf: Don't error out on invalid interpreter path
Andrew Kaster
2022-05-02
LibGfx: Fix typo in Color constructor
César Torres
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
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
LibJS: Reorder parsing for TimeSpecWithOptionalTimeZoneNotAmbiguous
Idan Horowitz
2022-04-30
Kernel+route: Support global routing table deletion
brapru
2022-04-30
LibC: Add all the `POSIX_FADV_*` constants
Tim Schumacher
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
[next]