summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump version number to 0.45Eric Andersen2000-06-211-1/+1
| | | | -Erik
* Add in my little patch for 2.4.x to make sysinfo binary compatable (again)Eric Andersen2000-06-212-0/+88
| | | | -Erik
* Some more updates and such...Erik Andersen2000-04-211-7/+8
| | | | -Erik
* Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen2000-04-191-0/+93
| | | | | kernel patch. To summarize, it won't be going into the kernel. -Erik
* First edition of my Busybox kernel patch. implements devps, devmtab, andErik Andersen2000-03-081-0/+2316
| | | | | | | | | | devmodules. With this patch, you can enable BB_FEATURE_USE_DEVPS_N_DEVMTAB and have a completely full featured busybox without having to even compile /proc into the kernel. I'm pretty proud of this patch. It has a few loose ends that should be filled in sometime, but arn't used by busybox (so they arn't very important). -Erik
* Some updates for the day,Erik Andersen2000-02-181-1/+1
| | | | -Erik
* Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen2000-02-091-3/+5
| | | | | Note a bug in busybox init that I need to fix. -Erik
* Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen2000-01-231-4/+4
| | | | | | | options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
* tar creation support is now optional.Erik Andersen2000-01-161-3/+3
| | | | -Erik
* Bug fixes.Erik Andersen2000-01-131-2/+2
| | | | -Erik
* Init is now even more perfect then before.Erik Andersen2000-01-071-1/+1
| | | | -Erik