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
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-03-15
LibWeb: Stub out Document.cookie
Andreas Kling
2021-03-15
LibJS: Partial support for Date.prototype.setFullYear()
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-03-15
AK: Make ByteBuffer::slice(0, size()) a freebie
Andreas Kling
2021-03-15
Apply suggestions from code review
Elie Donadio
2021-03-15
bt: add source file number integration
ElDonad
2021-03-15
LaunchServer: added additional file parameters
ElDonad
2021-03-15
LibTextCodec: Make UTF16BEDecoder read only up to an even offset
Idan Horowitz
2021-03-15
UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd arg
Brendan Coles
2021-03-15
Kernel/Storage: Add SATA error disambiguation
Luke
2021-03-15
Kernel: Don't return -EFOO when return type is KResultOr<...>
Andreas Kling
2021-03-15
LibGUI: Fix crash when text_in_range() was called on an empty document
Cesar Torres
2021-03-15
TextEditor: Add charcount info about selected text to the statusbar
Cesar Torres
2021-03-15
Ports: Do not call ./package.sh from a subshell in ./build_all.sh
Tom Needham
2021-03-15
Ports: Allow verbose argument in build_all.sh
Tom Needham
2021-03-15
Kernel: Return 0 to indicate EOF when reading from end-of-file of device
Liav A
2021-03-15
Kernel: Fix race conditions processing async device requests
Tom
2021-03-15
Kernel: Fix race condition completing IDEChannel async request
Tom
2021-03-15
Kernel: When writing to device node, use can_write for checking
Liav A
2021-03-15
Shell: Consume the username when parsing '~user'
AnotherTest
2021-03-15
LibELF+LibTest: Fix serenity_install_sources() paths
Linus Groh
2021-03-15
Keymap: Added no-latin1.json for Norwegian pc105 keyboards (#5794)
Magnus Alvestad
2021-03-14
LibM: Add remainder{f, l}
Mițca Dumitru
2021-03-14
LibM: Define HUGE_VAL{F,L} in terms of compiler builtins
Mițca Dumitru
2021-03-14
LibM: Define MAXFLOAT
Mițca Dumitru
2021-03-14
LibM: Define FLT_EVAL_METHOD, float_t and double_t
Mițca Dumitru
2021-03-14
LibM: Declare ldexpl in math.h
Mițca Dumitru
2021-03-14
LibM: Add the gamma family of functions
Mițca Dumitru
2021-03-14
LibM: Organise math.h so it is less of a wall of functions
Mițca Dumitru
2021-03-14
LibM: Implement the missing parts of the round family
Mițca Dumitru
2021-03-14
LibM: Add missing float and long double function variants
Mițca Dumitru
2021-03-14
test-compress: Initialize byte buffer with random data
Brendan Coles
2021-03-14
readelf: Tweak section headers output column padding
Brendan Coles
2021-03-14
UserspaceEmulator: Add SC_rmdir syscall
Brendan Coles
2021-03-14
LibJS: Change non-ScriptFunction source string to "[native code]"
Linus Groh
2021-03-14
LibJS: Don't try to derive function source from ProxyObject
Linus Groh
2021-03-14
LibCompress: Decrease CanonicalCode's size on stack
Idan Horowitz
2021-03-14
UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiB
Brendan Coles
2021-03-14
readelf: Add support for core notes and relocations
Brendan Coles
2021-03-14
LibJS: Fix some issues in RegExp.prototype[@@match]
Linus Groh
2021-03-14
LibJS: Fix String.prototype.match() for non-string argument
Linus Groh
2021-03-14
LibJS: Fix flags check in regexp_create()
Linus Groh
2021-03-14
LibJS: Add the same Object::invoke() overloads as VM::call()
Linus Groh
2021-03-14
Ports: Make gnuplot build fail later
Ben Wiederhake
2021-03-14
LibC: Rename feclearexcept{s,}
Ben Wiederhake
2021-03-14
Ports: Fix 'bc' port
Ben Wiederhake
2021-03-14
Ports: Remove ever-broken 'editline' build
Ben Wiederhake
2021-03-14
Ports: Fix cross-compiling git for serenity
Ben Wiederhake
2021-03-14
Ports: Fix package.sh executable bits
Ben Wiederhake
[prev]
[next]