Age | Commit message (Expand) | Author |
2020-05-05 | Fix 32 bit option parsing for long long optflag values. | Rob Landley |
2020-05-03 | Next round of shell work. | Rob Landley |
2020-04-13 | Add unescape2(), migrate some unescape() users over. | Rob Landley |
2020-04-02 | Move #include <linux/*.h> into individual commands, initialize struct | Rob Landley |
2020-04-02 | More shell plumbing. Redo of variable storage, add export. | Rob Landley |
2020-04-01 | Add rtcwake. | Elliott Hughes |
2020-03-18 | Fix WARN_ONLY (and the one caller feeding it in the field it was checking). | Rob Landley |
2020-03-12 | Fix get_block_device_size() for linux | Greg Kaiser |
2020-03-11 | fdlength: device size is reported in bytes, not blocks. | Elliott Hughes |
2020-03-11 | Fix Mac build. | Elliott Hughes |
2020-03-10 | modinfo: various fixes. | Elliott Hughes |
2020-03-01 | Park Ju Hyung pointed out the fast path of fdlength() was commented out. | Rob Landley |
2020-02-26 | Fix xclearenv() breakage pointed out by Derrick Pallas. | Rob Landley |
2020-02-10 | Factor out readfd() | Rob Landley |
2020-01-16 | The expand should expand. | Rob Landley |
2020-01-08 | Implement readelf(1). | Elliott Hughes |
2020-01-06 | SebiderSushi reported that chmod g+s wasn't working. | Rob Landley |
2020-01-03 | Only free the environment variables we didn't inherit from exec. | Rob Landley |
2020-01-03 | No, optflags gets cleared by toy_init(), use toys.rebound instead. | Rob Landley |
2020-01-03 | Add MAYFORK to "help", teach it to behave differently when called as a | Rob Landley |
2019-12-28 | Allow dlist_terminate() to be called repeatedly on same list. | Rob Landley |
2019-12-14 | Bugfix: xgetline() wasn't returning NULL at EOF. | Rob Landley |
2019-12-14 | dirtree.c: avoid spurious EINVAL warnings. | Elliott Hughes |
2019-12-12 | Next round of toysh work, with associated lib plumbing. | Rob Landley |
2019-12-06 | Squash a warning. | Rob Landley |
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 |