Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-22 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. | |||
2003-07-14 | Michael Sternberg writes: | Eric Andersen | |
Latest BusyBox from CVS (Jul 7 2003). File coreutils/ls.c "if" at line 970 should be enclosed in #ifdef CONFIG_FEATURE_LS_SORTFILES "if" at line 976 should be enclosed in #ifdef CONFIG_FEATURE_LS_TIMESTAMPS | |||
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | |
-Erik | |||
2003-07-03 | Patch from Russell Coker: | Eric Andersen | |
I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | |||
2003-07-03 | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | |
2003-07-03 | As implemented, sha1sum would sometimes give the wrong answer. | Eric Andersen | |
This fixes it and uses faster sha1 code from Dr. Gladman. -Erik | |||
2003-06-26 | Make sure we end up with a unix2dos link to busybox | Eric Andersen | |
2003-06-20 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | |
"rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik | |||
2003-06-20 | Add prototype update missing from last_patch89. Fix screwy | Eric Andersen | |
formatting in cut. | |||
2003-06-20 | last_patch89 from vodz: | Eric Andersen | |
Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz | |||
2003-06-08 | sha1sum option to compare checksums | Glenn L McGrath | |
2003-06-07 | Better error handling | Glenn L McGrath | |
2003-06-07 | Minor correction | Glenn L McGrath | |
2003-06-07 | Fix bug (wrong value computed) when reading file from stdin, implement | Glenn L McGrath | |
-s option | |||
2003-06-07 | Run through indent | Glenn L McGrath | |
2003-05-26 | cleanup a bit to remove needless verify() function | Eric Andersen | |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath | |
2003-04-27 | Use bb_xgetlarg | Glenn L McGrath | |
2003-04-27 | New applet, fold | Glenn L McGrath | |
2003-04-04 | Add more help text | Eric Andersen | |
2003-04-04 | Test that cvs commit messages are working properly | Eric Andersen | |
-Erik | |||
2003-04-03 | Fix 'thinko'. | Manuel Novoa III | |
2003-03-28 | trivial fix to make sure we have sufficient arguments before | Eric Andersen | |
we mess with a possibly non-existant argv[1] -Erik | |||
2003-03-23 | Oops... had != but meant ==. | Manuel Novoa III | |
2003-03-19 | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | |
2003-03-19 | Things my compiler didn't catch... | Manuel Novoa III | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-17 | Fix for big endian machines | Glenn L McGrath | |
2003-02-17 | New applet sha1sum | Glenn L McGrath | |
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | |
2003-02-08 | Patch from mathuria, compatability with solaris | Glenn L McGrath | |
2003-01-14 | last_patch75_2 from vodz, | Eric Andersen | |
2003-01-06 | Correct column width for tab completion and ls | Glenn L McGrath | |
2002-12-23 | Support the obsolete '+' option | Glenn L McGrath | |
2002-12-11 | Add missing header file to squash a warning | Eric Andersen | |
2002-12-10 | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | Glenn L McGrath | |
2002-12-10 | Realpath applet | Glenn L McGrath | |
2002-12-06 | Fixup buffer allocation | Eric Andersen | |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-28 | Style | Glenn L McGrath | |
2002-11-28 | Woops, forgot they printout applet name as well.... | Glenn L McGrath | |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath | |
2002-11-28 | Use printf instead of fprintf(stdout | Glenn L McGrath | |
2002-11-24 | When making parent directories set permissions based on the base parent tree ↵ | Glenn L McGrath | |
rather than the new directory to be created. | |||
2002-11-10 | Will the real od.c please stand up! (my previous commit was a mistake) | Glenn L McGrath | |
2002-11-10 | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | Glenn L McGrath | |
2002-10-10 | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | Eric Andersen | |