summaryrefslogtreecommitdiff
path: root/init/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* convert calloc to xzallocDenis Vlasenko2007-01-031-26/+26
* style fixesDenis Vlasenko2006-12-261-3/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+3
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-271-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-271-1/+1
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-4/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-3/+3
* Patch from Shaun Jackman to set environment variable RUNLEVEL equal toRob Landley2006-07-091-19/+3
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-12/+0
* - fix CONFIG_DEBUG_INIT compile failureBernhard Reutner-Fischer2006-06-021-8/+15
* make halt and poweroff messages more accurate (i.e., claim "we're about to",Paul Fox2006-06-011-24/+21
* - consolidate "Sending SIG%s to all processes"; untested..Bernhard Reutner-Fischer2006-05-301-2/+2
* - remove useless variable "status" from init_main.Bernhard Reutner-Fischer2006-05-301-3/+2
* - use config_buffer for message()Bernhard Reutner-Fischer2006-05-301-25/+14
* - DEBUG_INIT -> config CONFIG_DEBUG_INITBernhard Reutner-Fischer2006-05-291-13/+8
* - landley, remove this?Bernhard Reutner-Fischer2006-05-291-1/+1
* - set_term() doesn't need an argument. (Like r15220 this is just compile-tested)Bernhard Reutner-Fischer2006-05-291-6/+6
* - move common code into new open_new_terminal() function;Bernhard Reutner-Fischer2006-05-291-23/+27
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* fix whitespaceMike Frysinger2006-05-131-1/+1
* just include fcntl.h not sys/fcntl.hMike Frysinger2006-04-291-1/+1
* More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch.Rob Landley2006-03-271-0/+21
* Patch from Rogelio Serrano to defer checking whether the tty exists untilRob Landley2006-03-221-4/+3
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-11/+14
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* removed anoinig `unused' warnings"Vladimir N. Oleynik"2006-02-011-8/+9
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley2006-01-301-13/+4
* just whitespaceTim Riker2006-01-251-1/+1
* The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythingRob Landley2006-01-221-15/+2
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-2/+2
* don't out \r to syslog"Vladimir N. Oleynik"2005-09-291-1/+1
* Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley2005-08-301-64/+14
* Bug system entry #1 says that when busybox doesn't have swapoff,Rob Landley2005-08-301-3/+1
* applying patch from bug 24:Paul Fox2005-08-011-0/+7
* move var decls around a little to help gcc make smaller codeMike Frysinger2005-07-061-8/+8
* 2005-07-04 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-061-3/+2
* 2005-07-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-061-0/+6
* rename log var to log_console so we dont override internal gcc/glibc log funcMike Frysinger2005-07-051-5/+5
* jfb2 writes in Bug 119:Mike Frysinger2005-04-161-0/+4
* Hiroshi Ito writes:Eric Andersen2004-10-081-5/+31
* Hiroshi Ito writes:Eric Andersen2004-10-081-4/+5
* Do not use vfork, as init is not vfork safe. Do not allowEric Andersen2004-08-161-4/+2
* Patch from Bastian Blank:Eric Andersen2004-06-221-1/+3
* Silly meEric Andersen2004-04-121-1/+1
* As reported by Quy Tonthat, init has problems with inittab's thatEric Andersen2004-04-121-8/+1
* Jamie Guinan writes:Eric Andersen2004-04-121-3/+3