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