Age | Commit message (Expand) | Author |
2018-07-02 | Fix bugs in yesterday's bufgetgrgid() work (reported by Elliott). | Rob Landley |
2018-06-30 | Loop retrying larger allocation sizes for bufgetpwuid/bufgetgrgid. | Rob Landley |
2018-06-14 | Change do_lines() semantics to end with a callback(0,0) to indicate EOF, | Rob Landley |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-05-03 | Add uuidgen. | 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-08 | Add readlink -m to show where a missing path would be. | Rob Landley |
2018-04-03 | Factor out xtempfile() | Rob Landley |
2018-03-31 | Remove semicolon from WOULD_EXIT() macro (screws up if statement levels). | Rob Landley |
2018-03-22 | atolx should use tolower instead of toupper | Minghui Liu |
2018-03-20 | Fix atolx not integer error when used with suffix *d | Minghui Liu |
2018-03-20 | Minghui Liu pointed out that the b and c suffixes were reported as errors. | Rob Landley |
2018-03-14 | Fix last uninitialized warning. | Elliott Hughes |
2018-03-12 | Fix bug in names_to_pid. | Elliott Hughes |
2018-03-10 | Split "comma separated values" parsing from mntent.h plumbing. | Rob Landley |
2018-03-10 | Add a way for commands to distinguish "ps -ax" from "ps ax". | Rob Landley |
2018-02-09 | Fix the pidof comm and cmdline tests. | Elliott Hughes |
2018-01-30 | Basic ping support. | Rob Landley |
2018-01-14 | Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none). | Rob Landley |
2018-01-06 | Move millitime() into lib.c. | Rob Landley |
2018-01-01 | Cleanup logger.c, and move the facilitynames/prioritynames SYSLOG_NAMES | Rob Landley |
2018-01-01 | xphung on github said: "config2help currently doesn't work on OS X, it | Rob Landley |
2017-12-22 | Redo namestopid to handle more cases. | Rob Landley |
2017-12-19 | killall should kill scripts too. | Elliott Hughes |
2017-12-03 | Don't capitalize in the middle of a sentence. | Elliott Hughes |
2017-10-10 | Tweak help_exit() to show "See %s --help" message on the same line. | Rob Landley |
2017-10-10 | Complete rewrite of cut. Handle multipe ranges, add -DFO options, start | Rob Landley |
2017-10-01 | Fix xargs to obey POSIX's ARG_MAX restrictions. | Elliott Hughes |
2017-09-09 | Last commit used xstrtod(), forgot to check it in. | Rob Landley |
2017-09-05 | Tweak utf8towc() to return -1 earlier sometimes (instead of -2), and add test | Rob Landley |
2017-09-02 | utf8towc() has to be in lib.c if strlower() is going to use it, because | Rob Landley |
2017-09-02 | In wc, replace mbrtowc() with new utf8towc() which doesn't have a context struct | Rob Landley |
2017-07-17 | Split out xgetaddrinfo() from xconnect() | Rob Landley |
2017-07-11 | comma_scan()'s clean option wasn't removing entry at end of list. | Rob Landley |
2017-07-07 | Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2). | Rob Landley |
2017-06-26 | Most things seem to want the "b" suffix to mean 512 instead of 1. | Rob Landley |
2017-06-06 | Add comment explaining strend() | Rob Landley |
2017-06-05 | Have help_exit() give a brief "See %s --help" message instead of the | Rob Landley |
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 | Cleaup chrt | Rob Landley |
2017-05-08 | Move strend() to lib/lib.c | Rob Landley |
2017-05-08 | Remove old uClibc compatibility glue. It's been 5 years since the last release. | Rob Landley |
2017-04-30 | Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. | Rob Landley |
2017-03-23 | Now that just about everything has --help, don't output help for argument errors | Rob Landley |
2017-03-20 | Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments, | Rob Landley |
2017-02-20 | 4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang. | Elliott Hughes |
2017-02-20 | Fix dmesg -c and -C. | Elliott Hughes |
2017-02-05 | Don't set SIGWINCH when reading ANSI size probe data, it causes a loop. | Rob Landley |