aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shaun Jackman submitted a patch converting an allocation to useRob Landley2005-05-281-5/+7
* Patch from Shaun Jackman to save a few bytes.Rob Landley2005-05-281-4/+3
* use more busybox functions and remove redundant codeMike Frysinger2005-05-161-18/+17
* as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger2005-05-131-1/+1
* blah, forgot to save last time to fix whitespacingMike Frysinger2005-05-131-1/+1
* remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger2005-05-131-40/+38
* use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger2005-05-121-20/+16
* err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger2005-05-121-14/+8
* fix segfault if user only specifies 1 fileMike Frysinger2005-05-121-1/+1
* fix whitespace/coding styleMike Frysinger2005-05-121-27/+28
* add missing comm.o ruleMike Frysinger2005-05-121-0/+1
* whitespace touchupsMike Frysinger2005-05-121-68/+67
* Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley2005-05-112-0/+162
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-114-4/+4
* Patch from Shaun Jackman:Rob Landley2005-05-091-22/+15
* Manuel points out that if printf needs a flush to act like dprintf, the resultRob Landley2005-05-071-2/+1
* Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.Rob Landley2005-05-071-1/+2
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-032-36/+41
* On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:Rob Landley2005-04-301-26/+13
* Patch from Matthew S. Wood:Rob Landley2005-04-291-8/+24
* fix stupid build mistake i made earlier as pointed out by psmMike Frysinger2005-04-261-1/+1
* rework human_fstype to cut down sizeMike Frysinger2005-04-241-78/+47
* rework options to get rid of extra variablesMike Frysinger2005-04-241-15/+11
* stat implementation based upon coreutilsMike Frysinger2005-04-233-0/+615
* cast the time pointer so gcc stops warning over nothingMike Frysinger2005-04-231-1/+1
* use bb_fflush_stdout_and_exit instead of exitMike Frysinger2005-04-231-1/+2
* grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger2005-04-213-0/+189
* add a printenv implementationMike Frysinger2005-04-213-0/+59
* fix whitespaceMike Frysinger2005-04-211-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-162-4/+4
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-2/+2
* fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger2005-04-141-5/+13
* add aliases == and [[ for = and [ to support more bash scriptsMike Frysinger2005-04-141-1/+7
* Add 'nice' and replace 'renice' with a new implementation.Manuel Novoa III2005-02-133-0/+93
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley2005-01-242-56/+306
* cp: make -P a synonym for -dMike Frysinger2005-01-071-1/+7
* Patch from David Daney:Eric Andersen2004-10-111-0/+9
* egor duda writes:Eric Andersen2004-10-084-12/+27
* Patch from William Barsse to fix a segfault when multiple files are specified.Glenn L McGrath2004-09-301-0/+1
* Patch from David Daney to make the -i option work with -l.Glenn L McGrath2004-09-241-1/+1
* Add a missing brace, patch by Hideki IWAMOTOGlenn L McGrath2004-09-151-0/+1
* Tito writes,Glenn L McGrath2004-09-151-41/+35
* Patch by Felipe Kellermann, use the common escape handling function and remov...Glenn L McGrath2004-09-151-133/+21
* Tito writes:Eric Andersen2004-09-022-67/+90
* Fixup some warningsEric Andersen2004-08-281-1/+1
* Tito writes:Eric Andersen2004-08-261-4/+6
* Tito writes:Eric Andersen2004-08-263-6/+6
* Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath2004-08-112-14/+35
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-08-031-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-0/+1