aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
AgeCommit message (Expand)Author
2018-01-31Ahem, I _said_ basic ping support.Rob Landley
2018-01-21gzip cleanup: fix test_gzip, unify do_gzip/do_gunzip, inline gzerror_msg().Rob Landley
2018-01-20Fix gunzip to past test_gunzip.Rob Landley
2018-01-03Cleanup pass on gzip.c.Rob Landley
2018-01-01Promote logger, and fluff up help text a bit.Rob Landley
2018-01-01Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMESRob Landley
2017-12-29Promote iconv.Rob Landley
2017-12-29Cleanup iconv.Rob Landley
2017-12-27Promote setfattrRob Landley
2017-12-27Minor cleanup on setfattr.cRob Landley
2017-12-24Add fmt.Elliott Hughes
2017-12-10Cleanup pass on stty: collate do_stty() calls for future inlining,Rob Landley
2017-12-05Use NULL rather than 0 in vargs.Elliott Hughes
2017-12-03Commands in pending should default n.Rob Landley
2017-12-03Add stty(1).Elliott Hughes
2017-12-03Gaƫl PORTAY wants mdev to work when Linux has the block layer configured out.Rob Landley
2017-08-23Fix iconv build and add trivial test.Elliott Hughes
2017-08-17lsof cleanup.Rob Landley
2017-07-17Redo ping plumbing. Actual ping part isn't there yet because kernel weirdness.Rob Landley
2017-07-17Split out xgetaddrinfo() from xconnect()Rob Landley
2017-07-09dd cleanup: binary search is overkill, eliminate struct pair,Rob Landley
2017-07-09Fix -Wformat compiler warning in expr.c.Elliott Hughes
2017-07-07Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2).Rob Landley
2017-06-09Promote dmesg back to lsb.Rob Landley
2017-06-09Cleanup dmesg (as posted to the list).Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2017-05-24Add and use xmmap.Elliott Hughes
2017-05-23Add minof/maxof macros that autodetect type. Make xzcat use them.Rob Landley
2017-05-21Promote chrtRob Landley
2017-05-21Cleaup chrtRob Landley
2017-05-19Add bzip2 support to tar.Elliott Hughes
2017-05-07Fix error in writing output that was causing zcat to always fail.Mike Moreton
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2017-04-11Make fdisk buildable.Elliott Hughes
2017-04-03Implement dmesg -T.Elliott Hughes
2017-02-20Declaring todo bankruptcy, dmesg goes back into pending until I get a chanceRob Landley
2017-01-28modprobe: Small cleanup pass, described on the list.Rob Landley
2017-01-28modprobe: use finit_module when possibleSteve Muckle
2017-01-28modprobe: add -d option to specify module directory path(s)Steve Muckle
2017-01-25Promote microcom to net.Rob Landley
2017-01-25Switch escape charcter to ^] (ascii 29, doesn't conflict with emacs or joe).Rob Landley
2017-01-17Fix microcom command-line help and -X.Elliott Hughes
2017-01-14Add "microcom" to pending.Elliott Hughes
2017-01-14Quick and dirty fix for CVE-2016-6321 but seriously this is in pendingRob Landley
2017-01-04First stab at ftpget/ftpput. (Documents a lot of options other than basicRob Landley
2016-12-28Stop lying to the compiler in modprobe's read_line.Elliott Hughes
2016-12-24Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix().Rob Landley
2016-11-21Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley
2016-11-19Bug report from Justin Cormack, tar was producing a warning to stdout thatRob Landley
2016-10-20Nothing in pending should "default y".Rob Landley