summaryrefslogtreecommitdiff
path: root/init (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
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-11/+16
* 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-202-3/+3
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* build system overhaulDenis Vlasenko2006-10-054-82/+28
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-033-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-271-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-222-9/+2
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+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
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-024-20/+14
* - 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
* - fix IMA compile error i introduced when adding this untested snippet.Bernhard Reutner-Fischer2006-05-312-1/+2
* - consolidate "Sending SIG%s to all processes"; untested..Bernhard Reutner-Fischer2006-05-303-6/+7
* - 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-292-13/+16
* - 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
* - provide fallback defines for non-linuxBernhard Reutner-Fischer2006-05-261-1/+13
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+2
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* fix whitespaceMike Frysinger2006-05-131-1/+1
* just include fcntl.h not sys/fcntl.hMike Frysinger2006-04-291-1/+1
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-5/+5
* remove some more config code rob missed in rev 13701 cleanup as reported by R...Mike Frysinger2006-03-281-5/+0
* 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
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-7/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-11/+14
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-063-3/+3
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-13/+2
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-2/+4
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* Missed this in svn 13701.Rob Landley2006-02-101-12/+0
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2