Age | Commit message (Expand) | Author |
2015-07-19 | Tweak version number. | Rob Landley |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | Rob Landley |
2015-07-12 | Commit rss feed. | Rob Landley |
2015-07-11 | Fix 32-bit bionic toybox build. | Elliott Hughes |
2015-07-10 | Add a basename_r() and use it in names_to_pid() to avoid basename() overwriting | Rob Landley |
2015-07-10 | More explanation of TOYBOX_DEBUG for option string checking. | Rob Landley |
2015-07-10 | Move comment about TOYBOX_DEBUG to start of file so it's more obvious. | Rob Landley |
2015-07-10 | ifconfig MAC addresses should be lowercase. | Elliott Hughes |
2015-07-10 | I added dhcpd -6 option. | Yeongdeok Suh |
2015-07-10 | find: add -inum option | Greg Hackmann |
2015-07-10 | Rename a function to be more obvious, and factor out a repeated calculation | Rob Landley |
2015-07-10 | Promote hwclock. | Rob Landley |
2015-07-10 | Fix hwclock -w. | Elliott Hughes |
2015-07-09 | There is a typo in mkfifo.c for __Z__ option. | Sameer Pradhan |
2015-07-08 | Fix ionice. | Elliott Hughes |
2015-07-06 | Avoid integer overflow with insane input data. | Rob Landley |
2015-07-06 | Save failure reason for each make change .bad file. | 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 |
2015-07-03 | First pass on cp --preserve | Rob Landley |
2015-07-03 | Promote xxd to other. | Rob Landley |
2015-07-03 | Probe for fork() instead of relying on a distro-specific #define. | Rob Landley |
2015-07-03 | Added i option to use other interface on running dhcpd. | Hyejin Kim |
2015-07-02 | Cleanup xxd. | Rob Landley |
2015-07-02 | Minor cleanups on xxd. | Rob Landley |
2015-07-02 | The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm... | Rob Landley |
2015-07-01 | Fix segfault with "mount -o ro,remount". | Elliott Hughes |
2015-07-01 | Improve -Z error reporting. | Elliott Hughes |
2015-07-01 | Fix top.c build. | Elliott Hughes |
2015-06-29 | mkfifo -Z | Rob Landley |
2015-06-28 | Add ionice and iorenice. | Rob Landley |
2015-06-27 | Add undo buffer for 'u'. | Rob Landley |
2015-06-27 | Simplify hexedit logic by adjusting viewport all in one place up top. | Rob Landley |
2015-06-26 | Factor out more not-curses infrastructure into lib. | Rob Landley |
2015-06-25 | Suggestion from Elliott Hughes: tweak test infrastructure to notice if | Rob Landley |
2015-06-23 | Fix version number in ifconfig cleanup reference. | Rob Landley |
2015-06-23 | Don't segfault if none of the file arguments to ls exists. | Rob Landley |
2015-06-23 | Don't depend on malloc(0) to return non-null. | Rob Landley |
2015-06-23 | Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ. | Rob Landley |
2015-06-15 | Fluff up explanation of why 0BSD license for SPDX submission. | Rob Landley |
2015-06-15 | Use lsm_set_create() to set security blanket context before mknod, avoiding | Rob Landley |
2015-06-11 | Add nproc. | Rob Landley |
2015-06-10 | Cosmetic tweak: no need for pages of text from "make defconfig" and friends. | Rob Landley |
2015-06-06 | Last grep commit broke non -r use of grep. Oops. | Rob Landley |
2015-06-02 | Make "printf --" and "printf ---" work. | Rob Landley |
2015-05-31 | Redo mkstatus.py to grep pending for pending data and trust toybox | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-05-31 | On testing fold command, I found w option didnt check the range of value. | Hyejin Kim |
2015-05-31 | mknod: Add -Z option | José Bollo |
2015-05-28 | Attempt to fix the mkdir LSM race. | Rob Landley |