Age | Commit message (Expand) | Author |
2020-01-08 | Implement readelf(1). | Elliott Hughes |
2020-01-03 | No, optflags gets cleared by toy_init(), use toys.rebound instead. | Rob Landley |
2020-01-03 | Add MAYFORK to "help", teach it to behave differently when called as a | Rob Landley |
2019-12-12 | Next round of toysh work, with associated lib plumbing. | Rob Landley |
2019-11-23 | Fix dev_minor()/dev_major()/dev_makedev() for Mac. | Elliott Hughes |
2019-10-26 | Add ln -r and relative_path() to lib, plus test. | Rob Landley |
2019-10-21 | Remove getdirname(), it's _not_ a drop-in replacement for dirname | Rob Landley |
2019-08-26 | xargs: add --max-args synonym, -o option, and fix -p. | Elliott Hughes |
2019-08-21 | Add xgetline (which the last sh checkin used, oops). | Rob Landley |
2019-07-12 | pidof: fix default behavior, add -x. | Elliott Hughes |
2019-07-11 | bind/connect cleanup. | Elliott Hughes |
2019-07-10 | dd: iflags, oflags, fix ^C, fix the fundamental loop. | Elliott Hughes |
2019-07-10 | Add dlist_lpop() to remove last entry (use dlist as stack). | Rob Landley |
2019-06-11 | Add DIRTREE_STATLESS to return entries we couldn't stat(). | Rob Landley |
2019-06-11 | Move sig_to_num and num_to_sig into portability.c. | Elliott Hughes |
2019-06-10 | Improve signal name<->number conversions. | Elliott Hughes |
2019-06-01 | Teach file to recognize xz archives and old style tarballs. | Rob Landley |
2019-05-16 | Add human_readable_long() for more than 3 digits of output. | Rob Landley |
2019-05-11 | Teach tar to extract type 'S' sparse file headers. | Rob Landley |
2019-04-20 | Add xunsetenv() for the error checking. | Rob Landley |
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley |
2019-04-16 | Add argument to xflush() so it can test for stdout err without flushing. | Rob Landley |
2019-04-11 | scan_key: support more terminals. | Elliott Hughes |
2019-03-27 | Change fileunderdir() to return abspath to file. | Rob Landley |
2019-03-26 | Make touch use xparsedate() (result: -t and -d the same, autodetects format), | Rob Landley |
2019-03-24 | Factor out xparsedate() and xvali_date() into lib. | Rob Landley |
2019-03-10 | Make multiple sendfile variants, and teach xpopen_both() to use existing | Rob Landley |
2019-03-09 | Half-finished su change checked in, sorry. | Rob Landley |
2019-03-07 | Add reset_env() and make su and login use it. Do long-delayed login cleanup. | Rob Landley |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-13 | Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib. | Rob Landley |
2019-01-22 | Fix sigjmp_buf/jmp_buf mismatches. | Elliott Hughes |
2019-01-16 | Move xsendto() to lib/net.c. | Rob Landley |
2019-01-12 | sed: add -z. | Elliott Hughes |
2019-01-12 | Merge xconnect/xbind. | Rob Landley |
2018-12-27 | Make poke() alignment-agnostic. | Rob Landley |
2018-12-23 | Add grep --color | Rob Landley |
2018-12-14 | Add xrename() | Rob Landley |
2018-12-10 | nc: add IPv6 support. | Josh Gao |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-28 | macOS: noreturn. | Elliott Hughes |
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-10 | Add xsignal_flags() and more consistently use xsignal() instead of signal(). | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-08-07 | Forgot to check in the deflate header change, and pending shouldn't default y. | Rob Landley |
2018-07-04 | diff: add timestamps to the ---/+++ lines and --color. | Elliott Hughes |
2018-04-08 | Add cp --parents | Rob Landley |
2018-04-08 | Add mkpath() for common case of mkpathat(), and #define magic constants. | Rob Landley |
2018-04-03 | Factor out xtempfile() | Rob Landley |