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
Age
Commit message (
Expand
)
Author
2021-08-17
echo: Implement -e flag
Nico Weber
2021-08-16
Userland: Add as-user execution to the pls utility
pyunbiwi
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
ddate: Use DateTime::now() for time
Brian Gianforcaro
2021-08-15
date: Use DateTime::now() for time, cleanup duplicate returns
Brian Gianforcaro
2021-08-14
Kernel+LibC: Share definitions for net/{if,if_arp,route}.h
Andreas Kling
2021-08-14
Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessor
Itamar
2021-08-14
LibCpp: Understand preprocessor macro definition and invocation
Itamar
2021-08-14
Utilities: Rename PreprocessorTest=>cpp-preprocessor
Itamar
2021-08-13
Utilities: Add program argument for netstat to display connection pid
brapru
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-12
Utilities: Add option to control when to use colored output for grep
TheFightingCatfish
2021-08-12
Userland: Add partial support for complex specifications to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for --delete flag as alias of -d to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for -c/--complement flag to tr
Jean-Baptiste Boric
2021-08-12
Userland: Add support for multiple character translations to tr
Jean-Baptiste Boric
2021-08-12
profile: Always enable PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-08-05
Utilities: Improve the arp information output
brapru
2021-08-05
Utilities: Add pledge and unveil protections in arp
brapru
2021-08-03
Ping: Add -s argument to specify the payload size of the ping
Thomas Wagenveld
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
2021-08-01
js: Implement pretty-printing of Temporal.ZonedDateTime objects
Linus Groh
2021-08-01
cksum: Print argv[0] on failed read
LuK1337
2021-08-01
cksum: Display adler32/crc32 sums as hex numbers
LuK1337
2021-08-01
cksum: Don't read the entire input file in memory
LuK1337
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-08-01
shot: Make output filename a hyperlink when applicable
Ryan Liptak
2021-07-31
Userland: Fix id(1) printing the user's primary group for extra gids
sin-ack
2021-07-29
Utilities: Make 'less' act more like 'more' when emulating 'more' :^)
Lennon Donaghy
2021-07-29
Utilities: Add half-page scrolling + number modifiers to 'less'
Lennon Donaghy
2021-07-29
Utilities: Add fix for 'less' not buffering the correct number of lines
Lennon Donaghy
2021-07-28
js: Implement pretty-printing of Temporal.PlainTime objects
Linus Groh
2021-07-27
Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'
Lennon Donaghy
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Utilities: Add count option for ping
brapru
2021-07-22
js: Implement pretty-printing of Temporal.PlainDateTime objects
Linus Groh
2021-07-22
js: Implement pretty-printing of Temporal.PlainDate objects
Linus Groh
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
Utilities: Make the columns for readelf fit all reloc types on x86_64
Gunnar Beutner
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-22
Utilities: Make sure columns are properly aligned for readelf on x86_64
Gunnar Beutner
2021-07-22
Utilities: Make sure columns are properly aligned for pmap on x86_64
Gunnar Beutner
2021-07-22
AK: Add a getter to JsonValue to get machine-native addresses
Gunnar Beutner
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
[next]