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 |
2014-10-14 |
Rob Landley | Fix last night's mv commit (use dest, not source). |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Rob Landley | Implement mv -f and -i. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Rob Landley | Started over on sed (by reading the posix spec). |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Isaac Dunham | acpi: implement -ctV, fix recursion, plug a small leak |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Rob Landley | Various bugfixes (mostly resource leaks) from Ashwini... |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Rob Landley | Fix use-after-free spotted by Ashwini Sharma's static... |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Rob Landley | Update status lists. (Once the pending-not-in-pending... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Rob Landley | Basic update of the roadmap and status pages. (Both... |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Rob Landley | Release notes for 0.5.0. |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Rob Landley | Added tag 0.5.0 for changeset 7afd32673a5c |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Rob Landley | Workaround for musl's faccessat bug (the rm -r "error... |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Rob Landley | Bugfix from Ashwini Sharma: Z timezone required by... |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Ashwini Sharma | Updated version, having complete support for ip _link_... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Fix two mount bugs: 1) Don't skip a filesystem type... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | mount: terminate list so unknown user mount attempts... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Brown paper bag time: comma_scan() didn't work for... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Multi-build single.sh should exit with an error when... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Cleanup pass on groupdel. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Allow single.sh to build more than one command per... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Untangle id/groups/logname so single.sh can build each... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Have OLDTOY emit (redundant) function prototype so... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Rob Landley | Don't segfault for --help of single.sh build of OLDTOY... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Rob Landley | The only illegal characters in a username are ":" ... |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Rob Landley | Separate more commands so single.sh can build them... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
?ukasz Szpakowski | When killall was invoked without arguments, there appea... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Felix Janda | Fix du test: du symlink -> "0\tsymlink" |
commit | commitdiff | tree | snapshot |
next |