Age | Commit message (Expand) | Author |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley |
2015-05-21 | ls -lZ wasn't putting a space before the xattr output. | Rob Landley |
2015-05-21 | mkdir: Fix argument of option -Z | José Bollo |
2015-05-20 | Make "grep -r regex" work on implicit "." if no files specified. | Rob Landley |
2015-05-19 | Add -Z support to mkdir, based on a patch from Jose Bollo. | Rob Landley |
2015-05-19 | Adapted patch from José Bollo to do the "tonight we're gonna api like | Rob Landley |
2015-05-18 | Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and | Rob Landley |
2015-05-18 | Fix "ls -Z . toys" segfaulting, because preprocessing skipped. | Rob Landley |
2015-05-18 | Recent commit broke ls -R (test reversed), and "ls -R singledir" should | Rob Landley |
2015-05-18 | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from | Rob Landley |
2015-05-13 | Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), | Rob Landley |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-05-06 | Re-enable catv command now that flag infrastructure is updated. | Rob Landley |
2015-05-04 | Implement SELinux ls -Z support. | Elliott Hughes |
2015-04-30 | More ls cleanups from squinting at Jose's most recent smack patch. | Rob Landley |
2015-04-30 | Wild guess at cleaning up smack support. Don't have a test environment yet. | Rob Landley |
2015-04-29 | ls: Add -Z (Smack) option | Jan Cybulski |
2015-04-27 | Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) | Rob Landley |
2015-04-04 | To ensure that toybox can be installed alongside busybox without | Paul Barker |
2015-03-29 | Fix head bug pointed out by felix janda (recent -123 code broke first file ar... | Rob Landley |
2015-03-28 | Fix sed bug David Halls hit trying to compile libiconv. | Rob Landley |
2015-03-28 | Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. | Rob Landley |
2015-03-27 | tail: add old -123 support and comment out #-f until it's actually implemented. | Rob Landley |
2015-03-21 | Another bug from David Halls: find -exec wasn't consuming its argument when i... | Rob Landley |
2015-03-21 | install -D bugfix from David Halls. | Rob Landley |
2015-03-19 | Add -123 support to head (suggested by Elliott Hughes). | Rob Landley |
2015-03-13 | Clean up sort help text. | Rob Landley |
2015-03-12 | Remove cat -v help text debris. | Rob Landley |
2015-03-12 | The time command depends on floating point support. | Rob Landley |
2015-03-12 | Make find accept numeric uid/gid, and simplify makedevs using the new infrast... | Rob Landley |
2015-03-12 | Make install support numeric uid/gids (reported by Kylie McClain). | Rob Landley |
2015-03-12 | Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. | Rob Landley |
2015-03-10 | Use xsignal() instead of signal(). | Rob Landley |
2015-03-06 | sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. | Rob Landley |
2015-03-02 | On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's a... | Rob Landley |
2015-03-01 | Fix several printf_format warnings. | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to fix various printf() format strings. | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to add missing arguments to error_exit() calls. | Rob Landley |
2015-03-01 | remove accidental space in format string | Elliott Hughes |
2015-02-28 | BSD sed uses -E instead of -r to enable ERE. | Isabella Bosia |
2015-02-15 | Add --remove-destination longopt for -F because the host version doesn't have... | Rob Landley |
2015-02-14 | Make egrep and fgrep build standalone. | Rob Landley |
2015-02-08 | Rewrite of a patch from Elliott Hughes to implement touch -h and switch API t... | Rob Landley |
2015-02-07 | Cleanup pass on env, removing exec_optargs(). | Rob Landley |
2015-02-07 | Make toy_exec() check if argc is in optargs and deal with it there so we don'... | Rob Landley |
2015-02-06 | In rm, init using to AT_REMOVEDIR in the dir case earlier. | Rob Landley |
2015-02-06 | Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFO... | Rob Landley |
2015-01-22 | Fix sed s//\[newline]/ line continuations. | Rob Landley |