aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger
2007-02-08/etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...Mike Frysinger
2007-02-08touchup style; no functional changesMike Frysinger
2007-02-07tftp: fix IPv6 falloutDenis Vlasenko
2007-02-07selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-02-07fix #ifdef ENABLE_xxx -> #ifDenis Vlasenko
2007-02-06fix warning coming from printing size_t with %uDenis Vlasenko
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-02-06find: fix -not supportDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko
2007-02-06minix utils: make a message easier to understand; small tweaksDenis Vlasenko
2007-02-06correct "pivot_root: pivot_root: <msg>"Denis Vlasenko
2007-02-04fix tar t segfault (closes 1183)Denis Vlasenko
2007-02-04- indentBernhard Reutner-Fischer
2007-02-04- improve wordingBernhard Reutner-Fischer
2007-02-04- remove duplicate menu entryBernhard Reutner-Fischer
2007-02-04find: support for !Denis Vlasenko
2007-02-04- strip 12 bytes off by using a smaller type for need_print.Bernhard Reutner-Fischer
2007-02-04- fix buglet introduced in r17351 in find_param(). Closes #1193Bernhard Reutner-Fischer
2007-02-04udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko
2007-02-04ifconfig: use IPv6 infrastructureDenis Vlasenko
2007-02-04mount: (try to) support cifs with IPv6Denis Vlasenko
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-02-04mkconfigs: remove echo "`...`" contortionDenis Vlasenko
2007-02-04BB_EXECLP should call execlp, not execvpDenis Vlasenko
2007-02-03s/PREFIX/CONFIG_PREFIX/Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-03do not put all <applet>_main() declarationsDenis Vlasenko
2007-02-03- include busybox.h before looking at an eventual #if ENABLE_DESKTOPBernhard Reutner-Fischer
2007-02-03add TODODenis Vlasenko
2007-02-03usage_compressed: be more permissive in which od flavors we supportDenis Vlasenko
2007-02-03assorted fixes for bugs found with randomconfigDenis Vlasenko
2007-02-03lineedit: add missing #if/#endifDenis Vlasenko
2007-02-03Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko
2007-02-03sigset_t blocked_sigset is too big for static (128 bytes)Denis Vlasenko
2007-02-03svlogd: fix performance problems: excessive write,Denis Vlasenko
2007-02-03svlogd: do not set O_NONBLOCK on stdin permanently - that canDenis Vlasenko
2007-02-02- minor tweakBernhard Reutner-Fischer
2007-02-02- update helptextBernhard Reutner-Fischer
2007-02-02add a comment so that people won't get confusedDenis Vlasenko
2007-02-02sv: fix incorrect option parsing and reduce sizeDenis Vlasenko
2007-02-02httpd: directory indexer example doesn't need piping thru dd anymoreDenis Vlasenko
2007-02-02find -user support by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko
2007-02-02trivial warning fixDenis Vlasenko
2007-02-02udhcpd: allow "domain" to be a list of DNS servers, not just oneDenis Vlasenko
2007-02-01correct wget's commentDenis Vlasenko
2007-02-01add -Wwrite-strings to MakefileDenis Vlasenko
2007-02-01msh: cleaning up for -Wwrite-strings part #4Denis Vlasenko
2007-02-01msh: cleaning up for -Wwrite-strings part #3Denis Vlasenko