Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-10 | Only compile the files in this dir if the IP applet is enabled | Glenn L McGrath | |
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |
2002-11-09 | debian compatable ifup and ifdown commands | Glenn L McGrath | |
2002-11-08 | Teach lash to get $1 $2 $3 etc correct | Eric Andersen | |
-Erik | |||
2002-11-08 | #ifdef, not just #if... grrr | Glenn L McGrath | |
2002-11-08 | Fix reading from stdin (me), Fix tar segfault when no arguments specified ↵ | Glenn L McGrath | |
(Geoffrey Lee) | |||
2002-11-07 | Remove gratuitous and unnecessary "BusyBox" refernece in login prompt | Eric Andersen | |
-Erik | |||
2002-11-07 | Fix a stupid typo | Eric Andersen | |
2002-11-07 | Implement a small strings applet | Eric Andersen | |
2002-11-07 | Fix broken tabs | Eric Andersen | |
2002-11-06 | Use a switch instead of successive if (strcmp()) statments. | Glenn L McGrath | |
2002-11-06 | Split deb_extract() into more generic functions | Glenn L McGrath | |
2002-11-06 | Terminate the buffer with a '\0' | Glenn L McGrath | |
2002-11-05 | typo in udhcpc help | Russ Dill | |
2002-11-05 | version number oops | Russ Dill | |
2002-11-05 | Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally | Glenn L McGrath | |
2002-11-05 | Fail 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-05 | enable .tar.bz2 for dpkg-deb | Glenn L McGrath | |
2002-11-04 | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | |
2002-11-03 | Call lseek directly rather than via data_align() | Glenn L McGrath | |
2002-11-03 | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | |
descriptors, support tar -j | |||
2002-11-03 | Fix #define syntax | Glenn L McGrath | |
2002-11-03 | Move data_extract_all_prefix to dpkg, its only used there. | Glenn L McGrath | |
2002-11-03 | Add copyright notice and license, use strcat+strcpy instead of sprintf | Glenn L McGrath | |
2002-11-03 | Use xread_char to save a few bytes, fix indenting of comments | Glenn L McGrath | |
2002-11-03 | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath | |
2002-11-03 | Test for holes in swapfiles | Eric Andersen | |
-Erik | |||
2002-11-01 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | |
2002-11-01 | Allow short reads when filling compress buffer | Glenn L McGrath | |
2002-11-01 | Allow the .Z prefix if compress support enabled | Glenn L McGrath | |
2002-11-01 | Make it a fatal error if bad chksum or crc, if not we should return an error ↵ | Glenn L McGrath | |
code | |||
2002-11-01 | Report errror if the first magic character doesnt match | Glenn L McGrath | |
2002-10-31 | sync to udhcp 0.9.8 | Russ Dill | |
2002-10-30 | Use a nifty macro to make testing gcc features simpler | Eric Andersen | |
and much easier to read. -Erik | |||
2002-10-27 | Formatting | Eric Andersen | |
2002-10-27 | Update the webpage | Eric Andersen | |
-Erik | |||
2002-10-26 | last_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-26 | A patch from Jouni Malinen to avoid some buffer overflows in vi, | Eric Andersen | |
closing bug #1270 | |||
2002-10-26 | Ivan Popov noticed that handling of PREFIX was bad. | Eric Andersen | |
-Erik | |||
2002-10-26 | A 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-25 | This patch from Magnus Damm fixed a long standing problem | Eric Andersen | |
with freeing memory. | |||
2002-10-22 | Fix warning | Eric Andersen | |
2002-10-22 | mjn3 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-22 | vodz forgot to include the suid field | Eric Andersen | |
2002-10-22 | Apply patch from bug #1278 -- fix usage message for the | Eric Andersen | |
start_stop_daemon applet. | |||
2002-10-22 | vodz writes: | Eric Andersen | |
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) | |||
2002-10-22 | I committed the fflush in the wrong spot. I should go to bed | Eric Andersen | |
earlier so I don't screw up such easy stuff. -Erik | |||
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | |
2002-10-22 | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | |
code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | |||
2002-10-22 | Apply last_patch51_3 from vodz | Eric Andersen | |