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
path: root/init
AgeCommit message (Expand)Author
2001-11-17Hide some ifdefs to make it more readibleEric Andersen
2001-11-10Cleanup some config problems. Add a sane default config that basicallyEric Andersen
2001-10-31Add the run-parts applet submitted by Emanuele AinaEric Andersen
2001-10-31Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-31patch from vodz:Eric Andersen
2001-10-29As Aaron Lehmann just pointed out, I forgot a line...Eric Andersen
2001-10-28Add in some (theoretical) uClinux support. Some init cleanupsEric Andersen
2001-10-24Fixup the location of pwd.h and grp.hEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-10-18Fix a nasty bug with variable name shadowingEric Andersen
2001-10-04Look for either "init" or "linuxrc" processesEric Andersen
2001-09-06Two patches from Magick <magick@linux-fan.com>:Eric Andersen
2001-07-23Add support for devfs device names.Matt Kraai
2001-07-23Some patches to make dietlibc work...Eric Andersen
2001-07-05Be extra extra careful about what we dereference.Eric Andersen
2001-06-13Only use a login shell when it will run on a console.Matt Kraai
2001-06-03Loop forever instead of exiting.Matt Kraai
2001-05-24Patch from larry to fix some grammar errors.Eric Andersen
2001-05-19Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann.Matt Kraai
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-23A patch from Marc Karasek and Kanoj (kernel serial.c maintainer)Eric Andersen
2001-04-13Fix comment.Matt Kraai
2001-04-10"I will always compile before I commit" x 100Eric Andersen
2001-04-10Update how we detect if libc5 is in use.Eric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-20Fix up command line munging in init. Postpone the askfirst thing tillEric Andersen
2001-03-16A patch from Andreas Neuhaus to be especially careful to not dupEric Andersen
2001-03-16A better fix. Read nextPtr before mem gets freed.Eric Andersen
2001-03-15Prevent init from potentially using already freed memory whenEric Andersen
2001-03-14Fix init so that checking for terminal devices is delayed until theEric Andersen
2001-03-10A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-04Patch from Vladimir to make sure PATH is set correctly.Eric Andersen
2001-02-23I should be more careful...Eric Andersen
2001-02-23Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-22Make init compile when DEBUG_INIT is enabledEric Andersen
2001-02-22Revert my change to do extra termType checking. That is done elsewhere.Eric Andersen
2001-02-20Commit a patch from Erik Gustavsson <cyrano@algonet.se>, to allowEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-17Throw out the obsolete INIT_CHROOT junkEric Andersen
2001-02-15This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-02Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-01-31Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.cEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen
2001-01-24#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-13A couple of updates to fix some minor cross compiling issuesEric Andersen