aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-2/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-113-3/+3
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-1/+1
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-2/+3
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-12/+10
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-1/+1
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-5/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-263-3/+3
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-042-4/+4
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+1
* decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)Denis Vlasenko2007-03-052-5/+10
* init: fix handling of stdio file descriptorsDenis Vlasenko2007-03-051-10/+10
* init: de-indent a block of codeDenis Vlasenko2007-02-271-143/+139
* init: trivial compile fixDenis Vlasenko2007-02-271-2/+2
* init: stop doing silly things with the console (-400 bytes)Denis Vlasenko2007-02-214-292/+131
* init: code readability enhancements; very small code changesDenis Vlasenko2007-02-171-52/+52
* - whitespace cleanup and add a possible shrinkage suggestionBernhard Reutner-Fischer2007-02-161-3/+4
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-033-0/+3
* assorted fixes for bugs found with randomconfigDenis Vlasenko2007-02-031-1/+1
* lineedit: add missing #if/#endifDenis Vlasenko2007-02-031-5/+4
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko2007-02-031-14/+3
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-8/+8
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-13/+11
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-211-9/+20
* 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