aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
fall back to ordinary one Reduced usage of functions returning datain static buffers. (mostly passwd/group/shadow related): function old new delta correct_password 143 193 +50 sulogin_main 490 533 +43 adduser_main 732 774 +42 passwd_main 1875 1915 +40 addgroup_main 330 365 +35 bb_internal_getspnam 38 - -38 bb_internal_fgetpwent 38 - -38 bb_internal_fgetgrent 38 - -38 static.resultbuf 168 88 -80 static.buffer 1872 1104 -768 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 5/2 up/down: 210/-962) Total: -752 bytes
2007-03-12resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko
doesn't respond to 'get cursor pos' ESC sequence...)
2007-03-12add missing copyright statements and doc for svDenis Vlasenko
2007-03-12sv: make code trivially smallerDenis Vlasenko
2007-03-12chcon: remove redundant ifs: if(p) free(p)Denis Vlasenko
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko
(patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :(
2007-03-12swapon: random shrinkageDenis Vlasenko
2007-03-12bbunzip: remove extra formatting directives in commentsDenis Vlasenko
2007-03-12chcon: exclude constraints for impossible option if long opts are offDenis Vlasenko
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko
Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp>
2007-03-11kill superfluous returns at the end of void functionsDenis Vlasenko
2007-03-11update defconfigDenis Vlasenko
2007-03-11fix buglets found by randomconfig runDenis Vlasenko
2007-03-10awk: support multiple -v optionsDenis Vlasenko
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko
fill whole 1st screen (was "screen sans one line"); fall back to cat if redirected or no ctty less: fall back to cat if no ctty (was exiting) resize: cosmetics
2007-03-09ifupdown: do not complain if !/var/run/ifstateDenis Vlasenko
2007-03-09runsv: random code savings, ~300 bytesDenis Vlasenko
2007-03-09bbunzip: size optimization: ~90 bytesDenis Vlasenko
2007-03-09- updateBernhard Reutner-Fischer
2007-03-09- add chrt applet.Bernhard Reutner-Fischer
text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage
2007-03-09printf: allow hex/oct numbers; move functions aroundDenis Vlasenko
so that we have no forward declarations
2007-03-09- move bbconfig into alphabetical orderBernhard Reutner-Fischer
2007-03-09diff: failed to confirm "static bug" in gcc - reinstating statics.Denis Vlasenko
microscopic code improvements.
2007-03-09less: handle yet another Home/End key sequence; expand a commentDenis Vlasenko
2007-03-09- add selinux applets to the IMA workaroundBernhard Reutner-Fischer
2007-03-09This small patch fixes a bug when exclusive options were givenBernhard Reutner-Fischer
to matchpathcon it should exit. (KaiGai Kohei)
2007-03-09add STANDALONE supportMike Frysinger
2007-03-08less: make '/' (regex search) scan input if no matches are foundDenis Vlasenko
in input taken so far.
2007-03-08less: yet another attempt to make search betterDenis Vlasenko
2007-03-08less: fix 'n'ext match: sometimes was going to 999999th lineDenis Vlasenko
2007-03-08chown: fix comment, fix verbose messageDenis Vlasenko
2007-03-08chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko
chmod: cosmetic fixes expr: smallish help for dumb compilers
2007-03-07bbunzip: fix comments to match realityDenis Vlasenko
2007-03-07missed end-of-lineDenis Vlasenko
2007-03-07hwclock: support /dev/rtc0 etcDenis Vlasenko
2007-03-07fix umount usage messageDenis Vlasenko
2007-03-07diff: make -U0 workDenis Vlasenko
2007-03-07httpd: make httpd usable for NOMMU CPUsDenis Vlasenko
2007-03-07bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko
fix few corner cases, reduce size by 450 bytes. Update testsuite.
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-03-07who: stop using static buffer, small size optimizationsDenis Vlasenko
2007-03-06ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko
(patch by Gabriel L. Somlo <somlo@cmu.edu>)
2007-03-05ash: "here document" testcasesDenis Vlasenko
2007-03-05add ash testcasesDenis Vlasenko
2007-03-05decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)Denis Vlasenko
2007-03-05httpd: run interpreter for configured file extensions in any dir,Denis Vlasenko
not only in /cgi-bin/
2007-03-05init: fix handling of stdio file descriptorsDenis Vlasenko
2007-03-05httpd: fix breakage (introduced by me)Denis Vlasenko
2007-03-05small ash testsuite, adapted from bashDenis Vlasenko
(only a small part of it, actually)