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-12-18
LibJS: Only allow Calendar this value in Temporal.Calendar.prototype.id
Linus Groh
2021-12-18
LibC: Make sysbeep return int instead of void
Junior Rantila
2021-12-18
Kernel: Remove a redundant check in Process::remap_range_as_stack
Hendiadyoin1
2021-12-18
Kernel: Collapse a redundant boolean conditional return statement in …
Hendiadyoin1
2021-12-18
Kernel: Access OpenFileDescriptions::max_open() statically in Syscalls
Hendiadyoin1
2021-12-18
Kernel: Add implicit auto qualifiers in Syscalls
Hendiadyoin1
2021-12-18
Kernel: Remove else after return in Process::do_write
Hendiadyoin1
2021-12-18
Base: Add U+2026 HORIZONTAL ELLIPSIS to font Csilla Regular 10
sin-ack
2021-12-18
Websites: Update the SerenityOS bug bounty program :^)
Andreas Kling
2021-12-18
Kernel: Fix 4-byte uninitialized memory leak in sys$sigaltstack()
Andreas Kling
2021-12-18
Kernel: Enable SMAP protection earlier during syscall entry
Andreas Kling
2021-12-18
Kernel: Make File::stat() & friends return Error<struct stat>
Andreas Kling
2021-12-18
Kernel: Use ksyms in-place instead of duplicating them into eternal heap
Andreas Kling
2021-12-18
Kernel: Use copy_typed_from_user() in more places :^)
Andreas Kling
2021-12-18
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
Andreas Kling
2021-12-18
Kernel: Fix getsockopt(SO_RCVTIMEO) returning wrong timeout
Andreas Kling
2021-12-18
LibJS: Fix typo in MarkedVector::end()
Andreas Kling
2021-12-18
Kernel: Start perf event stack capture at RBP, not EBP on x86_64
Andreas Kling
2021-12-17
LibJS/Tests: Remove outdated FIXME
Linus Groh
2021-12-17
AK: Fast path for single-element TypedTransfer::copy
kleines Filmröllchen
2021-12-17
AK: Bypass Buffered's buffer for large reads
kleines Filmröllchen
2021-12-17
LibAudio: Don't unnecessarily copy the passed decode buffer
kleines Filmröllchen
2021-12-17
LibAudio: Remove superflous comment
kleines Filmröllchen
2021-12-17
LibAudio: Add an adjustable buffer size to FlacLoader
kleines Filmröllchen
2021-12-17
AnalogClock: Port to LibMain
Astraeus-
2021-12-17
About: Port to LibMain
Astraeus-
2021-12-17
LibGUI: Add ErrorOr wrapper for default icon creation
Astraeus-
2021-12-17
LibCrypto: Declobber AES header from s-box tables
Alexander Ulmer
2021-12-17
Ports: Updated lua port to version 5.3.6
Rafał Babiarz
2021-12-16
LibCore: Use correct underlying syscall in seteuid() and setegid()
Andreas Kling
2021-12-16
AK: Make JsonValue::from_string("") return a null JsonValue
Andreas Kling
2021-12-16
LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for rename()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fchmod()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkstemp()
Andreas Kling
2021-12-16
SystemServer: Use more LibCore syscall wrappers :^)
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for fork()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mkdir()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for mount()
Andreas Kling
2021-12-16
SystemServer: Port to LibMain :^)
Andreas Kling
2021-12-16
su: Port to LibMain :^)
Andreas Kling
2021-12-16
passwd: Use LibCore syscall wrapper for setegid()
Andreas Kling
2021-12-16
usermod: Use LibCore syscall wrapper for setegid()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for setgroups()
Andreas Kling
2021-12-16
LibCore: Add syscall wrapper for isatty()
Andreas Kling
2021-12-16
pls: Port to LibMain :^)
Andreas Kling
2021-12-16
LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegid
Andreas Kling
2021-12-16
LibJS: Add MarkedVector<T>
Andreas Kling
2021-12-16
LibJS: Add JS::make_handle(T&)
Andreas Kling
2021-12-16
Kernel: Build with -O2 by default
Andreas Kling
[next]