aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-02-21Don't build directory libraries unless we're building an applet that needs it.Rob Landley
2006-02-10Missed this in svn 13701.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-02-01removed anoinig `unused' warnings"Vladimir N. Oleynik"
2006-01-30Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley
2006-01-25just whitespaceTim Riker
2006-01-22The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-10-06change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"
2005-09-29don't out \r to syslog"Vladimir N. Oleynik"
2005-09-24re-order a little for alphabeticalMike Frysinger
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-08-30Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley
2005-08-30Bug system entry #1 says that when busybox doesn't have swapoff,Rob Landley
2005-08-01applying patch from bug 24:Paul Fox
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-06move var decls around a little to help gcc make smaller codeMike Frysinger
2005-07-062005-07-04 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2005-07-062005-07-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2005-07-05rename log var to log_console so we dont override internal gcc/glibc log funcMike Frysinger
2005-04-16jfb2 writes in Bug 119:Mike Frysinger
2004-10-08Hiroshi Ito writes:Eric Andersen
2004-10-08Hiroshi Ito writes:Eric Andersen
2004-10-08egor duda writes:Eric Andersen
2004-08-27Quiet a few warningsEric Andersen
2004-08-16Do not use vfork, as init is not vfork safe. Do not allowEric Andersen
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-05-26As discussed, drop minit, which was not being supported in busybox.Eric Andersen
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-04-12Silly meEric Andersen
2004-04-12As reported by Quy Tonthat, init has problems with inittab's thatEric Andersen
2004-04-12Jamie Guinan writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-22Thomas Geulig, remove duplicate headerGlenn L McGrath
2003-10-22Andreas Mohr writes:Eric Andersen
2003-09-26Patch by Guillaume MorinGlenn L McGrath
2003-09-15comparison was always false due to limited range of data types.Eric Andersen
2003-09-11Update definition of struct serial_struct, per linux-2.6.0-test5,Eric Andersen
2003-09-03more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-08-26Fix overflow for machines greater than 4GB, return unsigned int to avoidGlenn L McGrath
2003-07-29Yang Xiaopeng writes:Eric Andersen
2003-07-26Move start_stop_daemon to debianutils.Eric Andersen
2003-07-26cleanup and add long optionsEric Andersen
2003-07-26Patch from Thomas Gleixner to reap any zombie processes that areEric Andersen
2003-07-22Several simplifications and indenting changes, perEric Andersen
2003-07-22As vodz noticed, I screwed up rebootEric Andersen