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
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
2021-03-14
Lagom/Fuzzers: Add fuzzers for the new Gzip and Deflate compressors
Luke
2021-03-14
Lagom/Fuzzers: Add fuzzers for Latin 1, Latin 2 and UTF16-BE
Luke
2021-03-14
LibTextCodec: Fix IBM666 => IBM866 typo
Luke
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-14
LibJS: Implement (mostly) String.prototype.match
Andreas Kling
2021-03-14
UserspaceEmulator: SoftCPU: Add support for FPTAN instruction
Brendan Coles
2021-03-13
LibCompress: Replace goto with simple recursion in DeflateCompressor
Idan Horowitz
2021-03-13
AK: Add fast paths for aligned bit writes in BitOutputStream
Idan Horowitz
2021-03-13
AK: Store BinaryHeap key-value pairs together for efficient swaps
Idan Horowitz
[next]