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
2020-08-05
UserspaceEmulator: Add the access syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getcwd syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the ttyname syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Support ioctl(TIOCSPGRP)
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getpgrp syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add support for UNIX signals :^)
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
Meta: Add Brian Gianforcaro to the contributors list :^)
Andreas Kling
2020-08-05
Browser: Move bookmarks.json to ~/.config
Andreas Kling
2020-08-05
Base: Add ~/Documents and put miscellaneous files there
Andreas Kling
2020-08-05
Base: Move "js" and "little" HackStudio projects into ~/Source/
Andreas Kling
2020-08-05
LibCore+Base: Move user-specific config files to $HOME/.config
Andreas Kling
2020-08-05
Shell: Do not assume that stdin/stdout is a TTY
AnotherTest
2020-08-05
LibLine: Check if operating on a TTY before using TTY features
AnotherTest
2020-08-05
AK: Decorate AK::Result<V, E> with [[nodiscard]]
Brian Gianforcaro
2020-08-05
Build: Clang should get -Werror too
Nico Weber
2020-08-05
AK: Decorate AK::TriState with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate atomic compare exchange operations with [[nodiscard]]
Brian Gianforcaro
2020-08-05
LibGUI: Use set_cursor() in TextEditor::set_document()
Linus Groh
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-05
Base: Open .hackstudio files in HackStudio
Linus Groh
2020-08-05
HackStudio: Open project or file from argv[1] if given
Linus Groh
2020-08-05
HackStudio: Rename project file format from .files to .hackstudio
Linus Groh
2020-08-05
AK: Decorate AK::NonnullOwnPtr::leak_ptr() with [[nodiscard]]
Brian Gianforcaro
2020-08-05
AK: Decorate AK::OwnPtr::leak_ptr() with [[nodiscard]]
Brian Gianforcaro
2020-08-05
LibGfx: Make draw_scaled_bitmap() apply relative opacity
Andreas Kling
2020-08-05
Kernel: Decorate KResult with [[nodiscard]]
Brian Gianforcaro
2020-08-05
Kernel: Suppress remaining unobserved KResult return codes
Brian Gianforcaro
2020-08-05
Kernel: Propagate a few KResults properly in FileSystem subsystems
Brian Gianforcaro
2020-08-05
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the futex syscall
Brian Gianforcaro
2020-08-05
AK: Decorate Optional<T> with [[nodisard]]
Brian Gianforcaro
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-05
AK: Fix StringUtils tests to actually observe return value.
Brian Gianforcaro
2020-08-05
AK: Use AK relative include style for InlineLinkedList.h
Brian Gianforcaro
2020-08-05
Build: Re-enable -Werror when building with GCC
Brian Gianforcaro
2020-08-05
Documentation: Add an installation guide for VirtualBox
Luke
2020-08-05
Kernel: Decorate KResultOr with [[nodiscard]] to catch misbehaving callers
Brian Gianforcaro
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the rename syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mknod syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the set_mmap_name syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the readlink syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the mmap syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the waitid syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the clock_nanosleep syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the gettimeofday syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the open syscall
Brian Gianforcaro
[next]