aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
AgeCommit message (Expand)Author
2015-08-30Fix mv on overwrite.Elliott Hughes
2015-08-25Static analysis from Hyejin Kim found possible pointer underflow.Rob Landley
2015-08-15Kylie McClain pointed out that env should clear variables with NAME= by itself.Rob Landley
2015-08-11Fix more date bugs.Elliott Hughes
2015-08-11Bugfixes from Elliott Hughes: debug code got checked in (oops) andRob Landley
2015-08-08Different tools have different ideas about what human-readable outputElliott Hughes
2015-08-08Fix ls -l user/group field ordering.Elliott Hughes
2015-08-08Teach date @unixtime[.fraction], switch -s to be -D (matching busybox andRob Landley
2015-08-08Reject invalid dates in date(1).Elliott Hughes
2015-08-02Mark command-local functions static.Rob Landley
2015-08-01Replace xcheckrange() with atolx_range()Rob Landley
2015-08-01Move strlower() from find to lib.Rob Landley
2015-07-13Produce an error message for "cat /mnt", not just return code.Rob Landley
2015-07-10find: add -inum optionGreg Hackmann
2015-07-09There is a typo in mkfifo.c for __Z__ option.Sameer Pradhan
2015-07-06Avoid integer overflow with insane input data.Rob Landley
2015-07-05Kylie McClain pointed out that -z affects both input and output.Rob Landley
2015-07-04Actually set time with touch -d and -t when you don't specify nanonseconds.Rob Landley
2015-07-03First pass on cp --preserveRob Landley
2015-07-01Improve -Z error reporting.Elliott Hughes
2015-06-29mkfifo -ZRob Landley
2015-06-23Don't segfault if none of the file arguments to ls exists.Rob Landley
2015-06-23Don't depend on malloc(0) to return non-null.Rob Landley
2015-06-23Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ.Rob Landley
2015-06-06Last grep commit broke non -r use of grep. Oops.Rob Landley
2015-06-02Make "printf --" and "printf ---" work.Rob Landley
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley
2015-05-28Attempt to fix the mkdir LSM race.Rob Landley
2015-05-21ls -lZ wasn't putting a space before the xattr output.Rob Landley
2015-05-21mkdir: Fix argument of option -ZJosé Bollo
2015-05-20Make "grep -r regex" work on implicit "." if no files specified.Rob Landley
2015-05-19Add -Z support to mkdir, based on a patch from Jose Bollo.Rob Landley
2015-05-19Adapted patch from José Bollo to do the "tonight we're gonna api likeRob Landley
2015-05-18Switch id over to new infrastructure, switch id to use FORCE_FLAGS, andRob Landley
2015-05-18Fix "ls -Z . toys" segfaulting, because preprocessing skipped.Rob Landley
2015-05-18Recent commit broke ls -R (test reversed), and "ls -R singledir" shouldRob Landley
2015-05-18More ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SMACK support fromRob Landley
2015-05-13Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths),Rob Landley
2015-05-10Cleanups of dirtree_start() calls. (Don't need to feed in flag values, justRob Landley
2015-05-09Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out fromRob Landley
2015-05-06Re-enable catv command now that flag infrastructure is updated.Rob Landley
2015-05-04Implement SELinux ls -Z support.Elliott Hughes
2015-04-30More ls cleanups from squinting at Jose's most recent smack patch.Rob Landley
2015-04-30Wild guess at cleaning up smack support. Don't have a test environment yet.Rob Landley
2015-04-29ls: Add -Z (Smack) optionJan Cybulski
2015-04-27Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.)Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-03-29Fix head bug pointed out by felix janda (recent -123 code broke first file ar...Rob Landley
2015-03-28Fix sed bug David Halls hit trying to compile libiconv.Rob Landley
2015-03-28Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley