aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko
2007-10-06- mark TODO: use index_in_str_array()Bernhard Reutner-Fischer
2007-10-05chpst: fix whitespace damageDenis Vlasenko
2007-10-05chpst: stop using data/bssDenis Vlasenko
2007-10-05stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko
2007-10-05delete now unused check_header_gzip.cDenis Vlasenko
2007-10-05tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko
2007-10-05add tests for gunzipDenis Vlasenko
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko
2007-10-02tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko
2007-10-02logger: fix a problem of losing all argv except firstDenis Vlasenko
2007-10-01- ditch 2 bytesBernhard Reutner-Fischer
2007-10-01printf("%s\n") -> puts()Denis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-10-01hush: fix glob() abuse. Code was making unfounded assumptions howDenis Vlasenko
2007-10-01hush: int->smallint for flag vars; make some names more "greppable"Denis Vlasenko
2007-10-01hush: feeble attempt at making it more NOMMU-friendlyDenis Vlasenko
2007-10-01hush: stop doing manual acounting of open fd's, kernel can do it for usDenis Vlasenko
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko
2007-09-30move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko
2007-09-30dhcpreplay: code shrink, -40 bytesDenis Vlasenko
2007-09-30fixlet to pgrep/pkillDenis Vlasenko
2007-09-30print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko
2007-09-30replace printf with fputs where appropriateDenis Vlasenko
2007-09-30libiproute: add missing break'sDenis Vlasenko
2007-09-30announce 1.7.2 on the websiteDenis Vlasenko
2007-09-29small code shrinkDenis Vlasenko
2007-09-29build system: pass EXTRA_LDFLAGS to final link stageDenis Vlasenko
2007-09-29trivial typo fixDenis Vlasenko
2007-09-29pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko
2007-09-29xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run timeDenis Vlasenko
2007-09-29remove if() which is always trueDenis Vlasenko
2007-09-28bunzip2: trim verbose messagesDenis Vlasenko
2007-09-28httpd: trivial simplificationDenis Vlasenko
2007-09-28more "if (p) free(p)" fixes; fix a typo in commentDenis Vlasenko
2007-09-28fix "if (p) free(p)" constructsDenis Vlasenko
2007-09-28remove stray semicolonDenis Vlasenko
2007-09-28hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko
2007-09-28hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko
2007-09-28trivial fix in setfiles. spotted by Yuichi Nakamura <ynakam@hitachisoft.jp>Denis Vlasenko
2007-09-28hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko
2007-09-28assorted static vars removalDenis Vlasenko
2007-09-28hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko
2007-09-28hdparm: get rid of static variablesDenis Vlasenko
2007-09-27libbb: make const_int_0 reside in rodataDenis Vlasenko
2007-09-27libbb: align bb_common_bufsiz1 to "long long"Denis Vlasenko
2007-09-27less: make 'f' page forwardDenis Vlasenko