log

age author description
Sun, 14 Apr 2013 12:35:25 -0500 Rob Landley Tweak help text.
Sun, 14 Apr 2013 02:58:12 -0500 Isaac Dunham ifconfig uses __caddr_t in one location; this is not guaranteed to work everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *. This compiles on musl, and should compile anywhere.
Fri, 12 Apr 2013 20:12:02 -0500 Rob Landley Convert tabs to spaces.
Fri, 12 Apr 2013 20:08:47 -0500 Isaac Dunham xzcat: more cleanup and some shrinking.
Thu, 11 Apr 2013 20:44:27 -0500 Rob Landley uuencode tweak: output a non-whitespace character for 0 in traditional mode.
Thu, 11 Apr 2013 17:32:01 -0500 Rob Landley More ifconfig cleanup.
Thu, 11 Apr 2013 12:04:43 -0500 Rob Landley More xzcat cleanup.