summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/PREFIX/CONFIG_PREFIX/Denis Vlasenko2007-02-033-3/+3
|
* adduser: trivial code movementDenis Vlasenko2006-12-261-1/+1
|
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
|
* remove cvs $Id tagMike Frysinger2006-06-071-3/+0
|
* Patch from Atsushi Nemoto:Rob Landley2006-06-021-2/+3
| | | | | | 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.
* - this could use a brother which deals with glibc based systems..Bernhard Reutner-Fischer2006-05-301-1/+1
|
* fix spelling mistakesMike Frysinger2006-05-261-3/+3
|
* - better wording.Bernhard Reutner-Fischer2006-04-121-1/+1
| | | | Closes bug #656.
* Patch from Stuart Hughes upgrading depmod.plRob Landley2006-03-211-102/+156
|
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+1
|
* David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley2005-04-301-0/+38
| | | | | | version 0418b. It compiled.
* Simon Poole writes:Eric Andersen2004-10-133-3/+6
| | | | | | | | | | | | | 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.
* Wade Berrier writes:Eric Andersen2004-10-081-0/+7
| | | | | | | | | | | | | | | | | | | 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
* Add an example inetd.conf fileEric Andersen2004-04-071-0/+73
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1510-30/+30
|
* Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath2003-11-301-70/+22
| | | | | mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
* example devfs config file, patch from Tito.Glenn L McGrath2003-10-091-0/+181
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-142-4/+3
|
* another sync to udhcp cvsRuss Dill2002-12-111-21/+21
|
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen2002-12-052-1582/+0
| | | | | maintaining it anymore, and it is now terribly out of date. -Erik
* added full udhcp integrationRuss Dill2002-10-147-4/+163
|
* Fixed the script. It always put output to 'stdout' and never to"Steven J. Hill"2002-10-081-18/+28
| | | | the 'modules.dep' file.
* udhcpc sample scriptsGlenn L McGrath2002-08-214-0/+71
|
* Don't mention ldconfigEric Andersen2002-03-131-5/+0
|
* Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen2001-12-171-1/+6
| | | | | Russ Dill, with adjustments by me. -Erik
* Begin moving things to busybox.netEric Andersen2001-12-082-3/+3
| | | | -Erik
* Fix email addr0_60_2Eric Andersen2001-11-201-1/+1
|
* Fix spellingEric Andersen2001-11-051-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-243-9/+9
| | | | -Erik
* Eliminate ldconfig which is no longer built byEric Andersen2001-09-211-1/+0
| | | | default (or needed) with uClibc.
* Bump version to 0.61.preEric Andersen2001-08-221-1/+1
|
* Ok, here we go...Eric Andersen2001-08-021-1/+1
|
* This depmod script will create a modules.dep file, just like the depmodEric Andersen2001-07-301-0/+227
| | | | | | | | | | 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
* Fix up the sample inittab entry per what is current.Eric Andersen2001-07-301-19/+22
| | | | -Erik
* Make the rev be 0.53pre...Eric Andersen2001-07-101-1/+1
|
* Fix the spec file so it works on redhat systems. At least I thinkEric Andersen2001-07-091-8/+16
| | | | | it will work on redhat. At least it now works on my Debian box... -Erik
* Some minor updates. Bump version number in preparation for release.Eric Andersen2001-07-071-1/+1
| | | | -Erik
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-2/+2
|
* Changed a hard-coded path to a variable defined path.Mark Whitley2001-06-181-1/+1
|
* Bump version to 0.52preEric Andersen2001-05-091-1/+1
|
* Wrote documentation and scripts for creating a busybox boot floppy. Initial ↵Mark Whitley2001-05-0411-0/+445
| | | | revision.
* Added some help messages.Mark Whitley2001-04-171-1/+9
|
* Bump version number to 0.51Eric Andersen2001-04-091-1/+1
|
* Update files and version number prepratory to cutting a release.Eric Andersen2001-03-151-1/+1
| | | | -Erik
* Script that generates a script that will convert oddball variable names to K&RMark Whitley2001-03-141-0/+76
| | | | style.
* Bump rev to 0.50pre.Eric Andersen2001-02-141-1/+1
|
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Bump the version number to 0.49preEric Andersen2000-12-201-1/+1
|
* Update the version number to 0.48 (no longer pre).Eric Andersen2000-12-131-1/+1
|