Tito writes:
[oweals/busybox.git] / coreutils /
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
2003-09-08 Glenn L McGrathPreserve suid/sgid bits
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathvodz, last patch 103
2003-08-26 Glenn L McGrathWoops, depend on SHA1 not the option
2003-08-26 Glenn L McGrathSHA1 options depend on SHA1
2003-08-19 Glenn L McGrathTypo
2003-08-13 Manuel Novoa III Remove unnecessary pointer dereference.
2003-08-09 Manuel Novoa III Adjust Erik's change, as I don't claim copyright of...
2003-08-08 Eric AndersenRemove unnecessary defamatory comment
2003-08-08 Eric AndersenFix a stupid bug I introduced several months ago
2003-07-28 Eric Andersenlast_patch98 from vodz:
2003-07-26 Eric AndersenThere should be only one instance of CONFIG_FEATURE_AUT...
2003-07-23 Manuel Novoa III Set the tm_isdst flag to -1 before calling mktime(...
2003-07-22 Eric Anderseneliminate DOSTATIC, DODEBUG, etc and name them sensibly
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-14 Eric AndersenMichael Sternberg writes:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-07-03 Eric AndersenPatch from Kent Robotti adding a bunch of menuconfig...
2003-07-03 Eric AndersenAs implemented, sha1sum would sometimes give the wrong...
2003-06-26 Eric AndersenMake sure we end up with a unix2dos link to busybox
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-08 Glenn L McGrathsha1sum option to compare checksums
2003-06-07 Glenn L McGrathBetter error handling
2003-06-07 Glenn L McGrathMinor correction
next