| Commit message (Expand) | Author | Files | Lines |
2001-07-31 | I think this should be the final changelog update... | andersen | 1 | -24/+51 |
2001-07-31 | Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. | kraai | 2 | -2/+10 |
2001-07-30 | This incorporates Posix math support into ash. The Posix math support | andersen | 6 | -99/+367 |
2001-07-30 | Simplify/clarify the shell dependant bit of Config.h | andersen | 1 | -12/+5 |
2001-07-30 | This depmod script will create a modules.dep file, just like the depmod | andersen | 2 | -0/+454 |
2001-07-30 | Fix up the sample inittab entry per what is current. | andersen | 2 | -38/+44 |
2001-07-30 | Rework option handling to save space. | kraai | 2 | -38/+22 |
2001-07-30 | Preserve whether or not the line was previously altered when running a | kraai | 2 | -4/+4 |
2001-07-30 | If filename is a '-' then read from stdin to stdout | bug1 | 2 | -2/+2 |
2001-07-29 | Note my uuencode work | bug1 | 1 | -0/+1 |
2001-07-29 | Fix permisions when reading from stdin | bug1 | 2 | -2/+2 |
2001-07-29 | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | bug1 | 2 | -42/+26 |
2001-07-28 | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | bug1 | 2 | -2/+2 |
2001-07-28 | Rewrite based on wget uuencode function. | bug1 | 2 | -438/+340 |
2001-07-28 | PArtial Changelog update. I'm still on vacation (I'm at a campground | andersen | 1 | -6/+28 |
2001-07-26 | Shorten static package description. | kraai | 1 | -1/+1 |
2001-07-26 | Rename dirname variable to pathname to eliminate namespace conflict. | kraai | 2 | -14/+14 |
2001-07-26 | char renamed can never be negative on ARM (rp->renamed[i] != EMPTY) | russ | 2 | -6/+6 |
2001-07-25 | Note that m68k is supported | andersen | 3 | -7/+14 |
2001-07-25 | Cleanup some warnings and a really obvious bug. | andersen | 2 | -8/+8 |
2001-07-25 | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | andersen | 5 | -89/+116 |
2001-07-24 | Update my email address and applets | bug1 | 1 | -2/+2 |
2001-07-24 | note dpkg rewrite | bug1 | 1 | -1/+2 |
2001-07-23 | Add support for devfs device names. | kraai | 17 | -58/+102 |
2001-07-22 | An initial modproble implementation. Quite suboptimal still, | andersen | 2 | -0/+242 |
2001-07-22 | Some patches to make dietlibc work... | andersen | 19 | -28/+62 |
2001-07-19 | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | andersen | 18 | -109/+149 |
2001-07-19 | The -P prefix should only be prepended to filenames which are not explicitly | kraai | 2 | -8/+8 |
2001-07-19 | Note that wget fix is important. | kraai | 1 | -1/+1 |
2001-07-19 | The directory name should only be prepended if one was specified. | kraai | 2 | -4/+6 |
2001-07-19 | Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c | kraai | 4 | -0/+8 |
2001-07-19 | Cleanup (most) memory leaks | bug1 | 2 | -64/+114 |
2001-07-18 | Change read_package_field interface, and rewrite using low level functions | bug1 | 7 | -169/+205 |
2001-07-18 | Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ... | bug1 | 1 | -3/+6 |
2001-07-18 | Use the unofficial -C instead of -c to --configure a package, -c conflicts wi... | bug1 | 2 | -4/+4 |
2001-07-18 | Update dpkg usage | bug1 | 3 | -6/+21 |
2001-07-18 | More feedback to user | bug1 | 2 | -2/+6 |
2001-07-18 | Be more verbose when configureing package, minor changes | bug1 | 2 | -18/+26 |
2001-07-18 | Fail silently on failure to read tar header, its unfortunate that many tar im... | bug1 | 1 | -1/+3 |
2001-07-18 | Use xfopen to abort on error to prevent segfaulting later. | bug1 | 2 | -6/+6 |
2001-07-17 | Cleanup from vodz | andersen | 2 | -4/+4 |
2001-07-17 | This is vodz' latest patch. Sorry it took so long... | andersen | 21 | -258/+216 |
2001-07-14 | enum entry for unarchive to be used by tar | bug1 | 2 | -2/+4 |
2001-07-14 | Allow the unarchive() extract_list variable to be NULL, meaning extract all | bug1 | 5 | -38/+40 |
2001-07-14 | Tolerate fields with no data, e.g. "Depends: " | bug1 | 2 | -0/+20 |
2001-07-13 | Allow featureless ping to compile, and featureful ping to shrink | kraai | 2 | -32/+6 |
2001-07-13 | Total rewrite, uses hash tables for speed and low memory use. | bug1 | 2 | -1358/+2496 |
2001-07-13 | Return NULL if file doesnt open in deb_extract | bug1 | 1 | -1/+3 |
2001-07-13 | Make sure there is a trailing '\0' when extracting to buffer. | bug1 | 1 | -0/+1 |
2001-07-13 | Dont setvbuff in here, must be called just after stream is initialised, glibc... | bug1 | 3 | -9/+0 |