| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 18 | -29/+18 |
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -100/+100 |
* | Michael Sternberg writes: | Eric Andersen | 2003-07-14 | 1 | -0/+4 |
* | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | 2003-07-05 | 1 | -1/+2 |
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 2 | -18/+110 |
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -76/+107 |
* | As implemented, sha1sum would sometimes give the wrong answer. | Eric Andersen | 2003-07-03 | 1 | -109/+298 |
* | Make sure we end up with a unix2dos link to busybox | Eric Andersen | 2003-06-26 | 1 | -0/+5 |
* | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | 2003-06-20 | 1 | -1/+3 |
* | Add prototype update missing from last_patch89. Fix screwy | Eric Andersen | 2003-06-20 | 1 | -3/+4 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 11 | -241/+199 |
* | sha1sum option to compare checksums | Glenn L McGrath | 2003-06-08 | 2 | -46/+123 |
* | Better error handling | Glenn L McGrath | 2003-06-07 | 1 | -9/+16 |
* | Minor correction | Glenn L McGrath | 2003-06-07 | 1 | -1/+1 |
* | Fix bug (wrong value computed) when reading file from stdin, implement | Glenn L McGrath | 2003-06-07 | 1 | -39/+41 |
* | Run through indent | Glenn L McGrath | 2003-06-07 | 1 | -780/+808 |
* | cleanup a bit to remove needless verify() function | Eric Andersen | 2003-05-26 | 1 | -39/+36 |
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 1 | -3/+2 |
* | Use bb_xgetlarg | Glenn L McGrath | 2003-04-27 | 1 | -9/+1 |
* | New applet, fold | Glenn L McGrath | 2003-04-27 | 3 | -0/+209 |
* | Add more help text | Eric Andersen | 2003-04-04 | 1 | -1/+2 |
* | Test that cvs commit messages are working properly | Eric Andersen | 2003-04-04 | 1 | -1/+3 |
* | Fix 'thinko'. | Manuel Novoa III | 2003-04-03 | 1 | -1/+1 |
* | trivial fix to make sure we have sufficient arguments before | Eric Andersen | 2003-03-28 | 1 | -4/+3 |
* | Oops... had != but meant ==. | Manuel Novoa III | 2003-03-23 | 1 | -1/+1 |
* | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
* | Things my compiler didn't catch... | Manuel Novoa III | 2003-03-19 | 3 | -4/+4 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 67 | -2783/+3275 |
* | Fix for big endian machines | Glenn L McGrath | 2003-02-17 | 1 | -2/+2 |
* | New applet sha1sum | Glenn L McGrath | 2003-02-17 | 3 | -0/+231 |
* | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | 2003-02-15 | 3 | -0/+624 |
* | Patch from mathuria, compatability with solaris | Glenn L McGrath | 2003-02-08 | 1 | -1/+1 |
* | last_patch75_2 from vodz, | Eric Andersen | 2003-01-14 | 1 | -2/+4 |
* | Correct column width for tab completion and ls | Glenn L McGrath | 2003-01-06 | 1 | -114/+82 |
* | Support the obsolete '+' option | Glenn L McGrath | 2002-12-23 | 1 | -4/+19 |
* | Add missing header file to squash a warning | Eric Andersen | 2002-12-11 | 1 | -0/+1 |
* | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | Glenn L McGrath | 2002-12-10 | 1 | -12/+10 |
* | Realpath applet | Glenn L McGrath | 2002-12-10 | 1 | -0/+44 |
* | Fixup buffer allocation | Eric Andersen | 2002-12-06 | 1 | -4/+6 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -2/+1 |
* | Style | Glenn L McGrath | 2002-11-28 | 1 | -21/+46 |
* | Woops, forgot they printout applet name as well.... | Glenn L McGrath | 2002-11-28 | 1 | -2/+2 |
* | Use error_msg instead of fprintf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -2/+2 |
* | Use printf instead of fprintf(stdout | Glenn L McGrath | 2002-11-28 | 1 | -7/+3 |
* | When making parent directories set permissions based on the base parent tree ... | Glenn L McGrath | 2002-11-24 | 1 | -1/+3 |
* | Will the real od.c please stand up! (my previous commit was a mistake) | Glenn L McGrath | 2002-11-10 | 1 | -64/+230 |
* | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | Glenn L McGrath | 2002-11-10 | 1 | -224/+64 |
* | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | Eric Andersen | 2002-10-10 | 1 | -17/+29 |
* | Vodz' last_patch57: | Eric Andersen | 2002-09-30 | 3 | -8/+5 |
* | make_directory() will fail instantly so we dont need to test for failure here | Glenn L McGrath | 2002-09-28 | 1 | -5/+4 |