Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 addr | 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 | |||
2001-07-30 | Fix up the sample inittab entry per what is current. | Eric Andersen | |
-Erik | |||
2001-07-10 | Make the rev be 0.53pre... | Eric Andersen | |
2001-07-09 | Fix the spec file so it works on redhat systems. At least I think | Eric Andersen | |
it will work on redhat. At least it now works on my Debian box... -Erik | |||
2001-07-07 | Some minor updates. Bump version number in preparation for release. | Eric Andersen | |
-Erik | |||
2001-06-26 | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | |
2001-06-18 | Changed a hard-coded path to a variable defined path. | Mark Whitley | |
2001-05-09 | Bump version to 0.52pre | Eric Andersen | |
2001-05-04 | Wrote documentation and scripts for creating a busybox boot floppy. Initial ↵ | Mark Whitley | |
revision. | |||
2001-04-17 | Added some help messages. | Mark Whitley | |
2001-04-09 | Bump version number to 0.51 | Eric Andersen | |