log

age author description
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
Sun, 01 Jun 2014 17:47:19 -0500 Isaac Dunham The tests for link and du are attached. draft
Sun, 01 Jun 2014 13:50:39 -0500 Isaac Dunham cpio: archive more files draft
Sat, 31 May 2014 11:18:30 +0200 Felix Janda iconv: some fixes draft
Sat, 31 May 2014 18:00:04 -0500 Rob Landley Promote partprobe. draft
Sat, 31 May 2014 17:59:27 -0500 Rob Landley Cleanup partprobe. draft
Sat, 31 May 2014 12:33:24 -0500 Rob Landley Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. draft
Thu, 29 May 2014 08:21:48 -0500 Ashwini Sharma killall5 - kill all the processes not in its session. draft
Thu, 29 May 2014 08:20:30 -0500 Ashwini Sharma makedevs - making devices/nodes in a range. Supports reading the tabled entry from file. draft
Thu, 29 May 2014 08:18:50 -0500 Ashwini Sharma strings - print the strings in the file. draft
Thu, 29 May 2014 06:49:59 -0500 Rob Landley First stab at mount, very incomplete. draft
Thu, 29 May 2014 06:29:12 -0500 Rob Landley Make "losetup /dev/loop0 filename" work. draft
Thu, 29 May 2014 05:22:02 -0500 Rob Landley Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. draft
Tue, 27 May 2014 07:56:51 -0500 Rob Landley Add mount options to data getmountlist collects. draft
Mon, 26 May 2014 20:39:20 -0500 Rob Landley Brush the dust off toysh. draft
Mon, 26 May 2014 12:25:47 -0500 Rob Landley Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), and posix-2008 doesn't say if fflush() covers ferror() (or can return success when the stream's error state is set), so call both. draft