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 12, 2015 | |
8 years 10 months | Merge remote-tracking branch 'toybox/master' into HEAD |
Commit 0188665ed89e5db3feb0d0dca29c6b6105d79d2d, by Elliott Hughes | |
Dec 10, 2015 | |
8 years 10 months | Expand toys.optargs to 64 bits so people adding more options to ls don't run out. |
Commit aaecbbac2f94b7a93eb2df7f9db78828cbb7b647, by Rob Landley | |
Dec 7, 2015 | |
8 years 11 months | Rename dirtree->data to dirfd, and don't store symlink length in it. |
Commit d336af4180542c9d526dece02d1a27232ef1ca6a, by Rob Landley | |
8 years 11 months | Attempt at making cpio chown() mode 000 files sanely. |
Commit 3af50964c7fba60666a4e5ae8d1bae741d385dd0, by Rob Landley | |
Dec 6, 2015 | |
8 years 11 months | Remove trailing whitespace and wrap lines to 80 chars. |
Commit ac82aa91cf6c7cfab86845e44e3a4d806e4ec97a, by Rob Landley | |
8 years 11 months | Add free -h, based on a patch from Isabella Parakiss. |
Commit 9e563e1c6c053ad848a15c30efbbe8a079154fb4, by Rob Landley | |
Dec 5, 2015 | |
8 years 11 months | Add start of top infrastructure to ps, null terminate some stridx() searches, move slot[] documentation into C code, add PR %VSZ VIRT RES SHR |
Commit 21e80db17da160a60804f1e1e072f3665ead5628, by Rob Landley | |
8 years 11 months | tail: use off_t instead of ssize_t for file offset. |
Commit 5cb65054067391af7602bc303d77349c76648faf, by Josh Gao | |
Dec 4, 2015 | |
8 years 11 months | Tom Marshall reported that blkid was handling ext2 wrong. |
Commit 2a3ac1459f857f17e1c273c49a8df000b14fc8db, by Rob Landley | |
8 years 11 months | Replace duplicate sed test with case we hadn't covered yet. |
Commit 88d207790e277aa864e6ed114be1c6e59d8ee3f4, by Rob Landley | |
Dec 2, 2015 | |
8 years 11 months | CPIO: Add --no-preserve-owner option. |
Commit ecae7831e88f52b0ec1d9e1890a4b8d67b9ac8fa, by Mike Moreton | |
8 years 11 months | Correct setting of guid and uid when extracting from a cpio archive. |
Commit 83250d1f0a87fd184e5b9a5bba8618c3e8ed2c7a, by Mike Moreton | |
Dec 1, 2015 | |
8 years 11 months | toybox: mount: Support multiple fs-types/mountpoint |
Commit 47d005d7e3692a9b068cc8896ade087579acc70a, by Tom Marshall | |
8 years 11 months | Twitter's page seems reasonably simple and straightforward, use that. |
Commit b057bacd2203b22a60c72672e355a8527932dcf4, by Rob Landley | |
Nov 30, 2015 | |
8 years 11 months | Implement ps --sort. |
Commit f79050aa3ce985cace67a6909b3180c641c1bbb0, by Rob Landley | |
Nov 29, 2015 | |
8 years 11 months | Add basic sort logic. |
Commit c39e3ef22369306698d177ffc0c7d09008671823, by Rob Landley | |
Nov 28, 2015 | |
8 years 11 months | Split out string_field() from show_ps(). |
Commit 3f628345a74d0a0c2affa1793b9fef20be96cc28, by Rob Landley | |
8 years 11 months | Save string offsets rather than recalculating them each time, and use struct instead of carving up toybuf by hand. This makes breaking out the field conversion logic into its own function less expensive. |
Commit 463c56b4fb5c63ffa294b126b41d26942d37f9dc, by Rob Landley | |
Nov 27, 2015 | |
8 years 11 months | Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. |
Commit 12a487b61f809aa4794578e14efe32d717f22bdb, by Rob Landley | |
8 years 11 months | mount: Fix read-only partitions remount |
Commit 0466dbced5778f9efb97ee38b426b00a1f0fb712, by Gabriele M |