aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from David Daney to make the -i option work with -l.bug12004-09-241-1/+1
* Add a missing brace, patch by Hideki IWAMOTObug12004-09-151-0/+1
* Tito writes,bug12004-09-151-41/+35
* Patch by Felipe Kellermann, use the common escape handling function and remov...bug12004-09-151-133/+21
* Tito writes:andersen2004-09-022-67/+90
* Fixup some warningsandersen2004-08-281-1/+1
* Tito writes:andersen2004-08-261-4/+6
* Tito writes:andersen2004-08-263-6/+6
* Patch from Bastian Blank to add 64 bit support to the test command.bug12004-08-112-14/+35
* Tito, farmatito at tiscali dot it writes:andersen2004-08-031-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-0/+1
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-7/+3
* Patch from Felipe Kellermann, fix endless loop when first > last andbug12004-07-231-6/+13
* Felipe Kellermann writes,bug12004-07-231-5/+5
* If read were to return with an error, bad things would happen. Fix it.mjn32004-05-261-2/+6
* Use STDIN_FILENO rather than '0'andersen2004-05-261-1/+1
* Rob Landley writes:andersen2004-05-261-1/+1
* Steve Grubb writes:andersen2004-05-051-1/+3
* Steve Grubb writes:andersen2004-05-051-1/+1
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-253-3/+3
* Thats odd. I guess this was cut-n-paste error, but vodzandersen2004-04-161-1/+1
* Larry Doolittle writes:andersen2004-04-1410-21/+21
* Fix non standard 'date -R' formattingandersen2004-04-061-4/+4
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-272-5/+5
* Brian Pomerantz writes:andersen2004-03-231-1/+1