aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* tell people to ignore the dups/e0 warningsvapier2005-07-301-0/+1
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-272-2/+2
* remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ...vapier2005-07-261-8/+5
* just punt all the f_frsize crap since not all linux headers support it Bug 346vapier2005-07-261-22/+5
* applying fix for:pgf2005-07-201-0/+12
* applying patch from:pgf2005-07-201-1/+2
* If /tmp and /home were different partitions, then "mv /tmp/file /home/file"landley2005-07-201-3/+3
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...vapier2005-07-011-1/+1
* patch by Shaun Jackman to combine dup/close funcs into dup2vapier2005-06-301-3/+2
* dont use f_frsize unless linux-2.6.0 or bettervapier2005-06-291-1/+12
* tweak signed/unsigned char usage to avoid mismatchesvapier2005-06-241-4/+4
* Shaun Jackman submitted a patch converting an allocation to uselandley2005-05-281-5/+7
* Patch from Shaun Jackman to save a few bytes.landley2005-05-281-4/+3
* use more busybox functions and remove redundant codevapier2005-05-161-18/+17
* as Rob Landley pointed out, need to fix the 1 versus i typo in indexingvapier2005-05-131-1/+1
* blah, forgot to save last time to fix whitespacingvapier2005-05-131-1/+1
* remove duplicated code and rework algorithms to end up with smaller codevapier2005-05-131-40/+38
* use a bunch of if statements since it is a few bytes smaller than a switch; a...vapier2005-05-121-20/+16
* err, added 2 to the wrong var :) also touchup the option detection to shrink ...vapier2005-05-121-14/+8
* fix segfault if user only specifies 1 filevapier2005-05-121-1/+1
* fix whitespace/coding stylevapier2005-05-121-27/+28
* add missing comm.o rulevapier2005-05-121-0/+1
* whitespace touchupsvapier2005-05-121-68/+67
* Small comm implementatin from Rob Sullivan. Needed to build perl.landley2005-05-112-0/+162
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-114-4/+4
* Patch from Shaun Jackman:landley2005-05-091-22/+15
* Manuel points out that if printf needs a flush to act like dprintf, the resultlandley2005-05-071-2/+1
* Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.landley2005-05-071-1/+2
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-032-36/+41
* On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:landley2005-04-301-26/+13
* Patch from Matthew S. Wood:landley2005-04-291-8/+24
* fix stupid build mistake i made earlier as pointed out by psmvapier2005-04-261-1/+1
* rework human_fstype to cut down sizevapier2005-04-241-78/+47
* rework options to get rid of extra variablesvapier2005-04-241-15/+11
* stat implementation based upon coreutilsvapier2005-04-233-0/+615
* cast the time pointer so gcc stops warning over nothingvapier2005-04-231-1/+1
* use bb_fflush_stdout_and_exit instead of exitvapier2005-04-231-1/+2
* grab sum from coreutils, clean it up, and make it busybox happyvapier2005-04-213-0/+189
* add a printenv implementationvapier2005-04-213-0/+59
* fix whitespacevapier2005-04-211-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-162-4/+4
* In Bug 208, bernhardf writes:vapier2005-04-161-2/+2
* fake out support for POSIX -H and -L options since busybox cp dereferences ev...vapier2005-04-141-5/+13
* add aliases == and [[ for = and [ to support more bash scriptsvapier2005-04-141-1/+7
* Add 'nice' and replace 'renice' with a new implementation.mjn32005-02-133-0/+93
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andlandley2005-01-242-56/+306
* cp: make -P a synonym for -dvapier2005-01-071-1/+7
* Patch from David Daney:andersen2004-10-111-0/+9
* egor duda writes:andersen2004-10-084-12/+27
* Patch from William Barsse to fix a segfault when multiple files are specified.bug12004-09-301-0/+1