aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2008-07-26fix example of vcsa creationDenis Vlasenko
2008-05-28- move depmod shell script to examples/Bernhard Reutner-Fischer
2007-12-25sync examples to what actual actual code expectsDenis Vlasenko
2007-12-24nameif: 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-18exported symbols may be weak, so allow symbols marked as WMike Frysinger
2007-07-13add support for --symbol-prefix/-PMike Frysinger
2007-02-03s/PREFIX/CONFIG_PREFIX/Denis Vlasenko
2006-12-26adduser: trivial code movementDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-07remove cvs $Id tagMike Frysinger
2006-06-02Patch 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-26fix spelling mistakesMike Frysinger
2006-04-12- better wording.Bernhard Reutner-Fischer
Closes bug #656.
2006-03-21Patch from Stuart Hughes upgrading depmod.plRob Landley
2006-01-25new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"
2005-04-30David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley
version 0418b. It compiled.
2004-10-13Simon 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-08Wade 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-07Add an example inetd.conf fileEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-30Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath
mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
2003-10-09example devfs config file, patch from Tito.Glenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2002-12-11another sync to udhcp cvsRuss Dill
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
maintaining it anymore, and it is now terribly out of date. -Erik
2002-10-14added full udhcp integrationRuss Dill
2002-10-08Fixed the script. It always put output to 'stdout' and never to"Steven J. Hill"
the 'modules.dep' file.
2002-08-21udhcpc sample scriptsGlenn L McGrath
2002-03-13Don't mention ldconfigEric Andersen
2001-12-17Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen
Russ Dill, with adjustments by me. -Erik
2001-12-08Begin moving things to busybox.netEric Andersen
-Erik
2001-11-20Fix email addrEric Andersen
2001-11-05Fix spellingEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-09-21Eliminate ldconfig which is no longer built byEric Andersen
default (or needed) with uClibc.
2001-08-22Bump version to 0.61.preEric Andersen
2001-08-02Ok, here we go...Eric Andersen
2001-07-30This depmod script will create a modules.dep file, just like the depmodEric 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-30Fix up the sample inittab entry per what is current.Eric Andersen
-Erik
2001-07-10Make the rev be 0.53pre...Eric Andersen
2001-07-09Fix the spec file so it works on redhat systems. At least I thinkEric Andersen
it will work on redhat. At least it now works on my Debian box... -Erik
2001-07-07Some minor updates. Bump version number in preparation for release.Eric Andersen
-Erik
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-18Changed a hard-coded path to a variable defined path.Mark Whitley
2001-05-09Bump version to 0.52preEric Andersen
2001-05-04Wrote documentation and scripts for creating a busybox boot floppy. Initial ↵Mark Whitley
revision.
2001-04-17Added some help messages.Mark Whitley
2001-04-09Bump version number to 0.51Eric Andersen