aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Report errror if the first magic character doesnt matchGlenn L McGrath2002-11-011-0/+3
|
* sync to udhcp 0.9.8Russ Dill2002-10-318-160/+243
|
* Use a nifty macro to make testing gcc features simplerEric Andersen2002-10-301-9/+8
| | | | | and much easier to read. -Erik
* FormattingEric Andersen2002-10-271-5/+5
|
* Update the webpageEric Andersen2002-10-271-0/+40
| | | | -Erik
* last_patch64 from vodz:0_60_5Eric Andersen2002-10-261-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.
* A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen2002-10-261-3/+9
| | | | closing bug #1270
* Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen2002-10-261-1/+1
| | | | -Erik
* A bugfix from Danny Lepage:Eric Andersen2002-10-261-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.
* This patch from Magnus Damm fixed a long standing problemEric Andersen2002-10-251-1/+1
| | | | with freeing memory.
* Fix warningEric Andersen2002-10-221-0/+1
|
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen2002-10-222-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
* vodz forgot to include the suid fieldEric Andersen2002-10-221-2/+2
|
* Apply patch from bug #1278 -- fix usage message for theEric Andersen2002-10-221-1/+1
| | | | start_stop_daemon applet.
* vodz writes:Eric Andersen2002-10-222-14/+2
| | | | | Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
* I committed the fflush in the wrong spot. I should go to bedEric Andersen2002-10-221-1/+1
| | | | | earlier so I don't screw up such easy stuff. -Erik
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-229-15/+1588
|
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-228-312/+220
| | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
* Apply last_patch51_3 from vodzEric Andersen2002-10-221-1/+15
|
* Be absurdly careful about flushing stdout.Eric Andersen2002-10-221-2/+2
|
* Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath2002-10-224-1213/+4
|
* gz_open is used anymore, use inflate directly, see how its done in ↵Glenn L McGrath2002-10-211-58/+0
| | | | get_header_tar_gz
* Dont try and make the "/" directoryGlenn L McGrath2002-10-191-2/+2
|
* Update dpkg to use new unarchive codeGlenn L McGrath2002-10-195-7/+85
|
* Fix exclude/include problemGlenn L McGrath2002-10-196-48/+36
|
* Find a string in a listGlenn L McGrath2002-10-191-0/+30
|
* Remove entries from the accept list as they are matched so we can determine ↵Glenn L McGrath2002-10-192-0/+14
| | | | if any files that were specified in the list wernt found.
* Dont use absolute pathname (dunno why i did that), fix tar filename/stdin ↵Glenn L McGrath2002-10-191-16/+25
| | | | problems
* Put bac kthe code that handles cases where a '-' wasnt specified prior to ↵Glenn L McGrath2002-10-181-0/+8
| | | | the options.
* Fix an obvious thinkoEric Andersen2002-10-181-1/+1
| | | | -Erik
* disambiguate a testEric Andersen2002-10-181-5/+5
|
* Fix needless formatting differences vs modutilsEric Andersen2002-10-181-8/+8
|
* Fix needless difference vs GNUEric Andersen2002-10-181-2/+2
|
* missed add for udhcpRuss Dill2002-10-141-0/+30
|
* added full udhcp integrationRuss Dill2002-10-1448-1597/+4421
|
* Doh! I screwed up applying vodz' patch.Eric Andersen2002-10-121-1/+0
| | | | -Erik
* After thinking about it, I think this patch from Matt Kraai is probably theEric Andersen2002-10-121-13/+3
| | | | | | | | 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).
* last_patch61 from vodz:Eric Andersen2002-10-1012-89/+76
| | | | | | | | | 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.
* last_patch60 from vodz:Eric Andersen2002-10-102-4/+21
| | | | | login and getty applets writes utmp/wtmp but init do clearing not. I think, in current time deny wtmp/utmp writes as undefault features.
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen2002-10-101-17/+29
|
* last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE optionEric Andersen2002-10-101-0/+3
|
* Fixed the script. It always put output to 'stdout' and never to"Steven J. Hill"2002-10-081-18/+28
| | | | the 'modules.dep' file.
* Remember to delete docs/busybox.podEric Andersen2002-10-081-1/+1
|
* Fix missing \n noticed by Robert SchwebelEric Andersen2002-10-081-3/+2
|
* Fix segfault when testing if reaidng from stdin "-"Glenn L McGrath2002-10-061-1/+3
|
* Fix init docsEric Andersen2002-09-301-1/+1
|
* Bugfix from Claudio Fleiner <claudio@fleiner.com>Eric Andersen2002-09-301-1/+1
|
* last_patch58 from vodz:Eric Andersen2002-09-309-309/+1153
| | | | | | | 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 ;)
* Vodz' last_patch57:Eric Andersen2002-09-309-32/+27
| | | | | | | | | | | | | | | 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
* Fix dependancy so we rebuild busybox.o, usage.o and busybox.oEric Andersen2002-09-301-0/+4
| | | | | whenever the config changes. -Erik