Denys Vlasenko | 6c852bfcadd | lineedit: add handling of \H in prompt
Based on the patch by Arnaud Rébillout <rebillout@syscom.ch>
Signed-off-by: ... | | |
Denys Vlasenko | 2c24806bf48 | hexdump: need to use xstrtoull for off_t
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ef6747e290d | hexdump: don't unconditionally limit the usable address range
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 80a38ca11c3 | man: install to /usr/bin, not /sbin
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 85daa67bc2e | httpd: don't allow tabs and multiple spaces in request string
HTTP standard doesn't allow it and no sane clients sho... | | |
Bernhard Reutner-Fischer | c608731e787 | setserial: Fix typo: s/baund_rate/baud_rate/g
as noted by Christoph Handel opensource at macht-blau.org
Signed-off-... | | |
Denys Vlasenko | a42f530e034 | sendmail: code shrink on top of previous patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Aaro Koskinen | e82bfef8395 | sendmail: don't add multiple To: headers
When adding To: header, add only a single header. If there are multiple
add... | | |
Aaro Koskinen | 4a732220e90 | sendmail: don't add To: header if it already exists
If the message we are sending already has To: header, don't add ... | | |
Aaro Koskinen | 236f222cde0 | sendmail: support long header fields for recipients
Support long header fields in To:, Cc: and Bcc: headers.
Signed... | | |
Aaro Koskinen | a8ba0a0d0ce | sendmail: support address lists
Headers To:, Cc: and Bcc: may have a list of comma-separated
addresses. Add support ... | | |
Aaro Koskinen | 06ad964ae61 | sendmail: support addresses inside angle brackets
When we extract addresses from the e-mail, try to first check for ... | | |
Aaro Koskinen | 95e99e5271c | sendmail: don't mangle e-mail headers
Leave the original To: and Cc: headers untouched, when we try to extract
addre... | | |
Aaro Koskinen | 14285d14a58 | sendmail: avoid sending mail to wrong addresses
If we get an address we cannot parse properly, we currently just str... | | |
Denys Vlasenko | 7c6f2d4207e | mkfs_minix: use get_volume_size_in_bytes instead of local version
Hopefully this also closes 4730
function ... | | |
Denys Vlasenko | 4424dfd69bc | mdev: fix build failure
The error was "error: 'struct globals' has no member named 'parser'"
Signed-off-by: Denys V... | | |
Denys Vlasenko | c56d12505bc | nc: fix build failure ("subscripted value is neither array nor pointer")
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 091f831424e | ash: add comment about failures in source builtin. No code changes.
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | 88b532d59af | hush: source builtin should override $N only if it has args
function old... | | |
Stefan Hellermann | 4ef1439c593 | ash: read $HOME/.profile instead of $(pwd)/.profile
ash --login should read ~/.profile instead of .profile in the cu... | | |
Stefan Hellermann | aeb717aa5e8 | ash: move code to allow setting $HOME in /etc/profile
move HISTFILE=$HOME/.ash_history below reading /etc/profile,
s... | | |
Denys Vlasenko | 9e7c002182d | vi: code shrink
function old new delta
status_line_bold_errno ... | | |
Ron Yorston | cb5aa725df4 | vi: fix adjustment of buffer on partial file read
The second argument to text_hole_delete was incorrect: it should
b... | | |
Denys Vlasenko | 257a77568ab | sysklogd: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Guilherme Maciel Ferreira | 4a600f8777f | traceroute: free some memory allocated by xzalloc()
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferre... | | |
Alexander Shiyan | 45dc96c8a6d | flash_eraseall: implement -N
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Denys Vlasenko <vda.l... | | |
Alexander Shiyan | 0d61dcd6411 | nanddump: fix build if nandwrite isn't enabled
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Den... | | |
Denys Vlasenko | af4a07a2440 | ping[6]: accept and ignore -n. Code shrink
function old new delta
... | | |
Denys Vlasenko | 7b5d5c1bdbb | udhcpd: also add -I ADDR to help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e3f5b73ad09 | udhcpd: add -I LOCAL_ADDR option
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bernhard Reutner-Fischer | b79a0fef996 | awk: Fix handling of functions with empty body
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | | |
Mandeep Singh Baines | 7991d454462 | losetup: fix util-linux compatibility
Added -a support. Also made sure -f works as follows:
losetup [-r] [-o offset... | | |
Mike Frysinger | 1b49c25e0a7 | readlink: note that our -f is really -e
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | af9e70b8cba | readlink: uClibc supports automatic allocation too now
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 445e7543e80 | platform: use KERNEL_VERSION to simplify uClibc version checking
This makes reading the logic (as well as adding new... | | |
Mike Frysinger | bca5c556c43 | udhcpc: use readlink rather than realpath
The realpath utility requires all paths exist when canonicalizing
symlinks... | | |
Denys Vlasenko | 9bbf6b98c42 | hostid: do not output sign-extended host id. Closes 6056
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | 93b51819cf4 | archival: note implicit dependencies between lzop & bbunzip
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Denys Vlasenko | 507f6ea6d2d | decompress_unlzma: move function, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a2d04e0702d | decompress_unlzma: 10% speedup in "small" code
text data bss dec hex filename
1796 0 ... | | |
Denys Vlasenko | c09fd27c0a1 | decompress_unlzma: make "fast" version a bit smaller
It is not slower. In fact it seems a tiny bit faster too.
t... | | |
Denys Vlasenko | 2fe5fed2dfe | lzop: fiq -q and OPTION_DECOMPRESS mismatch
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | 08e28e806dc | bbunzip: fix order of flags vs bit defines
Too much code shuffling.
Reported-by: Mandeep Singh Baines <msb@chromium... | | |
Mike Frysinger | 920c1baab7e | bbunzip: ignore the -q flag with the decompressors
The -q flag is used in shell scripts for suppressing output.
Have... | | |
Denys Vlasenko | fb036636195 | ifupdown: support "source" stanza in /etc/network/interfaces
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 41655438c6b | zcat: fix "zcat FILE" trying to do detection twice
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8e96efa3231 | zcat: if seamless uncompressors are defined, autodetect file's format
function ... | | |
Denys Vlasenko | f2d8478e560 | fix error message on failure to oen /dev/null; fix zcat's help text
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | 577235dee82 | code shrink in check_errors_in_children()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7794c21daf4 | pgrep: fix a "missing closing paren" build error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 216e952fb86 | ifplugd: make -k send SIGINT, not SIGQUIT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bernhard Walle | 47f8558eee4 | pgrep: fix -x option
Because when -x is used (exact match), then we cannot compile the
regular expression with REG_N... | | |
Denys Vlasenko | ed954b68552 | Fix config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | efd0698f74c | make --help return exitcode 0. Closes 5612
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Peter Korsgaard | 5d1c599d761 | run-parts: fix unicode creep in --help
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Denys Vlase... | | |
Denys Vlasenko | de6f1480067 | nc_bloaty: support -ll and -lk. Closes 2245
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a14f319805c | nc: don't redirect stderr to network in -e PROG mode
This in incompatible with nc-1.10, but makes a lot of sense.
S... | | |
Thomas De Schampheleire | bc0ffc0e971 | nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code
Signed-off-by: Thomas De Schampheleire <thomas.de.schamph... | | |
Denys Vlasenko | 1e43a381b20 | run-parts: stop providing incompatible short options
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Peter Korsgaard | 0496e824a5b | run-parts: add --exit-on-error | -e support
The "big" run-parts supports a handy --exit-on-error to stop execution o... | | |
Leonid Lisovskiy | f59d563399b | xz: fix put_unaligned_{l,b}e32
Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com>
Signed-off-by: Denys Vlasenko <vd... | | |
Shawn J. Goff | 46031da862a | lineedit: initialize delptr
In vi mode, the 'p' and 'P' commands caused a segfault when nothing had
been put in the ... | | |
Lasse Collin | 380c8a07634 | xz: support concatenated .xz streams
function old new delta
xz_dec... | | |
Lasse Collin | 433757413f5 | xz: mention xzminidec.c in README
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasen... | | |
Lasse Collin | c3045edec22 | xz: fix incorrect XZ_BUF_ERROR
xz_dec_run() could incorrectly return XZ_BUF_ERROR if
all of the following was true:
... | | |
Lasse Collin | a1ae2b75a71 | xz: fix decoding of LZMA2 streams having no uncompressed data.
No .xz encoder creates files with empty LZMA2 streams... | | |
Lasse Collin | efb800439fd | cz: add C++ support to xz.h
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasenko <vd... | | |
Lasse Collin | aada3126a79 | xz: remove an empty line from xz_dec_lzma2.c
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: D... | | |
Lasse Collin | b967e42b772 | xz: make bcj_x86_test_msbyte() an inline function
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-... | | |
Lasse Collin | 18714d8460f | xz: add a comment about using uint32_t as vli_type
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off... | | |
Lasse Collin | 9056fcecbfe | xz: avoid "NOTE:" in xz.h
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasenko <vda.... | | |
Lasse Collin | 3a7b2417f9f | xz: update README
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Lasse Collin | 04f296b28a4 | xz: omit explicit \0 from HEADER_MAGIC
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys V... | | |
Denys Vlasenko | e3e321682cd | Fix move_to_unaligned16
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5bce135e368 | mdev: improve $SEQ handling; improve debug logging
Sequential run of concurrent mdev's was too simplistic:
they wait... | | |
Mike Frysinger | 9fed24c031a | udhcpc: tweak math shell style with the metric var
Some shells (like dash) are lame and omit the POSIX increment/dec... | | |
Mike Frysinger | 39b8fb41c50 | udhcpc: support resolv.conf symlinks
Often it is desirable to have /etc/ be on read-only storage (well, the
whole ro... | | |
Denys Vlasenko | 40b97fb31ec | mdev: add environment variable match
function old new delta
make_d... | | |
Denys Vlasenko | 1961aea305e | move endofname() to libbb
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3305c008ed6 | tail: make help text for -n +N syntax more correct
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 40c6da433f0 | head: support -n -NUM and -c -NUM
function old new delta
head_main... | | |
Denys Vlasenko | af0255f4968 | head,tail: use common suffix struct. simplify help text.
function old ... | | |
Denys Vlasenko | 8e6a1ea8250 | rpm: unmap rpm file before working with next one
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d4d4f3528e0 | rpm: stop using statics; move main() to the end of the source file
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Denys Vlasenko | 2aec773688f | rpm: use "create+rename" method of replacing existing files
Users were reporting getting errors like
"ls: error whil... | | |
Denys Vlasenko | 10f5f9b10d5 | rpm: make -ql display more compatible; improve help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Aaro Koskinen | cf5731bcbd3 | fdisk_sun: fix partition alignment
When the display unit is sectors, the partition alignment will convert
the partit... | | |
Aaro Koskinen | 1bd5ca2f530 | fdisk_sun: fix corrupted partition data with blank disk
After creating Sun disk label for the first time for a blank... | | |
Denys Vlasenko | 272d85cc855 | vasprintf: return -1 on strdup failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b5fc51198bf | vasprintf: do not use xmalloc, it will deadlock on OOM
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ba76b7a40b9 | mdev: chdir back to /dev after trying to read firmware
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 06af569f447 | arp: code shrink
function old new delta
packed_usage ... | | |
Kuleshov Aleksey | a8816dafc4b | arp: fix -H/-t handling.
While at it, shrank code.
function old new ... | | |
Denys Vlasenko | 6e29d07417c | mdev: extend debug logging output
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 04ac6e03c3a | udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Kang Kai | 03b614739b9 | testsuite/du/du-k-works: fix false positive
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Denys Vl... | | |
Denys Vlasenko | 6be6f3bfecf | flashcp: trivial code shrink
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 17d44364244 | ps: seconds_since_boot: uint64_t -> ulong
Even if long is 32-bit, 4 billion second uptime isn't likely :)
Signed-of... | | |
Denys Vlasenko | ee3bc70cea2 | getopt: improve help text; code shrink
function old new delta
gene... | | |
Denys Vlasenko | 243e7330015 | flashcp: pad output to BUFSIZE. Hopefully closes 5882
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bf99807657e | unzip: add missing fflush; code shrink
function old new delta
my_f... | | |
Denys Vlasenko | 9b7ebfe6447 | mount: whitespace fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 778794d1dd9 | *: reuse more strings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6aab061d2d6 | ps: fix sscanf format specifier (%l); make uptime unsigned
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f474dfa681a | Start 1.22.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 64406a92a05 | Bump version to 1.21.0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0cfba07fcd6 | fix testsuite false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4609f477c7e | mdev: fix mode of dir1 in =dir1/dir2/file rule
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 31dc8603eed | ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786
function ... | | |
Denys Vlasenko | 2f5b5beb28a | grep: fix grep -Fw not respecting the -w option. Closes 5792
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 81fa9995407 | syslogd: do not segfault on parse error when using default config. Closes 5762
Signed-off-by: Denys Vlasenko <vda.li... | | |
Denys Vlasenko | 2cfcc9e9d74 | sha3: code shrink
function old new delta
sha3_hash ... | | |
Peter Korsgaard | 9980707efc3 | syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
As suggested by Mike. No bloat-o-mete... | | |
Denys Vlasenko | 9daf33fc524 | dc: code shrink
function old new delta
stack_machine ... | | |
Denys Vlasenko | 7c4b13e0190 | ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | 5d78355d5af | code shrink
function old new delta
applet_name_compare ... | | |
Denys Vlasenko | 5ca853e5dab | fix a typo in config help text. Closes 5714
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bernhard Reutner-Fischer | 20c5e5a6262 | mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
function ... | | |
Denys Vlasenko | e4f0f26bade | sha3: s/sha3_process_block76/sha3_process_block72/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5368fe541c0 | sha3: rename KeccakF->sha3_process_block76.
This brings the naming more in line with other hashes.
Pulled most stati... | | |
Martin Santesson | 406ea15e2c1 | mount: add unc option to CIFS mount (needed for Linux 3.4+)
unc option for CIFS mount is mandatory after CIFS option... | | |
Denys Vlasenko | 970aa6b5bd9 | sha3: cache ctx->bytes_queued
function old new delta
sha3_hash ... | | |
Denys Vlasenko | 8fb3ab528e1 | sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore
Signed-off-by: Denys Vlasen... | | |
Denys Vlasenko | 8e7312e12fb | sha3: tweak choice of a fast code path for 64-bit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5b7f50f3721 | sha3: cosmetic tweaks to various names, comments. No logic changes.
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | ac4100e103c | sha3: code shrink
function old new delta
KeccakF ... | | |
Denys Vlasenko | a55df279366 | sha3: code shrink
function old new delta
KeccakF ... | | |
Denys Vlasenko | 07a54e21dd0 | sha3: another speedup for SHA3_SMALL=0 case
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6830ade6aa9 | whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 30a8652fbf1 | sha3: make size/speed optimization decision configurable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 60cb48ca50f | whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Lauri Kasanen | b8173b603f5 | sha3sum: new applet
function old new delta
KeccakF ... | | |
Paul Marks | b7841cf7b91 | ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
When using busybox ntpd with an NTPv3 client and... | | |
Denys Vlasenko | 90801dadfa0 | Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Sven-Göran Bergh | 6928d9f0495 | volume_id: add squashfs detection
function old new delta
volume_id... | | |
Denys Vlasenko | 6967578728a | whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Sven-Göran Bergh | 52185155088 | volume_id: uuid_format small code shrink
function old new delta
vo... | | |
Sven-Göran Bergh | 07b419dbcb3 | volume_id: display hfs[+] 128-bit UUID properly
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: ... | | |
Sven-Göran Bergh | a58f7b7d2f7 | blkid: add type display for hfsplus
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasen... | | |
Peter Korsgaard | cd776cf9673 | syslogd: add option to log to Linux kernel printk buffer
Why invent our own shared memory circular buffer when the k... | | |
Peter Korsgaard | d189b598b44 | klogd: handle multi-char log levels
Since Linux 3.5 (7ff9554bb5: printk: convert byte-buffer to variable-length
reco... | | |
Peter Korsgaard | 3917fa32dce | dmesg: handle multi-char log levels
Since Linux 3.5 (7ff9554bb5: printk: convert byte-buffer to variable-length
reco... | | |
Lauri Hintsala | fb499c57525 | powertop: fix error message
Application tries to use timer_stats module instead of cpufreq_stats.
Error message is p... | | |
Mike Frysinger | a38f9faa9fa | ifenslave: fix missing close paren
Reported-by: David J Cozatt <ygdrasil@comcast.net>
Signed-off-by: Mike Frysinger ... | | |
Anthony G. Basile | 12677acf0a0 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
We set a default path for the directory where pidfi... | | |
Denys Vlasenko | 393c395ca50 | du: document incompatibility with standard tool
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4d5955e9ece | decompress_uncompress: comment out a bigger chunk of debug code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.... | | |
Denys Vlasenko | a8461173ba5 | decompress_uncompress: comment out debug printout on corrupted data
99% plus of all people who'll get corrupted arch... | | |
Denys Vlasenko | c71547ccfce | decompress_uncompress: move 'code' variable into loop - sole user
Apparently, gcc does this optimization itself, sin... | | |
Jon Tollefson | 4ba6c5d3ba3 | ash: fix a memory leak
The script which triggers the leak:
while true
do
while true
do
break;
... | | |
S-G Bergh | e4b94514130 | volume_id: add exFAT detection
function old new delta
volume_id_pr... | | |
Denys Vlasenko | 3f21044f20e | ifupdown: code shrink
function old new delta
execute ... | | |
Denys Vlasenko | a803bfa0f06 | ifupdown: remove unused errno assignments
function old new delta
e... | | |
Denys Vlasenko | 11181335f9a | ifupdown: simple code shrink
function old new delta
execute ... | | |
S-G Bergh | d2d5049c1d1 | blkid: show filesystem when both label and UUID are missing, but type is known
Signed-off-by: S-G Bergh <sgb@systema... | | |
Mike Frysinger | 5694afd72a0 | build system: use pkg-config to look up selinux libs
Newer versions of libselinux has started linking against more l... | | |
Timo Teräs | 67dc7b21cae | fbsplash: fix regression from e4fa7b7
commit e4fa7b7 (limit progress bar flicker) made the progress bar
counter unsi... | | |
Baruch Siach | 3aeb870b228 | nanddump: invert the meaning of the -o parameter to match upstream
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
S... | | |
Baruch Siach | 98f6b2d399e | nanddump: skip bad blocks when instructed to do so
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: De... | | |
Baruch Siach | da0200a1e50 | nanddump: use the right operator of logic AND
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Denys V... | | |
Ron Yorston | eab343e7e1e | mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
Use mktemp instead of tempnam for compatibili... | | |
Tito Ragusa | 8dc6d1a813e | adduser: make it accept "adduser USER GROUP" form
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: D... | | |
Denys Vlasenko | fd77ea505ed | mark get_shell_name FAST_FUNC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 32711c41419 | top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
Signed-off-by: Denys Vlasenko <vda.l... | | |
Denys Vlasenko | d5275888821 | ash: implement export -n
function old new delta
exportcmd ... | | |
Nicolas Thill | f47ce07b269 | brctl: fix description and usage
brctl uncorrectly displays the "showmacs" command as being supported while
it is no... | | |
Felix Fietkau | 1c7a58dfb82 | udhcpc[6]: allow discover_retries == 0 (infinite)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Deny... | | |
Manuel Zerpies | d1097988825 | flashcp: remove unused variable opts
Signed-off-by: Manuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Signed... | | |
Denys Vlasenko | b2320370be1 | lineedit: in !EDITING config, return -1 on fgets error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 93710436989 | fix unsafe bb_perror_msg(filename) calls
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 225cc1327a9 | scripts/kconfig/mconf: work on systems w/o SIGWINCH
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c4f2d997a40 | libbb: correctness/size tweaks in signal-related helpers
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 73a19908975 | top: do not touch stdin if -b
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 06a98e32ae9 | modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Denys Vlasenko | 0b4980c2527 | ash: trivial fixes for compile failures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ffe03f04cb4 | top: fix build failure in !USE_TERMIOS case
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 42be921d486 | ps: fix build failure in !DESKTOP case
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2fb8d0dee97 | top: implement scrolling up/down (_very_ useful)
function old new ... | | |
Alexey Froloff | 3c62bbae946 | ushcpc: gracefully handle packets with CHECKSUM_PARTIAL
function old ... | | |
Denys Vlasenko | 0ffd63ca9a4 | telnet: convert Enter -> CR LF in line mode too
function old new d... | | |
Denys Vlasenko | 57f07bfcb27 | telnet: shrink literal string size
text data bss dec hex filename
888483 497 7584 896564 ... | | |
Denys Vlasenko | aca464ddac4 | telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
Signed-off-by: Denys Vlasenko <vda.linux@g... | | |
Linus Walleij | 6d463de46b4 | fbsplash: support non-RGB565 pixels in 16-bit mode
function old new ... | | |
Denys Vlasenko | 2dc1a972728 | find: make -mindepth N -xdev correctly stop on mountpoints
function old ... | | |
Denys Vlasenko | 9e71e3cea59 | ash: fix "read -s" + ^C. Closes 5504
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 50157f3decc | top: fix "last CPU" parsing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Joshua Kahlenberg | c4398514385 | sysctl: implement -q
function old new delta
packed_usage ... | | |
walter harms | d1d794fd487 | refactor correct_password.c to avoid one if
Signed-off-by: walter harms <wharms@bfs.de>
Signed-off-by: Denys Vlasenk... | | |
Next → |