- 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
- aef99f4 Thinko in cat. by Rob Landley · 17 years ago
- d5928d5 Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail by Rob Landley · 17 years ago
- 52b499c Spent the five minutes to implement "cat". by Rob Landley · 17 years ago
- 0a91d9d Added tag 0.0.5 for changeset 09ecbdf58c87 by Rob Landley · 17 years ago
- a95475b New release coming. by Rob Landley · 17 years ago
- 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 17 years ago
- 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 17 years ago
- bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 17 years ago
- 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 17 years ago
- 50c8c02 Another cp -r fix, another test case... by Rob Landley · 17 years ago
- 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 17 years ago
- 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 17 years ago
- 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 17 years ago
- aba353e Enabling debugging should not change behavior. Oops. by Rob Landley · 17 years ago
- de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 17 years ago
- b15365a Add an install script, with --long --symlink --force and --uninstall options. by Rob Landley · 17 years ago
- 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 17 years ago
- 775257b Remove some commented out code. by Rob Landley · 17 years ago
- 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 17 years ago
- 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 17 years ago
- 61190a3 Add enable/disable/exclude logic, update docs. by Rob Landley · 17 years ago
- 58c8508 Yet more build dependency tweaks... by Rob Landley · 17 years ago
- dd28202 Start of tests for cp. by Rob Landley · 17 years ago
- 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 17 years ago
- 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 17 years ago
- 6882ee8 Partial update. Needs more work. by Rob Landley · 17 years ago
- 26bf9e6 Add toys.optc, an argv-style count for toys.optargs. by Rob Landley · 17 years ago
- 0a521a2 Fix up (admittedly stubby) mdev so it's actually hooked up to the build. by Rob Landley · 17 years ago
- 8dd5134 Script from Roberto Foglietta to do config2help in bash instead of python. by Rob Landley · 17 years ago
- f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 17 years ago
- 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 17 years ago
- 54524c9 Fix filename in header by Charlie Shepherd · 17 years ago
- e21e64b Update .hgignore to cover new generated/ directory by Charlie Shepherd · 17 years ago
- 32fe27f Fix copyright name by Charlie Shepherd · 17 years ago
- 76a2e46 Die on compilation or stripping failure by Charlie Shepherd · 17 years ago
- 651e253 Have chvt print an error message (and exit with error) when it fails. by Rob Landley · 17 years ago
- 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 17 years ago
- 5c4a217 Comment and whitespace cleanups by Charlie Shepherd (code's the same). by Rob Landley · 17 years ago
- 5c010f7 Might as well make the dependencies slightly more paranoid. by Rob Landley · 17 years ago
- 81d937d Sort newtoys.h by command name, not by USE_ macro. by Rob Landley · 17 years ago
- 841223d Fix crash when running unknown command via symlink. by Rob Landley · 17 years ago
- 41cb696 Hit makefile dependencies so install step doesn't rebuild toybox. by Rob Landley · 17 years ago
- 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 17 years ago
- 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 17 years ago
- b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
- eb9b8da Minor cleanup: move mke2fs options into mke2fs.c. by Rob Landley · 17 years ago
- 2d471ce More documentation for generated/* files. by Rob Landley · 17 years ago
- 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago