Age | Commit message (Expand) | Author |
2018-03-23 | Inline toys/e2fs.h into mke2fs.c. (Debris from the dawn of time.) | Rob Landley |
2018-03-18 | Un-default fmt(1) while it's in pending. | Elliott Hughes |
2018-03-18 | The author of that bc.c says it won't be ready for 6 months and I'm not | Rob Landley |
2018-03-13 | Add beep feature to watch | Minghui Liu |
2018-03-12 | bc cleanup: a few obvious inlines. | Rob Landley |
2018-03-12 | bc cleanup: move for(int i;) declarations to int i; for(i;). | Rob Landley |
2018-03-11 | Add bc to pending | Gavin Howard |
2018-01-31 | Ahem, I _said_ basic ping support. | Rob Landley |
2018-01-21 | gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg(). | Rob Landley |
2018-01-20 | Fix gunzip to past test_gunzip. | Rob Landley |
2018-01-03 | Cleanup pass on gzip.c. | Rob Landley |
2018-01-01 | Promote logger, and fluff up help text a bit. | Rob Landley |
2018-01-01 | Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES | Rob Landley |
2017-12-29 | Promote iconv. | Rob Landley |
2017-12-29 | Cleanup iconv. | Rob Landley |
2017-12-27 | Promote setfattr | Rob Landley |
2017-12-27 | Minor cleanup on setfattr.c | Rob Landley |
2017-12-24 | Add fmt. | Elliott Hughes |
2017-12-10 | Cleanup pass on stty: collate do_stty() calls for future inlining, | Rob Landley |
2017-12-05 | Use NULL rather than 0 in vargs. | Elliott Hughes |
2017-12-03 | Commands in pending should default n. | Rob Landley |
2017-12-03 | Add stty(1). | Elliott Hughes |
2017-12-03 | Gaƫl PORTAY wants mdev to work when Linux has the block layer configured out. | Rob Landley |
2017-08-23 | Fix iconv build and add trivial test. | Elliott Hughes |
2017-08-17 | lsof cleanup. | Rob Landley |
2017-07-17 | Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness. | Rob Landley |
2017-07-17 | Split out xgetaddrinfo() from xconnect() | Rob Landley |
2017-07-09 | dd cleanup: binary search is overkill, eliminate struct pair, | Rob Landley |
2017-07-09 | Fix -Wformat compiler warning in expr.c. | Elliott Hughes |
2017-07-07 | Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). | Rob Landley |
2017-06-09 | Promote dmesg back to lsb. | Rob Landley |
2017-06-09 | Cleanup dmesg (as posted to the list). | Rob Landley |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2017-05-24 | Add and use xmmap. | Elliott Hughes |
2017-05-23 | Add minof/maxof macros that autodetect type. Make xzcat use them. | Rob Landley |
2017-05-21 | Promote chrt | Rob Landley |
2017-05-21 | Cleaup chrt | Rob Landley |
2017-05-19 | Add bzip2 support to tar. | Elliott Hughes |
2017-05-07 | Fix error in writing output that was causing zcat to always fail. | Mike Moreton |
2017-04-30 | Implement zlib-based gzip/gunzip/zcat. | Elliott Hughes |
2017-04-11 | Make fdisk buildable. | Elliott Hughes |
2017-04-03 | Implement dmesg -T. | Elliott Hughes |
2017-02-20 | Declaring todo bankruptcy, dmesg goes back into pending until I get a chance | Rob Landley |
2017-01-28 | modprobe: Small cleanup pass, described on the list. | Rob Landley |
2017-01-28 | modprobe: use finit_module when possible | Steve Muckle |
2017-01-28 | modprobe: add -d option to specify module directory path(s) | Steve Muckle |
2017-01-25 | Promote microcom to net. | Rob Landley |
2017-01-25 | Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe). | Rob Landley |
2017-01-17 | Fix microcom command-line help and -X. | Elliott Hughes |
2017-01-14 | Add "microcom" to pending. | Elliott Hughes |