- be92b3f SUSv4 is out, update template link. by Rob Landley · 13 years ago
- 9e06171 Implement tty command. by Rob Landley · 13 years ago
- 8d43d91 xreadall() returns void... how does that even compile? by Rob Landley · 13 years ago
- 43c2e62 Prepare for license switch by (regrettably) removing Charlie Shepherd's code, at least until I can get in touch with him to to get permission to relicense it. by Rob Landley · 13 years ago
- 234f42a The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular. by Rob Landley · 13 years ago
- 0262124 For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match. by Rob Landley · 15 years ago
- 6cf0a1c One more little tweak to patch: unrecognized date format != delete file. by Rob Landley · 15 years ago
- 905060a Add command "nice". by Rob Landley · 15 years ago
- db037ef Make toy_init() reentrant, or else xexec() has funky errors. by Rob Landley · 15 years ago
- 7051a96 Shut up even MORE gcc/glibc spurious warnings. by Rob Landley · 15 years ago
- 5023970 Add setsid. by Rob Landley · 15 years ago
- e0377fb Add TOYBOX_SUID. by Rob Landley · 15 years ago
- 1e01cd1 Correct return types of xstrdup() and xstrndup() by Rob Landley · 15 years ago
- 69bc2c3 menuconfig indentation should be handled by dependencies, not whitespace in description. by Rob Landley · 15 years ago
- 2de1d1a Use fdlength() instead of lseek(SEEK_END). by Rob Landley · 15 years ago
- 53c7504 Typo fix in comment. by Rob Landley · 15 years ago
- 589f5cd Minor web page updates (put header/footer back, add a few <hr> tags). by Rob Landley · 15 years ago
- b704ad2 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. by Rob Landley · 15 years ago
- 67e61d3 Let the minicom script take the speed as an optional second argument. by Rob Landley · 15 years ago
- 0f01f29 Fix reversed patch detection logic, remove unused variables, rename variables, better comments. by Rob Landley · 15 years ago
- 05e451d Add .tar.bz2 to tarball links. by Rob Landley · 15 years ago
- 08671ef Remove header/footer includes to prepare for css instead. by Rob Landley · 15 years ago
- 6f45849 Make a warning go away on Fedora 11. by Rob Landley · 15 years ago
- a97792d Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set. by Rob Landley · 15 years ago
- 5bd73a9 Fix broken links spotted by Cedric Duval. by Rob Landley · 15 years ago
- bb348c0 Added tag 0.0.9.2 for changeset f142d02036b6 by Rob Landley · 16 years ago
- 90e4213 Announce 0.0.9.2 bugfix release. by Rob Landley · 16 years ago
- d6b2613 Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. by Rob Landley · 16 years ago
- 25afd65 Announce 0.0.9.1 bugfix release. by Rob Landley · 16 years ago
- 528056f Added tag 0.0.9.1 for changeset add8b512f41a by Rob Landley · 16 years ago
- aa7f3fa Another patch corner case. by Rob Landley · 16 years ago
- 121582e Old news.html update, but never actually checked in. by Rob Landley · 16 years ago
- 3681622 Regenerate Config.in when toys/*.c changes. by Rob Landley · 16 years ago
- 72341ae Rearchitect patch to handle more darn corner cases. by Rob Landley · 16 years ago
- 687bea5 Convert non-bool config values (such as int) into config.h entries. by Rob Landley · 16 years ago
- 1193a02 Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.) by Rob Landley · 16 years ago
- 53dda1a Comment tweaks. by Rob Landley · 16 years ago
- ddae5e9 Fix thinko. by Rob Landley · 16 years ago
- 933d7b6 Announce 0.0.8 release. by Rob Landley · 16 years ago
- 8e6c823 Added tag 0.0.8 for changeset 86e2bdb2ad66 by Rob Landley · 16 years ago
- e7a169b Fix typo. by Rob Landley · 16 years ago
- 5247671 Add mkswap. by Rob Landley · 16 years ago
- d3e61fc Hello shouldn't be enabled in defconfig. by Rob Landley · 16 years ago
- ba3ed79 Accidentally changed cksum behavior with the -P flag, toggle its meaning. by Rob Landley · 16 years ago
- b15b8fa Add -N, -I, -L, and -P options to cksum. by Rob Landley · 16 years ago
- 2f638c3 Add -F option to cksum. by Rob Landley · 16 years ago
- 328686f Make patch work with -R when deleting files. by Rob Landley · 16 years ago
- 7e849c5 Check in crc_init needed by cksum. (Oops.) by Rob Landley · 16 years ago
- 433c030 Add cksum. by Rob Landley · 16 years ago
- e4341aa Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.) by Rob Landley · 16 years ago
- 546ead6 Two bugfixes for deleting files (-p and message) by Rob Landley · 16 years ago
- cca4450 Teach oneit to reboot on exit more reliably. by Rob Landley · 16 years ago
- 7471b56 Shut up some new aggressively stupid warnings gcc 4.3 produces. by Rob Landley · 16 years ago
- dcb52f7 Fix netcat -f by Rob Landley · 16 years ago
- 5f612e7 Fix typo. by Rob Landley · 16 years ago
- 8ee966f Add uname by Rob Landley · 16 years ago
- a605d68 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". by Rob Landley · 16 years ago
- 7dbbe0d 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. by Rob Landley · 16 years ago
- 206a832 Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed. by Rob Landley · 16 years ago
- 053b42c Second attempt at making netcat -l work properly. by Rob Landley · 16 years ago
- ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
- b5d557f 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.) by Rob Landley · 16 years ago
- d1aaa0a Announce 0.0.7. by Rob Landley · 16 years ago
- 7e7789d Added tag 0.0.7 for changeset db86f4df58b9 by Rob Landley · 16 years ago
- d9ee848 Added tag 0.0.6 for changeset 6e65eefc37e9 by Rob Landley · 16 years ago
- 839fb0b Tighten up chvt, save a few bytes. by Rob Landley · 16 years ago
- bdf037f Upgrade patch to detect hunks that start after a false start. by Rob Landley · 16 years ago
- cebe48a Fix giant glaring thinko. by Rob Landley · 16 years ago
- 24396bb An error from an input file isn't fatal, keep reading remaining input files. by Rob Landley · 16 years ago
- 5a9c37f Chroot should stop option parsing at the first non-option argument. by Rob Landley · 16 years ago
- e824ed1 Tweak from Roberto Foglietta. by Rob Landley · 16 years ago
- f15387d Roberto Foglietta pointed out that readall() needs fdlength() to restore by Rob Landley · 16 years ago
- 15b2315 Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. by Rob Landley · 16 years ago
- 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
- df92ef5 Finish bzcat. by Rob Landley · 16 years ago
- 1a35c47 Teach option parsing logic that ^ means stop parsing after this option. by Rob Landley · 16 years ago
- 8cca60d A pathological case of huffman coding that uses 8 bits to code each of 256 by Rob Landley · 16 years ago
- b1487dc Option parsing: stopearly is now a ^ prefix (not +), and an option string with by Rob Landley · 16 years ago
- f901f24 Basic tests for sort. Needs more... by Rob Landley · 16 years ago
- 32113a2 Only apply global flags to fallback sort. by Rob Landley · 16 years ago
- 7bc357d Cosmetic tweak, only show skipped tests when VERBOSE set. by Rob Landley · 16 years ago
- 37256ff Adjust "optional" function (gen_config.h became generated/config.h). by Rob Landley · 16 years ago
- 49fcd9a Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005). by Rob Landley · 16 years ago
- 4ac6656 Assemble '*' repeated argument list in order. Also implement '@' counter. by Rob Landley · 16 years ago
- fe0f3d5 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) by Rob Landley · 16 years ago
- 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
- 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
- 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
- da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
- 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
- e156d44 More tweaks to rmdir.test and the testing infrastructure. by Rob Landley · 17 years ago
- 121a9d4 Add rmdir and test for it. by Rob Landley · 17 years ago
- 8e99874 Fluffier error message. by Rob Landley · 17 years ago
- 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 17 years ago
- c564834 Teach run-all-tests mode to only test enabled commands. by Rob Landley · 17 years ago
- 0a2d88a Remove extraneous output. by Rob Landley · 17 years ago
- ac9c592 Very simple cat tests, with more test ideas commented out. by Rob Landley · 17 years ago
- 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 17 years ago
- f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 17 years ago
- dd4d83e Add -v to cp. by Rob Landley · 17 years ago