AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Next | |
Dec 31, 2015 | |
8 years 9 months | Don't let mktemp -q /path/to/file delete arbitrary files, and don't have "mktemp -u > /dev/full" leave file around. |
Commit 4ff9295f462c4f753902e6e520f645cad305aec6, by Rob Landley | |
8 years 9 months | First half of iotop. Add READ, WRITE, IO, DREAD, DWRITE, SWAP, DIO, and corresponding percentile fields to ps. Move FLAG_ macro usage to ps-specific code (top/iotop have their own flag contexts). Split init and match code into shared and ps-specific |
Commit 08dc20ad276251f61a9a4036f9d17ee601a4b3a0, by Rob Landley | |
8 years 9 months | Add more keys to scan_key() and fix hang in scan_key_getsize(). |
Commit f82a848793fbba3b3416fe037947afe73785270b, by Rob Landley | |
Dec 30, 2015 | |
8 years 9 months | make "ls -m | cat" assume 80 columns. |
Commit 3a70500a4b11623651d1ffd779592a521e5c738b, by Rob Landley | |
8 years 9 months | I didn't add comma_args() to lib.c, I added it with the other comma functions. (Oops. Missed a file checkin, build break, my bad.) |
Commit 1b7c02a6bf83a5e2ed618b824caf33804bf8373d, by Rob Landley | |
Dec 29, 2015 | |
8 years 9 months | Add strafter() to lib. |
Commit 4d3ad67ab37a25d0edfccdc34d29ec550e0802b6, by Rob Landley | |
8 years 9 months | Make pidof use comma_scan() |
Commit 1bf844232802d2deec7a2e9bee355e4c26259101, by Rob Landley | |
8 years 9 months | Move comma_args() from ps.c to lib. |
Commit 21ede0889bc585828c7dbd7023f93b491ce07944, by Rob Landley | |
Dec 28, 2015 | |
8 years 9 months | Merge branch 'master' of https://android.googlesource.com/platform/external/toybox into cm-13.0 |
Commit 0f882f6661334f22e03f69a9b8f0ce2830aaca80, by Steve Kondik | |
Dec 27, 2015 | |
8 years 9 months | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, and add test_scankey. |
Commit 4b4ab6a50998219cd94139c5669ef9a624c8f58f, by Rob Landley | |
Dec 24, 2015 | |
8 years 9 months | Move get_line() header to pending.h because posix has FILE * versions. |
Commit 6769f8eb580aa2ecac4009fcde4a113e0476de74, by Rob Landley | |
8 years 9 months | lsb/mktemp: Add -u flag |
Commit 46ddb5520731aaf578de9d620f894395fb9d58b6, by Kylie McClain | |
8 years 9 months | Factor out draw_str() and friends. |
Commit e32e802240c5b3803b9769948dc7a18b3fc1630c, by Rob Landley | |
Dec 22, 2015 | |
8 years 9 months | First guess at cp xattr support, ala --preserve=context,xattr |
Commit 432d2f1faf23f5ac5fba10facc06f86b55344b1f, by Rob Landley | |
8 years 9 months | Revert "Don't add a symlink for killall --- it's broken." |
Commit 53a1aa3253868a124ca7c1b6e0542f7154108b16, by Josh Gao | |
8 years 9 months | Convert cp from magic constants to TAGGED_ARRAY() |
Commit d9d19c10e29eaf66caa5ffc0a92689a4c03fe241, by Rob Landley | |
Dec 21, 2015 | |
8 years 9 months | Cleanup tail -f. |
Commit 55a44676fa586b749718f7d24d6c579a02e2a398, by Rob Landley | |
8 years 9 months | Rich Felker's reading of posix is that fchown() and fchmod() must be allowed on files opened read-only, so revert last commit (force writeable logic). |
Commit 6be15f4143a40cf7b2985be88ad16bc996310b59, by Rob Landley | |
Dec 17, 2015 | |
8 years 9 months | toybox: Symlink 'ls' to xbin |
Commit 0e32430d6bd4b88f949becdbbcd3311239f90ce2, by Diogo Ferreira | |
Dec 12, 2015 | |
8 years 9 months | Regenerate generated toybox files. |
Commit fc9e18a16f99b693a80a45e756dc4eea79a3a56b, by Elliott Hughes |