Age | Commit message (Expand) | Author |
2015-11-12 | Fix year parsing in date(1). | Elliott Hughes |
2015-11-09 | Cleanup pass: inline find_tty_name(), bounds check fscanf(), use libc | Rob Landley |
2015-11-09 | Make ps try harder to find a name for a tty. | Elliott Hughes |
2015-11-09 | On Android, ps' default output should match toolbox. | Elliott Hughes |
2015-11-09 | Add ps -n. | Elliott Hughes |
2015-11-09 | Add ps -o CMDLINE. | Elliott Hughes |
2015-11-05 | Fix sed bug where any ] right after [ was skipped, not just first one in range. | Rob Landley |
2015-11-02 | Add -P as short option for --ppid. | Rob Landley |
2015-11-02 | Fix the ps -o CMD vs COMM distinction. | Elliott Hughes |
2015-11-02 | Make ps -o error reporting intelligible. | Elliott Hughes |
2015-11-02 | Add ps -Z. | Elliott Hughes |
2015-11-02 | Add ps --ppid. | Elliott Hughes |
2015-11-01 | Last patch broke creating new file as a patch, fix it. | Rob Landley |
2015-11-01 | Fix applying patch hunks with trailing context to the start of the file. | Rob Landley |
2015-11-01 | Change grep -w to checking matches after the fact rather than modifing regex. | Rob Landley |
2015-10-29 | Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added | Rob Landley |
2015-10-28 | Promote ps to posix. | Rob Landley |
2015-10-27 | Use the /proc/self/fd/%d workaround for O_PATH not letting you read xattrs, | Rob Landley |
2015-10-27 | Fix ls error message for chmod -r directories. | Rob Landley |
2015-10-27 | Install without a mode should use 0755, and check FLAG_preserve instead of | Rob Landley |
2015-10-22 | Auto-size df columns. | Elliott Hughes |
2015-10-05 | Fix bug in od that screwed up position indicator on arm and mips. | Rob Landley |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-23 | Add xvfork() as a static inline and use it from various places. | Rob Landley |
2015-09-12 | Fix a find segfault. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-09-08 | Squish a warning in pending. | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | Rob Landley |
2015-09-06 | Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, | Rob Landley |
2015-09-05 | ls -h support. | Elliott Hughes |
2015-09-05 | df -h and -H. | Elliott Hughes |
2015-08-31 | ls -l user/group/security context should be left-aligned. | Elliott Hughes |
2015-08-30 | Fix mv on overwrite. | Elliott Hughes |
2015-08-25 | Static analysis from Hyejin Kim found possible pointer underflow. | Rob Landley |
2015-08-15 | Kylie McClain pointed out that env should clear variables with NAME= by itself. | Rob Landley |
2015-08-11 | Fix more date bugs. | Elliott Hughes |
2015-08-11 | Bugfixes from Elliott Hughes: debug code got checked in (oops) and | Rob Landley |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes |
2015-08-08 | Fix ls -l user/group field ordering. | Elliott Hughes |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes |
2015-08-02 | Mark command-local functions static. | Rob Landley |
2015-08-01 | Replace xcheckrange() with atolx_range() | Rob Landley |
2015-08-01 | Move strlower() from find to lib. | Rob Landley |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | Rob Landley |
2015-07-10 | find: add -inum option | Greg Hackmann |
2015-07-09 | There is a typo in mkfifo.c for __Z__ option. | Sameer Pradhan |
2015-07-06 | Avoid integer overflow with insane input data. | Rob Landley |
2015-07-05 | Kylie McClain pointed out that -z affects both input and output. | Rob Landley |
2015-07-04 | Actually set time with touch -d and -t when you don't specify nanonseconds. | Rob Landley |