aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-07Implement a small strings appletEric Andersen
2002-11-07Fix broken tabsEric Andersen
2002-11-06Use a switch instead of successive if (strcmp()) statments.Glenn L McGrath
2002-11-06Split deb_extract() into more generic functionsGlenn L McGrath
2002-11-06Terminate the buffer with a '\0'Glenn L McGrath
2002-11-05typo in udhcpc helpRuss Dill
2002-11-05version number oopsRuss Dill
2002-11-05Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallyGlenn L McGrath
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵Glenn L McGrath
junk (not sure why), add some missing files
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-11-03Call lseek directly rather than via data_align()Glenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath
descriptors, support tar -j
2002-11-03Fix #define syntaxGlenn L McGrath
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfGlenn L McGrath
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath
2002-11-03Test for holes in swapfilesEric Andersen
-Erik
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath
2002-11-01Allow short reads when filling compress bufferGlenn L McGrath
2002-11-01Allow the .Z prefix if compress support enabledGlenn L McGrath
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ↵Glenn L McGrath
code
2002-11-01Report errror if the first magic character doesnt matchGlenn L McGrath
2002-10-31sync to udhcp 0.9.8Russ Dill
2002-10-30Use a nifty macro to make testing gcc features simplerEric Andersen
and much easier to read. -Erik
2002-10-27FormattingEric Andersen
2002-10-27Update the webpageEric Andersen
-Erik
2002-10-26last_patch64 from vodz:Eric Andersen
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.
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen
closing bug #1270
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen
-Erik
2002-10-26A bugfix from Danny Lepage:Eric Andersen
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.
2002-10-25This patch from Magnus Damm fixed a long standing problemEric Andersen
with freeing memory.
2002-10-22Fix warningEric Andersen
2002-10-22mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen
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
2002-10-22vodz forgot to include the suid fieldEric Andersen
2002-10-22Apply patch from bug #1278 -- fix usage message for theEric Andersen
start_stop_daemon applet.
2002-10-22vodz writes:Eric Andersen
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
2002-10-22I committed the fflush in the wrong spot. I should go to bedEric Andersen
earlier so I don't screw up such easy stuff. -Erik
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
2002-10-22Apply last_patch51_3 from vodzEric Andersen
2002-10-22Be absurdly careful about flushing stdout.Eric Andersen
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath
2002-10-21gz_open is used anymore, use inflate directly, see how its done in ↵Glenn L McGrath
get_header_tar_gz
2002-10-19Dont try and make the "/" directoryGlenn L McGrath
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-10-19Find a string in a listGlenn L McGrath
2002-10-19Remove entries from the accept list as they are matched so we can determine ↵Glenn L McGrath
if any files that were specified in the list wernt found.