aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up more local vars which shadow globalsandersen2001-03-212-7/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:markw2001-03-151-1/+1
| | | | | | | | | | | | dpkg.c:18: #error It looks like you are using libc5, which does not support dpkg.c:19: #error tfind(). tfind() is used by busybox dpkg. dpkg.c:20: #error Please disable BB_DPKG. Sorry. This was fixed by changing the || to an && in the preprocessor. (We've changed the logic in there too many times.) Found using multibuild.pl. git-svn-id: svn://busybox.net/trunk/busybox@2085 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Manuel for a silly thinko on my part.andersen2001-03-141-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dpkg used tfind, which doesn't work with libc5. Print a friendy errorandersen2001-03-141-0/+9
| | | | | | | | should someone try to use it... -Erik git-svn-id: svn://busybox.net/trunk/busybox@2067 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-092-7/+7
| | | | | | | namespace polluting things that really should be static. git-svn-id: svn://busybox.net/trunk/busybox@2027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-203-23/+12
| | | | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix a few mallocs to be xmallocs.andersen2001-02-151-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1826 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-146-14/+12
| | | | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. git-svn-id: svn://busybox.net/trunk/busybox@1805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Closer integration with dpkg-deb and other busybox functions.bug12001-02-121-129/+140
| | | | | | | Hopefully simplified some code (works for me). git-svn-id: svn://busybox.net/trunk/busybox@1796 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New option 'list' produces output that can be used for the packages .list file.bug12001-02-121-5/+13
| | | | | | | Will be used be bb dpkg git-svn-id: svn://busybox.net/trunk/busybox@1794 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New function, deb-extract to be used by dpkg, code cleanups. saves some bytesbug12001-02-111-85/+86
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consmetic changesbug12001-02-111-7/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1791 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More style changesbug12001-02-111-150/+175
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1790 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Style changes; use get_line_from_file from utilitiesbug12001-02-111-173/+132
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1789 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use copy_file from utilty.c, remove some char definesbug12001-02-101-41/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix, rename status file, cleanupsbug12001-02-101-71/+51
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Replace status defines with const int to conform to sytle guide, adds 32 bytesbug12001-02-101-61/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial importbug12001-02-101-0/+905
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix wget error message and add (and use) chomp library function.kraai2001-02-011-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1734 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-315-41/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
| | | | | | | | a release. Update the website with release details. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-274-0/+11
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-232-28/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use getopt (or getopt_long).kraai2001-01-221-81/+76
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1634 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed listed files to extract to be more like GNU. Reported by Deon George.kraai2001-01-221-29/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1633 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close files before exitbug12001-01-201-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1623 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close unused pipe handle before fork (for tar -z).bug12001-01-201-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ownership of extracted directories.kraai2001-01-131-2/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1562 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Behave like GNU tar when matching excluded files.kraai2001-01-031-42/+39
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1528 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix warning for unused variablebug12001-01-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1526 69ca8d6d-28ef-0310-b511-8ec308f3f277
* really add dpkg-deb.c this timebug12001-01-021-0/+159
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1519 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add dpkg-deb commandbug12001-01-022-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1518 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use busybox error handling functions wherever possible.kraai2000-12-221-18/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be sure to read from the given path, not the one used in the header.kraai2000-12-191-10/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1474 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tar handling of absolute paths and excluded directories.kraai2000-12-191-34/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1470 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-14/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite, fix a bug with multiple long filenames, simplify structure, remove ↵bug12000-12-151-314/+142
| | | | | | cruft, make code conform closer to style guide, saves 350 Bytes. git-svn-id: svn://busybox.net/trunk/busybox@1461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add GNU compatibile gzip -dandersen2000-12-131-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1448 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai:andersen2000-12-131-25/+26
| | | | | | | | | | The following patch makes the -X option to tar behave like GNU, which reads one file per line. It also prevents the last file from being appended to the list twice (though that has no noticeable impact). git-svn-id: svn://busybox.net/trunk/busybox@1444 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-131-2/+0
| | | | | | | | my_* passwd and group routines. I should have thought of doing it this way... git-svn-id: svn://busybox.net/trunk/busybox@1443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support for tar -z option for uncompressing onlybug12000-12-102-24/+76
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1415 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce new function gunzip_init()bug12000-12-101-32/+35
| | | | | | | gunzip_init() will make it easier to use gunzip from other bb functions. git-svn-id: svn://busybox.net/trunk/busybox@1414 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-074-85/+85
| | | | | | | compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardandersen2000-12-071-3/+94
| | | | | | | links, and no longer segfault in a certain wierd case. git-svn-id: svn://busybox.net/trunk/busybox@1392 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the comments to match the code and renamed the function to a (hopefully)markw2000-12-051-2/+2
| | | | | | | more descriptive name, and as per the style guide. git-svn-id: svn://busybox.net/trunk/busybox@1379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch to add in the -X option and fix the --exclude bug, originally byandersen2000-12-041-1/+28
| | | | | | | | Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>. git-svn-id: svn://busybox.net/trunk/busybox@1373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make tar shutup on compileandersen2000-12-011-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stop using TRUE and FALSE for exit status.kraai2000-12-014-6/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note an error if we are unable to list/extract specified files.kraai2000-11-301-2/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1355 69ca8d6d-28ef-0310-b511-8ec308f3f277