Age | Commit message (Expand) | Author |
2018-11-17 | Volodymyr Medvid reported that install -d doesn't honor -o or -g. | 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-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 | getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U... | Elliott Hughes |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-10-10 | Rewrite of watch. | Rob Landley |
2018-10-07 | Fix getconf build for musl. | Rob Landley |
2018-10-07 | Fix build break on x32 target. | Rob Landley |
2018-10-06 | getconf: add missing names used by AOSP. | Rob Landley |
2018-10-06 | Say undefined for sysconf/pathconf -1, remove goto, help text tweak, | Rob Landley |
2018-10-06 | date: fix some tests. | Elliott Hughes |
2018-10-05 | getconf: add pathconf(3) variables. | Elliott Hughes |
2018-10-05 | getconf: fix glibc NPROCESSORS_ONLN. | Elliott Hughes |
2018-10-04 | Make it possible to build the AOSP .config against glibc. | Elliott Hughes |
2018-10-04 | blockdev: BLKRAGET returns 512-byte sectors. | Elliott Hughes |
2018-09-29 | Command not in pending or example should probably default y. | Rob Landley |
2018-09-26 | Don't claim to have i2cget non-byte mode support yet. | Rob Landley |
2018-09-21 | Promote i2ctools. | Rob Landley |
2018-09-21 | Implement i2c utilities. | Elliott Hughes |
2018-09-16 | file: remove %s with no corresponding argument. | Rob Landley |
2018-09-15 | Add .bmp supoprt to file(1). | Elliott Hughes |
2018-09-15 | Add .wav support to file(1). | Elliott Hughes |
2018-09-08 | Tweaks to make building with Android NDK's llvm happier. | Rob Landley |
2018-09-08 | Clean up test.c | Kevin Spiteri |
2018-08-31 | Convert option style. | Rob Landley |
2018-08-26 | Add binary file detection to grep. | Rob Landley |
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley |
2018-08-26 | Remove ls sub-option: always support --color. | Rob Landley |
2018-08-25 | Convert more argument variables in GLOBALS() to new style. | Rob Landley |
2018-08-25 | Coding style change: 1) Use argument letter for variable names filled out by | Rob Landley |
2018-08-21 | Use \033 instead of \e gcc extension. | Rob Landley |
2018-08-19 | Oneit shouldn't reboot the system if it's not pid 1. | Rob Landley |
2018-08-19 | Comment tweak. | Rob Landley |
2018-08-18 | Allow enough space padding for "192.168.123.456/24" to consistently indent. | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-08-08 | Add bc (and its tests) to pending | Gavin Howard |
2018-08-07 | Added support for a fourth field in mdev.conf | Faustas Azuolas Bagdonas |
2018-08-07 | Forgot to check in the deflate header change, and pending shouldn't default y. | Rob Landley |
2018-08-05 | Add ifconfig -S (short view), and do some minor cleanups while there. | Rob Landley |