Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / init /
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-02 Bernhard Reutner... - fix CONFIG_DEBUG_INIT compile failure
2006-06-01 Paul Foxmake halt and poweroff messages more accurate (i.e...
2006-05-31 Bernhard Reutner... - fix IMA compile error i introduced when adding this...
2006-05-30 Bernhard Reutner... - consolidate "Sending SIG%s to all processes"; untested..
2006-05-30 Bernhard Reutner... - remove useless variable "status" from init_main.
2006-05-30 Bernhard Reutner... - use config_buffer for message()
2006-05-29 Bernhard Reutner... - DEBUG_INIT -> config CONFIG_DEBUG_INIT
2006-05-29 Bernhard Reutner... - landley, remove this?
2006-05-29 Bernhard Reutner... - set_term() doesn't need an argument. (Like r15220...
2006-05-29 Bernhard Reutner... - move common code into new open_new_terminal() function;
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerfix whitespace
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-03-28 Mike Frysingerremove some more config code rob missed in rev 13701...
2006-03-27 Rob LandleyMore from Jan Kiszka: this is a port of the latest...
2006-03-22 Rob LandleyPatch from Rogelio Serrano to defer checking whether...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-10 Rob LandleyMissed this in svn 13701.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-02-01 "Vladimir N. Oleynik"removed anoinig `unused' warnings
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyThe whole "init is sometimes pid 3" thing is silly...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-29 "Vladimir N. Oleynik"don't out \r to syslog
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-08-30 Rob LandleyWhy have a separate CONFIG_INIT_SWAPON when we already...
2005-08-30 Rob LandleyBug system entry #1 says that when busybox doesn't...
2005-08-01 Paul Foxapplying patch from bug 24:
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-06 Mike Frysingermove var decls around a little to help gcc make smaller...
2005-07-06 Mike Frysinger2005-07-04 Shaun Jackman <sjackman@gmail.com>
2005-07-06 Mike Frysinger2005-07-05 Shaun Jackman <sjackman@gmail.com>
2005-07-05 Mike Frysingerrename log var to log_console so we dont override inter...
2005-04-16 Mike Frysingerjfb2 writes in Bug 119:
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...
next