- 7e849c5 Check in crc_init needed by cksum. (Oops.) by Rob Landley · 17 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 · 17 years ago
- bdf037f Upgrade patch to detect hunks that start after a false start. by Rob Landley · 17 years ago
- e824ed1 Tweak from Roberto Foglietta. by Rob Landley · 17 years ago
- f15387d Roberto Foglietta pointed out that readall() needs fdlength() to restore by Rob Landley · 17 years ago
- 15b2315 Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. by Rob Landley · 17 years ago
- 2bfaaf2 Add "tee" command. by Rob Landley · 17 years ago
- 1a35c47 Teach option parsing logic that ^ means stop parsing after this option. by Rob Landley · 17 years ago
- 8cca60d A pathological case of huffman coding that uses 8 bits to code each of 256 by Rob Landley · 17 years ago
- b1487dc Option parsing: stopearly is now a ^ prefix (not +), and an option string with by Rob Landley · 17 years ago
- 4ac6656 Assemble '*' repeated argument list in order. Also implement '@' counter. by Rob Landley · 17 years ago
- 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 17 years ago
- 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 17 years ago
- 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 17 years ago
- 8e99874 Fluffier error message. by Rob Landley · 17 years ago
- 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 18 years ago
- 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 18 years ago
- aba353e Enabling debugging should not change behavior. Oops. by Rob Landley · 18 years ago
- 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 18 years ago
- 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 18 years ago
- 61190a3 Add enable/disable/exclude logic, update docs. by Rob Landley · 18 years ago
- 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 18 years ago
- 26bf9e6 Add toys.optc, an argv-style count for toys.optargs. by Rob Landley · 18 years ago
- f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 18 years ago
- 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 18 years ago
- 54524c9 Fix filename in header by Charlie Shepherd · 18 years ago
- 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 18 years ago
- 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 18 years ago
- b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 18 years ago
- 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 18 years ago
- 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 18 years ago
- 3632d5d Fix loopfiles to not call function() on file not found. by Rob Landley · 18 years ago
- 3548341 Make patch's file add actually work, including directory creating and by Rob Landley · 18 years ago
- d3236c1 Major refactoring of bunzip.c in preparation for doing a multi-threaded version. by Rob Landley · 18 years ago
- e745d8e Upgrade patch to understand creating and deleting files. by Rob Landley · 18 years ago
- 42ecbab Patch command. by Rob Landley · 18 years ago
- bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 18 years ago
- aaffc07 Changeset 186 assumed that toys.exitval defaults to 0. Actually change the by Rob Landley · 18 years ago
- ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 18 years ago
- 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 18 years ago
- 860f263 Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. by Rob Landley · 18 years ago
- e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 18 years ago
- efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 18 years ago
- 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 18 years ago
- 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 18 years ago
- 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 18 years ago
- 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 18 years ago
- d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 18 years ago
- 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 18 years ago
- 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 18 years ago
- 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 18 years ago
- 7aa9d8f Fix "Need 1 arguments". by Rob Landley · 18 years ago
- 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 18 years ago
- 18d43ff Work around uClibc weirdness. by Rob Landley · 18 years ago
- 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 19 years ago
- c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 19 years ago
- f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 19 years ago
- 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 19 years ago
- 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 19 years ago
- 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 19 years ago
- d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 19 years ago
- fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 19 years ago
- de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 19 years ago
- 028a544 Update args.c to implement numeric arguments. by Rob Landley · 19 years ago
- b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 19 years ago
- e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 19 years ago
- 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 19 years ago
- 125a2c7 Merge a memset with an existing loop, tweak comments. by Rob Landley · 19 years ago
- 94515a2 Merge two similar loops and expand a comment. by Rob Landley · 19 years ago
- 59b3017 Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves by Rob Landley · 19 years ago
- 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 19 years ago
- 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 19 years ago
- 813840c More optimizations originally suggested by Manuel Nova: Use a sentinel value by Rob Landley · 19 years ago
- c4a5521 Minor cleanups. by Rob Landley · 19 years ago
- 457047a Turn a memmove into a while(), reducing running time by 3.5% in my tests. by Rob Landley · 19 years ago
- 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 19 years ago
- 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 19 years ago
- cac0ab0 Fix off by one error in a test. by Rob Landley · 19 years ago
- 0dc2d49 Comment and whitespace changes. by Rob Landley · 19 years ago
- ea96222 Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed by Rob Landley · 19 years ago
- 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 19 years ago
- 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 19 years ago
- 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 19 years ago
- d3e9d64 Add xaccess() by Rob Landley · 19 years ago
- f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 19 years ago
- 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 19 years ago
- 46968f7 Remove more warnings. by Rob Landley · 19 years ago
- c6f481c Comment tweak. by Rob Landley · 19 years ago
- 28a0dec Trawling through the archives: a broken test, an unnecessary memset, and a by Rob Landley · 19 years ago
- 2de8f3e More whitespace/cowbell. (And change comment style to //.) by Rob Landley · 19 years ago
- 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 19 years ago
- 1521a9e Add cat -v. by Rob Landley · 19 years ago
- 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 19 years ago
- fdb667e Fix a half-dozen bugs in argument parsing. More seems to work than not now. by Rob Landley · 19 years ago
- 54ebcce Allocate a more sane amount of memory. by Rob Landley · 19 years ago
- 2a813ff Add one if() that has lots of whitespace fallout. by Rob Landley · 19 years ago
- 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 19 years ago
- 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 19 years ago
- 3c49a45 Thinko: the Config.in for the toys should be in ./toys, not ./lib. by Rob Landley · 19 years ago
- fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 19 years ago