aboutsummaryrefslogtreecommitdiff
path: root/scripts/split-include.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-05version number oopsruss3-1/+8
git-svn-id: svn://busybox.net/trunk/busybox@5819 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallybug11-16/+34
git-svn-id: svn://busybox.net/trunk/busybox@5815 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵bug17-5/+105
junk (not sure why), add some missing files git-svn-id: svn://busybox.net/trunk/busybox@5808 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-05enable .tar.bz2 for dpkg-debbug17-24/+45
git-svn-id: svn://busybox.net/trunk/busybox@5807 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-04Change filter paramaters, filters can be more powefull nowbug17-25/+82
git-svn-id: svn://busybox.net/trunk/busybox@5806 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Call lseek directly rather than via data_align()bug11-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@5789 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file ↵bug128-330/+464
descriptors, support tar -j git-svn-id: svn://busybox.net/trunk/busybox@5787 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Fix #define syntaxbug12-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@5784 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.bug14-39/+15
git-svn-id: svn://busybox.net/trunk/busybox@5783 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfbug11-8/+21
git-svn-id: svn://busybox.net/trunk/busybox@5782 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsbug11-23/+12
git-svn-id: svn://busybox.net/trunk/busybox@5781 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Move bunzip2 idecompression code to libunarchivebug14-1787/+1815
git-svn-id: svn://busybox.net/trunk/busybox@5780 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-03Test for holes in swapfilesandersen1-0/+12
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5779 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug19-9/+153
git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-01Allow short reads when filling compress bufferbug12-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@5769 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-01Allow the .Z prefix if compress support enabledbug11-5/+9
git-svn-id: svn://busybox.net/trunk/busybox@5768 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ↵bug11-2/+2
code git-svn-id: svn://busybox.net/trunk/busybox@5767 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-11-01Report errror if the first magic character doesnt matchbug11-0/+3
git-svn-id: svn://busybox.net/trunk/busybox@5764 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-31sync to udhcp 0.9.8russ8-160/+243
git-svn-id: svn://busybox.net/trunk/busybox@5754 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-30Use a nifty macro to make testing gcc features simplerandersen1-9/+8
and much easier to read. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5739 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-27Formattingandersen1-5/+5
git-svn-id: svn://busybox.net/trunk/busybox@5722 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-27Update the webpageandersen1-0/+40
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5721 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-26last_patch64 from vodz:andersen1-15/+17
The following usage from original user: $ ./busybox swapon -a Have typo problem: swapon: swapon: Operation not permitted But regular version: swapon: /dev/hda5: Operation not permitted Patch attached, reduced 9 bytes and advanced exit code also. git-svn-id: svn://busybox.net/trunk/busybox@5715 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,andersen1-3/+9
closing bug #1270 git-svn-id: svn://busybox.net/trunk/busybox@5714 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.andersen1-1/+1
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5713 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-26A bugfix from Danny Lepage:andersen1-1/+1
It seems that under busybox unstable, "tar -c -f - blabla" create a tar file named "-" instead of writing to stdout. The included patch should fix this. git-svn-id: svn://busybox.net/trunk/busybox@5712 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-25This patch from Magnus Damm fixed a long standing problemandersen1-1/+1
with freeing memory. git-svn-id: svn://busybox.net/trunk/busybox@5705 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Fix warningandersen1-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@5695 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>andersen2-4/+0
but this conflicted with the internal pwd_.h and grp_.h. Removing these headers is correct, since the correct pwd/grp headers will be included via busybox.h -Erik git-svn-id: svn://busybox.net/trunk/busybox@5691 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22vodz forgot to include the suid fieldandersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@5690 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Apply patch from bug #1278 -- fix usage message for theandersen1-1/+1
start_stop_daemon applet. git-svn-id: svn://busybox.net/trunk/busybox@5689 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22vodz writes:andersen2-14/+2
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) git-svn-id: svn://busybox.net/trunk/busybox@5688 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22I committed the fflush in the wrong spot. I should go to bedandersen1-1/+1
earlier so I don't screw up such easy stuff. -Erik git-svn-id: svn://busybox.net/trunk/busybox@5687 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22last_patch63 from vodz: add in crond and crontab appletsandersen9-15/+1588
git-svn-id: svn://busybox.net/trunk/busybox@5686 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen8-312/+220
code into libbb so it can be shared by ps, top, etc, saving over 1.5k. git-svn-id: svn://busybox.net/trunk/busybox@5685 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Apply last_patch51_3 from vodzandersen1-1/+15
git-svn-id: svn://busybox.net/trunk/busybox@5684 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Be absurdly careful about flushing stdout.andersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@5683 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchivebug14-1213/+4
git-svn-id: svn://busybox.net/trunk/busybox@5681 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-21gz_open is used anymore, use inflate directly, see how its done in ↵bug11-58/+0
get_header_tar_gz git-svn-id: svn://busybox.net/trunk/busybox@5679 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-19Dont try and make the "/" directorybug11-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@5678 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-19Update dpkg to use new unarchive codebug15-7/+85
git-svn-id: svn://busybox.net/trunk/busybox@5677 69ca8d6d-28ef-0310-b511-8ec308f3f277
2002-10-19Fix exclude/include problembug16-48/+36
git-svn-id: svn://busybox.net/trunk/busybox@5676 69ca8d6d-28ef-0310-b511-8ec308f3f277