| Commit message (Expand) | Author | Age | Files | Lines |
* | This corrects the _really_poor_ implementation of "broadcast +" handling | mjn3 | 2001-08-10 | 3 | -39/+19 |
* | Remind people to enable RPC support when using NFS mount and uClibc (thanks | kraai | 2001-08-09 | 1 | -0/+3 |
* | Remove BB_SH define entirely. | kraai | 2001-08-09 | 6 | -18/+2 |
* | Use ferror(3) to check for errors, rather than inspecting errno. Thanks to | kraai | 2001-08-06 | 2 | -6/+2 |
* | Simplified version checking. | kraai | 2001-08-06 | 2 | -48/+16 |
* | Add support for underscores in variable names. | kraai | 2001-08-06 | 2 | -26/+26 |
* | Fix exclude list handling | bug1 | 2001-08-04 | 1 | -7/+18 |
* | Fix up some silly messups with the debian packaging, and a dumb | andersen | 2001-08-02 | 6 | -30/+41 |
* | Fix misspelling of `stabilize'. | kraai | 2001-08-02 | 1 | -1/+1 |
* | Ok, here we go... | andersen | 2001-08-02 | 7 | -15/+84 |
* | Commit NMU changelog. | kraai | 2001-08-02 | 1 | -0/+7 |
* | More libc5 fixups | andersen | 2001-08-02 | 8 | -10/+270 |
* | Some libc5 cleanups | andersen | 2001-08-02 | 1 | -2/+3 |
* | make_directory used mode as if it were an signed entity, but in fact | andersen | 2001-08-02 | 3 | -3/+3 |
* | Teach libc5 about realpath | andersen | 2001-08-02 | 2 | -0/+10 |
* | Teach libc5 what a sighandler_t is | andersen | 2001-08-02 | 2 | -0/+8 |
* | multibuild.pl saves us again. unix2dos requires that dos2unix | andersen | 2001-08-02 | 4 | -0/+16 |
* | Ok, if no shell is enabled, don't include any of the SH_IS_<name> | andersen | 2001-08-02 | 2 | -8/+8 |
* | Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing | andersen | 2001-08-02 | 7 | -78/+52 |
* | Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes | andersen | 2001-08-02 | 2 | -6/+6 |
* | Oops. I forgot to commit this part of vodz' patch. | andersen | 2001-08-02 | 1 | -0/+166 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 17 | -570/+187 |
* | Allow multiple shells to be enabled. | kraai | 2001-08-01 | 21 | -250/+225 |
* | Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous | andersen | 2001-07-31 | 2 | -2/+8 |
* | Silence some silly warnings | andersen | 2001-07-31 | 2 | -0/+6 |
* | Silence a silly warning | andersen | 2001-07-31 | 2 | -4/+8 |
* | Make formatting match GNU ls (we were including a spare ' ') | andersen | 2001-07-31 | 2 | -2/+2 |
* | Fix the let builtin (so we can close bug #1196) and remove the | andersen | 2001-07-31 | 2 | -96/+56 |
* | Always write record counts to stderr. | kraai | 2001-07-31 | 3 | -12/+5 |
* | I just wrote up a simple pidof applet, closing bug #1197 | andersen | 2001-07-31 | 9 | -0/+190 |
* | Give credit to Adam Slattery. | kraai | 2001-07-31 | 1 | -1/+3 |
* | I think this should be the final changelog update... | andersen | 2001-07-31 | 1 | -24/+51 |
* | Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. | kraai | 2001-07-31 | 2 | -2/+10 |
* | This incorporates Posix math support into ash. The Posix math support | andersen | 2001-07-30 | 6 | -99/+367 |
* | Simplify/clarify the shell dependant bit of Config.h | andersen | 2001-07-30 | 1 | -12/+5 |
* | This depmod script will create a modules.dep file, just like the depmod | andersen | 2001-07-30 | 2 | -0/+454 |
* | Fix up the sample inittab entry per what is current. | andersen | 2001-07-30 | 2 | -38/+44 |
* | Rework option handling to save space. | kraai | 2001-07-30 | 2 | -38/+22 |
* | Preserve whether or not the line was previously altered when running a | kraai | 2001-07-30 | 2 | -4/+4 |
* | If filename is a '-' then read from stdin to stdout | bug1 | 2001-07-30 | 2 | -2/+2 |
* | Note my uuencode work | bug1 | 2001-07-29 | 1 | -0/+1 |
* | Fix permisions when reading from stdin | bug1 | 2001-07-29 | 2 | -2/+2 |
* | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | bug1 | 2001-07-29 | 2 | -42/+26 |
* | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | bug1 | 2001-07-28 | 2 | -2/+2 |
* | Rewrite based on wget uuencode function. | bug1 | 2001-07-28 | 2 | -438/+340 |
* | PArtial Changelog update. I'm still on vacation (I'm at a campground | andersen | 2001-07-28 | 1 | -6/+28 |
* | Shorten static package description. | kraai | 2001-07-26 | 1 | -1/+1 |
* | Rename dirname variable to pathname to eliminate namespace conflict. | kraai | 2001-07-26 | 2 | -14/+14 |
* | char renamed can never be negative on ARM (rp->renamed[i] != EMPTY) | russ | 2001-07-26 | 2 | -6/+6 |
* | Note that m68k is supported | andersen | 2001-07-25 | 3 | -7/+14 |