summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-08Teach date @unixtime[.fraction], switch -s to be -D (matching busybox andRob Landley1-45/+70
2015-08-08Reject invalid dates in date(1).Elliott Hughes2-2/+30
2015-08-06Detect swap partitions, inline loop_partitions(), various cleanups.Rob Landley1-29/+24
2015-08-06Initialize uninitialized variable. (Oops.)Rob Landley1-0/+2
2015-08-06Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.Rob Landley1-3/+6
2015-08-06Make multiplexer's "command not found" exit 127.Rob Landley1-1/+4
2015-08-05I've added support for running blkid without specifying a partition (so it sc...Dima Krasner1-4/+29
2015-08-05Minor tweak of reboot.cRob Landley1-6/+5
2015-08-05reboot: signal init, add -f option to call reboot();Isaac Dunham2-8/+15
2015-08-05Cosmetic tweak: newline at the end of "make change".Rob Landley1-0/+1
2015-08-05Switch nbd_client to xconnect() and make xconnect() try all returned addressesRob Landley2-20/+11
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley3-9/+7
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley3-40/+35
2015-08-02Mark command-local functions static.Rob Landley15-24/+21
2015-08-02Long-overdue cleanup on login.Rob Landley1-152/+94
2015-08-01Replace xcheckrange() with atolx_range()Rob Landley1-10/+2
2015-08-01Move strlower() from find to lib.Rob Landley3-35/+36
2015-08-01'!' replaces '/' in the sysfs paths of older drivers, so properlyIsaac Dunham1-16/+17
2015-07-31Whitespace.Rob Landley1-1/+1
2015-07-31Check in the note about rebuilding the source tarball.Rob Landley1-0/+7
2015-07-28fix build errorsubmit/tizen/20150728.023713accepted/tizen/wearable/20150728.070149accepted/tizen/tv/20150728.070226accepted/tizen/mobile/20150728.070208Hyejin Kim2-3/+1
2015-07-27sync spec filesubmit/tizen/20150727.113542Yeongdeok Suh14-150/+350
2015-07-24Promote fsync.Rob Landley1-3/+4
2015-07-24Promote hostid.Rob Landley1-1/+1
2015-07-24Attached are new toys.Sameer Pradhan3-0/+509
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-20Merge branch 'upstream'Hyejin Kim209-3547/+6715
2015-07-19Tweak version number.Rob Landley1-1/+1
2015-07-16Merge branch from toybox/masterHyejin Kim205-2917/+6675
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