aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* delete tons of extra #includesvda2007-05-311-3/+3
* usage.c: remove reference to busybox.hvda2007-05-263-3/+3
* style fixes. No code changesvda2007-04-121-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-042-4/+4
* random style fixes (extra spaces deleted)vda2007-03-241-2/+1
* decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)vda2007-03-052-5/+10
* init: fix handling of stdio file descriptorsvda2007-03-051-10/+10
* init: de-indent a block of codevda2007-02-271-143/+139
* init: trivial compile fixvda2007-02-271-2/+2
* init: stop doing silly things with the console (-400 bytes)vda2007-02-214-292/+131
* init: code readability enhancements; very small code changesvda2007-02-171-52/+52
* - whitespace cleanup and add a possible shrinkage suggestionaldot2007-02-161-3/+4
* suppress warnings about easch <applet>_main() havingvda2007-02-033-0/+3
* assorted fixes for bugs found with randomconfigvda2007-02-031-1/+1
* lineedit: add missing #if/#endifvda2007-02-031-5/+4
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSvda2007-02-031-14/+3
* preparatory patch for -Wwrite-strings #3vda2007-01-291-8/+8
* preparatory patch for -Wwrite-strings #2vda2007-01-291-13/+11
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-211-9/+20
* convert calloc to xzallocvda2007-01-031-26/+26
* style fixesvda2006-12-261-3/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-2/+3
* PID should be stored in pid_t, not int or long.vda2006-11-011-11/+16
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-202-3/+3
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* build system overhaulvda2006-10-054-82/+28
* bb_applet_name -> applet_namevda2006-10-033-4/+4
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-222-9/+2
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-0/+1
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-4/+1
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-3/+3
* Patch from Shaun Jackman to set environment variable RUNLEVEL equal tolandley2006-07-091-19/+3
* More removal of "#if 0" content.rpjday2006-07-011-12/+0
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-024-20/+14
* - fix CONFIG_DEBUG_INIT compile failurealdot2006-06-021-8/+15
* make halt and poweroff messages more accurate (i.e., claim "we're about to",pgf2006-06-011-24/+21
* - fix IMA compile error i introduced when adding this untested snippet.aldot2006-05-312-1/+2
* - consolidate "Sending SIG%s to all processes"; untested..aldot2006-05-303-6/+7
* - remove useless variable "status" from init_main.aldot2006-05-301-3/+2
* - use config_buffer for message()aldot2006-05-301-25/+14
* - DEBUG_INIT -> config CONFIG_DEBUG_INITaldot2006-05-292-13/+16
* - landley, remove this?aldot2006-05-291-1/+1
* - set_term() doesn't need an argument. (Like r15220 this is just compile-tested)aldot2006-05-291-6/+6
* - move common code into new open_new_terminal() function;aldot2006-05-291-23/+27
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0