log

age author description
Wed, 25 Jun 2014 06:26:17 -0500 Rob Landley Cleanup pass on makedevs. Need to test it before promoting. draft
Tue, 24 Jun 2014 21:47:07 -0500 Rob Landley Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly. draft
Tue, 24 Jun 2014 08:19:24 -0500 Rob Landley find_in_path() is supposed to work with a NULL path, but didn't. Fix it. draft
Tue, 24 Jun 2014 07:00:13 -0500 Rob Landley Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain. draft
Tue, 24 Jun 2014 06:42:08 -0500 Rob Landley Move deallocvt.c into openvt.c, cleanup both. draft
Sat, 21 Jun 2014 13:03:42 -0500 Rob Landley Forgot to check in main() part of TOYFLAG_LOCALE change. draft
Wed, 11 Jun 2014 22:44:48 -0500 Rob Landley The readme, a text file, has an HTML close paragraph tag. draft
Wed, 11 Jun 2014 22:43:54 -0500 Rob Landley Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. draft
Wed, 11 Jun 2014 22:41:25 -0500 Rob Landley Cleanup pass on login draft
Wed, 11 Jun 2014 22:18:35 -0500 Rob Landley Enable fallocate in defconfig. draft
Wed, 11 Jun 2014 22:14:44 -0500 Rob Landley Cleanup pass on host.c draft
Wed, 11 Jun 2014 22:13:28 -0500 Rob Landley Move toys.toycount initialization _after_ zeroing toys, so help -a works again. draft
Wed, 11 Jun 2014 08:11:38 -0500 Rob Landley Promote strings. draft
Wed, 11 Jun 2014 08:02:55 -0500 Rob Landley Cleanup strings. draft
Tue, 10 Jun 2014 21:57:05 -0500 Rob Landley Update toybox help to say how to install the static binary. draft
Tue, 10 Jun 2014 08:29:10 -0500 Isaac Dunham pending/useradd: unbreak build draft
Mon, 09 Jun 2014 07:13:05 -0500 Rob Landley Promote rfkill. draft
Mon, 09 Jun 2014 07:12:49 -0500 Rob Landley Forgot to check in strstart(). draft
Mon, 09 Jun 2014 07:07:33 -0500 Rob Landley Cleanup pass on rfkill. draft
Mon, 09 Jun 2014 05:53:43 -0500 Rob Landley host needs -lresolv draft
Mon, 09 Jun 2014 05:51:04 -0500 Rob Landley When locale is enabled, sprintf("%.123s", str) is counting characters, not bytes, so we can't globally enable locale without opening stack/heap smashing vulnerabilities. Make commands individually request setlocale() using TOYFLAGS instead. draft
Sun, 08 Jun 2014 17:05:10 -0500 Rob Landley Warning fix from Rich Felker. draft
Sun, 08 Jun 2014 15:03:32 -0500 Rob Landley Add host by Rich Felker. draft
Sun, 08 Jun 2014 14:01:37 -0500 Rob Landley Isaac Dunham also reported that some diff implementations can't handle nonseekable input, so write to a temporary file instead of <(command). draft
Sun, 08 Jun 2014 13:49:57 -0500 Rob Landley Isaac Dunham pointed out that busybox diff only implements unified diffs, and sent a patch to convert bloatcheck to use that. I tweaked it a bit. draft
Sun, 08 Jun 2014 13:24:02 -0500 Rob Landley Replace large parenthetical in bloatcheck with a function. draft
Sat, 07 Jun 2014 12:03:54 -0500 Rob Landley Minor tweaks to code style section. draft
Sat, 07 Jun 2014 10:42:20 -0500 Rob Landley Make md5sum/sha1sum -b flag be "brief" output (just the hash). draft
Tue, 03 Jun 2014 06:27:24 -0500 Rob Landley mount: start on option parsing, implement loopback and bind mount autodetection. draft
Mon, 02 Jun 2014 21:16:20 -0500 Rob Landley Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. draft