aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Michael Sternberg writes:Eric Andersen2003-07-141-0/+4
| | | | | | | 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
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-1/+2
| | | | -Erik
* Patch from Russell Coker:Eric Andersen2003-07-032-18/+110
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-76/+107
|
* As implemented, sha1sum would sometimes give the wrong answer.Eric Andersen2003-07-031-109/+298
| | | | | This fixes it and uses faster sha1 code from Dr. Gladman. -Erik
* Make sure we end up with a unix2dos link to busyboxEric Andersen2003-06-261-0/+5
|
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-201-1/+3
| | | | | | | | "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
* Add prototype update missing from last_patch89. Fix screwyEric Andersen2003-06-201-3/+4
| | | | formatting in cut.
* last_patch89 from vodz:Eric Andersen2003-06-2011-241/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sha1sum option to compare checksumsGlenn L McGrath2003-06-082-46/+123
|
* Better error handlingGlenn L McGrath2003-06-071-9/+16
|
* Minor correctionGlenn L McGrath2003-06-071-1/+1
|
* Fix bug (wrong value computed) when reading file from stdin, implementGlenn L McGrath2003-06-071-39/+41
| | | | -s option
* Run through indentGlenn L McGrath2003-06-071-780/+808
|
* cleanup a bit to remove needless verify() functionEric Andersen2003-05-261-39/+36
|
* Vodz, last_patch_86Glenn L McGrath2003-05-261-3/+2
|
* Use bb_xgetlargGlenn L McGrath2003-04-271-9/+1
|
* New applet, foldGlenn L McGrath2003-04-273-0/+209
|
* Add more help textEric Andersen2003-04-041-1/+2
|
* Test that cvs commit messages are working properlyEric Andersen2003-04-041-1/+3
| | | | -Erik
* Fix 'thinko'.Manuel Novoa III2003-04-031-1/+1
|
* trivial fix to make sure we have sufficient arguments beforeEric Andersen2003-03-281-4/+3
| | | | | we mess with a possibly non-existant argv[1] -Erik
* Oops... had != but meant ==.Manuel Novoa III2003-03-231-1/+1
|
* Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III2003-03-191-1/+1
|
* Things my compiler didn't catch...Manuel Novoa III2003-03-193-4/+4
|
* Major coreutils update.Manuel Novoa III2003-03-1967-2783/+3275
|
* Fix for big endian machinesGlenn L McGrath2003-02-171-2/+2
|
* New applet sha1sumGlenn L McGrath2003-02-173-0/+231
|
* Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath2003-02-153-0/+624
|
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-1/+1
|
* last_patch75_2 from vodz,Eric Andersen2003-01-141-2/+4
|
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-114/+82
|
* Support the obsolete '+' optionGlenn L McGrath2002-12-231-4/+19
|
* Add missing header file to squash a warningEric Andersen2002-12-111-0/+1
|
* Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIGlenn L McGrath2002-12-101-12/+10
|
* Realpath appletGlenn L McGrath2002-12-101-0/+44
|
* Fixup buffer allocationEric Andersen2002-12-061-4/+6
|
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+1
|
* StyleGlenn L McGrath2002-11-281-21/+46
|
* Woops, forgot they printout applet name as well....Glenn L McGrath2002-11-281-2/+2
|
* Use error_msg instead of fprintf(stderrGlenn L McGrath2002-11-281-2/+2
|
* Use printf instead of fprintf(stdoutGlenn L McGrath2002-11-281-7/+3
|
* When making parent directories set permissions based on the base parent tree ↵Glenn L McGrath2002-11-241-1/+3
| | | | rather than the new directory to be created.
* Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath2002-11-101-64/+230
|
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath2002-11-101-224/+64
|
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen2002-10-101-17/+29
|
* Vodz' last_patch57:Eric Andersen2002-09-303-8/+5
| | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz
* make_directory() will fail instantly so we dont need to test for failure hereGlenn L McGrath2002-09-281-5/+4
|
* Sane-ify the screen clearing stuff.Eric Andersen2002-09-171-3/+1
| | | | -Erik
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+104
|