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
2023-04-25
cal: Add the `-y` option to show the current year
Karol Baraniecki
2023-04-25
cal: Add the `-3` option
Karol Baraniecki
2023-04-25
cal: Get default week start day from Calendar
Karol Baraniecki
2023-04-25
cal: Make start of the week configurable
Karol Baraniecki
2023-04-25
cal: Pad days on the left with spaces instead of zeroes
Karol Baraniecki
2023-04-25
cal: Only show year next to each month in one-month-mode
Karol Baraniecki
2023-04-25
cal: Fix width calculation by not leaving an extra space at month's end
Karol Baraniecki
2023-04-25
cal: Display month names
Karol Baraniecki
2023-04-25
cal: Use global string widths instead of hardcoding them
Karol Baraniecki
2023-04-25
cal: Center the month-year text
Karol Baraniecki
2023-04-25
cal: Mark the current day as inverted text
Karol Baraniecki
2023-04-25
cal: Rewrite cal to use new Strings and handle errors
Karol Baraniecki
2023-04-25
cal: Correctly identify current day
Karol Baraniecki
2023-04-25
cal: Don't accept passing a [day]
Karol Baraniecki
2023-04-24
Aplay: Determine absolute path before first `unveil`
Jelle Raaijmakers
2023-04-24
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Timothy Flynn
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-04-22
copy: Stop using DeprecatedString
Sam Atkins
2023-04-22
config: Stop using DeprecatedString
Sam Atkins
2023-04-22
cksum: Stop using DeprecatedString
Sam Atkins
2023-04-22
chown: Stop using DeprecatedString
Sam Atkins
2023-04-22
asctl: Stop using DeprecatedString
Sam Atkins
2023-04-22
arp: Stop using DeprecatedString
Sam Atkins
2023-04-22
Utilities: Use lround() instead of casting round() to long
Sam Atkins
2023-04-22
cmp: Replace uses of DeprecatedString
Sam Atkins
2023-04-22
cmp: Use Core::File::open_file_or_standard_stream()
Sam Atkins
2023-04-22
Utilities: Replace ctype.h usage with AK/CharacterTypes.h
Sam Atkins
2023-04-21
Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`
Tim Schumacher
2023-04-17
ldd: Pledge map_fixed
Romain Chardiny
2023-04-15
Ladybird+LibWebView: Add -P/--enable-callgrind-profiling option
MacDue
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-14
Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for sockets
Arda Cinar
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-11
icc: Print if a curve looks like the sRGB curve
Nico Weber
2023-04-11
icc: Use `{: >{}}, "", indent_amount` for indenting
Nico Weber
2023-04-11
icc: Make out_curve_tag() fallible
Nico Weber
2023-04-11
icc: Extract out_curve_tag() helper function
Nico Weber
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
2023-04-11
readelf: Pledge `map_fixed` for loading ELFs
Tim Schumacher
2023-04-09
Utilities: Add more commands, addresses, spaces, cmdline parsing to sed
Rodrigo Tobar
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-05
tar: Use BufferedFile for reading inputs
Tim Schumacher
2023-04-05
lzcat: Use BufferedFile for reading inputs
Tim Schumacher
2023-04-05
xzcat: Use BufferedFile for reading inputs
Tim Schumacher
2023-04-04
Kernel+Userland: Make some of the POSIX types larger
Andreas Kling
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-01
grep: Read patterns from a file with -f
Eli Youngs
2023-04-01
gzip: Use utilities from LibCompress to (de)compress files
Timothy Flynn
2023-04-01
gunzip+LibCompress: Move utility to decompress files to GzipDecompressor
Timothy Flynn
[next]