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
/
nproc.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-11-19
nproc: Port to Core::Stream
Sam Atkins
2022-10-25
Utilities: Use new global variables at /sys/kernel/ directory
Liav A
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
nproc: Port to LibMain :^)
Andreas Kling
2021-09-11
nproc: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
Userland: Add nproc utility
Peter Elliott