2004-02-22 |
Glenn L McGrath | Return 1 upon failure |
tree | commitdiff |
2004-02-21 |
Glenn L McGrath | Use return instead of exit, use == instead of & ==... |
tree | commitdiff |
2004-02-17 |
Glenn L McGrath | Add the -r option, patch from Rob with some help from... |
tree | commitdiff |
2004-02-17 |
Glenn L McGrath | Woops, im getting ahead of myself, we dont have the... |
tree | commitdiff |
2004-02-17 |
Glenn L McGrath | define option names to be clearer, simplify nested... |
tree | commitdiff |
2004-02-05 |
Eric Andersen | Vladimir N. Oleynik writes: |
tree | commitdiff |
2004-02-04 |
Eric Andersen | Jean Wolter writes: |
tree | commitdiff |
2004-02-01 |
Manuel Novoa III | Use bb_xstrdup() instead of strdup(). |
tree | commitdiff |
2004-01-30 |
Eric Andersen | Avoid symbol naming conflict with libm |
tree | commitdiff |
2004-01-27 |
Glenn L McGrath | New applet, seq. No options, just the basics. |
tree | commitdiff |
2004-01-27 |
Glenn L McGrath | Align using spaces to furthurest character and then... |
tree | commitdiff |
2004-01-26 |
Eric Andersen | Pascal Brisset writes: |
tree | commitdiff |
2004-01-25 |
Manuel Novoa III | Be stricter when converting strings to integers. Shoul... |
tree | commitdiff |
2004-01-25 |
Glenn L McGrath | Add the -r option as a synonym of -R |
tree | commitdiff |
2004-01-23 |
Glenn L McGrath | Enable long options, adds 150 bytes. |
tree | commitdiff |
2004-01-23 |
Glenn L McGrath | Check valid options were given |
tree | commitdiff |
2004-01-23 |
Glenn L McGrath | Dont change ownership unless we created the directory. |
tree | commitdiff |
2004-01-23 |
Glenn L McGrath | Remove unneeded conditions and logic, fix bug where... |
tree | commitdiff |
2004-01-18 |
Glenn L McGrath | Fix a bug where `ls -le` would print the time twice. |
tree | commitdiff |
2004-01-18 |
Glenn L McGrath | Use bb_getopt_ulflags, save 200-300 bytes |
tree | commitdiff |
2004-01-08 |
Glenn L McGrath | Patch from Bastian Blank to fix debian bug #226722... |
tree | commitdiff |
2003-12-31 |
Glenn L McGrath | Batch from Bastian Blank to fix debian bug #216435; |
tree | commitdiff |
2003-12-08 |
Glenn L McGrath | Bring usage upto date, patch by Steven Scholz |
tree | commitdiff |
2003-11-27 |
Glenn L McGrath | Fix a bug, ignore the source path when installing to... |
tree | commitdiff |
2003-11-21 |
Glenn L McGrath | As we no longer use function pointers for read in commo... |
tree | commitdiff |
2003-11-20 |
Glenn L McGrath | Fix up the -s option, and make usage consitent with... |
tree | commitdiff |
2003-11-18 |
Glenn L McGrath | woops, we needed that function |
tree | commitdiff |
2003-11-18 |
Glenn L McGrath | Only use getopt and associated flags if checking is... |
tree | commitdiff |
2003-11-18 |
Glenn L McGrath | Replaced by md5_sha1_sum.c |
tree | commitdiff |
2003-11-18 |
Glenn L McGrath | Replaced by md5_sha1_sum.c |
tree | commitdiff |
2003-11-10 |
Glenn L McGrath | Merge common parts of sha1sum and md5sum, which is... |
tree | commitdiff |
2003-11-07 |
Eric Andersen | As vodz pointed out, setting unset_env to NULL is suffi... |
tree | commitdiff |
2003-11-06 |
Glenn L McGrath | Rewrite, 800+ bytes smaller and more robust. |
tree | commitdiff |
2003-11-04 |
Eric Andersen | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling |
tree | commitdiff |
2003-11-03 |
Eric Andersen | Set unset_env pointing to a NULL item, to prevent us... |
tree | commitdiff |
2003-10-31 |
Glenn L McGrath | Move the tail -c option from FANCY_TAIL to the default... |
tree | commitdiff |
2003-10-31 |
Glenn L McGrath | Remove config options for sort -u and sort -r, they... |
tree | commitdiff |
2003-10-29 |
Glenn L McGrath | Accept the -c option and do nothing |
tree | commitdiff |
2003-10-22 |
Eric Andersen | Disable any buffering to stdout |
tree | commitdiff |
2003-10-22 |
Eric Andersen | Andreas Mohr writes: |
tree | commitdiff |
2003-10-09 |
Glenn L McGrath | Patch from Steven Scholz, fix some warnings |
tree | commitdiff |
2003-09-24 |
Glenn L McGrath | Add the -d option |
tree | commitdiff |
2003-09-24 |
Glenn L McGrath | Add the "install" applet, move get_ug_id to libbb as... |
tree | commitdiff |
2003-09-15 |
Eric Andersen | Be entirely consistant when using ioctl(0, TIOCGWINSZ... |
tree | commitdiff |
2003-09-08 |
Glenn L McGrath | Patch from Jean Wolter |
tree | commitdiff |
2003-09-08 |
Glenn L McGrath | Preserve suid/sgid bits |
tree | commitdiff |
2003-09-02 |
Glenn L McGrath | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/message... |
tree | commitdiff |
2003-08-29 |
Glenn L McGrath | vodz, last patch 103 |
tree | commitdiff |
2003-08-26 |
Glenn L McGrath | Woops, depend on SHA1 not the option |
tree | commitdiff |
2003-08-26 |
Glenn L McGrath | SHA1 options depend on SHA1 |
tree | commitdiff |
2003-08-19 |
Glenn L McGrath | Typo |
tree | commitdiff |
2003-08-13 |
Manuel Novoa III | Remove unnecessary pointer dereference. |
tree | commitdiff |
2003-08-09 |
Manuel Novoa III | Adjust Erik's change, as I don't claim copyright of... |
tree | commitdiff |
2003-08-08 |
Eric Andersen | Remove unnecessary defamatory comment |
tree | commitdiff |
2003-08-08 |
Eric Andersen | Fix a stupid bug I introduced several months ago |
tree | commitdiff |
2003-07-28 |
Eric Andersen | last_patch98 from vodz: |
tree | commitdiff |
2003-07-26 |
Eric Andersen | There should be only one instance of CONFIG_FEATURE_AUT... |
tree | commitdiff |
2003-07-23 |
Manuel Novoa III | Set the tm_isdst flag to -1 before calling mktime(... |
tree | commitdiff |
2003-07-22 |
Eric Andersen | eliminate DOSTATIC, DODEBUG, etc and name them sensibly |
tree | commitdiff |
2003-07-22 |
Eric Andersen | Remove remaining libc5 support code |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Update a bunch of docs. Run a script to update my... |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Patch from Thomas Cameron: |
tree | commitdiff |
2003-07-14 |
Eric Andersen | Michael Sternberg writes: |
tree | commitdiff |
2003-07-05 |
Eric Andersen | Patch from Kent Robotti adding a bunch of needed docs! |
tree | commitdiff |
2003-07-03 |
Eric Andersen | Patch from Russell Coker: |
tree | commitdiff |
2003-07-03 |
Eric Andersen | Patch from Kent Robotti adding a bunch of menuconfig... |
tree | commitdiff |
2003-07-03 |
Eric Andersen | As implemented, sha1sum would sometimes give the wrong... |
tree | commitdiff |
2003-06-26 |
Eric Andersen | Make sure we end up with a unix2dos link to busybox |
tree | commitdiff |
2003-06-20 |
Eric Andersen | Somewhere in the 2.4.x kernel series, /proc/mounts... |
tree | commitdiff |
2003-06-20 |
Eric Andersen | Add prototype update missing from last_patch89. Fix... |
tree | commitdiff |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
tree | commitdiff |
2003-06-08 |
Glenn L McGrath | sha1sum option to compare checksums |
tree | commitdiff |
2003-06-07 |
Glenn L McGrath | Better error handling |
tree | commitdiff |
2003-06-07 |
Glenn L McGrath | Minor correction |
tree | commitdiff |
2003-06-07 |
Glenn L McGrath | Fix bug (wrong value computed) when reading file from... |
tree | commitdiff |
2003-06-07 |
Glenn L McGrath | Run through indent |
tree | commitdiff |
2003-05-26 |
Eric Andersen | cleanup a bit to remove needless verify() function |
tree | commitdiff |
2003-05-26 |
Glenn L McGrath | Vodz, last_patch_86 |
tree | commitdiff |
2003-04-27 |
Glenn L McGrath | Use bb_xgetlarg |
tree | commitdiff |
2003-04-27 |
Glenn L McGrath | New applet, fold |
tree | commitdiff |
2003-04-04 |
Eric Andersen | Add more help text |
tree | commitdiff |
2003-04-04 |
Eric Andersen | Test that cvs commit messages are working properly |
tree | commitdiff |
2003-04-03 |
Manuel Novoa III | Fix 'thinko'. |
tree | commitdiff |
2003-03-28 |
Eric Andersen | trivial fix to make sure we have sufficient arguments... |
tree | commitdiff |
2003-03-23 |
Manuel Novoa III | Oops... had != but meant ==. |
tree | commitdiff |
2003-03-19 |
Manuel Novoa III | Restrict octal perms to <= 07777. Cosmetic error messa... |
tree | commitdiff |
2003-03-19 |
Manuel Novoa III | Things my compiler didn't catch... |
tree | commitdiff |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
tree | commitdiff |
2003-02-17 |
Glenn L McGrath | Fix for big endian machines |
tree | commitdiff |
2003-02-17 |
Glenn L McGrath | New applet sha1sum |
tree | commitdiff |
2003-02-15 |
Glenn L McGrath | Merge fileutils, textutils and shellutils into coreuils |
tree | commitdiff |
2003-02-08 |
Glenn L McGrath | Patch from mathuria, compatability with solaris |
tree | commitdiff |
2003-01-14 |
Eric Andersen | last_patch75_2 from vodz, |
tree | commitdiff |
2003-01-06 |
Glenn L McGrath | Correct column width for tab completion and ls |
tree | commitdiff |
2002-12-23 |
Glenn L McGrath | Support the obsolete '+' option |
tree | commitdiff |
2002-12-11 |
Eric Andersen | Add missing header file to squash a warning |
tree | commitdiff |
2002-12-10 |
Glenn L McGrath | Fix undefined behaviour and save some bytes as suggeste... |
tree | commitdiff |
2002-12-10 |
Glenn L McGrath | Realpath applet |
tree | commitdiff |
2002-12-06 |
Eric Andersen | Fixup buffer allocation |
tree | commitdiff |
2002-11-28 |
Aaron Lehmann | Change if(x)free(x); to free(x); |
tree | commitdiff |
next |