Age | Commit message (Expand) | Author |
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-03 | Factor out xtempfile() | 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-12 | Fix bug in names_to_pid. | Elliott Hughes |
2018-02-09 | Fix the pidof comm and cmdline tests. | Elliott Hughes |
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 |
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-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-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-21 | Cleaup chrt | Rob Landley |
2017-05-08 | Move strend() to lib/lib.c | Rob Landley |
2017-02-20 | 4a4b3d65644ce403b0f22887fc0d38b0202ec8c7 upset clang. | Elliott Hughes |
2017-02-05 | Silence a warning. | Rob Landley |
2016-09-30 | sed -i run as root wasn't preserving ownership. | Rob Landley |
2016-09-05 | Replace loopfiles' failok with WARN_ONLY open flag. | Rob Landley |
2016-09-03 | Move genericish function to lib. | Rob Landley |
2016-08-13 | Move getusername/getgroupname to lib. (Return name or string representation | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-07-26 | Move regexec0 into lib (regexec that takes length and matches after NUL). | Rob Landley |
2016-07-15 | Don't close stdin when loopfiles reads "-". | Rob Landley |
2016-07-13 | Bugfix: suffixless string was feeding terminating NUL to strchr() and matching. | Rob Landley |
2016-07-12 | Convert atolx() and friends to use long long internally. Update design.html | Rob Landley |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-05-20 | Add bufgetgrgid() | Rob Landley |
2016-05-17 | Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) | Rob Landley |
2016-04-10 | Didn't check in all my local basename_r->getbasename changes. (Oops.) | Rob Landley |
2016-04-08 | Redefining basename_r to mean something random seems popular (bionic and freebsd | Rob Landley |
2016-03-29 | Fix exit code of things like sed -i that use tempfile_handler(). | Rob Landley |
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-02-19 | Implement "insmod -". | Elliott Hughes |
2016-02-14 | Implement file(1). | Elliott Hughes |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-01-22 | Factor out insanitize() from seq.c to next_printf() in lib. | Rob Landley |
2016-01-20 | First stab at making readfileat() realloc() in a loop to read long files. | Rob Landley |
2016-01-17 | Extend utf8 fontmetrics so ps can use them. | Rob Landley |