Age | Commit message (Expand) | Author |
2018-11-30 | macOS: fix uname. | Elliott Hughes |
2018-11-30 | Tweak comments. | Rob Landley |
2018-11-30 | macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections. | Elliott Hughes |
2018-11-30 | macOS: work around header idiosyncracies. | Elliott Hughes |
2018-11-30 | macOS: move struct sysinfo out of GLOBALS. | Elliott Hughes |
2018-11-30 | macOS: fix endian macros for macOS. | Elliott Hughes |
2018-11-29 | Marius Adaskevicius pointed out mdev -s should follow symlinks. | Rob Landley |
2018-11-29 | Remove an extra #include <string.h> | Rob Landley |
2018-11-29 | macOS: remove glibc 2.10 workarounds. | Elliott Hughes |
2018-11-28 | mktemp: add -t and fix behavior. | Elliott Hughes |
2018-11-28 | macOS: there's no <features.h> on the Mac. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-28 | macOS: noreturn. | Elliott Hughes |
2018-11-28 | macOS: use -E rather than -r for sed extended regular expressions. | Elliott Hughes |
2018-11-28 | head: add --bytes synonym for -c. | Elliott Hughes |
2018-11-26 | file: small do_regular_file optimization | Reverend Homer |
2018-11-20 | Skip tests that don't have the executable bit set unless $TEST_ALL set. | Rob Landley |
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley |
2018-11-20 | Fix up some tests for running as a normal user. | Rob Landley |
2018-11-20 | Eduardas Meile asked umount to ignore -c due to broken init systems. | Rob Landley |
2018-11-19 | A few more GLOBALS() single character argument style conversions. | Rob Landley |
2018-11-19 | Eduardas Meile reported "The -Werror=format-security flag is applied by | Rob Landley |
2018-11-17 | Convert more GLOBALS argument vars to the new single letter code style. | Rob Landley |
2018-11-17 | hostname: add -s/-f and -d. | Elliott Hughes |
2018-11-17 | cmp: add --quiet and --silent synonyms for -s. | Elliott Hughes |
2018-11-17 | dirname: support multiple arguments. | Elliott Hughes |
2018-11-17 | Volodymyr Medvid reported that install -d doesn't honor -o or -g. | Rob Landley |
2018-11-17 | Cosmetic leanup (hide stderr prompts). | Rob Landley |
2018-11-17 | Remove the "const" and "restrict" nonsense so it compiles without tainting lib.c | Rob Landley |
2018-11-17 | Update bc for 1.1 release | Gavin Howard |
2018-11-13 | Instead of #warning about the musl bug, work around it (wrap syscalls ourselves) | Rob Landley |
2018-11-13 | basename: -s SUFFIX. | Elliott Hughes |
2018-11-13 | touch: ignore -f like everyone else. | Elliott Hughes |
2018-11-13 | mkdir: accept both --parent and --parents as synonyms for -p. | Elliott Hughes |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley |
2018-11-02 | Trivial cleanup of uniq.c. | Rob Landley |
2018-11-01 | Discard harmless error messages. | Rob Landley |
2018-11-01 | Update news.html for 0.7.8 release. | Rob Landley |
2018-10-31 | Update version to 0.7.8.0.7.8 | Rob Landley |
2018-10-30 | Promote watch to other. | Rob Landley |
2018-10-30 | Use % for -n and shut up gcc's broken "may be used uninitialized" warnings. | Rob Landley |
2018-10-30 | Update roadmap for AOSP. | Elliott Hughes |
2018-10-30 | getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U... | Elliott Hughes |
2018-10-28 | Rename interestingtimes.c to tty.c. (It's the "not curses" code.) | Rob Landley |
2018-10-27 | Don't unnecessarily recalculate library list. | Rob Landley |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-10-27 | Dirtree shouldn't put a "No" in front of filename for "permission denied". | Rob Landley |
2018-10-27 | Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER | Rob Landley |
2018-10-27 | Allow unstripped build to overwrite read-only output file. | Rob Landley |
2018-10-22 | Don't call TIOCGWINSZ on non-ttys | Nick Kralevich |