Age | Commit message (Expand) | Author |
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 |
2017-01-14 | Quick and dirty fix for CVE-2016-6321 but seriously this is in pending | Rob Landley |
2017-01-04 | First stab at ftpget/ftpput. (Documents a lot of options other than basic | Rob Landley |
2016-12-28 | Stop lying to the compiler in modprobe's read_line. | Elliott Hughes |
2016-12-24 | Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix(). | Rob Landley |
2016-11-21 | Have dirtree_notdotdot() pass through !node->parent so . and .. on the command | Rob Landley |
2016-11-19 | Bug report from Justin Cormack, tar was producing a warning to stdout that | Rob Landley |
2016-10-20 | Nothing in pending should "default y". | Rob Landley |
2016-10-20 | Nothing in pending should "default y". | Rob Landley |
2016-10-20 | Close to cutting a release and I don't want to have setfattr in defconfig | Rob Landley |
2016-10-03 | David Hedges pointed out that interface names can be longer than 10 chars. | Rob Landley |
2016-09-27 | Changed xopen_stdin() to xopen_stdio(). | Lipi C.H. Lee |
2016-08-25 | Add chrt to pending. | Elliott Hughes |
2016-08-21 | A round of dd cleanup. | Rob Landley |
2016-08-20 | Promote setfattr | Rob Landley |
2016-08-20 | Clean up setfattr. | Rob Landley |
2016-08-06 | Inline setup_inout(), test ftruncate() return value, move gettimeofday() before | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-07-18 | Add getfattr(1) and setfattr(1). | Elliott Hughes |