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
/
Utilities
/
cat.cpp
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2022-11-24
cat: Return a non-null value if an error occurred
Lucas CHOLLET
2022-11-24
cat: Use `Core::Stream::File`
Lucas CHOLLET
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-28
LibCore+cat: Switch Core::System::read/write to take a Span of bytes
Brian Gianforcaro
2021-11-27
cat: Remove accidentally-committed unused macro
Andreas Kling
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
cat: Use TRY() and LibCore syscall wrappers a lot more :^)
Andreas Kling
2021-11-25
cat: Port to LibMain :^)
Kenneth Myhra
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling