Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-15Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2002-12-12another 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-15added full udhcp integrationRuss Dill
2002-10-09Fixed 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-18Add 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 addr0_60_2Eric Andersen
2001-11-06Fix 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-05Wrote documentation and scripts for creating a busybox boot floppy. Initial ↵Mark Whitley
revision.
2001-04-17Added some help messages.Mark Whitley
2001-04-10Bump version number to 0.51Eric Andersen
2001-03-16Update files and version number prepratory to cutting a release.Eric Andersen
-Erik
2001-03-15Script that generates a script that will convert oddball variable names to K&RMark Whitley
style.
2001-02-14Bump rev to 0.50pre.Eric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen
a release. Update the website with release details. -Erik
2000-12-21Bump the version number to 0.49preEric Andersen
2000-12-13Update the version number to 0.48 (no longer pre).Eric Andersen
2000-12-12Script updates for better portabilityEric Andersen
2000-11-30Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen
2000-10-27Oops. I never committed this. Update version to 0.48pre...Eric Andersen
2000-09-26Update my devps patch for the latest 2.2 kernel.Eric Andersen
-Erik
2000-09-26Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen
sensible and noticable "Config.h". -Erik
2000-09-15Don't suppress output of umount and swapoff - it is both unwisePavel Roskin
and incompatible with lash that doesn't support >&1 yet.
2000-09-15Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen
init do login shell stuff. -Erik
2000-08-22Removed since this patch is now in the current 2.4.x kernelEric Andersen
tree. -Erik
2000-07-22Bump version number.Eric Andersen
-Erik
2000-07-11Final updates for release.0_46Eric Andersen
-Erik
2000-07-08Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessEric Andersen
deg entries which break mount, df, and friends. Renamed WillThisGoIntoTheKernel to avoid any confision. -Erik
2000-06-27This kernel patch is no longer needed, with the change I made to initEric Andersen
and free... -Erik
2000-06-22Bump version number to 0.45Eric Andersen
-Erik
2000-06-22Add in my little patch for 2.4.x to make sysinfo binary compatable (again)Eric Andersen
-Erik
2000-04-22Some more updates and such...Erik Andersen
-Erik
2000-04-19Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen
kernel patch. To summarize, it won't be going into the kernel. -Erik
2000-03-08First edition of my Busybox kernel patch. implements devps, devmtab, andErik Andersen
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
2000-02-19Some updates for the day,Erik Andersen
-Erik