summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Release notes for 0.6.0.upstream/0.6.0Rob Landley1-23/+255
2015-07-20Fix llvm build break.Rob Landley1-1/+1
2015-07-19Tweak version number.Rob Landley1-1/+1
2015-07-13Produce an error message for "cat /mnt", not just return code.Rob Landley1-1/+4
2015-07-12Commit rss feed.Rob Landley1-0/+1
2015-07-11Fix 32-bit bionic toybox build.Elliott Hughes1-2/+10
2015-07-10Add a basename_r() and use it in names_to_pid() to avoid basename() overwritingRob Landley2-1/+10
2015-07-10More explanation of TOYBOX_DEBUG for option string checking.Rob Landley1-0/+12
2015-07-10Move comment about TOYBOX_DEBUG to start of file so it's more obvious.Rob Landley1-4/+6
2015-07-10ifconfig MAC addresses should be lowercase.Elliott Hughes1-1/+1
2015-07-10I added dhcpd -6 option.Yeongdeok Suh1-190/+1042
2015-07-10find: add -inum optionGreg Hackmann1-0/+4
2015-07-10Rename a function to be more obvious, and factor out a repeated calculationRob Landley1-6/+8
2015-07-10Promote hwclock.Rob Landley1-1/+1
2015-07-10Fix hwclock -w.Elliott Hughes1-10/+8
2015-07-09There is a typo in mkfifo.c for __Z__ option.Sameer Pradhan1-1/+1
2015-07-08Fix ionice.Elliott Hughes1-2/+4
2015-07-06Avoid integer overflow with insane input data.Rob Landley1-1/+1
2015-07-06Save failure reason for each make change .bad file.Rob Landley1-2/+3
2015-07-05Kylie McClain pointed out that -z affects both input and output.Rob Landley1-3/+5
2015-07-04Actually set time with touch -d and -t when you don't specify nanonseconds.Rob Landley2-7/+15
2015-07-03First pass on cp --preserveRob Landley1-33/+86
2015-07-03Promote xxd to other.Rob Landley1-1/+1
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley2-1/+20
2015-07-03Added i option to use other interface on running dhcpd.Hyejin Kim1-3/+5
2015-07-02Cleanup xxd.Rob Landley1-47/+30
2015-07-02Minor cleanups on xxd.Rob Landley1-25/+10
2015-07-02The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm...Rob Landley2-0/+125
2015-07-01Fix segfault with "mount -o ro,remount".Elliott Hughes2-1/+5
2015-07-01Improve -Z error reporting.Elliott Hughes3-3/+3
2015-07-01Fix top.c build.Elliott Hughes1-9/+4
2015-06-29mkfifo -ZRob Landley1-2/+17
2015-06-28Add ionice and iorenice.Rob Landley1-0/+95
2015-06-27Add undo buffer for 'u'.Rob Landley1-8/+27
2015-06-27Simplify hexedit logic by adjusting viewport all in one place up top.Rob Landley1-60/+45
2015-06-26Factor out more not-curses infrastructure into lib.Rob Landley3-68/+73
2015-06-25Suggestion from Elliott Hughes: tweak test infrastructure to notice ifRob Landley1-0/+4
2015-06-23Fix version number in ifconfig cleanup reference.Rob Landley1-1/+1
2015-06-23Don't segfault if none of the file arguments to ls exists.Rob Landley1-1/+2
2015-06-23Don't depend on malloc(0) to return non-null.Rob Landley1-1/+1
2015-06-23Fix ls so spacing is right for ls -l, -o, -g, -og, -ogZ, -lZ, -gZ, and -oZ.Rob Landley1-16/+15
2015-06-15Fluff up explanation of why 0BSD license for SPDX submission.Rob Landley1-3/+29
2015-06-15Use lsm_set_create() to set security blanket context before mknod, avoidingRob Landley1-9/+5
2015-06-11Add nproc.Rob Landley1-0/+42
2015-06-10Cosmetic tweak: no need for pages of text from "make defconfig" and friends.Rob Landley1-4/+4
2015-06-06Last grep commit broke non -r use of grep. Oops.Rob Landley1-1/+1
2015-06-02Make "printf --" and "printf ---" work.Rob Landley1-1/+1
2015-05-31Redo mkstatus.py to grep pending for pending data and trust toyboxRob Landley2-75/+46
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley12-10/+31
2015-05-31On testing fold command, I found w option didnt check the range of value.Hyejin Kim1-1/+1