Age | Commit message (Expand) | Author |
2014-04-02 | In ifconfig.c, there is a glitch in function get_addrinfo() when computing th... | Ashwini Sharma |
2014-04-01 | New toy fsfreeze, from Isaac Dunham, plus minor cleanups. | Rob Landley |
2014-03-28 | Add help -a (to show all commands) and -h (to produce HTML output). | Rob Landley |
2014-03-09 | Promote freeramdisk from pending to other, default y. | Rob Landley |
2014-02-28 | Fix two bugs reported by Ashwini Sharma. | Rob Landley |
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley |
2014-02-07 | Move bunzip2 logic from lib into bzcat. | Rob Landley |
2014-02-04 | Tweak help text. | Rob Landley |
2014-02-04 | Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28" | Rob Landley |
2014-01-28 | Two changes to shut up GCC: | Isaac Dunham |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-27 | Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so m... | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-22 | Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 ne... | Rob Landley |
2013-12-19 | Don't permute toys.optargs, cleanup code (xexec()) can free it. | Rob Landley |
2013-12-04 | When building for 32-bit, the compiler can't figure out that a constant too b... | Rob Landley |
2013-11-30 | Cleanup help text, remove dead fields unused by linux kernel. | Rob Landley |
2013-11-28 | Promote ifconfig from pending to other. | Rob Landley |
2013-11-18 | Add test suite for blkid and clean up an editorial comment that shouldn't hav...0.4.7 | Rob Landley |
2013-11-02 | Sceond cleanup pass on vconfig | Rob Landley |
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ... | Rob Landley |
2013-11-02 | Cleanup vconfig. | Rob Landley |
2013-10-26 | I noticed the user count was missing and added this, borrowing a bit of code ... | Jeroen van Rijn |
2013-10-17 | Minor cleanup of reboot | Rob Landley |
2013-10-01 | New toy: reboot/halt/poweroff | Elie De Brauwer |
2013-10-08 | Move blkid out of pending, default y. | Rob Landley |
2013-10-08 | Cleanup chvt | Rob Landley |
2013-09-09 | Cleanup on acpi, switch to default y. | Rob Landley |
2013-09-09 | I got tired of trying to guess how much terminal time I could get in on my ph... | Isaac Dunham |
2013-09-04 | Don't pad stat's %a field. | Rob Landley |
2013-09-03 | Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(... | Rob Landley |
2013-09-02 | Cleanup pwdx | Rob Landley |
2013-09-02 | pwdx by Lukasz Skalski. | Rob Landley |
2013-09-01 | Improve --longopt parsing: general bugfixes, better error reporting, new ; op... | Rob Landley |
2013-08-29 | PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. | Rob Landley |
2013-08-27 | Rewrite pmap to be simpler and match other implementation's output more closely. | Rob Landley |
2013-08-09 | New toy: fallocate | Felix Janda |
2013-07-18 | Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus... | Rob Landley |
2013-07-17 | Add timeout, factoring out common code from sleep. | Rob Landley |
2013-07-11 | Eject cleanups. | Rob Landley |
2013-07-11 | Eject, by Kyungwan Han. | Rob Landley |
2013-07-10 | add paramtype in to the list of tags | Isaac Dunham |
2013-07-06 | This inlines CRC64, and nothing more. | Isaac Dunham |
2013-06-28 | modinfo: support -b basedir and -k kernel.release, fix two bugs | Isaac Dunham |
2013-06-23 | Modinfo cleanups. | Rob Landley |
2013-06-23 | Patch that assumes that the presence of the string ".ko" indicates | Isaac Dunham |
2013-06-18 | Add pivot_root. | Rob Landley |
2013-06-16 | Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. | Rob Landley |
2013-06-02 | Move stat from pending to other, default y. | Rob Landley |
2013-05-14 | Tighten up lsusb, default to "y". | Rob Landley |