summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
| | | | - add TODO to switch this applet to index_in_str_array()
* - 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
| | | | no preceding prototype
* do not put all <applet>_main() declarationsDenis Vlasenko2007-02-033-14/+9
| | | | in busybox.h - this produces false dependencies
* - 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
| | | | init: fix warnings
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko2007-02-033-19/+14
| | | | (patch from Gabriel L. Somlo <somlo@cmu.edu>)
* 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
| | | | | gettimeofday calls. rt_sigprocmask were dealt with in previous commit
* svlogd: do not set O_NONBLOCK on stdin permanently - that canDenis Vlasenko2007-02-031-28/+44
| | | | affect other processes!
* - 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
|
* udhcpd: allow "domain" to be a list of DNS servers, not just oneDenis Vlasenko2007-02-022-13/+21
|
* correct wget's commentDenis Vlasenko2007-02-011-1/+1
|
* add -Wwrite-strings to MakefileDenis Vlasenko2007-02-011-4/+4
|
* msh: cleaning up for -Wwrite-strings part #4Denis Vlasenko2007-02-011-270/+287
|
* msh: cleaning up for -Wwrite-strings part #3Denis Vlasenko2007-02-011-61/+57
|
* msh: cleaning up for -Wwrite-strings part #2Denis Vlasenko2007-02-011-675/+648
|
* msh: cleaning up for -Wwrite-stringsDenis Vlasenko2007-02-011-196/+236
|
* lash: -Wwrite-strings fixesDenis Vlasenko2007-01-301-22/+24
|
* hush: style fixesDenis Vlasenko2007-01-301-89/+105
|
* hush: now it's -Wwrite-strings cleanDenis Vlasenko2007-01-301-26/+32
|
* hush: style fixesDenis Vlasenko2007-01-301-314/+332
|
* hust: -Wwrite-strings fixesDenis Vlasenko2007-01-301-15/+18
|
* silly space saving in sedDenis Vlasenko2007-01-301-6/+6
|
* micro optimizationDenis Vlasenko2007-01-301-1/+1
|
* preparatory patch for -Wwrite-strings #8 (missed part)Denis Vlasenko2007-01-302-9/+7
|
* - improve spellingBernhard Reutner-Fischer2007-01-291-2/+2
|
* preparatory patch for -Wwrite-strings #7: sedDenis Vlasenko2007-01-291-13/+16
| | | | remaining: shell (rather scary mess in msh.c)
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-297-76/+74
|
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-2911-60/+49
|
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-2914-71/+68
|
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-2910-44/+42
|