Age | Commit message (Expand) | Author | Files | Lines |
2016-03-17 | Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424 | Yu Jiung | 12 | -181/+109 |
2015-10-13 | use consistent string for security context | Hyejin Kim | 1 | -3/+3 |
2015-09-24 | support smack feature for install, mv, cp and stattizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen_ivi/20160217.000007submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20160323.232819submit/tizen/20150924.044319accepted/tizen/wearable/20160323.233632accepted/tizen/wearable/20150924.051217accepted/tizen/tv/20160323.233621accepted/tizen/tv/20150924.051206accepted/tizen/mobile/20160323.233607accepted/tizen/mobile/20150924.051151accepted/tizen/ivi/20160323.233653accepted/tizen/ivi/20160218.025722accepted/tizen/common/20160324.084130 | Hyejin Kim | 1 | -7/+72 |
2015-08-11 | Fix more date bugs. | Elliott Hughes | 1 | -22/+29 |
2015-08-11 | Bugfixes from Elliott Hughes: debug code got checked in (oops) and | Rob Landley | 1 | -3/+2 |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes | 1 | -1/+1 |
2015-08-08 | Fix ls -l user/group field ordering. | Elliott Hughes | 1 | -6/+7 |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley | 1 | -45/+70 |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes | 1 | -2/+20 |
2015-08-02 | Mark command-local functions static. | Rob Landley | 7 | -7/+7 |
2015-08-01 | Replace xcheckrange() with atolx_range() | Rob Landley | 1 | -10/+2 |
2015-08-01 | Move strlower() from find to lib. | Rob Landley | 1 | -35/+0 |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | Rob Landley | 1 | -1/+4 |
2015-07-10 | find: add -inum option | Greg Hackmann | 1 | -0/+4 |
2015-07-09 | There is a typo in mkfifo.c for __Z__ option. | Sameer Pradhan | 1 | -1/+1 |
2015-07-06 | Avoid integer overflow with insane input data. | Rob Landley | 1 | -1/+1 |
2015-07-05 | Kylie McClain pointed out that -z affects both input and output. | Rob Landley | 1 | -3/+5 |
2015-07-04 | Actually set time with touch -d and -t when you don't specify nanonseconds. | Rob Landley | 1 | -0/+2 |
2015-07-03 | First pass on cp --preserve | Rob Landley | 1 | -33/+86 |
2015-07-01 | Improve -Z error reporting. | Elliott Hughes | 2 | -2/+2 |
2015-06-29 | mkfifo -Z | Rob Landley | 1 | -2/+17 |
2015-06-23 | Don't segfault if none of the file arguments to ls exists. | Rob Landley | 1 | -1/+2 |
2015-06-23 | Don't depend on malloc(0) to return non-null. | Rob Landley | 1 | -1/+1 |
2015-06-23 | Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ. | Rob Landley | 1 | -16/+15 |
2015-06-06 | Last grep commit broke non -r use of grep. Oops. | Rob Landley | 1 | -1/+1 |
2015-06-02 | Make "printf --" and "printf ---" work. | Rob Landley | 1 | -1/+1 |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley | 4 | -2/+10 |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley | 1 | -7/+3 |
2015-05-21 | ls -lZ wasn't putting a space before the xattr output. | Rob Landley | 1 | -1/+1 |
2015-05-21 | mkdir: Fix argument of option -Z | José Bollo | 1 | -1/+1 |
2015-05-20 | Make "grep -r regex" work on implicit "." if no files specified. | Rob Landley | 1 | -4/+4 |
2015-05-19 | Add -Z support to mkdir, based on a patch from Jose Bollo. | Rob Landley | 1 | -2/+19 |
2015-05-19 | Adapted patch from José Bollo to do the "tonight we're gonna api like | Rob Landley | 1 | -11/+21 |
2015-05-18 | Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and | Rob Landley | 2 | -32/+22 |
2015-05-18 | Fix "ls -Z . toys" segfaulting, because preprocessing skipped. | Rob Landley | 1 | -1/+5 |
2015-05-18 | Recent commit broke ls -R (test reversed), and "ls -R singledir" should | Rob Landley | 1 | -2/+3 |
2015-05-18 | More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support from | Rob Landley | 1 | -63/+46 |
2015-05-13 | Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), | Rob Landley | 1 | -25/+9 |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley | 4 | -8/+7 |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley | 5 | -34/+20 |
2015-05-06 | Re-enable catv command now that flag infrastructure is updated. | Rob Landley | 1 | -19/+9 |
2015-05-04 | Implement SELinux ls -Z support. | Elliott Hughes | 1 | -20/+38 |
2015-04-30 | More ls cleanups from squinting at Jose's most recent smack patch. | Rob Landley | 1 | -22/+17 |
2015-04-30 | Wild guess at cleaning up smack support. Don't have a test environment yet. | Rob Landley | 1 | -32/+27 |
2015-04-29 | ls: Add -Z (Smack) option | Jan Cybulski | 1 | -3/+42 |
2015-04-27 | Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) | Rob Landley | 1 | -26/+34 |
2015-04-04 | To ensure that toybox can be installed alongside busybox without | Paul Barker | 10 | -12/+12 |
2015-03-29 | Fix head bug pointed out by felix janda (recent -123 code broke first file ar... | Rob Landley | 1 | -1/+1 |
2015-03-28 | Fix sed bug David Halls hit trying to compile libiconv. | Rob Landley | 1 | -18/+24 |
2015-03-28 | Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. | Rob Landley | 1 | -7/+5 |