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
/
strace.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-13
strace: Fix ignored errors in formatting
MacDue
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-28
strace: Propagate errors
Kyle Lanmon
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-28
Userland: Remove i686 support
Liav A
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-19
strace: Port to Core::Stream
Sam Atkins
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-08-20
strace: Pledge `rpath` for searching binaries
Tim Schumacher
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-02
Kernel: Stop requiring working malloc for syscall.h includes
Patrick Meyer
2022-04-11
strace: Use Core::System::exec()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-12
strace: Add a chdir formatter
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2021-12-25
strace: Port to LibMain :^)
Andreas Kling
2021-12-23
strace: Fix out-of-bounds read when formatting realpath()
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-12
strace: Remove formatting support for SC_select
Jean-Baptiste Boric
2021-12-12
strace: Add formatting support for SC_poll
Jean-Baptiste Boric
2021-12-12
strace: Sort syscalls formatters in alphabetic order
Jean-Baptiste Boric
2021-12-05
strace: Handle strings more gracefully
Ben Wiederhake
2021-12-05
strace: Use new PT_PEEKBUF function
Ben Wiederhake
2021-12-05
LibC: Add a couple of missing errno codes
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-11-24
strace: Implement get_process_name and gettid
Ben Wiederhake
2021-11-24
strace: Implement dbgputstr syscall
Ben Wiederhake
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-10
strace: Interpret errno codes for pointer-like return codes
Ben Wiederhake
2021-11-10
strace: Switch to new flag handler, support more flags
Ben Wiederhake
2021-11-10
strace: Better support for bitflags, show unrecognized flags
Ben Wiederhake
2021-10-31
strace: Teach mmap() pretty-printer about more MAP_FOO flags
Andreas Kling
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-12
strace: Add command line options to filter syscalls
Rodrigo Tobar
[next]