aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-18Scrub up some function prototypes.Eric Andersen
-Erik
2001-10-18Make mount default to using /proc/filesystems to avoidEric Andersen
ever trying to mount a nodev filesystem. -Erik
2001-10-18Fix a nasty bug with variable name shadowingEric Andersen
2001-10-18Patch from Stefan Soucek <ssoucek@coactive.com> toEric Andersen
ignore extra empty lines in fgets_str
2001-10-13unarchive function changed to support both exclude and include lists, ↵Glenn L McGrath
applets that use unarchive changed to match.
2001-10-13Reverse part of previous change.... i think it was the wrong approach... im lostGlenn L McGrath
2001-10-13Match subdirectories of included/excluded filesGlenn L McGrath
2001-10-13match exclude/include names with trailing '/'Glenn L McGrath
2001-10-13Use fnmatch() to compare excluded/included filesGlenn L McGrath
2001-10-13Superficial changes to make the exclude/include code easier to understandGlenn L McGrath
2001-10-12Fix tar segfault when include list is empty and exclude list is not.Matt Kraai
2001-10-08Cleanup memory usage properlyGlenn L McGrath
2001-10-08Free some variables after useGlenn L McGrath
2001-10-06Another part of Stafan's latest patch, when replacing a pre-existing package ↵Glenn L McGrath
set its status correctly.
2001-10-06status_package_num should refer to package not status.Glenn L McGrath
Only initialise a new entry in the status hashtable if it really is a new entry.
2001-10-05Remove duplicate tftp -l option helpGlenn L McGrath
2001-10-05Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath
2001-10-05Use xfopen, saves 32 bytes !Glenn L McGrath
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath
2001-10-05Initial support for for bunzip2....Glenn L McGrath
This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy))
2001-10-05Change extraction/list code to use common unarchive code.Glenn L McGrath
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai
2001-10-04Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).Matt Kraai
2001-10-04Add Magnus Damm and fix alpha sortingEric Andersen
2001-10-04Fixes with help from Stefan, Typo in prerm script, and when reinstall a ↵Glenn L McGrath
package the old packages status was getting overwritten.
2001-10-03Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabledEric Andersen
2001-10-03Look for either "init" or "linuxrc" processesEric Andersen
2001-10-03Patch from Magnus Damm <damm@opensource.se> to avoid lash hangingEric Andersen
on serial ports
2001-10-03Extract control.tar.gz and data.tar.gz unconditionally, another one picked ↵Glenn L McGrath
up by Stefan
2001-10-02Fix large file support -- 2+ gig files should now actuallyEric Andersen
work this time... -Erik
2001-10-01Use port 37 by default.Matt Kraai
2001-10-01Use xgethostbyname instead of gethostbyname (found by Erik Andersen).Matt Kraai
2001-09-29Fix return status, picked up by StefanGlenn L McGrath
2001-09-26use the pedantically correct compiler for preprocessingEric Andersen
2001-09-24Add Cachier.Matt Kraai
2001-09-24List full path instead of relative path if prefix is specified (this was ↵Glenn L McGrath
supposed to be in last patch)
2001-09-22The <package>.list file was prepending "./" to the files, fixed that.Glenn L McGrath
Also fixed a very silly error by me when running postinst (remember to use the variable BEFORE its freed)
2001-09-22Dont free everytime getline() is used, fix from Stefan SoucekGlenn L McGrath
2001-09-21Fix tftp usage information (closes: #1216).Matt Kraai
2001-09-21Eliminate ldconfig which is no longer built byEric Andersen
default (or needed) with uClibc.
2001-09-21Fix to make preinst run when required, from Stefan SoucekGlenn L McGrath
2001-09-21Implement dpkg -l option, from Stefan Soucek (slightly modified)Glenn L McGrath
2001-09-16closes bug#1215?Tim Riker
2001-09-11Commit my changes to xxreadtoken() to reduce code size. Also set definesManuel Novoa III
so that the table implementations of copynode, calcsize, and cmdtxt are used. Hopefully this will result in wider testing. ;-) If it breaks, just unset the appropriate defines.
2001-09-11Commit my changes to arith.c which fixed a couple of bugs and decreasedManuel Novoa III
code size. Please read the TODO comments regarding accessing shell variables from the arith() funciton.
2001-09-08Fix my email address.Eric Andersen
2001-09-08Lineo is no longer sponsoring busyboxEric Andersen
2001-09-06define IFS_BROKENEric Andersen
2001-09-06Patch from vodz to make ash cope with leading redirectionsEric Andersen
(i.e. '2>/dev/null ls rubbish') will now work.
2001-09-05Two patches from Magick <magick@linux-fan.com>:Eric Andersen
1st makes init smaller, and fixes a bug with AskFirst. Reading from /dev/null gives EOF. 2nd makes init run the command's in the order of inittab, as in FIFO instead of LIFO.