- 70cbfe8 More half-finished cleanup of printf.c, and more test suite entries. by Rob Landley · 10 years ago
- dd2cc65 Since "printf" is a shell builtin, printf.test wasn't actually testing anything. by Rob Landley · 10 years ago
- cc39d95 More printf cleanup, and test suite entries. by Rob Landley · 10 years ago
- a8df744 Fix sed backslash parsing in square bracket pattern sections. by Rob Landley · 10 years ago
- 77c8d1a Another cleanup pass on printf. by Rob Landley · 10 years ago
- aad492f Move fflush() checking to xexit() and have exit paths in main() call that. by Rob Landley · 10 years ago
- 87fd25f Cleanup pass on printf. by Rob Landley · 10 years ago
- 4f53457 Need to update install.c for the changed OLDTOY() argument list. by Rob Landley · 10 years ago
- 3c99404 Tweak status.html by Rob Landley · 10 years ago
- 82effc9 Switch a lot of strncpy() calls to xstrncpy(). by Rob Landley · 10 years ago
- 5f53d13 strncpy(optptr, hname, strlen(hname)) is really just strcpy(). by Rob Landley · 10 years ago
- 86c747a 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). by Rob Landley · 10 years ago
- cf2516a Debris from flag handling rewrite: don't allow -^A to actually trigger. by Rob Landley · 10 years ago
- eeff24f typo fixes by Elliott Hughes · 10 years ago
- 88fe313 Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curly brackets.) by Rob Landley · 10 years ago
- f3e56f4 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). by Rob Landley · 10 years ago
- 5834ddd 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. by Rob Landley · 10 years ago
- de699ac 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. by Rob Landley · 10 years ago
- 774c599 Link to gmane web archive. by Rob Landley · 10 years ago
- 5c419e3 Another random link for the design page. by Rob Landley · 10 years ago
- 7f24174 Fluff out help text. by Rob Landley · 10 years ago
- 989f453 Promote mix by Rob Landley · 10 years ago
- 73b8bb5 Cleanup mix.c. by Rob Landley · 10 years ago
- 4391e57 Teach factor to accept whitespace separated arguments (reported by Robert Thompson). by Rob Landley · 10 years ago
- d5c66a9 getenforce and setenforce by Elliott Hughes · 10 years ago
- 627cd0f those of us who need to check in generated files find that 'tr' and by Elliott Hughes · 10 years ago
- 677c1b5 Merge catv back into cat as discussed on the list. Add comments about infrastructure upgrades needed to restore separate catv option. by Rob Landley · 10 years ago
- 9b5000c Allocate space for null terminator. by Rob Landley · 10 years ago
- ea8be3d sed 'r' didn't work right. by Rob Landley · 10 years ago
- c09b79d Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) by Rob Landley · 10 years ago
- 1a1e0a9 Promote sed to posix. by Rob Landley · 10 years ago
- 32cd2b7 sed: implement 'l' by Rob Landley · 10 years ago
- a136fa5 Add tizen section to roadmap. by Rob Landley · 10 years ago
- 95b7682 More sed bugs. by Rob Landley · 10 years ago
- c2d6740 Decouple cp and mv so mv uses its own --help text. by Rob Landley · 10 years ago
- bce0e00 Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type. by Rob Landley · 10 years ago
- a1ea6bb Fix yet another sed bug. by Rob Landley · 10 years ago
- 807a50d Make sed a\ line continuations work properly for different pattern input modes. by Rob Landley · 10 years ago
- 2c23705 Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten). by Rob Landley · 10 years ago
- 76ea44a Last sed bugfix broke 'b', fix it. by Rob Landley · 10 years ago
- 4e49a94 Leftover variable from factoring out base64_init() caused an unused variable warning. by Rob Landley · 10 years ago
- 79839a4 Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".) by Rob Landley · 10 years ago
- 5bec5ba Forgot to check in a header file for base64. by Rob Landley · 10 years ago
- e72ea20 Add "make help" entry for "make change". by Rob Landley · 10 years ago
- 0517eb7 Add base64. by Rob Landley · 10 years ago
- 87fbe12 Remove more strncpy() calls. by Rob Landley · 10 years ago
- e75b1d8 here's a patch that should let us replace toolbox's chcon. by Elliott Hughes · 10 years ago
- ed053c0 Make unescape_delimited_string() copy the string so error reporting isn't so messed up. by Rob Landley · 10 years ago
- acb2d0e Fix some sed bugs and improve error reporting. by Rob Landley · 10 years ago
- 50fc9ed 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). by Rob Landley · 10 years ago
- 2fb85a3 Implement xstrncat() and fix xstrndup(). by Rob Landley · 10 years ago
- 0a79156 Add shred. by Rob Landley · 10 years ago
- 2ebbefb More gzip stuff: now creates -0 compression files (store only), and does so to stdout. by Rob Landley · 10 years ago
- fad2fb0 Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), and remove final delay (after all output) for "vmstat 2 3" case. by Rob Landley · 10 years ago
- bce8a51 Note posix mailing list posting correcting a bug in the web version of the standard. by Rob Landley · 10 years ago
- a03a044 Don't mount a filesystem over an existing one with the same /dev and /dir. by Rob Landley · 10 years ago
- aebcdfa Switching on fortify was not kind to the pending directory. Fix the actual build break (open(O_CREAT) without permissions). by Rob Landley · 10 years ago
- 1ba12b4 Start of deflate compress-side code, mostly refactoring and stubs so far. by Rob Landley · 10 years ago
- 10e0d86 Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. by Rob Landley · 10 years ago
- ef6a773 Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. by Rob Landley · 10 years ago
- de211e0 Tests for operator priority groupings. by Rob Landley · 10 years ago
- a92f4e1 Remove the strncpy from mountpoint, and make a lot of other changes while I'm here (to be described on the mailing list). by Rob Landley · 10 years ago
- dc11ed8 The "re-exec to regain root permissions" logic broke the error message when calling root-only commands through the multiplexer. by Rob Landley · 10 years ago
- 7701bf9 Minor whitespace cleanups. by Rob Landley · 10 years ago
- c3657fd expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. by Ashwini Sharma · 10 years ago
- 42a36d6 Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) by Rob Landley · 10 years ago
- 6d28370 Make sendfile use libbuf. by Rob Landley · 10 years ago
- 75fea67 Tiny in-passing cleanups to more.c. by Rob Landley · 10 years ago
- dc5bd76 Check in most recent release notes. by Rob Landley · 10 years ago
- fd49375 When running a test, the diff is always an ascii diff, not binary. by Rob Landley · 10 years ago
- 6d33f3a Add "change" subdirectory to make clean. by Rob Landley · 10 years ago
- 62390fd 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. by Rob Landley · 10 years ago
- e7835d7 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. by Rob Landley · 10 years ago
- 01e06c4 New ifconfig tests from Cynt Rynt. by Rob Landley · 10 years ago
- 6a66049 Update dmesg, loosely based on a patch from Elliott Hughes. by Rob Landley · 10 years ago
- f232c37 Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. by Rob Landley · 10 years ago
- 1fb2080 Android-related roadmap.html updates. by enh · 10 years ago
- 9ab563b Tweak the "ignoring return value" fortify workaround for readlinkat. by Rob Landley · 10 years ago
- f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
- ea6fc27 Whitespace/code style. by Rob Landley · 10 years ago
- 6a29bb1 A patch against your current ToT that builds in AOSP master. by Elliott Hughes · 10 years ago
- 3280d99 Don't include asm/* files directly. by Rob Landley · 10 years ago
- 69a9f25 Patch from Elliott Hughes for Android/bionic build. by Rob Landley · 10 years ago
- 29e5e24 Make md5sum and sha1sum work on big endian systems. by Rob Landley · 10 years ago
- 5614785 Fixups for the android/bionic build probes patch. by Rob Landley · 10 years ago
- 46ddf0e probe for getspnam(), forkpty(), utmpx, replace sethostname() by Isaac Dunham · 10 years ago
- 159a7f1 Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. by Rob Landley · 10 years ago
- 45bd6a2 More sed bugfixes. by Rob Landley · 10 years ago
- e9b1a61 sed: fix 'q', and { }, and } after s/// with no semicolon. by Rob Landley · 10 years ago
- 4a94ed0 More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.) by Rob Landley · 10 years ago
- 4a6eb58 Fix more sed bugs. by Rob Landley · 10 years ago
- 7928b0d Fix sed 'b' with no label and 'N' in general. by Rob Landley · 10 years ago
- 2814e45 More sed bugfixes. (Did you know s/[/]// is a valid sed expression?) by Rob Landley · 10 years ago
- 0c558f0 Debugging pass on sed: make the existing test suite pass. by Rob Landley · 10 years ago
- 1d5f48f Add a few more sed tests. by Rob Landley · 10 years ago
- 9dbcee4 Add color support for scripts/test.sh and new SKIP_HOST for tests expected to fail on non-toybox implementations. by Rob Landley · 10 years ago
- 222fc81 sed: implement s & and \1 backrefs. by Rob Landley · 10 years ago
- cb652fa Implement more sed plumbing, including s/// (without \1 or & yet). by Rob Landley · 10 years ago
- 6e087a3 Remove unnecessary assignment spotted by Cynt Rynt. by Rob Landley · 10 years ago
- 5490107 Implement another largeish chunk of sed. Untested, unfinished, do not use yet. by Rob Landley · 10 years ago