aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unused #include,, improve code readabilityDenis Vlasenko2007-02-092-3/+4
* ping: reuse another bit of common code. -60 bytesDenis Vlasenko2007-02-091-28/+16
* ping: support -I addr in family neutral manner; reuse a bit of common codeDenis Vlasenko2007-02-094-52/+43
* msh: fix my bugletDenis Vlasenko2007-02-091-5/+8
* tftp: fix my bugDenis Vlasenko2007-02-081-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger2007-02-085-43/+41
* /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...Mike Frysinger2007-02-081-4/+8
* touchup style; no functional changesMike Frysinger2007-02-081-23/+12
* tftp: fix IPv6 falloutDenis Vlasenko2007-02-073-22/+25
* selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-075-9/+11
* fix #ifdef ENABLE_xxx -> #ifDenis Vlasenko2007-02-072-2/+2
* fix warning coming from printing size_t with %uDenis Vlasenko2007-02-061-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-0614-10/+361
* find: fix -not supportDenis Vlasenko2007-02-061-3/+3
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-0622-28/+39
* minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2007-02-062-18/+40
* minix utils: make a message easier to understand; small tweaksDenis Vlasenko2007-02-062-20/+25
* correct "pivot_root: pivot_root: <msg>"Denis Vlasenko2007-02-061-2/+4
* fix tar t segfault (closes 1183)Denis Vlasenko2007-02-041-18/+25
* - indentBernhard Reutner-Fischer2007-02-041-9/+20
* - improve wordingBernhard Reutner-Fischer2007-02-041-2/+2
* - remove duplicate menu entryBernhard Reutner-Fischer2007-02-041-9/+0
* find: support for !Denis Vlasenko2007-02-043-9/+56
* - strip 12 bytes off by using a smaller type for need_print.Bernhard Reutner-Fischer2007-02-041-8/+9
* - fix buglet introduced in r17351 in find_param(). Closes #1193Bernhard Reutner-Fischer2007-02-041-4/+5
* udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko2007-02-044-12/+21
* ifconfig: use IPv6 infrastructureDenis Vlasenko2007-02-043-29/+28
* mount: (try to) support cifs with IPv6Denis Vlasenko2007-02-043-15/+33
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-0410-36/+37
* mkconfigs: remove echo "`...`" contortionDenis Vlasenko2007-02-041-11/+10
* BB_EXECLP should call execlp, not execvpDenis Vlasenko2007-02-041-1/+1
* s/PREFIX/CONFIG_PREFIX/Denis Vlasenko2007-02-037-15/+15
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-03245-25/+268
* do not put all <applet>_main() declarationsDenis Vlasenko2007-02-033-14/+9
* - include busybox.h before looking at an eventual #if ENABLE_DESKTOPBernhard Reutner-Fischer2007-02-031-2/+2
* add TODODenis Vlasenko2007-02-031-1/+3
* usage_compressed: be more permissive in which od flavors we supportDenis Vlasenko2007-02-031-1/+1
* assorted fixes for bugs found with randomconfigDenis Vlasenko2007-02-035-8/+12
* lineedit: add missing #if/#endifDenis Vlasenko2007-02-032-5/+6
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko2007-02-033-19/+14
* sigset_t blocked_sigset is too big for static (128 bytes)Denis Vlasenko2007-02-031-9/+11
* svlogd: fix performance problems: excessive write,Denis Vlasenko2007-02-031-26/+46
* svlogd: do not set O_NONBLOCK on stdin permanently - that canDenis Vlasenko2007-02-031-28/+44
* - minor tweakBernhard Reutner-Fischer2007-02-021-2/+3
* - update helptextBernhard Reutner-Fischer2007-02-021-0/+1
* add a comment so that people won't get confusedDenis Vlasenko2007-02-021-0/+1
* sv: fix incorrect option parsing and reduce sizeDenis Vlasenko2007-02-021-120/+176
* httpd: directory indexer example doesn't need piping thru dd anymoreDenis Vlasenko2007-02-021-5/+0
* find -user support by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko2007-02-022-0/+26
* trivial warning fixDenis Vlasenko2007-02-021-1/+1