Age | Commit message (Expand) | Author |
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 |
2018-12-17 | Only set FLAGS_NODASH when arguments didn't have a dash. | Rob Landley |
2018-12-14 | Add xrename() | Rob Landley |
2018-12-10 | nc: add IPv6 support. | Josh Gao |
2018-12-07 | macOS: fix code using POSIX 2008 `st_[acm]tim` fields. | Elliott Hughes |
2018-12-07 | Forgot to check the portability.? changes. (Oops.) | Rob Landley |
2018-12-04 | macOS: move getmountlist.c functions into portability.c. | Elliott Hughes |
2018-11-30 | macOS: remove unnecessary <stdio.h> workarounds. | Elliott Hughes |
2018-11-30 | macOS: work around header idiosyncracies. | Elliott Hughes |
2018-11-30 | macOS: fix endian macros for macOS. | Elliott Hughes |
2018-11-29 | Remove an extra #include <string.h> | Rob Landley |
2018-11-29 | macOS: remove glibc 2.10 workarounds. | Elliott Hughes |
2018-11-28 | macOS: there's no <features.h> on the Mac. | Elliott Hughes |
2018-11-28 | macOS: replace local strnstr with strcasestr. | Elliott Hughes |
2018-11-28 | macOS: noreturn. | Elliott Hughes |
2018-10-28 | Rename interestingtimes.c to tty.c. (It's the "not curses" code.) | Rob Landley |
2018-10-27 | Dirtree shouldn't put a "No" in front of filename for "permission denied". | Rob Landley |
2018-10-22 | Don't call TIOCGWINSZ on non-ttys | Nick Kralevich |
2018-10-21 | Make ./top -d .1234567890m work. | Rob Landley |
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-20 | The static NDK fix broke the dynamic NDK build. | Rob Landley |
2018-10-10 | Fix static Android NDK build. | Rob Landley |
2018-10-10 | Rewrite of watch. | Rob Landley |