aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2015-08-25Static analysis from Hyejin Kim found possible pointer underflow.Rob Landley
2015-08-20I discovered that the reason SIGINT causes a reboot on sysvinit is thatIsaac Dunham
2015-08-17Test for human_readable()Rob Landley
2015-08-15Kylie McClain pointed out that env should clear variables with NAME= by itself.Rob Landley
2015-08-14Fix ionice default class.Elliott Hughes
2015-08-11Fix more date bugs.Elliott Hughes
2015-08-11Bugfixes from Elliott Hughes: debug code got checked in (oops) andRob Landley
2015-08-08Different tools have different ideas about what human-readable outputElliott Hughes
2015-08-08First pass at proper bunzip2 command line handling.Rob Landley
2015-08-08Fix ls -l user/group field ordering.Elliott Hughes
2015-08-08login: execl() requires a path, not a file nameIsaac Dunham
2015-08-08Isaac Dunham pointed out that SIGINT's handler was set twice in init.c.Rob Landley
2015-08-08modprobe: use -q to silenceIsaac Dunham
2015-08-08modprobe: use basename_r()Isaac Dunham
2015-08-08modprobe: delete perror_exit() that makes no senseIsaac Dunham
2015-08-08Fix switch_root implementation.Alistair Strachan
2015-08-08Teach date @unixtime[.fraction], switch -s to be -D (matching busybox andRob Landley
2015-08-08Reject invalid dates in date(1).Elliott Hughes
2015-08-06Detect swap partitions, inline loop_partitions(), various cleanups.Rob Landley
2015-08-06Initialize uninitialized variable. (Oops.)Rob Landley
2015-08-05I've added support for running blkid without specifying a partition (so it sc...Dima Krasner
2015-08-05Minor tweak of reboot.cRob Landley
2015-08-05reboot: signal init, add -f option to call reboot();Isaac Dunham
2015-08-05Switch nbd_client to xconnect() and make xconnect() try all returned addressesRob Landley
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley
2015-08-02Mark command-local functions static.Rob Landley
2015-08-02Long-overdue cleanup on login.Rob Landley
2015-08-01Replace xcheckrange() with atolx_range()Rob Landley
2015-08-01Move strlower() from find to lib.Rob Landley
2015-08-01'!' replaces '/' in the sysfs paths of older drivers, so properlyIsaac Dunham
2015-07-24Promote fsync.Rob Landley
2015-07-24Promote hostid.Rob Landley
2015-07-24Attached are new toys.Sameer Pradhan
2015-07-20Fix llvm build break.0.6.0Rob Landley
2015-07-13Produce an error message for "cat /mnt", not just return code.Rob Landley
2015-07-10ifconfig MAC addresses should be lowercase.Elliott Hughes
2015-07-10I added dhcpd -6 option.Yeongdeok Suh
2015-07-10find: add -inum optionGreg Hackmann
2015-07-10Rename a function to be more obvious, and factor out a repeated calculationRob Landley
2015-07-10Promote hwclock.Rob Landley
2015-07-10Fix hwclock -w.Elliott Hughes
2015-07-09There is a typo in mkfifo.c for __Z__ option.Sameer Pradhan
2015-07-08Fix ionice.Elliott Hughes
2015-07-06Avoid integer overflow with insane input data.Rob Landley
2015-07-05Kylie McClain pointed out that -z affects both input and output.Rob Landley
2015-07-04Actually set time with touch -d and -t when you don't specify nanonseconds.Rob Landley
2015-07-03First pass on cp --preserveRob Landley
2015-07-03Promote xxd to other.Rob Landley
2015-07-03Added i option to use other interface on running dhcpd.Hyejin Kim