Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2002-10-10 | last_patch60 from vodz: | Eric Andersen | |
login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features. | |||
2002-10-10 | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | Eric Andersen | |
2002-10-10 | last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option | Eric Andersen | |
2002-10-08 | Fixed the script. It always put output to 'stdout' and never to | "Steven J. Hill" | |
the 'modules.dep' file. | |||
2002-10-08 | Remember to delete docs/busybox.pod | Eric Andersen | |
2002-10-08 | Fix missing \n noticed by Robert Schwebel | Eric Andersen | |
2002-10-06 | Fix segfault when testing if reaidng from stdin "-" | Glenn L McGrath | |
2002-09-30 | Fix init docs | Eric Andersen | |
2002-09-30 | Bugfix from Claudio Fleiner <claudio@fleiner.com> | Eric Andersen | |
2002-09-30 | last_patch58 from vodz: | Eric Andersen | |
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) | |||
2002-09-30 | Vodz' last_patch57: | Eric Andersen | |
Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz | |||
2002-09-30 | Fix dependancy so we rebuild busybox.o, usage.o and busybox.o | Eric Andersen | |
whenever the config changes. -Erik |