log

age author description
Fri, 02 Jan 2015 00:44:27 -0600 Rob Landley Need to update install.c for the changed OLDTOY() argument list. draft
Thu, 01 Jan 2015 17:37:57 -0600 Rob Landley Tweak status.html draft
Thu, 01 Jan 2015 16:59:35 -0600 Rob Landley Switch a lot of strncpy() calls to xstrncpy(). draft
Thu, 01 Jan 2015 16:49:55 -0600 Rob Landley strncpy(optptr, hname, strlen(hname)) is really just strcpy(). draft
Thu, 01 Jan 2015 16:28:51 -0600 Rob Landley strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). draft
Thu, 01 Jan 2015 16:19:40 -0600 Rob Landley Debris from flag handling rewrite: don't allow -^A to actually trigger. draft
Thu, 01 Jan 2015 10:58:59 -0600 Elliott Hughes typo fixes draft
Wed, 31 Dec 2014 22:38:48 -0600 Rob Landley Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curly brackets.) draft
Wed, 31 Dec 2014 21:30:59 -0600 Rob Landley Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). draft
Wed, 31 Dec 2014 21:23:37 -0600 Rob Landley When CP_MORE was disabled, the d flag was still in the [-exclusion] list at the end and option parsing fell off the end looking for it (segfault) if DEBUG wasn't enabled to check for that. draft
Wed, 31 Dec 2014 16:22:31 -0600 Rob Landley When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. draft
Tue, 30 Dec 2014 14:49:02 -0600 Rob Landley Link to gmane web archive. draft
Sun, 28 Dec 2014 14:44:09 -0600 Rob Landley Another random link for the design page. draft
Sun, 28 Dec 2014 14:38:14 -0600 Rob Landley Fluff out help text. draft
Sat, 27 Dec 2014 13:52:40 -0600 Rob Landley Promote mix draft
Sat, 27 Dec 2014 13:52:03 -0600 Rob Landley Cleanup mix.c. draft
Wed, 24 Dec 2014 16:13:08 -0600 Rob Landley Teach factor to accept whitespace separated arguments (reported by Robert Thompson). draft
Tue, 23 Dec 2014 19:20:24 -0600 Elliott Hughes getenforce and setenforce draft
Tue, 23 Dec 2014 19:17:13 -0600 Elliott Hughes those of us who need to check in generated files find that 'tr' and draft
Tue, 23 Dec 2014 13:29:47 -0600 Rob Landley Merge catv back into cat as discussed on the list. Add comments about infrastructure upgrades needed to restore separate catv option. draft
Mon, 22 Dec 2014 17:04:47 -0600 Rob Landley Allocate space for null terminator. draft
Mon, 22 Dec 2014 13:45:35 -0600 Rob Landley sed 'r' didn't work right. draft
Sun, 21 Dec 2014 23:17:06 -0600 Rob Landley Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) draft
Sun, 21 Dec 2014 01:54:54 -0600 Rob Landley Promote sed to posix. draft
Sat, 20 Dec 2014 23:28:30 -0600 Rob Landley sed: implement 'l' draft
Sat, 20 Dec 2014 14:58:03 -0600 Rob Landley Add tizen section to roadmap. draft
Fri, 19 Dec 2014 21:17:49 -0600 Rob Landley More sed bugs. draft
Thu, 18 Dec 2014 11:13:35 -0600 Rob Landley Decouple cp and mv so mv uses its own --help text. draft
Thu, 18 Dec 2014 11:05:06 -0600 Rob Landley Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type. draft
Mon, 15 Dec 2014 03:34:55 -0600 Rob Landley Fix yet another sed bug. draft
Sun, 14 Dec 2014 13:51:28 -0600 Rob Landley Make sed a\ line continuations work properly for different pattern input modes. draft
Sat, 13 Dec 2014 18:35:11 -0600 Rob Landley Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten). draft
Sat, 13 Dec 2014 12:27:51 -0600 Rob Landley Last sed bugfix broke 'b', fix it. draft
Sat, 13 Dec 2014 12:12:14 -0600 Rob Landley Leftover variable from factoring out base64_init() caused an unused variable warning. draft
Sat, 13 Dec 2014 12:09:25 -0600 Rob Landley Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".) draft
Sat, 13 Dec 2014 11:59:37 -0600 Rob Landley Forgot to check in a header file for base64. draft
Sat, 13 Dec 2014 11:59:10 -0600 Rob Landley Add "make help" entry for "make change". draft
Sat, 13 Dec 2014 11:58:08 -0600 Rob Landley Add base64. draft
Sat, 13 Dec 2014 11:56:41 -0600 Rob Landley Remove more strncpy() calls. draft
Thu, 11 Dec 2014 20:17:28 -0600 Elliott Hughes here's a patch that should let us replace toolbox's chcon. draft
Wed, 10 Dec 2014 18:59:22 -0600 Rob Landley Make unescape_delimited_string() copy the string so error reporting isn't so messed up. draft
Wed, 10 Dec 2014 17:59:00 -0600 Rob Landley Fix some sed bugs and improve error reporting. draft
Thu, 04 Dec 2014 21:46:59 -0600 Rob Landley Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define). draft
Thu, 04 Dec 2014 21:41:12 -0600 Rob Landley Implement xstrncat() and fix xstrndup(). draft
Thu, 04 Dec 2014 16:42:01 -0600 Rob Landley Add shred. draft
Wed, 03 Dec 2014 13:09:15 -0600 Rob Landley More gzip stuff: now creates -0 compression files (store only), and does so to stdout. draft
Tue, 02 Dec 2014 16:02:50 -0600 Rob Landley Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), and remove final delay (after all output) for "vmstat 2 3" case. draft
Tue, 02 Dec 2014 13:00:08 -0600 Rob Landley Note posix mailing list posting correcting a bug in the web version of the standard. draft
Tue, 02 Dec 2014 03:17:34 -0600 Rob Landley Don't mount a filesystem over an existing one with the same /dev and /dir. draft
Tue, 02 Dec 2014 03:12:58 -0600 Rob Landley Switching on fortify was not kind to the pending directory. Fix the actual build break (open(O_CREAT) without permissions). draft
Tue, 02 Dec 2014 03:05:01 -0600 Rob Landley Start of deflate compress-side code, mostly refactoring and stubs so far. draft
Mon, 01 Dec 2014 12:52:55 -0600 Rob Landley Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. draft
Mon, 01 Dec 2014 03:15:25 -0600 Rob Landley Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. draft
Sun, 30 Nov 2014 14:10:36 -0600 Rob Landley Tests for operator priority groupings. draft
Sun, 30 Nov 2014 11:05:39 -0600 Rob Landley Remove the strncpy from mountpoint, and make a lot of other changes while I'm here (to be described on the mailing list). draft
Sat, 29 Nov 2014 21:11:34 -0600 Rob Landley The "re-exec to regain root permissions" logic broke the error message when calling root-only commands through the multiplexer. draft
Sat, 29 Nov 2014 19:07:08 -0600 Rob Landley Minor whitespace cleanups. draft
Sat, 29 Nov 2014 18:38:05 -0600 Ashwini Sharma expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. draft
Fri, 28 Nov 2014 17:30:46 -0600 Rob Landley Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) draft
Fri, 28 Nov 2014 16:57:45 -0600 Rob Landley Make sendfile use libbuf. draft
Fri, 28 Nov 2014 16:56:53 -0600 Rob Landley Tiny in-passing cleanups to more.c. draft
Fri, 28 Nov 2014 16:53:59 -0600 Rob Landley Check in most recent release notes. draft
Fri, 28 Nov 2014 16:52:06 -0600 Rob Landley When running a test, the diff is always an ascii diff, not binary. draft
Fri, 28 Nov 2014 16:51:32 -0600 Rob Landley Add "change" subdirectory to make clean. draft
Fri, 28 Nov 2014 16:49:46 -0600 Rob Landley Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. draft
Thu, 27 Nov 2014 20:38:21 -0600 Rob Landley sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. draft
Thu, 27 Nov 2014 00:28:13 -0600 Rob Landley New ifconfig tests from Cynt Rynt. draft
Tue, 25 Nov 2014 21:45:18 -0600 Rob Landley Update dmesg, loosely based on a patch from Elliott Hughes. draft
Tue, 25 Nov 2014 18:49:34 -0600 Rob Landley Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. draft
Mon, 24 Nov 2014 17:26:09 -0600 enh Android-related roadmap.html updates. draft
Mon, 24 Nov 2014 17:23:23 -0600 Rob Landley Tweak the "ignoring return value" fortify workaround for readlinkat. draft
Sat, 22 Nov 2014 00:36:45 -0600 Rob Landley As long as Android's going to require fortify, fixup the warnings it generates. draft
Sat, 22 Nov 2014 00:31:03 -0600 Rob Landley Whitespace/code style. draft
Fri, 21 Nov 2014 21:49:05 -0600 Elliott Hughes A patch against your current ToT that builds in AOSP master. draft
Fri, 21 Nov 2014 10:06:45 -0600 Rob Landley Don't include asm/* files directly. draft
Fri, 21 Nov 2014 06:42:37 -0600 Rob Landley Patch from Elliott Hughes for Android/bionic build. draft
Wed, 19 Nov 2014 21:38:00 -0600 Rob Landley Make md5sum and sha1sum work on big endian systems. draft 0.5.1
Wed, 19 Nov 2014 16:55:12 -0600 Rob Landley Fixups for the android/bionic build probes patch. draft
Wed, 19 Nov 2014 16:38:46 -0600 Isaac Dunham probe for getspnam(), forkpty(), utmpx, replace sethostname() draft
Wed, 19 Nov 2014 14:29:53 -0600 Rob Landley Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. draft
Tue, 18 Nov 2014 04:25:27 -0600 Rob Landley More sed bugfixes. draft
Mon, 17 Nov 2014 21:21:04 -0600 Rob Landley sed: fix 'q', and { }, and } after s/// with no semicolon. draft
Mon, 17 Nov 2014 03:14:05 -0600 Rob Landley More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.) draft
Sun, 16 Nov 2014 18:58:22 -0600 Rob Landley Fix more sed bugs. draft
Sun, 16 Nov 2014 14:21:42 -0600 Rob Landley Fix sed 'b' with no label and 'N' in general. draft
Sat, 15 Nov 2014 17:19:23 -0600 Rob Landley More sed bugfixes. (Did you know s/[/]// is a valid sed expression?) draft
Sat, 15 Nov 2014 16:16:29 -0600 Rob Landley Debugging pass on sed: make the existing test suite pass. draft
Fri, 14 Nov 2014 16:44:21 -0600 Rob Landley Add a few more sed tests. draft
Fri, 14 Nov 2014 16:44:00 -0600 Rob Landley Add color support for scripts/test.sh and new SKIP_HOST for tests expected to fail on non-toybox implementations. draft
Fri, 14 Nov 2014 15:53:17 -0600 Rob Landley sed: implement s & and \1 backrefs. draft
Wed, 12 Nov 2014 14:47:57 -0600 Rob Landley Implement more sed plumbing, including s/// (without \1 or & yet). draft
Tue, 11 Nov 2014 15:08:25 -0600 Rob Landley Remove unnecessary assignment spotted by Cynt Rynt. draft
Mon, 10 Nov 2014 17:17:17 -0600 Rob Landley Implement another largeish chunk of sed. Untested, unfinished, do not use yet. draft
Mon, 10 Nov 2014 17:14:11 -0600 Rob Landley First cleanup pass on hwclock. draft
Mon, 10 Nov 2014 15:26:08 -0600 Ashwini Sharma hwclock: get and set the hwclock draft
Mon, 10 Nov 2014 15:25:35 -0600 Ashwini Sharma ipcrm : remove msg que, sem or shared memory draft
Sun, 09 Nov 2014 14:16:33 -0600 Rob Landley Yet more sed tests. draft
Sat, 08 Nov 2014 01:51:59 -0600 Rob Landley Implement a few sed commands. Not done, and not tested yet. draft
Thu, 06 Nov 2014 16:26:59 -0600 Rob Landley More sed tests. draft
Tue, 04 Nov 2014 18:07:46 -0600 Rob Landley Next round of sed infrastructure, parses most commands now, doesn't implement them yet. draft
Thu, 30 Oct 2014 18:36:09 -0500 Ashwini Sharma Attached are new toys TR and CRONTAB. draft
Thu, 30 Oct 2014 16:47:29 -0500 Rob Landley Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink following. draft
Thu, 30 Oct 2014 05:32:54 -0500 Rob Landley Bug report from Isaac Dunham: ls -d shouldn't follow command line symlinks without -H or -L (just like ls -l). draft
Wed, 29 Oct 2014 18:44:33 -0500 Rob Landley First batch of sed tests. draft
Wed, 29 Oct 2014 14:49:47 -0500 Rob Landley Next drop of sed infrastructure, mostly argument parsing, doesn't do anything interesting yet. draft
Tue, 28 Oct 2014 23:43:58 -0500 Rob Landley Fill out rest of help text for sed. draft
Mon, 27 Oct 2014 19:20:31 -0500 Rob Landley Fix use after free error spotted by ?ukasz Szpakowski. draft
Mon, 27 Oct 2014 18:08:59 -0500 Rob Landley O_CLOEXEC was confusing the O_RDONLY test in loopfiles(), resulting in attempts to read from stdout instead of stdin for "-" or no arguments. draft
Sun, 26 Oct 2014 13:34:33 -0500 Rob Landley xexec() recursion limiter has to go after rebound or toy_init() zeroes it. draft
Sun, 26 Oct 2014 12:56:41 -0500 Rob Landley Cosmetic tweak: no trailing spaces when ./toybox lists command names. draft
Fri, 24 Oct 2014 18:16:32 -0500 Rob Landley Basic sed range support, enough for "sed -n 9,11p README" to work. draft
Wed, 22 Oct 2014 17:11:06 -0500 Rob Landley Teach ln -f to leave original target alone if link creation fails. draft
Mon, 20 Oct 2014 21:07:16 -0500 Rob Landley Random in-progress snapshot of sed, not finished yet. draft
Mon, 20 Oct 2014 19:56:05 -0500 Rob Landley More static analysis fixes from Ashwini Sharma. draft
Mon, 20 Oct 2014 19:52:29 -0500 Rob Landley Add TOYBOX_NORECURSE so xexec() won't make internal function calls. draft
Sun, 19 Oct 2014 12:08:25 -0500 Andy Lutomirski nsenter: A tool to use setns(2) draft
Fri, 17 Oct 2014 18:40:03 -0700 Andy Lutomirski unshare: Fix help and option parsing draft
Sat, 18 Oct 2014 17:14:12 -0500 Rob Landley Factor out printf-style escape parsing logic from echo.c. draft
Thu, 16 Oct 2014 05:58:35 -0500 Rob Landley Even bigger ip.c, from Ashwini Sharma. draft
Tue, 14 Oct 2014 14:16:34 -0500 Rob Landley Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. draft