Age | Commit message (Expand) | Author |
2019-05-12 | Fix readlink0() to blank string on failure. | Rob Landley |
2019-05-11 | Teach tar to extract type 'S' sparse file headers. | Rob Landley |
2019-05-06 | Greatly simplify and speed up regexec0() using REG_STARTEND. | Rob Landley |
2019-05-04 | Optimize regexec0() for long lines. | Rob Landley |
2019-05-03 | Add a couple comments. | Rob Landley |
2019-05-03 | env: fix case where a variable is replaced. | Elliott Hughes |
2019-05-02 | Android moved the scheduler policy functions in Q. | Elliott Hughes |
2019-04-22 | struct deflate no longer lives in TT so must be explicitly zeroed, and use | Rob Landley |
2019-04-21 | Shouldn't need clearenv() for macosx now we've got xclearenv. | 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-12 | Make help text spacing consistent. | Rob Landley |
2019-04-11 | scan_key: support more terminals. | Elliott Hughes |
2019-04-02 | Don't leak stdout pipe filehandle into children. | Rob Landley |
2019-04-02 | Have xflush() only flush stdout (that's all it checks errors on), | Rob Landley |
2019-04-02 | Don't emit random -EPIPE error messages in a pipeline, just exit silently. | Rob Landley |
2019-03-27 | xabspath: use O_PATH for dirfd. | Elliott Hughes |
2019-03-27 | Change fileunderdir() to return abspath to file. | Rob Landley |
2019-03-26 | xabspath: use O_PATH. | Elliott Hughes |
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-17 | Fix xstrndup() bug. | Rob Landley |
2019-03-10 | Add TOYFLAG_ARGFAIL() to allow argument parsing failures to exit with value. | Rob Landley |
2019-03-10 | Add missing isatty(3) call. | Elliott Hughes |
2019-03-10 | Make xsendfile() variants handle -1 length properly again. | Rob Landley |
2019-03-10 | Don't redirect stderr or xexec() error hidden. | 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-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-20 | Make xgetaddrinfo() return a wildcard address for NULL host, and xconnbind() | Rob Landley |
2019-02-15 | Fix typos: e.g. change "cannonical" to "canonical". | Jason Spiro |
2019-02-13 | Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib. | Rob Landley |
2019-02-05 | The android NDK does not appear to have adjtime(). (It has the syscall, and | Rob Landley |
2019-02-03 | William Djupström pointed out that xexec() lost the absolute path check. | Rob Landley |
2019-01-22 | Fix sigjmp_buf/jmp_buf mismatches. | Elliott Hughes |
2019-01-18 | Teach xpoll() to measure time if interrupted, and wait for what's left. | Rob Landley |
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 |
2019-01-08 | xchdir: show the specific failure. | Elliott Hughes |
2019-01-08 | FreeBSD doesn't #define IUTF8 in termios.h, add workaround to portability.h. | Rob Landley |
2019-01-08 | FreeBSD will use the getmntinfo API as with Apple | Ed Maste |
2019-01-08 | Ed Maste says freebsd hasn't got sys/xattr.h, so move it to portability.h. | Rob Landley |
2019-01-08 | Add FreeBSD endianness support | Ed Maste |
2018-12-27 | Make poke() alignment-agnostic. | Rob Landley |
2018-12-26 | Teach the argument plumbing how to do -@ for mkfs.vfat | Rob Landley |
2018-12-23 | Add grep --color | Rob Landley |