aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-104-548/+566
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-107-27/+21
* trylink: s/strip/$STRIP/gDenis Vlasenko2007-10-101-3/+3
* typo fix in help textDenis Vlasenko2007-10-091-1/+1
* trylink: trivial cleanupDenis Vlasenko2007-10-091-2/+2
* trylink: reformat link flags for readabilityDenis Vlasenko2007-10-091-25/+89
* trylink: remove useless redirects, add missing error checksDenis Vlasenko2007-10-091-4/+9
* trylink: trivial fixesDenis Vlasenko2007-10-091-8/+4
* make "individual applets" build less noisy.Denis Vlasenko2007-10-082-4/+4
* whitespace fixDenis Vlasenko2007-10-081-1/+1
* add libbb/appletlib.cDenis Vlasenko2007-10-081-0/+139
* make --help work for "individual applets" too.Denis Vlasenko2007-10-073-8/+5
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-076-153/+25
* trim too verbose help messagesDenis Vlasenko2007-10-071-8/+7
* website: "BusyBox Weekly News" didn't really work, remove linkDenis Vlasenko2007-10-071-1/+0
* ash: revert "cat | jobs" fix, it causes more problems than goodDenis Vlasenko2007-10-071-7/+1
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko2007-10-073-15/+109
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-075-61/+76
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko2007-10-072-21/+20
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko2007-10-072-21/+88
* - mark TODO: use index_in_str_array()Bernhard Reutner-Fischer2007-10-061-1/+1
* chpst: fix whitespace damageDenis Vlasenko2007-10-052-39/+69
* chpst: stop using data/bssDenis Vlasenko2007-10-051-46/+82
* stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko2007-10-051-94/+97
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-052-62/+3
* tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko2007-10-051-2/+2
* add tests for gunzipDenis Vlasenko2007-10-053-0/+94
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-057-249/+368
* tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko2007-10-021-7/+14
* logger: fix a problem of losing all argv except firstDenis Vlasenko2007-10-021-3/+3
* - ditch 2 bytesBernhard Reutner-Fischer2007-10-011-3/+3
* printf("%s\n") -> puts()Denis Vlasenko2007-10-017-15/+15
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-0150-62/+73
* hush: fix glob() abuse. Code was making unfounded assumptions howDenis Vlasenko2007-10-011-69/+120
* hush: int->smallint for flag vars; make some names more "greppable"Denis Vlasenko2007-10-011-28/+32
* hush: feeble attempt at making it more NOMMU-friendlyDenis Vlasenko2007-10-011-16/+22
* hush: stop doing manual acounting of open fd's, kernel can do it for usDenis Vlasenko2007-10-011-45/+3
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-3014-43/+41
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-305-8/+5
* dhcpreplay: code shrink, -40 bytesDenis Vlasenko2007-09-301-31/+29
* fixlet to pgrep/pkillDenis Vlasenko2007-09-301-1/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-304-6/+8
* replace printf with fputs where appropriateDenis Vlasenko2007-09-303-13/+12
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* announce 1.7.2 on the websiteDenis Vlasenko2007-09-301-1/+10
* small code shrinkDenis Vlasenko2007-09-291-2/+1
* build system: pass EXTRA_LDFLAGS to final link stageDenis Vlasenko2007-09-291-1/+1
* trivial typo fixDenis Vlasenko2007-09-291-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-299-28/+226
* xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run timeDenis Vlasenko2007-09-291-17/+14