aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Preserve whether or not the line was previously altered when running aMatt Kraai2001-07-302-4/+4
| | | | subst command (discovery and patch by Jim Gleason).
* If filename is a '-' then read from stdin to stdoutGlenn L McGrath2001-07-302-2/+2
|
* Note my uuencode workGlenn L McGrath2001-07-291-0/+1
|
* Fix permisions when reading from stdinGlenn L McGrath2001-07-292-2/+2
|
* Fix broken logic when wraping encoded data into rows, also simplifies it a bitGlenn L McGrath2001-07-292-42/+26
|
* The src buffer size has to be a multiple of 3 (as i noted, but didnt do).Glenn L McGrath2001-07-282-2/+2
|
* Rewrite based on wget uuencode function.Glenn L McGrath2001-07-282-438/+340
| | | | | Saves aprox. 200 Bytes and in future can use common code between this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined.
* PArtial Changelog update. I'm still on vacation (I'm at a campgroundEric Andersen2001-07-281-6/+28
| | | | | | near the Grand Teton Mountains in Montana at the moment and my connection is terribly slow) so this is a partial update only, -Erik
* Shorten static package description.Matt Kraai2001-07-261-1/+1
|
* Rename dirname variable to pathname to eliminate namespace conflict.Matt Kraai2001-07-262-14/+14
|
* char renamed can never be negative on ARM (rp->renamed[i] != EMPTY)Russ Dill2001-07-262-6/+6
|
* Note that m68k is supportedEric Andersen2001-07-253-7/+14
|
* Cleanup some warnings and a really obvious bug.Eric Andersen2001-07-252-8/+8
| | | | -Erik
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixEric Andersen2001-07-255-89/+116
| | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik
* Update my email address and appletsGlenn L McGrath2001-07-241-2/+2
|
* note dpkg rewriteGlenn L McGrath2001-07-241-1/+2
|
* Add support for devfs device names.Matt Kraai2001-07-2317-58/+102
|
* An initial modproble implementation. Quite suboptimal still,Eric Andersen2001-07-222-0/+242
| | | | but it does work...
* Some patches to make dietlibc work...Eric Andersen2001-07-2219-28/+62
|
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-1918-109/+149
| | | | | | | make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik
* The -P prefix should only be prepended to filenames which are not explicitlyMatt Kraai2001-07-192-8/+8
| | | | specified.
* Note that wget fix is important.Matt Kraai2001-07-191-1/+1
|
* The directory name should only be prepended if one was specified.Matt Kraai2001-07-192-4/+6
|
* Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.cMatt Kraai2001-07-194-0/+8
| | | | (noted by Adam Slattery).
* Cleanup (most) memory leaksGlenn L McGrath2001-07-192-64/+114
|
* Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath2001-07-187-169/+205
| | | | Fixes for a few bugs that have crept into dpkg in the last few days
* Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ↵Glenn L McGrath2001-07-181-3/+6
| | | | and strip leading "./" on other files
* Use the unofficial -C instead of -c to --configure a package, -c conflicts ↵Glenn L McGrath2001-07-182-4/+4
| | | | with another dpkg command
* Update dpkg usageGlenn L McGrath2001-07-183-6/+21
|
* More feedback to userGlenn L McGrath2001-07-182-2/+6
|
* Be more verbose when configureing package, minor changesGlenn L McGrath2001-07-182-18/+26
|
* Fail silently on failure to read tar header, its unfortunate that many tar ↵Glenn L McGrath2001-07-181-1/+3
| | | | | | implementations must be adding unwanted crap to the end of their archives. It makes error reporting here more trouble than its worth
* Use xfopen to abort on error to prevent segfaulting later.Glenn L McGrath2001-07-182-6/+6
|
* Cleanup from vodzEric Andersen2001-07-172-4/+4
|
* This is vodz' latest patch. Sorry it took so long...Eric Andersen2001-07-1721-258/+216
| | | | | | | | | 1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)
* enum entry for unarchive to be used by tarGlenn L McGrath2001-07-142-2/+4
|
* Allow the unarchive() extract_list variable to be NULL, meaning extract allGlenn L McGrath2001-07-145-38/+40
|
* Tolerate fields with no data, e.g. "Depends: "Glenn L McGrath2001-07-142-0/+20
|
* Allow featureless ping to compile, and featureful ping to shrinkMatt Kraai2001-07-132-32/+6
| | | | (by Adam Slattery).
* Total rewrite, uses hash tables for speed and low memory use.Glenn L McGrath2001-07-132-1358/+2496
|
* Return NULL if file doesnt open in deb_extractGlenn L McGrath2001-07-131-1/+3
|
* Make sure there is a trailing '\0' when extracting to buffer.Glenn L McGrath2001-07-131-0/+1
|
* Dont setvbuff in here, must be called just after stream is initialised, ↵Glenn L McGrath2001-07-133-9/+0
| | | | glibc tolerates using it later, uclibc doesnt
* Call setvbuf from here isntead of gz_open for compatability with uclibcGlenn L McGrath2001-07-132-0/+6
|
* Move setvbuf calls from gz_open() to calling functions, setvbuf is only ↵Glenn L McGrath2001-07-135-0/+17
| | | | supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt.
* Patch from vodz:Eric Andersen2001-07-1227-786/+639
| | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
* Allow assignments in the export and readonly commands.Matt Kraai2001-07-122-2/+18
|
* Remove debugging statement.Matt Kraai2001-07-122-2/+0
|
* Quiet mode, sometimes error messages arent wantedGlenn L McGrath2001-07-123-10/+24
|
* Allow unarchive to redirect stdout (tobe used by dpkg applet)Glenn L McGrath2001-07-117-9/+9
|