Age | Commit message (Expand) | Author |
2019-12-06 | stat: fix filesystem type on macOS. | Elliott Hughes |
2019-11-23 | Fix dev_minor()/dev_major()/dev_makedev() for Mac. | Elliott Hughes |
2019-11-23 | Elliott pointed out a codepath that could use uninitialized data. | Rob Landley |
2019-11-22 | Add getopt(1). | Elliott Hughes |
2019-11-13 | Old gcc versions are confused by __has_include(), so nest the #ifdefs | Rob Landley |
2019-10-29 | Let "find -L -type -l" find dangling symlinks. | Rob Landley |
2019-10-27 | macOS: implement posix_fallocate(). | Elliott Hughes |
2019-10-27 | Tar extract should delete files or symlinks where it's making a directory, | Rob Landley |
2019-10-26 | Add ln -r and relative_path() to lib, plus test. | Rob Landley |
2019-10-23 | Use adjtimex instead of adjtime (bionic hasn't got adjtime). | Rob Landley |
2019-10-21 | Remove getdirname(), it's _not_ a drop-in replacement for dirname | Rob Landley |
2019-10-21 | lib: getdirname fix seqfault on null ptr | Jarno Mäkipää |
2019-10-19 | Use the MKPATH macros in the mkpathat() implementation. | Rob Landley |
2019-10-18 | Teach getdirname() to return "." as appropriate. | Rob Landley |
2019-10-12 | Sigh, second attempt at removing strlen() from strstart(). | Rob Landley |
2019-10-10 | The __ANDROID_NDK__ symbol is missing from ndk-r20 but Dan Albert pointed | Rob Landley |
2019-10-09 | Don't strlen() potentially long target string each call to strstart(). | Rob Landley |
2019-10-03 | Oops, part of the old tar support fix is in lib, check that in too. | Rob Landley |
2019-09-18 | Get exit code right when command intercepts signal, make timeout use | Rob Landley |
2019-08-26 | xargs: add --max-args synonym, -o option, and fix -p. | Elliott Hughes |
2019-08-26 | Try to make ls failure more graceful. Print ? ? ? entries instead of error msg. | Rob Landley |
2019-08-21 | Add xgetline (which the last sh checkin used, oops). | Rob Landley |
2019-08-15 | linestack.c: fix buffer length. | Elliott Hughes |
2019-08-12 | sort: move off get_rawline. | Elliott Hughes |
2019-08-09 | find: fix dangling symlink behavior. | Elliott Hughes |
2019-08-04 | Add TOYFLAG_MAYFORK and annotate a couple commands. | Rob Landley |
2019-07-31 | Move the empty regex workaround into xregcomp. | Elliott Hughes |
2019-07-31 | Fix error path and tweak comments. | Rob Landley |
2019-07-24 | Avoid double-close of fd in loopfiles_lines. | Elliott Hughes |
2019-07-22 | Start replacing get_line() with getline(). | Elliott Hughes |
2019-07-13 | net.c: add missing static. | Elliott Hughes |
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-07-06 | killall: better handling of long names. | Elliott Hughes |
2019-06-25 | lib/args.c: add quotes. | Elliott Hughes |
2019-06-20 | The O_PATH breaks stuff, have to work around Android's selinux rules for / | Rob Landley |
2019-06-20 | Teach dlist_pop() to work on a dlist_terminate()d list | 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-08 | macOS: numerous fixes. | Elliott Hughes |
2019-06-07 | Remove getprop, setprop, start, and stop from toybox | Tom Cherry |
2019-06-03 | tail: fix macOS build. | Elliott Hughes |
2019-06-01 | Teach file to recognize xz archives and old style tarballs. | Rob Landley |
2019-05-25 | find: add -printf support. | Elliott Hughes |
2019-05-25 | Move notify.c into portability.c (collate the #ifdefs), move global variables | Rob Landley |
2019-05-25 | tail: support -f on BSD too. | Elliott Hughes |
2019-05-19 | Don't complain about short writes to stdout. | Rob Landley |