Age | Commit message (Expand) | Author |
2016-01-15 | Command line files without paths were attempting to use stdin as their dirfd, | Rob Landley |
2016-01-15 | Locale setting is case sensitive. | Rob Landley |
2016-01-15 | More utf8 test files. | Rob Landley |
2016-01-15 | Fix sort -f, add tests, make TEST_HOST pass new tests. | Rob Landley |
2016-01-14 | Implement most of pgrep and pkill. | Rob Landley |
2016-01-14 | Make "find -execdir toys echo {} +" batch correctly and show topdir results. | Rob Landley |
2016-01-12 | Expand defconfig/allyesconfig/allnoconfig help text to explain what they're for. | Rob Landley |
2016-01-10 | Fix tail -f /does/not/exist. | Elliott Hughes |
2016-01-10 | Fix hwclock -u. | Elliott Hughes |
2016-01-10 | Fix perror_exit_raw. | Elliott Hughes |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2016-01-08 | Fix cat -. | Elliott Hughes |
2016-01-08 | The sense of -L was flipped. | Elliott Hughes |
2016-01-07 | Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2016-01-05 | Some utf8/unicode stress test files. | Rob Landley |
2016-01-05 | Work towards making "find . -execdir echo {} + -execdir ls {} +" work, | Rob Landley |
2016-01-02 | Fix find --prune. | Rob Landley |
2016-01-02 | Fix "find . -exec echo {}" segfault, and stop measuring environment space, | Rob Landley |
2016-01-01 | First pass at iotop. | Rob Landley |
2015-12-31 | Tweak error message. | Rob Landley |
2015-12-30 | Don't let mktemp -q /path/to/file delete arbitrary files, and don't have | Rob Landley |
2015-12-30 | lsb/mktemp: Add -u flag | Kylie McClain |
2015-12-30 | First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and | Rob Landley |
2015-12-30 | Add more keys to scan_key() and fix hang in scan_key_getsize(). | Rob Landley |
2015-12-30 | make "ls -m | cat" assume 80 columns. | Rob Landley |
2015-12-30 | I didn't add comma_args() to lib.c, I added it with the other comma functions. | Rob Landley |
2015-12-29 | Add strafter() to lib. | Rob Landley |
2015-12-29 | Make pidof use comma_scan() | Rob Landley |
2015-12-29 | Move comma_args() from ps.c to lib. | Rob Landley |
2015-12-27 | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, | Rob Landley |
2015-12-24 | Move get_line() header to pending.h because posix has FILE * versions. | Rob Landley |
2015-12-23 | Factor out draw_str() and friends. | Rob Landley |
2015-12-22 | First guess at cp xattr support, ala --preserve=context,xattr | Rob Landley |
2015-12-22 | Convert cp from magic constants to TAGGED_ARRAY() | Rob Landley |
2015-12-21 | Cleanup tail -f. | Rob Landley |
2015-12-21 | Rich Felker's reading of posix is that fchown() and fchmod() must be allowed | Rob Landley |
2015-12-21 | Add ps -o psr,rtprio,sched. | Elliott Hughes |
2015-12-21 | Implement tail -f. | Josh Gao |
2015-12-19 | Redo linestack to handle embedded NULs. | Rob Landley |
2015-12-19 | Start of vi. | Rob Landley |
2015-12-18 | Next giant chunk of ps work: add _NAME_TAG bitmask values to tags.h | Rob Landley |
2015-12-16 | Don't discard previous block when mkstatus finds another span tag with same id. | Rob Landley |
2015-12-13 | Start of TAGGED_ARRAY() infrastructure. | Rob Landley |
2015-12-12 | Make "ps -o TIME+ -k TIME+" work. Factor out -o field names, field lengths, | Rob Landley |
2015-12-12 | Add a useless memset (under CFG_TOYBOX_DEBUG) to shut up valgrind. | Rob Landley |
2015-12-10 | Expand toys.optargs to 64 bits so people adding more options to ls don't run ... | Rob Landley |
2015-12-09 | tail: use off_t instead of ssize_t for file offset. | Josh Gao |
2015-12-06 | Rename dirtree->data to dirfd, and don't store symlink length in it. | Rob Landley |
2015-12-06 | Attempt at making cpio chown() mode 000 files sanely. | Rob Landley |