2012-02-07 |
Rob Landley | Document that optflags is always an int (so 32 bit... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rob Landley | Bugfix for -x, add CONFIG_SORT_FLOAT, and new test... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Rob Landley | This id implementation is not remotely SUSv4 compliant... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Rob Landley | Add a basic README and an example to "make help". |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Rob Landley | Tweak help command's help text, and remove unimplemente... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Rob Landley | Cleaning out one more old gpl notice that no longer... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Rob Landley | Add autodetect for container support. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Rob Landley | Fix bad link that was confusing people. (Oops.) |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Luis Felipe... | Removing unecessary allocation. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Implement xargs -E. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Very slight efficiency tweak. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Test suite comment tweaks. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Basename and env are usable, default them to y. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Quick and dirty terminal_size() and yesno() functions... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Update web page a bit. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rob Landley | Commit 415 needs the other two files. (Oops.) |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Rob Landley | More work on xargs: bugfix and tests. |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rob Landley | Add <>= to lib/args.c, with documentation. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Rob Landley | Implement xargs (first pass, not full SUSv4 yet). |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Rob Landley | Add id command from Tim Bird. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rob Landley | Patch shouldn't be bothered by DOS newlines. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rob Landley | Add three commands that can be done as simple shell... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rob Landley | Add wiki link and make about less stale. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Tryn Mirell | 'env' and 'basename' refactored |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Rob Landley | Comment changes, and add a blank line to the help text. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Rob Landley | Add -x option to sort (like -n, but hexadecimal), becau... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Tryn Mirell | 'env' implementation - Initial |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Tryn Mirell | 'basename': Handle where we have no / passed |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Tryn Mirell | Initial 'basename' implementation |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Rob Landley | Fluff out documentation and skeleton code. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Rob Landley | Expand comments. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Rob Landley | Don't make toysh default to y until it does something... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Rob Landley | Fix "make help". |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Rob Landley | Bugfix (spotted by Nathan McSween): xread can't detect... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Rob Landley | Implement unshare. |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Rob Landley | Forgot to check in loopfiles_rw changes needed by truncate. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Rob Landley | Implement truncate. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Rob Landley | Whitespace/wordwrap changes. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Rob Landley | Implment cal. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Rob Landley | Split out parse_optflaglist(), and move local variables... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Rob Landley | Fix "tar cvjfC file dir", make @ not eat an argument... |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Rob Landley | Don't complain about "possibly reversed" hunks that... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Rob Landley | Implement unlink. |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Rob Landley | Implement nohup. |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Rob Landley | Add link. |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Rob Landley | Add dirname, and typo fixes to wc header. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Rob Landley | Add wc. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | More GPL->BSD debris. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | Switch license.html to BSD, and delete the old "FSF... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | New mailing list. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | Switch to 2-clause BSD license (with caveat about scrip... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | SUSv4 is out, update template link. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Rob Landley | Implement tty command. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Rob Landley | xreadall() returns void... how does that even compile? |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Rob Landley | Prepare for license switch by (regrettably) removing... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Rob Landley | The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Rob Landley | For CFG_TOYBOX_DEBUG add -x option to patch to dump... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Rob Landley | One more little tweak to patch: unrecognized date forma... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Rob Landley | Add command "nice". |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Rob Landley | Make toy_init() reentrant, or else xexec() has funky... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Rob Landley | Shut up even MORE gcc/glibc spurious warnings. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Add setsid. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Add TOYBOX_SUID. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Correct return types of xstrdup() and xstrndup() |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | menuconfig indentation should be handled by dependencie... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Use fdlength() instead of lseek(SEEK_END). |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Typo fix in comment. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Rob Landley | Minor web page updates (put header/footer back, add... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Rob Landley | The "strip" in gcc 4.4 doesn't set the executable bit... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Rob Landley | Let the minicom script take the speed as an optional... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Rob Landley | Fix reversed patch detection logic, remove unused varia... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Rob Landley | Add .tar.bz2 to tarball links. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Rob Landley | Remove header/footer includes to prepare for css instead. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Rob Landley | Make a warning go away on Fedora 11. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Rob Landley | Unconditionally add the $CROSS_COMPILE prefix to $CC... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Rob Landley | Fix broken links spotted by Cedric Duval. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Rob Landley | Added tag 0.0.9.2 for changeset f142d02036b6 |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Rob Landley | Announce 0.0.9.2 bugfix release. 0.0.9.2 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Rob Landley | Fix bug spotted by Jean-Christphe Dubois: reserve space... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Rob Landley | Announce 0.0.9.1 bugfix release. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Rob Landley | Added tag 0.0.9.1 for changeset add8b512f41a |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Rob Landley | Another patch corner case. 0.0.9.1 |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Rob Landley | Old news.html update, but never actually checked in. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Rob Landley | Regenerate Config.in when toys/*.c changes. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Rob Landley | Rearchitect patch to handle more darn corner cases. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Rob Landley | Convert non-bool config values (such as int) into confi... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Rob Landley | Re-wordwrap and reorder the .config->config.h sed scrip... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Rob Landley | Comment tweaks. |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Rob Landley | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Rob Landley | Announce 0.0.8 release. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Rob Landley | Added tag 0.0.8 for changeset 86e2bdb2ad66 |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Rob Landley | Fix typo. 0.0.8 |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Rob Landley | Add mkswap. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Rob Landley | Hello shouldn't be enabled in defconfig. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Rob Landley | Accidentally changed cksum behavior with the -P flag... |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Rob Landley | Add -N, -I, -L, and -P options to cksum. |
commit | commitdiff | tree | snapshot |
2009-01-05 |
Rob Landley | Add -F option to cksum. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Rob Landley | Make patch work with -R when deleting files. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Rob Landley | Check in crc_init needed by cksum. (Oops.) |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Rob Landley | Add cksum. |
commit | commitdiff | tree | snapshot |
next |