2014-12-22 |
Rob Landley | Allocate space for null terminator. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Rob Landley | sed 'r' didn't work right. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Rob Landley | Another sed bug. (The e2fsprogs build uses multiple... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
Rob Landley | Promote sed to posix. |
commit | commitdiff | tree | snapshot |
2014-12-21 |
Rob Landley | sed: implement 'l' |
commit | commitdiff | tree | snapshot |
2014-12-20 |
Rob Landley | Add tizen section to roadmap. |
commit | commitdiff | tree | snapshot |
2014-12-20 |
Rob Landley | More sed bugs. |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Rob Landley | Decouple cp and mv so mv uses its own --help text. |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Rob Landley | Give fstype its own config symbol (separate from blkid... |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Rob Landley | Fix yet another sed bug. |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Rob Landley | Make sed a\ line continuations work properly for differ... |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Rob Landley | Fix bug in sed y/// where bytes in target but not in... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Last sed bugfix broke 'b', fix it. |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Leftover variable from factoring out base64_init()... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Oops. xfork() moved to portability.c and the config2hel... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Forgot to check in a header file for base64. |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Add "make help" entry for "make change". |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Add base64. |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Rob Landley | Remove more strncpy() calls. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Elliott Hughes | here's a patch that should let us replace toolbox's... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rob Landley | Make unescape_delimited_string() copy the string so... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Rob Landley | Fix some sed bugs and improve error reporting. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Rob Landley | Work with buildroot's extensively patched uClibc, and... |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Rob Landley | Implement xstrncat() and fix xstrndup(). |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rob Landley | Add shred. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Rob Landley | More gzip stuff: now creates -0 compression files ... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Rob Landley | Fix bug pointed out by Elliott Hughes ("vmstat 1" shoul... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Rob Landley | Note posix mailing list posting correcting a bug in... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Rob Landley | Don't mount a filesystem over an existing one with... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Rob Landley | Switching on fortify was not kind to the pending direct... |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Rob Landley | Start of deflate compress-side code, mostly refactoring... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Rob Landley | Ashwini Sharma pointed out that "mkdir sub; ln -s ... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Rob Landley | Refactor expr and add another test entry that works... |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Rob Landley | Tests for operator priority groupings. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Rob Landley | Remove the strncpy from mountpoint, and make a lot... |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Rob Landley | The "re-exec to regain root permissions" logic broke... |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Rob Landley | Minor whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Ashwini Sharma | expr.c: Added '==' sign into list of operations. Also... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Improve error reporting in parallel build. (On error... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Make sendfile use libbuf. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Tiny in-passing cleanups to more.c. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Check in most recent release notes. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | When running a test, the diff is always an ascii diff... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Add "change" subdirectory to make clean. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | Add "make change" target to build the big toybox binary... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rob Landley | sed: c needs to trigger range logic like d, D works... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Rob Landley | New ifconfig tests from Cynt Rynt. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Rob Landley | Update dmesg, loosely based on a patch from Elliott... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Rob Landley | Variant of a patch from Ashwini Sharma, making df ... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
enh | Android-related roadmap.html updates. |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Rob Landley | Tweak the "ignoring return value" fortify workaround... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Rob Landley | As long as Android's going to require fortify, fixup... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Rob Landley | Whitespace/code style. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Elliott Hughes | A patch against your current ToT that builds in AOSP |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rob Landley | Don't include asm/* files directly. |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rob Landley | Patch from Elliott Hughes for Android/bionic build. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Rob Landley | Make md5sum and sha1sum work on big endian systems. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rob Landley | Fixups for the android/bionic build probes patch. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Isaac Dunham | probe for getspnam(), forkpty(), utmpx, replace sethost... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rob Landley | Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Rob Landley | More sed bugfixes. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Rob Landley | sed: fix 'q', and { }, and } after s/// with no semicolon. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Rob Landley | More sed corner cases. (Empty regex repeats previous... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Rob Landley | Fix more sed bugs. |
commit | commitdiff | tree | snapshot |
2014-11-16 |
Rob Landley | Fix sed 'b' with no label and 'N' in general. |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Rob Landley | More sed bugfixes. (Did you know s/[/]// is a valid... |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Rob Landley | Debugging pass on sed: make the existing test suite... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Rob Landley | Add a few more sed tests. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Rob Landley | Add color support for scripts/test.sh and new SKIP_HOST... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Rob Landley | sed: implement s & and \1 backrefs. |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Rob Landley | Implement more sed plumbing, including s/// (without... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Rob Landley | Remove unnecessary assignment spotted by Cynt Rynt. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Rob Landley | Implement another largeish chunk of sed. Untested,... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Rob Landley | First cleanup pass on hwclock. |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Ashwini Sharma | hwclock: get and set the hwclock |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Ashwini Sharma | ipcrm : remove msg que, sem or shared memory |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Rob Landley | Yet more sed tests. |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Rob Landley | Implement a few sed commands. Not done, and not tested... |
commit | commitdiff | tree | snapshot |
2014-11-06 |
Rob Landley | More sed tests. |
commit | commitdiff | tree | snapshot |
2014-11-05 |
Rob Landley | Next round of sed infrastructure, parses most commands... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Ashwini Sharma | Attached are new toys TR and CRONTAB. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Rob Landley | Test for ls -d from Isaac Dunham, and he pointed out... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Rob Landley | Bug report from Isaac Dunham: ls -d shouldn't follow... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Rob Landley | First batch of sed tests. |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Rob Landley | Next drop of sed infrastructure, mostly argument parsin... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Rob Landley | Fill out rest of help text for sed. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Rob Landley | Fix use after free error spotted by ?ukasz Szpakowski. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Rob Landley | O_CLOEXEC was confusing the O_RDONLY test in loopfiles... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Rob Landley | xexec() recursion limiter has to go after rebound or... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Rob Landley | Cosmetic tweak: no trailing spaces when ./toybox lists... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Rob Landley | Basic sed range support, enough for "sed -n 9,11p READM... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Rob Landley | Teach ln -f to leave original target alone if link... |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Rob Landley | Random in-progress snapshot of sed, not finished yet. |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Rob Landley | More static analysis fixes from Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Rob Landley | Add TOYBOX_NORECURSE so xexec() won't make internal... |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Andy Lutomirski | nsenter: A tool to use setns(2) |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Andy Lutomirski | unshare: Fix help and option parsing |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Rob Landley | Factor out printf-style escape parsing logic from echo.c. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Rob Landley | Even bigger ip.c, from Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Rob Landley | Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_r... |
commit | commitdiff | tree | snapshot |
next |