1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Nov 22, 2024 — Nov 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cmd/rm: Bail out when target is root More... 5 months ago
Add support for concatenated durations (say 1d5m) More... 5 months ago
cmd/sleep.1: Fix typo shell -> shall More... 5 months ago
cmd/realpath: add support for -q More... 5 months ago
cmd/*: add posix_fadvise(…SEQUENTIAL) between open() & auto_{fd,file}_copy() More... 5 months ago
lib/fs: Only call file_sync at end of auto_fd_copy() More... 5 months ago
cmd/cmp: Properly use >1 for errorneous status More... 6 months ago
cmd/cmp: Use posix_fadvise(3) prior to comparing the contents More... 6 months ago
cmd/cmp: Use fstat(3) to avoid comparing the same file in case of sym/hard-links More... 6 months ago
cmd/which: handle unexpected errors from access(3) More... 6 months ago
lib/strchrnul: new, for lib/offline_realpath and cmd/which More... 6 months ago
cmd/which: get rid of strdup memory allocation More... 6 months ago
cmd/printf: Add support for %q specifier More... 6 months ago
cmd/{echo,printf}: rename 'escape' decoding function to 'unescape' More... 6 months ago
cmd/printf: skip leading double-dash when there is multiple arguments More... 6 months ago
test-cmd/pathchk-getlimits: clear -Wformat warning More... 6 months ago
configure.d/sendfile_linux.c: clear -Wnon-literal-null-conversion from clang More... 6 months ago
cmd/echo: write escape() function similar to cmd/printf to avoid malloc More... 6 months ago
cmd/echo: don't print warning on unknown option, echo has none More... 6 months ago
configure: Add -Wvla when supported More... 6 months ago
cmd/printf: rewrite, fixing documented bugs and getting rid of VLA More... 6 months ago
configure.d/getopt_long.c: do not pass NULL to puts More... 6 months ago
test-cmd/mktemp.sh: workaround NetBSD bug #59443 More... 6 months ago
README.md: Add note about keeping dependencies to a minimum More... 6 months ago
cmd/chown: Add support for --reference More... 6 months ago
posix_utilities.txt: acknowledge POSIX.1-2024 new "intrinsic utilities" More... 6 months ago
cmd/chmod: fix --reference case still handled without getopt_long More... 7 months ago
Handle unknown long-option gracefully when getlopt_long is available More... 7 months ago
cmd/wc: optimise -l without -w More... 7 months ago
cmd/touch: properly check -t second separator location More... 7 months ago