aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
AgeCommit message (Expand)Author
2015-11-02Add -P as short option for --ppid.Rob Landley
2015-11-02Fix the ps -o CMD vs COMM distinction.Elliott Hughes
2015-11-02Make ps -o error reporting intelligible.Elliott Hughes
2015-11-02Add ps -Z.Elliott Hughes
2015-11-02Add ps --ppid.Elliott Hughes
2015-11-01Last patch broke creating new file as a patch, fix it.Rob Landley
2015-11-01Fix applying patch hunks with trailing context to the start of the file.Rob Landley
2015-11-01Change grep -w to checking matches after the fact rather than modifing regex.Rob Landley
2015-10-29Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" addedRob Landley
2015-10-28Promote ps to posix.Rob Landley
2015-10-27Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs,Rob Landley
2015-10-27Fix ls error message for chmod -r directories.Rob Landley
2015-10-27Install without a mode should use 0755, and check FLAG_preserve instead ofRob Landley
2015-10-22Auto-size df columns.Elliott Hughes
2015-10-05Fix bug in od that screwed up position indicator on arm and mips.Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-23Add xvfork() as a static inline and use it from various places.Rob Landley
2015-09-12Fix a find segfault.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-09-08Squish a warning in pending.Rob Landley
2015-09-07Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.Rob Landley
2015-09-06Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes,Rob Landley
2015-09-05ls -h support.Elliott Hughes
2015-09-05df -h and -H.Elliott Hughes
2015-08-31ls -l user/group/security context should be left-aligned.Elliott Hughes
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