Age | Commit message (Expand) | Author |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2016-01-07 | Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-29 | Add strafter() to lib. | Rob Landley |
2015-12-27 | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, | Rob Landley |
2015-12-23 | Factor out draw_str() and friends. | Rob Landley |
2015-12-06 | Add free -h, based on a patch from Isabella Parakiss. | Rob Landley |
2015-12-04 | Tom Marshall reported that blkid was handling ext2 wrong. | Rob Landley |
2015-11-03 | Whitespace and parentheses. | Rob Landley |
2015-11-02 | Explain signals in oneit help text. | Rob Landley |
2015-10-27 | Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) | Rob Landley |
2015-10-25 | Add xcount_cpus() | Rob Landley |
2015-10-20 | Move d/h units from %d %D output to default format string. | Rob Landley |
2015-10-10 | "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim. | Rob Landley |
2015-10-06 | New command: flock. | Elliott Hughes |
2015-09-29 | help_exit() tweak. | Rob Landley |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-23 | Add xvfork() as a static inline and use it from various places. | Rob Landley |
2015-09-17 | Fix a couple things gcc is too dumb to figure out on its own. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-09-05 | Two large thinkos in oneit: -3 was always enabled and signal numbers were | Rob Landley |
2015-09-02 | vmstat: fix units for bi and bo columns | Colin Cross |
2015-09-01 | Trivial code style tweak. | Rob Landley |
2015-09-01 | vmstat: reset header pointer when looping | Colin Cross |
2015-08-20 | I discovered that the reason SIGINT causes a reboot on sysvinit is that | Isaac Dunham |
2015-08-14 | Fix ionice default class. | Elliott Hughes |
2015-08-08 | First pass at proper bunzip2 command line handling. | Rob Landley |
2015-08-08 | login: execl() requires a path, not a file name | Isaac Dunham |
2015-08-08 | Fix switch_root implementation. | Alistair Strachan |
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-02 | Mark command-local functions static. | Rob Landley |
2015-08-02 | Long-overdue cleanup on login. | Rob Landley |
2015-07-24 | Promote fsync. | Rob Landley |
2015-07-24 | Promote hostid. | Rob Landley |
2015-07-10 | ifconfig MAC addresses should be lowercase. | Elliott Hughes |
2015-07-10 | Promote hwclock. | Rob Landley |
2015-07-08 | Fix ionice. | Elliott Hughes |
2015-07-03 | Promote xxd to other. | 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-11 | Add nproc. | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-05-15 | stat: fix group name | José Bollo |