aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-135-40/+47
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text editLauri Kasanen2010-12-131-3/+4
| | | | | Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* more: smaller version of previous fixDenys Vlasenko2010-12-131-3/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* more: exit if write to stdout errors outDenys Vlasenko2010-12-131-0/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* fix typo in READMEDenys Vlasenko2010-12-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-12-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* update examples/var_service/READMEDenys Vlasenko2010-12-061-0/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add examples/var_service/READMEDenys Vlasenko2010-12-061-0/+54
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* pstree: use stdin for screen size detectionDenys Vlasenko2010-12-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* runsvdir: do not miss closely spaced service dir changesEric Lammerts2010-12-061-2/+5
| | | | | Signed-off-by: Eric Lammerts <busybox@lists.lammerts.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak INSTALL_NO_USR help textDenys Vlasenko2010-12-051-2/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: fix "make install" to skip /usr when configured soJoachim Nilsson2010-12-051-0/+5
| | | | | | | | | Fix regression in BusyBox 1.18.0 where the NO_USR config option no longer bites for "make install". The busybox.mkll script stumbles without these lines and as a result *always* creates /usr/ symlinks. Signed-off-by: Joachim Nilsson <troglobit@vmlinux.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pstree: another tiny shrinkDenys Vlasenko2010-12-051-14/+6
| | | | | | | function old new delta pstree_main 327 324 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pstree: tiny shrinkDenys Vlasenko2010-12-051-2/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pstree: fix width logic. +30 bytesLauri Kasanen2010-12-051-28/+26
| | | | | Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-053-0/+418
| | | | | | | | | text data bss dec hex filename 883379 936 17192 901507 dc183 busybox_old 885043 936 17192 903171 dc803 busybox_unstripped Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-12-051-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add if guards around include <malloc.h>Denys Vlasenko2010-12-052-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko2010-12-011-25/+25
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-015-25/+29
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko2010-11-301-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: do not use GNU-isms in findChris Rees2010-11-301-2/+2
| | | | | Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* telnetd: write utmp record with correct pidDenys Vlasenko2010-11-301-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko2010-11-291-2/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* patch: fix "patch at the beginning" testcase failureRob Landley2010-11-291-9/+14
| | | | | Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ping: add -t TTL optionJoachim Nilsson2010-11-285-91/+102
| | | | | | | | | | | | function old new delta common_ping_main 1755 1796 +41 packed_usage 27954 27971 +17 bbconfig_config_bz2 4965 4966 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 59/0) Total: 59 bytes Signed-off-by: Joachim Nilsson <joachim.nilsson@vmlinux.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11
| | | | | | We were not responding to them at all. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use BB_EXECVP_or_die where appropriateDenys Vlasenko2010-11-283-6/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: move G_x_mode define to the more appropriate placeDenys Vlasenko2010-11-281-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich2010-11-281-6/+14
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: display useful help textDan Fandrich2010-11-281-2/+8
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add a test for patch which we currently failDenys Vlasenko2010-11-282-0/+38
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko2010-11-281-26/+30
| | | | | | | | text data bss dec hex filename 883235 936 17192 901363 dc0f3 busybox_old 883219 936 17192 901347 dc0e3 busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* blkid: add TODODenys Vlasenko2010-11-251-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gen_build_files.sh: better commentDenys Vlasenko2010-11-251-3/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: fix for dashDenys Vlasenko2010-11-241-3/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Start 1.19.0 development cycleDenys Vlasenko2010-11-231-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Bump version to 1.18.01_18_0Denys Vlasenko2010-11-231-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* date :add a comment about older toolchainsDenys Vlasenko2010-11-231-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-227-10/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix misspelling in commentDenys Vlasenko2010-11-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-227-123/+160
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* nc: fix SEGV on -v when NC_EXTRA is offDenys Vlasenko2010-11-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* inetd: if argv[0] is not specified, set it to program nameMike Frysinger2010-11-221-0/+6
| | | | | | | With inetd.conf files that skip argv[], inetd execs programs with argc==0. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lineedit: fix tab-completion of filenames with spacesMike Shal2010-11-221-22/+45
| | | | | | | | | | | | Using ash in busybox git version dea28e1e, tab completion doesn't seem to work properly for filenames that have special characters (such as spaces) in them. For example, with filenames "foo bar" and "foo zap", typing "ls fo<TAB>" correctly expands to "ls foo\ ", but then continuing to type "b<TAB>" will produce "ls foo\ bbar", which is not correct (the 'b' is duplicated). Signed-off-by: Mike Shal <marfey@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-224-31/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gen_build_files.sh: restore deleted commentDenys Vlasenko2010-11-211-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cmp: with -s, do not report open errorsDenys Vlasenko2010-11-211-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>