- update defconfig
[oweals/busybox.git] / init / init.c
2003-06-27 Eric AndersenRemove bdflush garbage, which is only relevant to unsup...
2003-04-24 Eric AndersenThere have been many reports of init failing to reboot...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-23 Eric AndersenFix a silly compile error, thanks to a patch from Wen...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2002-12-17 Eric AndersenOdd. I never brought this forward from bb.stable....
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-10-22 Eric AndersenI committed the fflush in the wrong spot. I should...
2002-10-22 Eric AndersenBe absurdly careful about flushing stdout.
2002-10-12 Eric AndersenAfter thinking about it, I think this patch from Matt...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-09-30 Eric AndersenSet the close-on-exec flag, just to be saf
2002-09-25 Eric AndersenIgnoring SIGCHLD causes a race leading to the occasiona...
2002-09-16 Eric AndersenLet people run SHUTDOWN actions prior to killing everything
2002-09-12 Eric AndersenPatch from Thomas Gleixner <tglx@linutronix.de> to do
2002-08-26 Eric AndersenEliminate use of obsolete sys_errlist[]
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-07-29 Eric AndersenKill a silly warning
2002-07-29 Eric AndersenPatch from Tim Riker to allow tty* in inittab if the tty
2002-07-03 Eric AndersenThis is last_patch48 from vodz. More cleanups, kills...
2002-07-03 Eric AndersenApply last_patch47 from vodz to fix several problems...
2002-07-03 Eric AndersenFix from vodz so that complex init commands actually...
2002-07-03 Eric AndersenPatch from till busch <buti@gmx.at> -- unblock all...
2002-05-15 Eric AndersenDoh! Remember to close /etc/inittab
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-03-29 Eric AndersenProvide a controlling tty to askfirst processes as...
2002-03-20 Eric AndersenRewind messages to avoid weird formatting, and fix...
2002-03-05 Eric AndersenUpdate init.c per my changes in the stable branch
2002-01-25 Eric AndersenTeach 'init -q' that init's pid may not equal 1
2002-01-06 Eric AndersenOops.
2002-01-06 Eric AndersenDo not depend on PATH or getopt arg reordering
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-17 Eric AndersenAdd in a new restart init target, triggered by SIGHUP...
2001-11-30 Eric AndersenPatch from Dan Langlois <dan@somanetworks.com> Support...
2001-11-21 Eric AndersenFix dangling comma
2001-11-20 Eric AndersenS390 wierdness
2001-11-17 Eric AndersenHide some ifdefs to make it more readible
2001-10-28 Eric AndersenAs Aaron Lehmann just pointed out, I forgot a line...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-09-05 Eric AndersenTwo patches from Magick <magick@linux-fan.com>:
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-06-12 Matt KraaiOnly use a login shell when it will run on a console.
2001-06-03 Matt KraaiLoop forever instead of exiting.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-18 Matt KraaiChanged snprintf copies to use strncpy at the suggestio...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-23 Eric AndersenA patch from Marc Karasek and Kanoj (kernel serial...
2001-04-12 Matt KraaiFix comment.
2001-04-09 Eric Andersen"I will always compile before I commit" x 100
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-03 Eric AndersenA patch from Matt Kraai that adds a new 'shutdown'...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-20 Eric AndersenFix up command line munging in init. Postpone the...
2001-03-16 Eric AndersenA patch from Andreas Neuhaus to be especially careful...
2001-03-15 Eric AndersenA better fix. Read nextPtr before mem gets freed.
2001-03-15 Eric AndersenPrevent init from potentially using already freed memor...
2001-03-14 Eric AndersenFix init so that checking for terminal devices is delay...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-04 Eric AndersenPatch from Vladimir to make sure PATH is set correctly.
2001-02-23 Eric AndersenI should be more careful...
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-22 Eric AndersenMake init compile when DEBUG_INIT is enabled
2001-02-22 Eric AndersenRevert my change to do extra termType checking. That...
2001-02-20 Eric AndersenCommit a patch from Erik Gustavsson <cyrano@algonet...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-17 Eric AndersenThrow out the obsolete INIT_CHROOT junk
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Eric AndersenPatch from Vladimir N. Oleynik to simplify/cleanup...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenAdd in Larry's CUSTOMIZED_BANNER patchlet, and let...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-13 Eric AndersenA couple of updates to fix some minor cross compiling...
2000-12-12 Eric AndersenCleanup for proper compilation with uClibc.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenClose but #1071...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenHard code the name of init.
2000-09-15 Pavel RoskinDon't suppress output of umount and swapoff - it is...
2000-09-14 Pavel RoskinFor "askfirst" don't just read one char from stdin,
2000-09-14 Eric AndersenAdd in a patch from robotti@metconnect.com and Chip...
2000-09-13 Eric AndersenEnsure forked processes always are on a controlling...
2000-09-10 Eric AndersenMake init handle current 2.4.x sysinfo behavior
2000-09-05 Eric AndersenSet environment variable to make ash happy. ash is...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-14 Pavel RoskinFixed a warning about missing initializer
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove the problematic CTRLCHAR macro.
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-07 Eric AndersenFix for bug #1003 -- BusyBox should now poweroff when...
2000-07-06 Eric AndersenFixed backspace and delete so they work properly again...
2000-07-06 Eric AndersenChange order.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-04 Eric Andersen* Fix to init.c from Stuart Menefy <Stuart.Menefy@st...
next