Takeharu Kato said:
[oweals/busybox.git] / coreutils /
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-04-30 Rob LandleyOn Wednesday 13 April 2005 09:12 pm, Shaun Jackman...
2005-04-29 Rob LandleyPatch from Matthew S. Wood:
2005-04-26 Mike Frysingerfix stupid build mistake i made earlier as pointed...
2005-04-24 Mike Frysingerrework human_fstype to cut down size
2005-04-24 Mike Frysingerrework options to get rid of extra variables
2005-04-23 Mike Frysingerstat implementation based upon coreutils
2005-04-23 Mike Frysingercast the time pointer so gcc stops warning over nothing
2005-04-23 Mike Frysingeruse bb_fflush_stdout_and_exit instead of exit
2005-04-21 Mike Frysingergrab sum from coreutils, clean it up, and make it busyb...
2005-04-21 Mike Frysingeradd a printenv implementation
2005-04-21 Mike Frysingerfix whitespace
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-04-14 Mike Frysingerfake out support for POSIX -H and -L options since...
2005-04-14 Mike Frysingeradd aliases == and [[ for = and [ to support more bash...
2005-02-13 Manuel Novoa III Add 'nice' and replace 'renice' with a new implementation.
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2005-01-07 Mike Frysingercp: make -P a synonym for -d
2004-10-11 Eric AndersenPatch from David Daney:
2004-10-08 Eric Andersenegor duda writes:
2004-09-30 Glenn L McGrathPatch from William Barsse to fix a segfault when multip...
2004-09-24 Glenn L McGrathPatch from David Daney to make the -i option work with -l.
2004-09-15 Glenn L McGrathAdd a missing brace, patch by Hideki IWAMOTO
2004-09-15 Glenn L McGrathTito writes,
2004-09-15 Glenn L McGrathPatch by Felipe Kellermann, use the common escape handl...
2004-09-02 Eric AndersenTito writes:
2004-08-28 Eric AndersenFixup some warnings
2004-08-26 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-08-11 Glenn L McGrathPatch from Bastian Blank to add 64 bit support to the...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-07-30 Eric AndersenFixup getty, login, etc so the utmp and wtmp are update...
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-23 Glenn L McGrathPatch from Felipe Kellermann, fix endless loop when...
2004-07-23 Glenn L McGrathFelipe Kellermann writes,
2004-05-26 Manuel Novoa III If read were to return with an error, bad things would...
2004-05-26 Eric AndersenUse STDIN_FILENO rather than '0'
2004-05-26 Eric AndersenRob Landley writes:
2004-05-05 Eric AndersenSteve Grubb writes:
2004-05-05 Eric AndersenSteve Grubb writes:
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-16 Eric AndersenThats odd. I guess this was cut-n-paste error, but...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenFix non standard 'date -R' formatting
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-23 Eric AndersenBrian Pomerantz writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenHideki IWAMOTO writes:
2004-03-10 Glenn L McGrathWhen displaying the size in 1kB blocks round up if...
2004-03-10 Glenn L McGrathPatch by Seth W. Klein, the -l switch was reversed
2004-03-08 Manuel Novoa III Fix broken sort order flags.
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-03-06 Glenn L McGrathPatch from Matt Kraai to fix debian bug number 231994.
2004-03-05 Glenn L McGrathClose bracket in description from Peter Willis's eject...
2004-02-22 Glenn L McGrathReturn 1 upon failure
2004-02-21 Glenn L McGrathUse return instead of exit, use == instead of & ==...
2004-02-17 Glenn L McGrathAdd the -r option, patch from Rob with some help from...
2004-02-17 Glenn L McGrathWoops, im getting ahead of myself, we dont have the...
2004-02-17 Glenn L McGrathdefine option names to be clearer, simplify nested...
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-02-04 Eric AndersenJean Wolter writes:
2004-02-01 Manuel Novoa III Use bb_xstrdup() instead of strdup().
2004-01-30 Eric AndersenAvoid symbol naming conflict with libm
2004-01-27 Glenn L McGrathNew applet, seq. No options, just the basics.
2004-01-27 Glenn L McGrathAlign using spaces to furthurest character and then...
2004-01-26 Eric AndersenPascal Brisset writes:
2004-01-25 Manuel Novoa III Be stricter when converting strings to integers. Shoul...
2004-01-25 Glenn L McGrathAdd the -r option as a synonym of -R
2004-01-23 Glenn L McGrathEnable long options, adds 150 bytes.
2004-01-23 Glenn L McGrathCheck valid options were given
2004-01-23 Glenn L McGrathDont change ownership unless we created the directory.
2004-01-23 Glenn L McGrathRemove unneeded conditions and logic, fix bug where...
2004-01-18 Glenn L McGrathFix a bug where `ls -le` would print the time twice.
2004-01-18 Glenn L McGrathUse bb_getopt_ulflags, save 200-300 bytes
2004-01-08 Glenn L McGrathPatch from Bastian Blank to fix debian bug #226722...
2003-12-31 Glenn L McGrathBatch from Bastian Blank to fix debian bug #216435;
2003-12-08 Glenn L McGrathBring usage upto date, patch by Steven Scholz
2003-11-27 Glenn L McGrathFix a bug, ignore the source path when installing to...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathFix up the -s option, and make usage consitent with...
2003-11-18 Glenn L McGrathwoops, we needed that function
2003-11-18 Glenn L McGrathOnly use getopt and associated flags if checking is...
2003-11-18 Glenn L McGrathReplaced by md5_sha1_sum.c
2003-11-18 Glenn L McGrathReplaced by md5_sha1_sum.c
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-07 Eric AndersenAs vodz pointed out, setting unset_env to NULL is suffi...
2003-11-06 Glenn L McGrathRewrite, 800+ bytes smaller and more robust.
2003-11-04 Eric AndersenFix oversight with CONFIG_FEATURE_AUTOWIDTH handling
2003-11-03 Eric AndersenSet unset_env pointing to a NULL item, to prevent us...
2003-10-31 Glenn L McGrathMove the tail -c option from FANCY_TAIL to the default...
2003-10-31 Glenn L McGrathRemove config options for sort -u and sort -r, they...
2003-10-29 Glenn L McGrathAccept the -c option and do nothing
2003-10-22 Eric AndersenDisable any buffering to stdout
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-09 Glenn L McGrathPatch from Steven Scholz, fix some warnings
2003-09-24 Glenn L McGrathAdd the -d option
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-08 Glenn L McGrathPatch from Jean Wolter
next