Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-02 | Fixes to usage text; updated busybox.spec | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-23 | chmod 755 some files in examples/* | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-09 | depmod.pl: recurse through module dependencies | Mike Frysinger | |
The previous fix up loaded dependencies two deep, but really that was an incomplete fix as we need to load dependencies all the way down. So change the code to run recursively through all dependencies. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-04 | fix dependencies of FEATURE_GETOPT_LONG | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-02 | Added kernel patch for /proc/self/exe to examples | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-17 | examples/udhcp/udhcpd.conf: update | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-10 | tftp: do not risk invoking Sorcerer's Apprentice syndrome | Denys Vlasenko | |
examples/udhcp/simple.script: fix incorrect test for $1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-05 | depmod.pl: updates and fixes galore | Mike Frysinger | |
The helper script needs updating to match latest busybox modprobe behavior in that all dependencies need to be listed, not just the immediate ones. Along the way, fix symbol prefixed ports, optimize the output, and add some more depmod compatible options. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-04-21 | tweak example udhcp script | Denis Vlasenko | |
2009-04-16 | update example udhcpc script | Denis Vlasenko | |
2008-07-26 | fix example of vcsa creation | Denis Vlasenko | |
2008-05-28 | - move depmod shell script to examples/ | Bernhard Reutner-Fischer | |
2007-12-25 | sync examples to what actual actual code expects | Denis Vlasenko | |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko | |
*: whitespace fixes function old new delta prepend_new_eth_table - 304 +304 nameif_main 620 684 +64 cc_macaddr 51 - -51 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 368/-51) Total: 317 bytes | |||
2007-11-18 | exported symbols may be weak, so allow symbols marked as W | Mike Frysinger | |
2007-07-13 | add support for --symbol-prefix/-P | Mike Frysinger | |
2007-02-03 | s/PREFIX/CONFIG_PREFIX/ | Denis Vlasenko | |
2006-12-26 | adduser: trivial code movement | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-07 | remove cvs $Id tag | Mike Frysinger | |
2006-06-02 | Patch from Atsushi Nemoto: | Rob Landley | |
This patch make depmod.pl more robust in cross environment. If native nm did not recognize target's object, you can override it with NM environment variable. | |||
2006-05-30 | - this could use a brother which deals with glibc based systems.. | Bernhard Reutner-Fischer | |
2006-05-26 | fix spelling mistakes | Mike Frysinger | |
2006-04-12 | - better wording. | Bernhard Reutner-Fischer | |
Closes bug #656. | |||
2006-03-21 | Patch from Stuart Hughes upgrading depmod.pl | Rob Landley | |
2006-01-25 | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | |
version 0418b. It compiled. | |||
2004-10-13 | Simon Poole writes: | Eric Andersen | |
Erik, Attached is a patch for the udhcpc sample scripts, to correct the order in which routers are applied if the DHCP server provides more than one (as per section 3.5 of RFC2132). Apologies for not being on the mailing list and thanks for your continued efforts. Simon. | |||
2004-10-08 | Wade Berrier writes: | Eric Andersen | |
Hello, Here's a patch for a first attempt at static leases for udhcpd. Included in the tarball are 2 files (static_leases.c, static_leases.h) and a patch against the latest cvs. In the config file you can configure static leases with the following format: static_lease 00:60:08:11:CE:4E 192.168.0.54 static_lease 00:60:08:11:CE:3E 192.168.0.44 Comments/suggestions/improvements are welcome. Wade | |||
2004-04-07 | Add an example inetd.conf file | Eric Andersen | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-11-30 | Patch from Tito, size optimisation, cleanup noise when in debugging | Glenn L McGrath | |
mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf | |||
2003-10-09 | example devfs config file, patch from Tito. | Glenn L McGrath | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2002-12-11 | another sync to udhcp cvs | Russ Dill | |
2002-12-05 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen | |
maintaining it anymore, and it is now terribly out of date. -Erik | |||
2002-10-14 | added full udhcp integration | Russ Dill | |
2002-10-08 | Fixed the script. It always put output to 'stdout' and never to | "Steven J. Hill" | |
the 'modules.dep' file. | |||
2002-08-21 | udhcpc sample scripts | Glenn L McGrath | |
2002-03-13 | Don't mention ldconfig | Eric Andersen | |
2001-12-17 | Add in a new restart init target, triggered by SIGHUP. Patch from | Eric Andersen | |
Russ Dill, with adjustments by me. -Erik | |||
2001-12-08 | Begin moving things to busybox.net | Eric Andersen | |
-Erik | |||
2001-11-20 | Fix email addr0_60_2 | Eric Andersen | |
2001-11-05 | Fix spelling | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-09-21 | Eliminate ldconfig which is no longer built by | Eric Andersen | |
default (or needed) with uClibc. | |||
2001-08-22 | Bump version to 0.61.pre | Eric Andersen | |
2001-08-02 | Ok, here we go... | Eric Andersen | |
2001-07-30 | This depmod script will create a modules.dep file, just like the depmod | Eric Andersen | |
binary from modutils. This one, however, can be run on the _host_ system (need not be run on the target) and is fully cross platform, so even if your target is ARM or powerpc or whatever, this will still work. When used to support the new modprobe applet, this allows busybox to fully supplant modutils for architectures supported by busybox insmod. -Erik |