Add bb_msg_read_error
[oweals/busybox.git] / init /
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-10-08 Eric Andersenegor duda writes:
2004-08-27 Eric AndersenQuiet a few warnings
2004-08-16 Eric AndersenDo not use vfork, as init is not vfork safe. Do not...
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-05-26 Eric AndersenAs discussed, drop minit, which was not being supported...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-12 Eric AndersenSilly me
2004-04-12 Eric AndersenAs reported by Quy Tonthat, init has problems with...
2004-04-12 Eric AndersenJamie Guinan writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathThomas Geulig, remove duplicate header
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-09-26 Glenn L McGrathPatch by Guillaume Morin
2003-09-15 Eric Andersencomparison was always false due to limited range of...
2003-09-11 Eric AndersenUpdate definition of struct serial_struct, per linux...
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-26 Glenn L McGrathFix overflow for machines greater than 4GB, return...
2003-07-29 Eric AndersenYang Xiaopeng writes:
2003-07-26 Eric AndersenMove start_stop_daemon to debianutils.
2003-07-26 Eric Andersencleanup and add long options
2003-07-26 Eric AndersenPatch from Thomas Gleixner to reap any zombie processes...
2003-07-22 Eric AndersenSeveral simplifications and indenting changes, per
2003-07-22 Eric AndersenAs vodz noticed, I screwed up reboot
2003-07-22 Eric AndersenPatch from Andrew Flegg:
2003-07-22 Eric AndersenSupport reboot, halt, and poweroff independent of busyb...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-14 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-07-05 Eric Andersenoops
2003-07-05 Eric AndersenDaniel writes:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-06-27 Eric AndersenApply last_patch93 from vodz:
2003-06-27 Eric AndersenRemove bdflush garbage, which is only relevant to unsup...
2003-05-11 Glenn L McGrathminit, a Minimal init system.
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-12-07 Glenn L McGrathinclude "busybox" after the libc includes tofix compile...
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...
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-17 Eric AndersenPatch from David McCullough <davidm@snapgear.com>
2002-09-16 Eric AndersenLet people run SHUTDOWN actions prior to killing everything
2002-09-16 Glenn L McGrathmesg applet by Manuel Novoa III
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 AndersenScrub pwd.h and grp.h handling so we don't have to...
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-06-05 Eric Andersenplug fd leak noticed by Russ Dill
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-05-15 Eric AndersenDoh! Remember to close /etc/inittab
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
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-26 Eric AndersenPatch from Russ Dill <Russ.Dill@asu.edu>. From the
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-18 Eric AndersenVodz' last_patch31
2001-12-17 Eric AndersenAdd in a new restart init target, triggered by SIGHUP...
2001-12-06 Eric AndersenIf find_pid_by_name() had an error, it was returning...
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-11-10 Eric AndersenCleanup some config problems. Add a sane default confi...
2001-10-31 Eric AndersenAdd the run-parts applet submitted by Emanuele Aina
2001-10-31 Eric AndersenRun parts applet by Emanuele Aina <faina.mail@tiscaline...
2001-10-31 Eric Andersenpatch from vodz:
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 AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenCommit the start-stop-daemon applet. This was contribu...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-18 Eric AndersenFix a nasty bug with variable name shadowing
2001-10-03 Eric AndersenLook for either "init" or "linuxrc" processes
2001-09-05 Eric AndersenTwo patches from Magick <magick@linux-fan.com>:
2001-07-23 Matt KraaiAdd support for devfs device names.
next