Denys Vlasenko | 31af3d5a1db | udhcp: shorten mac len from 16 to 6 in lease file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ac906fa85e6 | udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
Signed-off-by: Denys Vlasenko <vda.linux@googl... | | |
Denys Vlasenko | ed8982bfc0e | udhcp: add a few TODOs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 26918dd28ef | udhcp: rename server/client_config.arp to server_mac and client_mac
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | cab3a0127c3 | udhcp: cleanup of static lease handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 56f2d06c649 | udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 990a617edfd | udhcp: rename giaddr to gateway_nip and server to server_nip
"nip" stands for "IP in network order"
Signed-off-by: ... | | |
Denys Vlasenko | 1d924f59b18 | udhcp: rename fields in struct dhcpOfferedAddr
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 47f2d7ef7d4 | udhcpd: don't fail ARP check if returned MAC matches client's one
Also, do not unicast replies to yiaddr.
Signed-of... | | |
Denys Vlasenko | 1f363a08677 | install: compat fix for mode of created files.
By Mat Hostetter (mhostetter AT tilera.com)
Signed-off-by: Denys Vla... | | |
Denys Vlasenko | 9517d8ad72c | seq: fix input handling in non-C locales
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6548edd4302 | vi: do not accept uppercase comments (compat). Closes bug 397.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4813a5100d7 | libbb: stop using bb_strtod for now
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cd3dd42c288 | seq: fix testsuite failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 82a6fb3ea6b | ash: fix . builtin
Also, move [[ ]] comment to test.c and expand it
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | 2441060bebe | fix or document testsuite failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 16635cc2e05 | test, tcpsvd, tcpsvd: shrink
function old new delta
nexpr ... | | |
Denys Vlasenko | a3dcee3e8a2 | fix permissions in testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 145512c634e | Update POSIX compliance table
Signed-off-by: Max Panasenkov <panmax@gmail.com>
Signed-off-by: Denys Vlasenko <vda.li... | | |
Denys Vlasenko | a99aa6e9c41 | readlink: support -n, -v, -s and -q too if support for -f is requested
function ... | | |
Denys Vlasenko | 641dd7b0804 | ash: revert over-zealous usage of FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 77539190ab9 | added comments about [[ ]] to ash and hush. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9ca656b1494 | hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Denys Vlasenko | 1d77db8459e | telnetd: more compact version of the fix for stray open fds
function old... | | |
Denys Vlasenko | a4bcbd0e041 | telnetd: properly close fds in child
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9d617c44d2b | hush: specially handle [[ - suppress globbing & multiword expansion
It's a bashism, but is surprisingly easy to do a... | | |
Denys Vlasenko | 2634bf366b2 | randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 38d9072b2c9 | diff: tiny compat tweak
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 764b2f0ec0b | hush: drop REDIRECT_INVALID; other minor tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | df5131cf3dd | hush: fix a segfault in export builtin
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8f24f9812df | stop using non-standard macro, use WEXITSTATUS instead
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d6b05eb9c27 | hush: make builtins work in pipes (eval ... | ...) on NOMMU
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 62152da892e | ifupdown: if $PATH is not set, do not set it to "" in children
Also random code shrink:
function ... | | |
Denys Vlasenko | 035b4d77dc8 | ftpd: allow multiple -S options to increase verbosity too, like -v
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Denys Vlasenko | 71016baf552 | printf: accept negative numbers for %x; sh: overflowed numbers are 0
Signed-off-by: Denys Vlasenko <vda.linux@google... | | |
Denys Vlasenko | 0f952c249e3 | inetd: comment why we redirect stderr to network
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 53f17912120 | *: reduce #ifdef forest
Remove unnecessary #if statements from the "more", "script", and
"scriptreplay" commands. B... | | |
Denys Vlasenko | d5f1b1bbe0a | *: add FAST_FUNC to function ptrs where it makes sense
function old ... | | |
Denys Vlasenko | 8507e1f1092 | ftpd: fix a case when with -w unknown commands are ignored with no error code
Signed-off-by: Stefan Seyfried <seife@... | | |
Bernhard Reutner-Fischer | a43972cb0f4 | rename CONFIG_FEATURE_TAR_GZIP
CONFIG_FEATURE_TAR_GZIP was renamed to CONFIG_FEATURE_SEAMLESS_GZ.
Adjust testsui... | | |
Denys Vlasenko | dc2bbb9669e | tweak docs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 08218013499 | hush: document a TODO in export builtin
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6f22624a913 | hush: fix a case when backgrounded cmd makes shell hang
Signed-off-by: Bayram Kurumahmut <kbayram@ubicom.com>
Signed... | | |
Denys Vlasenko | 295fef80bcc | hush: add support for local builtin
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | 98f74034cd2 | bloat-o-meter: touchup argv handling
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reported-by: Matt Mackall <mp... | | |
Mike Frysinger | 5177e28e9c8 | bloat-o-meter: fix tab/space mixing
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | eab40e58858 | hush_test: stop mixing tabs/spaces for indentation
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | b6bca7703bb | hush: add support for special vars in braces
Some people like to use ${?} rather than $?, so make sure we support al... | | |
Mike Frysinger | a1e5ebe9bd3 | gitignore: add debugging related files
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 6a46ab8b8fe | hush: unify syntax_error_unterm_{ch,str} a bit
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | ef3e7fdd3b1 | hush: push down expansion var in handle_dollar()
Declare the variable in the scope it is used rather than the entire... | | |
Mike Frysinger | dc3bc40578e | hush: add support for special vars in braces
Some people like to use ${?} rather than $?, so make sure we support al... | | |
Mike Frysinger | ff64fb9e310 | hush_test: filter test output to avoid C lib differences
The getopt function in some C libraries wraps the option in... | | |
Mike Frysinger | f524b6c87f2 | lineedit: fix warning about unused label when VI editing is disabled
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | 28a105d867b | nc, hush: cosmetic cleanups, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4b7db4f2ca2 | read_key: drop optimization where we read 3 bytes at once
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 171932d7ca6 | hust: trivial simplification in builtin_type
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e640cb4ad16 | hush: fix bug 353 (wrong handling of \x in assignments)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5d7cca20908 | hush: optimize type builtin a bit more
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | dd6b2119211 | hush: optimize type builtin a bit
function old new delta
builtin_t... | | |
Mike Frysinger | b9f2bb36eae | only build common libarchive objs when needed
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | f3cbfc0e2c2 | modprobe: fix more bugs in modprobe -r
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 398c6599705 | cpio.tests: fix false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | 93cadc2fddb | hush: implement `type`
Implement support for the POSIX `type` command. Only POSIX stuff is
supported here, no bash ... | | |
Mike Frysinger | 77508d70bfa | depmod.pl: updates and fixes galore
The helper script needs updating to match latest busybox modprobe behavior
in th... | | |
Denys Vlasenko | e6f6d829403 | hush: more fixes from trunk; bump version to 1.14.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 20cc390b9bb | post-1.14.0 fixes
hush significantly updated.
fixes for acpid, awk, depmod, dhcp, gzip, mdev, modprobe, sysctl.
libb... | | |
Denys Vlasenko | 673e945052f | hush: remove outdated TODO and superfluous macro; fix compile breakage
Signed-off-by: Denys Vlasenko <vda.linux@goog... | | |
David Krakov | 29ec1160374 | POSIX conformance documentation for busybox
Attached a start for POSIX conformance documentation for busybox (see
TO... | | |
Denys Vlasenko | 68759edb6e6 | hush: tweak comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e2df5f46d02 | hush: rename last_waitpid_was_0 to we_have_children
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 140def848c1 | modprobe: fix modprobe -r. closes bug 315
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8d7be232a39 | hush: fix SIGCHLD counting code, but keep it disabled for now.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bf2af9acb28 | flash_lock, flash_unlock: new applets
By Thierry Reding (thierry.reding AT avionic-design.de)
Signed-off-by: Thierr... | | |
Denys Vlasenko | 4f26c97b9a2 | make compound.tests executable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e9bda90e549 | hush: fix problems with case in subshells and with "case esac"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | 342a63d659e | hush_test: add some pathological compound list tests
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 12bcc76e9b9 | hush_test: test for subshell function syntax
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 7b424fe738e | hush_test: add subshelled case tests
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | cc9205bda7c | hush_test: update test output to match new getopt() output
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 33f85eeac5a | hush_test: ignore generated files
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | 2b132e5139a | hdparm: fix a thinko in a previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d8aeba4eed8 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | | |
Denys Vlasenko | c7068455393 | hdparm: code shrink
function old new delta
parse_opts_0_INTMAX ... | | |
Denys Vlasenko | 6d335be2116 | hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 73f37992362 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | | |
Denys Vlasenko | e18255d1dad | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | | |
Mike Frysinger | 38478a600f5 | hush: fix build failure when jobs are disabled
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reported-by: Thomas... | | |
Denys Vlasenko | 0149f02a724 | appletlib.c: prevent applet list overflowing screen
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5e61115ea45 | scriptreplay: new applet. +423 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys ... | | |
Denys Vlasenko | 5a49d284a6a | add platform tweaks
login: consider platforms having no domainname field in the utsname struct
include/platform.h: d... | | |
Denys Vlasenko | e424423a7b1 | awk: put at least one NUL between $n. Hopefully closes 337.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 167cd709df0 | gzip: fix gzip with many files corrupting some files after first
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | 16bda3bd1f8 | depmod: fix handling of .gz modules
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c396fe6306f | lineedit: small fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 020f40693a0 | line editing: add an option to emit ESC [ 6 n and use results
This makes line editing able to recognize case when
cu... | | |
Denys Vlasenko | 071ede1e5de | xmalloc_[open_]read[_close]: do not ignore xrealloc return value
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | c15f40c3e7b | lineedit: use read_key to recognize ESC sequence.
This fixes several vi mode bugs and prepares for further fixes.
f... | | |
Denys Vlasenko | 1b0a93edb93 | adduser/addgroup: make system id range configurable.
By Tito (farmatito AT tiscali.it).
Signed-off-by: Denys Vlasen... | | |
Denys Vlasenko | 810b7161dca | mount: save 80 bytes by forced de-inlining
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e71dd7c1db9 | mount: document when kernel started accepting string as NFS options
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Mike Frysinger | 7a5814c74c8 | split website off into dedicated git repo
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | 318a8e5ed55 | TODO: add some
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bernhard Reutner-Fischer | 845142e106f | Adjust names, link contributing info in main index
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | | |
Denys Vlasenko | f427c80d024 | sysctl: stop abusing parser->line
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c8ab67cad85 | tftp: do not risk invoking Sorcerer's Apprentice syndrome
examples/udhcp/simple.script: fix incorrect test for $1
S... | | |
Bernhard Reutner-Fischer | 8082ea1000a | test commit
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | | |
Bernhard Reutner-Fischer | b5d5245f46b | Revert "test commit"
This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a.
Signed-off-by: Bernhard Reutner-... | | |
Bernhard Reutner-Fischer | 8606aba04b9 | test commit | | |
Mike Frysinger | af61b2a5add | LICENSE: update address of the FSF
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 1e12ae90590 | modprobe: add comment about expected modules.dep format
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 2b6497ba84a | depmod.pl: updates and fixes galore
The helper script needs updating to match latest busybox modprobe behavior
in th... | | |
Mike Frysinger | 00ffaeab80f | modprobe: add more useful debug points
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 3322351724b | add .gitignore files
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 4f239b1bb42 | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME
We can't use C if(...) with ENABLE_FEATURE_TAR_UNAME_G... | | |
Denys Vlasenko | 76f5e38c822 | mdev: revert last wrong commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
root | 6245202e7fc | hush: small fix for unset -f on NOMMU.
Signed-off-by: root <root@localhost.localdomain> | | |
Bernhard Reutner-Fischer | 62851171db3 | fix debug message
Print the mime-type only after it has been set.
Add possible TODOs: use TCP_CORK, parse_config() | | |
Denys Vlasenko | acdc49c0730 | hush: add more complex case to leak testcase, fix found breakage
function ... | | |
Denys Vlasenko | cb6ff25afeb | hush: fix bug where in "var=val func" var's value is not visible in func
function ... | | |
Denys Vlasenko | e19e1935a33 | hush: fix \<newline> handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b1cfc453760 | hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.
function ... | | |
Denys Vlasenko | aa0a12d5495 | mdev: do not exit if user:group parse failed. closes bug 309.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1dd6cf86775 | hush: fix multiple redirections of the same fd (bug 227)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 54e0843e7da | hush: make . cmd search $PATH
function old new delta
builtin_source 128 249 +121
Signed-off-... | | |
Denys Vlasenko | 48a29defcae | httpd: speed up httpd.conf at the cost of 49 bytes of code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9c35a1cfb64 | ifplugd: fix warnings | | |
Denys Vlasenko | 44d1989997a | des encrypt: fix goof with NUL byte added at the end as '.' | | |
Denys Vlasenko | 05ae400830c | mdev: fix a case where we mangle device_path string and then use it. | | |
Denys Vlasenko | 47aaa2bee6b | Make it clearer that usually people should _NOT_
select FEATURE_UNIX_LOCAL. | | |
Denys Vlasenko | 690ad2426e3 | git commit test
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denis Vlasenko | 1fd3b38fd19 | *: bb_error_msg's messages should not be capitalized | | |
Denis Vlasenko | 052ad9a5688 | lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. | | |
Denis Vlasenko | c8653f62f22 | hush: make it possible to have interactive shell on non-ctty.
init=/bin/hush: shows prompt, history works, etc.
fun... | | |
Denis Vlasenko | 42e4af31191 | make leak test more robust by unsetting all vars | | |
Denis Vlasenko | 28e67966f3f | hush: make getopt32 usable in builtins. use it in unset.
more uses are expected in the future.
function ... | | |
Denis Vlasenko | 572930027d5 | hush: nommu fix for function passing | | |
Denis Vlasenko | 5b7589eb27e | hush: fix SEGV in % expansion
function old new delta
expand_variab... | | |
Denis Vlasenko | 80e57eb7d52 | ifplugd: tiny shrink | | |
Denis Vlasenko | f4e4563fe70 | ifplugd: add copyright | | |
Denis Vlasenko | 71c165780ac | ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)
+3k code and 0.5k in messages. Most of the bloat due... | | |
Denis Vlasenko | 5bf59c104af | shrink if FEATURE_SHADOWPASSWDS is off | | |
Denis Vlasenko | f6b4685691e | add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) | | |
Denis Vlasenko | 9ac3dc764a7 | unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)
LZMA_FAST off: 10% faster and:
function ... | | |
Mike Frysinger | 6fb5f01c0b9 | we need to daemonize *before* opening the watchdog device | | |
Mike Frysinger | 26cf2831d75 | do not tell people they can enter "help" if help has actually been disabled | | |
Mike Frysinger | 67c1c7b456f | use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure... | | |
Denis Vlasenko | eb4e5ecc321 | inetd: constify data | | |
Denis Vlasenko | c2931aa2df2 | adduser/addgroup: support specifying uid/gid, add system
account creation mode. By Tito.
function ... | | |
Denis Vlasenko | c8d7109f603 | httpd: fix small bug in parser. it crept in during cleanup | | |
Denis Vlasenko | 00643ca5206 | httpd: allow empty lines in conf file | | |
Denis Vlasenko | 1cf4a0eb81e | httpd: simplify insane conf file parser
function old new delta
bb_... | | |
Denis Vlasenko | 574c316e5ac | syslogd: added comment, no code changes | | |
Denis Vlasenko | b029154a2a0 | httpd: improve help text | | |
Denis Vlasenko | 8ed1945a916 | nc: free lsa in server mode, we might be up for a long time | | |
Denis Vlasenko | a771e7c0057 | *: remove check for errors on getsockaddr in cases we know they can't happen
libbb: make get_sock_lsa use only one ge... | | |
Denis Vlasenko | e6b10ef0a7a | switch_root: move misplaced comment | | |
Denis Vlasenko | f9d4fc3cf8c | switch_root: improve behavior on error; improve help text
*: make "can't execute '%s'" message uniform | | |
Denis Vlasenko | 950bd729665 | hush: speed up set_local_var
function old new delta
set_local_var ... | | |
Denis Vlasenko | 5e34ff29bcc | *: mass renaming of USE_XXXX to IF_XXXX
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially
badly named. It ... | | |
Denis Vlasenko | 8b814b4a349 | tar: support for tar --numeric-owner. By Natanael Copa.
function old ... | | |
Denis Vlasenko | 76478b8091d | udhcpc: fix truncation of last char in client hostnames | | |
Denis Vlasenko | 0ad82344743 | switch_root: print errno on failure | | |
Denis Vlasenko | 1b47bbdfa48 | tweak example udhcp script | | |
Denis Vlasenko | ad4bd0548a5 | hush: export -n support
function old new delta
builtin_export ... | | |
Denis Vlasenko | d40fa397e45 | hush: add two testcases | | |
Denis Vlasenko | e41fdbc2795 | watchdog: enable it before setting timeout
function old new delta
... | | |
Denis Vlasenko | 8c64e033c00 | hush: fix stdin of backgrounded pipe
function old new delta
run_l... | | |
Denis Vlasenko | 11c17f75a7f | mdev: enlarge inline documentation | | |
Denis Vlasenko | dcd78c4d0ff | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"
corner case; improve hush_leaktool.sh;
fix some fa... | | |
Denis Vlasenko | 3798db58cfa | mdev: support $ENVVAR=regex | | |
Denis Vlasenko | f66fe9af89e | another stab at fixing out-of-tree build | | |
Denis Vlasenko | 9f8d9381727 | same as previous, but -100 bytes | | |
Denis Vlasenko | bf25fbccb9b | hush: fix handling of } which is not a closing one in { cmd; }
function ... | | |
Denis Vlasenko | a29c9354428 | hopefully fix out-of-tree build broken by 26139 | | |
Denis Vlasenko | c7cc5a9432d | mdev: Rob's #if forest removal
*: remove superfluous conts in "f(type *const param)" | | |
Mike Frysinger | 885b6f29ae2 | fix build errors when function support is turned off | | |
Denis Vlasenko | 6008d8a3cc8 | hush: fix thinko in error msg | | |
Denis Vlasenko | 38e626df4dd | hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output | | |
Denis Vlasenko | 6a07d1fb5c8 | acpid: prevent creation of zombies | | |
Denis Vlasenko | 730106767e3 | hush: fix thinko in unset_func | | |
Denis Vlasenko | 40e84374ec6 | hush: implement unset -f; beautify the handling of signal-killed pipe
four TODOs are gone
function ... | | |
Denis Vlasenko | eb85849b50a | hush: deal with umask TODO (symbolic modes)
function old new delta... | | |
Denis Vlasenko | 6b9e05392b4 | hush: implement proper SIGHUP handling
function old new delta
chec... | | |
Denis Vlasenko | 7b9e5c57ae3 | builtin_return's parameter is not unused | | |
Denis Vlasenko | 3d40d8e6553 | hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
~+200 bytes | | |
Denis Vlasenko | 3be23086766 | fix move_to_unaligned32 | | |
Denis Vlasenko | 66cb86e4896 | build system: remove some unnecessary rebuilds | | |
Next → |