summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-04-25cal: Add the `-y` option to show the current yearKarol Baraniecki
2023-04-25cal: Add the `-3` optionKarol Baraniecki
2023-04-25cal: Get default week start day from CalendarKarol Baraniecki
2023-04-25cal: Make start of the week configurableKarol Baraniecki
2023-04-25cal: Pad days on the left with spaces instead of zeroesKarol Baraniecki
2023-04-25cal: Only show year next to each month in one-month-modeKarol Baraniecki
2023-04-25cal: Fix width calculation by not leaving an extra space at month's endKarol Baraniecki
2023-04-25cal: Display month namesKarol Baraniecki
2023-04-25cal: Use global string widths instead of hardcoding themKarol Baraniecki
2023-04-25cal: Center the month-year textKarol Baraniecki
2023-04-25cal: Mark the current day as inverted textKarol Baraniecki
2023-04-25cal: Rewrite cal to use new Strings and handle errorsKarol Baraniecki
2023-04-25cal: Correctly identify current dayKarol Baraniecki
2023-04-25cal: Don't accept passing a [day]Karol Baraniecki
2023-04-24Aplay: Determine absolute path before first `unveil`Jelle Raaijmakers
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-24Kernel: Allow configuring a Jail to not impose PID isolation restrictionLiav A
2023-04-22copy: Stop using DeprecatedStringSam Atkins
2023-04-22config: Stop using DeprecatedStringSam Atkins
2023-04-22cksum: Stop using DeprecatedStringSam Atkins
2023-04-22chown: Stop using DeprecatedStringSam Atkins
2023-04-22asctl: Stop using DeprecatedStringSam Atkins
2023-04-22arp: Stop using DeprecatedStringSam Atkins
2023-04-22Utilities: Use lround() instead of casting round() to longSam Atkins
2023-04-22cmp: Replace uses of DeprecatedStringSam Atkins
2023-04-22cmp: Use Core::File::open_file_or_standard_stream()Sam Atkins
2023-04-22Utilities: Replace ctype.h usage with AK/CharacterTypes.hSam Atkins
2023-04-21Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`Tim Schumacher
2023-04-17ldd: Pledge map_fixedRomain Chardiny
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for socketsArda Cinar
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-11icc: Print if a curve looks like the sRGB curveNico Weber
2023-04-11icc: Use `{: >{}}, "", indent_amount` for indentingNico Weber
2023-04-11icc: Make out_curve_tag() fallibleNico Weber
2023-04-11icc: Extract out_curve_tag() helper functionNico Weber
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11readelf: Pledge `map_fixed` for loading ELFsTim Schumacher
2023-04-09Utilities: Add more commands, addresses, spaces, cmdline parsing to sedRodrigo Tobar
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-05tar: Use BufferedFile for reading inputsTim Schumacher
2023-04-05lzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05xzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-04Kernel+Userland: Make some of the POSIX types largerAndreas Kling
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-01grep: Read patterns from a file with -fEli Youngs
2023-04-01gzip: Use utilities from LibCompress to (de)compress filesTimothy Flynn
2023-04-01gunzip+LibCompress: Move utility to decompress files to GzipDecompressorTimothy Flynn