Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-10-22 | Be absurdly careful about flushing stdout. | Eric Andersen | |
2002-10-22 | Move unzip.c uncompress.c from libbb to archiveal/libunarchive | Glenn L McGrath | |
2002-10-21 | gz_open is used anymore, use inflate directly, see how its done in ↵ | Glenn L McGrath | |
get_header_tar_gz | |||
2002-10-19 | Dont try and make the "/" directory | Glenn L McGrath | |
2002-10-19 | Update dpkg to use new unarchive code | Glenn L McGrath | |
2002-10-19 | Fix exclude/include problem | Glenn L McGrath | |
2002-10-19 | Find a string in a list | Glenn L McGrath | |
2002-10-19 | Remove 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. | |||
2002-10-19 | Dont use absolute pathname (dunno why i did that), fix tar filename/stdin ↵ | Glenn L McGrath | |
problems | |||
2002-10-18 | Put bac kthe code that handles cases where a '-' wasnt specified prior to ↵ | Glenn L McGrath | |
the options. | |||
2002-10-18 | Fix an obvious thinko | Eric Andersen | |
-Erik | |||
2002-10-18 | disambiguate a test | Eric Andersen | |
2002-10-18 | Fix needless formatting differences vs modutils | Eric Andersen | |
2002-10-18 | Fix needless difference vs GNU | Eric Andersen | |
2002-10-14 | missed add for udhcp | Russ Dill | |
2002-10-14 | added full udhcp integration | Russ Dill | |
2002-10-12 | Doh! I screwed up applying vodz' patch. | Eric Andersen | |
-Erik | |||
2002-10-12 | After thinking about it, I think this patch from Matt Kraai is probably the | Eric Andersen | |
best way to go. Sysvinit does not provide a controlling tty since it doesn't even try to open ttys for apps. We do. So we should _try_ to provide a controlling tty if possible, but we needn't freak out if it doesn't work. This way we won't need to use openvt or similar, we'll just have init do the Right Thing(tm). | |||
2002-10-10 | last_patch61 from vodz: | Eric Andersen | |
New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in. |