| age |
author |
description |
| 11 days |
Rob Landley |
For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match.default tip |
| 11 days |
Rob Landley |
One more little tweak to patch: unrecognized date format != delete file. |
| 2 months |
Rob Landley |
Add command "nice". |
| 2 months |
Rob Landley |
Make toy_init() reentrant, or else xexec() has funky errors. |
| 2 months |
Rob Landley |
Shut up even MORE gcc/glibc spurious warnings. |
| 2 months |
Rob Landley |
Add setsid. |
| 2 months |
Rob Landley |
Add TOYBOX_SUID. |
| 2 months |
Rob Landley |
Correct return types of xstrdup() and xstrndup() |
| 2 months |
Rob Landley |
menuconfig indentation should be handled by dependencies, not whitespace in description. |
| 2 months |
Rob Landley |
Use fdlength() instead of lseek(SEEK_END). |
| 2 months |
Rob Landley |
Typo fix in comment. |
| 2 months |
Rob Landley |
Minor web page updates (put header/footer back, add a few <hr> tags). |
| 2 months |
Rob Landley |
The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools. |
| 2 months |
Rob Landley |
Let the minicom script take the speed as an optional second argument. |
| 3 months |
Rob Landley |
Fix reversed patch detection logic, remove unused variables, rename variables, better comments. |
| 4 months |
Rob Landley |
Add .tar.bz2 to tarball links. |
| 5 months |
Rob Landley |
Remove header/footer includes to prepare for css instead. |
| 7 months |
Rob Landley |
Make a warning go away on Fedora 11. |
| 7 months |
Rob Landley |
Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set. |
| 9 months |
Rob Landley |
Fix broken links spotted by Cedric Duval. |
| 10 months |
Rob Landley |
Added tag 0.0.9.2 for changeset f142d02036b6 |
| 10 months |
Rob Landley |
Announce 0.0.9.2 bugfix release.0.0.9.2 |
| 10 months |
Rob Landley |
Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. |
| 11 months |
Rob Landley |
Announce 0.0.9.1 bugfix release. |
| 11 months |
Rob Landley |
Added tag 0.0.9.1 for changeset add8b512f41a |
| 11 months |
Rob Landley |
Another patch corner case.0.0.9.1 |
| 11 months |
Rob Landley |
Old news.html update, but never actually checked in. |
| 11 months |
Rob Landley |
Regenerate Config.in when toys/*.c changes. |
| 11 months |
Rob Landley |
Rearchitect patch to handle more darn corner cases. |
| 13 months |
Rob Landley |
Convert non-bool config values (such as int) into config.h entries. |
| 13 months |
Rob Landley |
Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.) |
| 13 months |
Rob Landley |
Comment tweaks. |
| 13 months |
Rob Landley |
Fix thinko. |
| 13 months |
Rob Landley |
Announce 0.0.8 release. |
| 13 months |
Rob Landley |
Added tag 0.0.8 for changeset 86e2bdb2ad66 |
| 13 months |
Rob Landley |
Fix typo.0.0.8 |
| 13 months |
Rob Landley |
Add mkswap. |
| 14 months |
Rob Landley |
Hello shouldn't be enabled in defconfig. |
| 14 months |
Rob Landley |
Accidentally changed cksum behavior with the -P flag, toggle its meaning. |
| 14 months |
Rob Landley |
Add -N, -I, -L, and -P options to cksum. |
| 14 months |
Rob Landley |
Add -F option to cksum. |
| 14 months |
Rob Landley |
Make patch work with -R when deleting files. |
| 14 months |
Rob Landley |
Check in crc_init needed by cksum. (Oops.) |
| 14 months |
Rob Landley |
Add cksum. |
| 14 months |
Rob Landley |
Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.) |
| 15 months |
Rob Landley |
Two bugfixes for deleting files (-p and message) |
| 15 months |
Rob Landley |
Teach oneit to reboot on exit more reliably. |
| 15 months |
Rob Landley |
Shut up some new aggressively stupid warnings gcc 4.3 produces. |
| 15 months |
Rob Landley |
Fix netcat -f |
| 15 months |
Rob Landley |
Fix typo. |
| 15 months |
Rob Landley |
Add uname |
| 15 months |
Rob Landley |
The epoch can also show up as 1970-01-01 (depending on timezone), so treat any year >0 and <= 1970 as meaning "file does not exist". |
| 15 months |
Rob Landley |
More than 4k of input can be queued up in a pipe, so loop needs to continue reading until POLLIN is exhausted before acknowledging POLLHUP. |
| 16 months |
Rob Landley |
Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed. |
| 16 months |
Rob Landley |
Second attempt at making netcat -l work properly. |
| 16 months |
Rob Landley |
Add netcat server mode, -l, -L, and -t. |
| 16 months |
Rob Landley |
Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.) |
| 16 months |
Rob Landley |
Announce 0.0.7. |
| 16 months |
Rob Landley |
Added tag 0.0.7 for changeset db86f4df58b9 |
| 16 months |
Rob Landley |
Added tag 0.0.6 for changeset 6e65eefc37e90.0.7 |