aboutsummaryrefslogtreecommitdiff
path: root/id.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen9-0/+862
2001-10-18Return NULL if EOF is encountered before terminating_string.Matt Kraai1-10/+7
2001-10-18Process extra empty lines correctly.Matt Kraai2-2/+10
2001-10-18Remove xmalloc calls.Matt Kraai2-60/+58
2001-10-18Revert that change. As Matt Kraai rightly points out,Eric Andersen1-1/+1
2001-10-18Scrub up some function prototypes.Eric Andersen22-114/+95
2001-10-18Make mount default to using /proc/filesystems to avoidEric Andersen2-4/+62
2001-10-18Fix a nasty bug with variable name shadowingEric Andersen6-6/+6
2001-10-18Patch from Stefan Soucek <ssoucek@coactive.com> toEric Andersen1-1/+1
2001-10-13unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath9-79/+34
2001-10-13Reverse part of previous change.... i think it was the wrong approach... im lostGlenn L McGrath2-10/+2
2001-10-13Match subdirectories of included/excluded filesGlenn L McGrath2-24/+34
2001-10-13match exclude/include names with trailing '/'Glenn L McGrath1-2/+3
2001-10-13Use fnmatch() to compare excluded/included filesGlenn L McGrath1-1/+1
2001-10-13Superficial changes to make the exclude/include code easier to understandGlenn L McGrath2-44/+68
2001-10-12Fix tar segfault when include list is empty and exclude list is not.Matt Kraai3-6/+14
2001-10-08Cleanup memory usage properlyGlenn L McGrath1-3/+7
2001-10-08Free some variables after useGlenn L McGrath1-0/+4
2001-10-06Another part of Stafan's latest patch, when replacing a pre-existing package ...Glenn L McGrath2-0/+4
2001-10-06status_package_num should refer to package not status.Glenn L McGrath2-4/+6
2001-10-05Remove duplicate tftp -l option helpGlenn L McGrath3-3/+0
2001-10-05Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath2-4/+2
2001-10-05Use xfopen, saves 32 bytes !Glenn L McGrath2-10/+8
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath6-108/+515
2001-10-05Initial support for for bunzip2....Glenn L McGrath8-0/+4705
2001-10-05Change extraction/list code to use common unarchive code.Glenn L McGrath2-1422/+626
2001-10-05Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.Matt Kraai7-16/+16
2001-10-04Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).Matt Kraai1-1/+1
2001-10-04Add Magnus Damm and fix alpha sortingEric Andersen1-6/+11
2001-10-04Fixes with help from Stefan, Typo in prerm script, and when reinstall a packa...Glenn L McGrath2-8/+16
2001-10-03Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabledEric Andersen1-0/+4
2001-10-03Look for either "init" or "linuxrc" processesEric Andersen6-12/+30
2001-10-03Patch from Magnus Damm <damm@opensource.se> to avoid lash hangingEric Andersen2-2/+14
2001-10-03Extract control.tar.gz and data.tar.gz unconditionally, another one picked up...Glenn L McGrath2-4/+6
2001-10-02Fix large file support -- 2+ gig files should now actuallyEric Andersen1-1/+1
2001-10-01Use port 37 by default.Matt Kraai2-12/+12
2001-10-01Use xgethostbyname instead of gethostbyname (found by Erik Andersen).Matt Kraai2-4/+4
2001-09-29Fix return status, picked up by StefanGlenn L McGrath2-2/+2
2001-09-26use the pedantically correct compiler for preprocessingEric Andersen3-3/+3
2001-09-24Add Cachier.Matt Kraai1-0/+1
2001-09-24List full path instead of relative path if prefix is specified (this was supp...Glenn L McGrath1-1/+1
2001-09-22The <package>.list file was prepending "./" to the files, fixed that.Glenn L McGrath2-10/+12
2001-09-22Dont free everytime getline() is used, fix from Stefan SoucekGlenn L McGrath2-4/+2
2001-09-21Fix tftp usage information (closes: #1216).Matt Kraai3-15/+21
2001-09-21Eliminate ldconfig which is no longer built byEric Andersen1-1/+0
2001-09-21Fix to make preinst run when required, from Stefan SoucekGlenn L McGrath2-2/+24
2001-09-21Implement dpkg -l option, from Stefan Soucek (slightly modified)Glenn L McGrath2-8/+106
2001-09-16closes bug#1215?Tim Riker2-2/+2
2001-09-11Commit my changes to xxreadtoken() to reduce code size. Also set definesManuel Novoa III2-10/+170
2001-09-11Commit my changes to arith.c which fixed a couple of bugs and decreasedManuel Novoa III1-143/+253