Age | Commit message (Expand) | Author |
2015-08-08 | modprobe: use basename_r() | Isaac Dunham |
2015-08-08 | modprobe: delete perror_exit() that makes no sense | Isaac Dunham |
2015-08-08 | Fix switch_root implementation. | Alistair Strachan |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes |
2015-08-06 | Detect swap partitions, inline loop_partitions(), various cleanups. | Rob Landley |
2015-08-06 | Initialize uninitialized variable. (Oops.) | Rob Landley |
2015-08-05 | I've added support for running blkid without specifying a partition (so it sc... | Dima Krasner |
2015-08-05 | Minor tweak of reboot.c | Rob Landley |
2015-08-05 | reboot: signal init, add -f option to call reboot(); | Isaac Dunham |
2015-08-05 | Switch nbd_client to xconnect() and make xconnect() try all returned addresses | Rob Landley |
2015-08-05 | Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. | Rob Landley |
2015-08-03 | Factor out xconnect(), plus some other small cleanups to telnet.c. | Rob Landley |
2015-08-02 | Mark command-local functions static. | Rob Landley |
2015-08-02 | Long-overdue cleanup on login. | Rob Landley |
2015-08-01 | Replace xcheckrange() with atolx_range() | Rob Landley |
2015-08-01 | Move strlower() from find to lib. | Rob Landley |
2015-08-01 | '!' replaces '/' in the sysfs paths of older drivers, so properly | Isaac Dunham |
2015-07-24 | Promote fsync. | Rob Landley |
2015-07-24 | Promote hostid. | Rob Landley |
2015-07-24 | Attached are new toys. | Sameer Pradhan |
2015-07-20 | Fix llvm build break.0.6.0 | Rob Landley |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | 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-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 | 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 | 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-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 |