summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Script updates for better portabilityEric Andersen2000-12-122-6/+15
|
* Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen2000-11-292-0/+92
|
* Oops. I never committed this. Update version to 0.48pre...Eric Andersen2000-10-271-1/+1
|
* Update my devps patch for the latest 2.2 kernel.Eric Andersen2000-09-261-902/+64
| | | | -Erik
* Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen2000-09-251-1/+1
| | | | | sensible and noticable "Config.h". -Erik
* Don't suppress output of umount and swapoff - it is both unwisePavel Roskin2000-09-151-2/+2
| | | | and incompatible with lash that doesn't support >&1 yet.
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen2000-09-141-7/+13
| | | | | init do login shell stuff. -Erik
* Removed since this patch is now in the current 2.4.x kernelEric Andersen2000-08-211-66/+0
| | | | | tree. -Erik
* Bump version number.Eric Andersen2000-07-211-1/+1
| | | | -Erik
* Final updates for release.0_46Eric Andersen2000-07-111-1/+1
| | | | -Erik
* Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessEric Andersen2000-07-072-0/+66
| | | | | | deg entries which break mount, df, and friends. Renamed WillThisGoIntoTheKernel to avoid any confision. -Erik
* This kernel patch is no longer needed, with the change I made to initEric Andersen2000-06-271-77/+0
| | | | | and free... -Erik