fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Denys VlasenkoDenys Vlasenko
92e1b0826d8wget: make Bartosz's "wget --passive-ftp -nd -t 3" work function old ...
Denys VlasenkoDenys Vlasenko
edcd5dcc9b0typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
58d0e20ad00scripts/trylink: remove $CPPFLAGS We don't use it in final link, should not use it in check_FOO then. This uncovered...
Denys VlasenkoDenys Vlasenko
5134010d88bscripts/trylink: fix bit-rotted linker option verification To that end, *make it complain* when check_cc fails on op...
Denys VlasenkoDenys Vlasenko
76efb3ed339qemu_multiarch_testing/README: add a list of qemu's needed Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f2ccefb946csetarch: add support for '-R' (disable randomization) This commit adds support for the -R flag of setarch, which dis...
Denys VlasenkoDenys Vlasenko
0506e292b51sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" function old new ...
Denys VlasenkoDenys Vlasenko
d1ed3e68b80sort: code shrink function old new delta compare_keys ...
Denys VlasenkoDenys Vlasenko
fd19faf7056remove extra debug printout Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2e86a5c98d8sort: fix key with delimiters breakage function old new delta get_...
Denys VlasenkoDenys Vlasenko
3d0805e9e7clibbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 function ...
Denys VlasenkoDenys Vlasenko
526d85831e7libbb: get_uidgid() always called with allow_numeric=1 function old ...
Denys VlasenkoDenys Vlasenko
f3d58a29be7od: get rid of (almost all) statics function old new delta od_main...
Denys VlasenkoDenys Vlasenko
c4fb8c6ad52fsck: do not use statics function old new delta fsck_main ...
Denys VlasenkoDenys Vlasenko
36647abcc39chattr,lsattr: shorten help message function old new delta packed_...
Denys VlasenkoDenys Vlasenko
95dee81a465loginutils/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
28826ac8c02debianutils/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
854bb6879daprintutils/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0863e1a576crunit/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
000eda41c08e2fsprogs/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d34f300db6dsysklogd/*: convert to new-style "one file" applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Aaro KoskinenAaro Koskinen
2735bc00e35cpio: implement -R/--owner Implement -R/--owner to force ownership of files. function ...
Denys VlasenkoDenys Vlasenko
93dd9fd90aedu: extra compat: with -k and -m, round sizes up function old new ...
Denys VlasenkoDenys Vlasenko
5251135bc18better pinger service example Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4ad702c0a70top: make sort field for 's' mode less confusing function old new ...
Denys VlasenkoDenys Vlasenko
926d801fa51libiproute: make rt_addr_n2a() and format_host() return auto strings function ...
Denys VlasenkoDenys Vlasenko
0f296a3a56blibiproute: rename invarg(a,b) to invarg_1_to_2(a,b) invarg(a,b) - "invalid argument", but how a and b enter the mes...
Curt BruneCurt Brune
69934701fd1networking: add 'ip neigh' command This patch ports the 'ip neigh' command, originally written by Alexey Kuznetsov, ...
Denys VlasenkoDenys Vlasenko
7b85ec30b59*: more BUILD_BUG_ON conversions Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
4d0c1ea4784wget: shrink code if https isn't supported If FEATURE_WGET_OPENSSL and FEATURE_WGET_SSL_HELPER are both disabled the...
Denys VlasenkoDenys Vlasenko
ab3964db4e7libbb: introduce kernel-style BUILD_BUG_ON() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f7ad927c205ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot Unfortunately, chroot() works only for...
Denys VlasenkoDenys Vlasenko
bf74fb44977typo fix in comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
6390a3a4e5ewhitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
450a367a112typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b5dabd90784libpwdgrp: fix comment discrepancies Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
966423d4034Start 1.25.0 development cycle Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
7ab00a0de9cBump version to 1.24.0 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5de450237cflibpwdgrp: do not require that /etc/passwd entries have nonempty home and shell Signed-off-by: Denys Vlasenko <vda.l...
Denys VlasenkoDenys Vlasenko
57aeb62f837randconfig fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c8e5ead03acbuild system: remove special-casing for extra libs It is not reliable (tried on three systems, multiple problems). ...
Denys VlasenkoDenys Vlasenko
2dbbf823eferandconfig fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
85378cded7dhush: code shrink function old new delta builtin_wait ...
Denys VlasenkoDenys Vlasenko
932302666b0randconfig fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
69c8c699aaarandconfig fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
005c492c40fash: shrink umask code function old new delta umaskcmd ...
Denys VlasenkoDenys Vlasenko
02859aaeb29use auto_string() where appropriate to kill a few statics Custom linker script 'busybox_ldscript' found, using it fu...
Denys VlasenkoDenys Vlasenko
e52da5570eblibbb: auto_string() for efficient handling of temporary malloced stirngs Use it in libiproute: get rid of one stati...
Denys VlasenkoDenys Vlasenko
550bf5b4a41remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds function ...
Denys VlasenkoDenys Vlasenko
4cd99e7c6c1ash: "you have mail" should ignore first change in mtime Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2384162f646ash: simplify "you have mail" code function old new delta mailtime...
Denys VlasenkoDenys Vlasenko
4700fb5beadash: make dowait() a bit more readable. Logic is unchanged Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e1603156ff9updated android_ndk_defconfig Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f2bf20f5d54udhcpc: fix for some Android toolchain breakage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8403b01217diproute: more string reuse text data bss dec hex filename 936892 932 17676 955500 e946c ...
Christoph J. ThompsonChristoph J. Thompson
d1eea8db92eiproute: don't hardcode the path to config files Allows using an alternate path for config files. Signed-off-by: De...
Denys VlasenkoDenys Vlasenko
413feca279cip: increased max ID for /etc/iproute2/rt_tables to 1023 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3d8d5e8ad4dlibiproute: use itoa() where appropriate function old new delta rt...
Denys VlasenkoDenys Vlasenko
7f3a2a22569join some common strings, -400 bytes function old new delta print_...
Denys VlasenkoDenys Vlasenko
d60752f8c9bbuild system: -fno-builtin-printf Benefits are: drops reference to out-of-line putchar(), fixes a few cases of faile...
Denys VlasenkoDenys Vlasenko
8c0708a3296find: support "find . -delete" idiom - do not try rmdir(".") Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
305958dbd45md5sum: code shrink For CONFIG_MD5_SMALL=1: function old new delta...
Denys VlasenkoDenys Vlasenko
ec046f74a31ash: use a more typical form of "print four octal digits" format Signed-off-by: Denys Vlasenko <vda.linux@googlemail...
Denys VlasenkoDenys Vlasenko
5711a2a4ad5libbb: more compact API for bb_parse_mode() function old new delta...
Denys VlasenkoDenys Vlasenko
c1e2e005b4eash: shrink "umask -S" code function old new delta umaskcmd ...
Denys VlasenkoDenys Vlasenko
6283f982832hush: fix umask: umask(022) was setting umask(755) Based on the patch by Rich Felker <dalias@libc.org> function ...
Denys VlasenkoDenys Vlasenko
9c5410023a9ash: a bunch of trivial simplifications Also, in a few places made code more reliable wrt large sizeof(int) and size...
Denys VlasenkoDenys Vlasenko
2007ef5c3cdwget: make it possible to have both SSL helpers configured Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4271698fea4ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
78fb6ea63a1ssl_helper: tweaks discovered while building 32-bit version Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1c6c670ed44wget: make openssl/ssl_helper choice configurable I got sick of not being able to wget a https file... Signed-off-b...
Denys VlasenkoDenys Vlasenko
3b650c1e7b0qemu testing: extract_od_binary.sh: support huge files (and broken od) Signed-off-by: Denys Vlasenko <vda.linux@goog...
Denys VlasenkoDenys Vlasenko
2b48c38be60uudecode: tolerate text input with CR+LF line ends function old new ...
Denys VlasenkoDenys Vlasenko
e6b578761a7qemu testing: Do build brctl and ifplugd; force mips32 dialect Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a779c6d63b6qemu testing: fix hexdumping of binary Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5fa6d1a6325Aboriginal linux/musl build fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
12efcf3285aAdd qemu_multiarch_testing/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
28b00ce6ff8awk: support "length" form of "length()". Closes 8371 function old n...
Denys VlasenkoDenys Vlasenko
c919d561adaumount: always use umount2 syscall with specified flags Make umount -f more compatible with util-linux 2.22.2. Befo...
Denys VlasenkoDenys Vlasenko
c65a7596df1adduser: fix help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
65db14ec503adduser: Add -k /path/to/skel function old new delta .rodata ...
Bartosz GolaszewskiBartosz Golaszewski
2beb52499eci2c-tools: rename remaining defines Rename the defines not present in linux UAPI headers to better reflect their pur...
Bartosz GolaszewskiBartosz Golaszewski
d9892fa0c3ai2c-tools: remove duplicate definitions Most applets include linux' user API headers instead of duplicating the defi...
Denys VlasenkoDenys Vlasenko
8aa7cf305basort: fix -kN,M handling (was including last separator into the comparison) Testcase: $ printf '%s\n' a/a:a a:b | s...
Tito RagusaTito Ragusa
f085344d5c4libbb: another unit test for is_suffixed_with Suggested by Bartosz Golaszewski. Signed-off-by: Tito Ragusa <farmati...
Peter KorsgaardPeter Korsgaard
875297378cdmodprobe: handle module arguments containing spaces Modprobe wasn't correctly parsing module arguments containing sp...
Ron YorstonRon Yorston
ca25af9b06bash: fix slash treatment in expmeta Commit 549deab caused this sequence of commands: mkdir foo cd foo touc...
Denys VlasenkoDenys Vlasenko
b5be13ccd9chush: fix a nommu bug where a part of function body is lost if run in a pipe Signed-off-by: Denys Vlasenko <vda.linu...
Denys VlasenkoDenys Vlasenko
2156e228537Makefile.flags: survive a build system which has no pthread Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
26c423d9a8dash,hush: add a test which fails for ash since commit 549deab Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
66a781acb9cash: add tests adapted from hush glob tests. glob2.tests currently fails Signed-off-by: Denys Vlasenko <vda.linux@go...
Denys VlasenkoDenys Vlasenko
68acc0f8353libbb: make is_suffixed_with() return pointer inside string, not key. Signed-off-by: Denys Vlasenko <vda.linux@googl...
Bartosz GolaszewskiBartosz Golaszewski
7448b513c84libbb: add is_suffixed_with() function Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Deny...
Denys VlasenkoDenys Vlasenko
5b865deb3f2ping: fix recently introduced build breakage for non-optimizing builds Signed-off-by: Denys Vlasenko <vda.linux@goog...
Bartosz GolaszewskiBartosz Golaszewski
0a4d0e8fbf1libbb: add a comment describing the way is_prefixed_with() works Signed-off-by: Bartosz Golaszewski <bartekgola@gmai...
Bartosz GolaszewskiBartosz Golaszewski
b432923e29dlibbb: add unit tests for is_prefixed_with() Test corner cases too like looking for an empty prefix etc. Signed-off...
Sören TempelSören Tempel
d8627173282login: don't print motd if .hushlogin exists in users home function old ...
Peter KorsgaardPeter Korsgaard
864d1b7a150dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled Similar to the "big" util-linux v...
Alex DowadAlex Dowad
65c501a093bifupdown: 'prio' should have been 'metric' in static_up and static_up6 When a static interface with explicit gateway...
Denys VlasenkoDenys Vlasenko
c52cbea2bbalibbb: add setsockopt_foo helpers function old new delta setsockop...
Denys VlasenkoDenys Vlasenko
2db782bc7beMerge setsockopt error messages Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
729b70646cctraceroute: fix help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bartosz GolaszewskiBartosz Golaszewski
bb2fd67d0bfMakefile: add missing libraries to LDLIBS Static build with CONFIG_PAM fails on Debian Jessie due to undefined refer...
Bartosz GolaszewskiBartosz Golaszewski
718e228adcdunit-tests: remove code depending on WANT_TIMING Since there is no interest in merging a config option for WANT_TIMI...
Bartosz GolaszewskiBartosz Golaszewski
d077565bb27unit-tests: remove unnecesary field from struct bbunit_listelem In the initial submission struct bbunit_listelem was...
Denys VlasenkoDenys Vlasenko
fb52769f4a1arping: make help text clearer Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
26ccd3d062aless: fix botched attempt to use last column Commit 1ecb996 attempted to make read_lines() use the last column of th...
Ron YorstonRon Yorston
72dcbe4df7fipcalc: fix trivial usage message Signed-off-by: Ron Yorston <rmy@frippery.org> Signed-off-by: Denys Vlasenko <vda.l...
Denys VlasenkoDenys Vlasenko
a83e3ae172dzcip: tweak comments and make unsigned division more obvious Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e3475838354zcip: another code shrink function old new delta send_arp_request ...
Denys VlasenkoDenys Vlasenko
99e30be38bczcip: code shrink function old new delta zcip_main ...
Denys VlasenkoDenys Vlasenko
16aa7a73c40zcip: simplify code function old new delta zcip_main ...
Ron YorstonRon Yorston
64ed5f0d3c5uname: make OS name configurable A mailing list thread in September 2013 discussed changing the string returned by t...
Ron YorstonRon Yorston
b27cf310037less: further tweaks to regular file detection Test explicitly for REOPEN flags: update_num_lines is called uncondi...
Aaro KoskinenAaro Koskinen
ad27a6d3265diff.tests: add testcases for -B and single line changes Add testcases for -B and single line changes. Signed-off-b...
Aaro KoskinenAaro Koskinen
a47fccaa634diff: fix -B with single line changes Fix -B with single line changes. They were always ignored regardless if they w...
Denys VlasenkoDenys Vlasenko
9dc526d0f91less: improve regular file detection in line counting code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
1ecb996fd26less: allow use of last column of terminal When read_lines tests whether a character will fit on the current line it...
Ron YorstonRon Yorston
d542d183e10less: fix line number confusion Much of the code refers to lines using indices into the flines array (which splits l...
Ron YorstonRon Yorston
ad1b4d58825less: add a function to detect when display is at end of file Add a function to package the test that detects whethe...
Ron YorstonRon Yorston
70b84be9e85less: rearrange detection of non-regular files Move the code to detect non-regular files to the point where the file...
Ron YorstonRon Yorston
159e032bf4cless: move code to count lines into a separate function function old ...
Ron YorstonRon Yorston
ae1a9e899e0less: fix numeric input Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Mike FrysingerMike Frysinger
670c3f7822eecho: make escape sequences depend on fancy mode Currently when you disable fancy echo, escape sequences are hardcod...
Linus WalleijLinus Walleij
52f2f37477afbset: fix rgba parsing In commit b5c7220e7b2b6611fe5beca494c67bfe51fcfafb "fbset: respect rgba configuration lines ...
Arthur GautierArthur Gautier
c29021e2a59udhcpc: dns labels can actually start with a number While RFC1035 recommends a label not to start with a number, the...
Ron YorstonRon Yorston
193ba408a4fless: improvements to verbose status messages Make verbose status messages (-m/-M flags) behave more like the real `...
Denys VlasenkoDenys Vlasenko
35ae2ccb409sync: add support for -d -f FILE Based on the patch by Ari Sundholm <ari@tuxera.com> function ...
Denys VlasenkoDenys Vlasenko
ce193f809b3Remove old_e2fsprogs/* Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
d840c5d139clibbb: add a function to make a copy of a region of memory Introduce a library routine to package the idiom: p ...
Ron YorstonRon Yorston
78cfa00154dless: correctly account for tabs when rewrapping lines Lines are rewrapped when the terminal width changes or line n...
Ron YorstonRon Yorston
f06386ad4f5less: fix display of line numbers Line numbers are displayed incorrectly on lines that have a search pattern highlig...
Ron YorstonRon Yorston
51aa8618430less: document -S flag and make it independently configurable The -S flag, to cause long lines to be truncated, was ...
Ron YorstonRon Yorston
072fc60f29eash: use alloca to get rid of setjmp Now that the only thing protected by setjmp/longjmp is the saved string, we can...
Denys VlasenkoDenys Vlasenko
f54a487bb4dfix file mode Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
0e056f7e9efash: remove parsebackquote flag Commit 503a0b8 from git://git.kernel.org/pub/scm/utils/dash/dash.git by Herbert Xu s...
Maninder SinghManinder Singh
97f2f7ca7feRemoves stray empty line from code This patch removes stray empty line from busybox code reported by script find_str...
Clayton ShotwellClayton Shotwell
b7ee7e1e13fapplets: Add installation of individual binaries Adding support to install individual binaries if the option is enab...
Denys VlasenkoDenys Vlasenko
c9091d8947bps: fix SEGV on narrow screens. closes 8176 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
db31c637fa7ipaddress: better formatting, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Michael TokarevMichael Tokarev
6a7cd3d4abaip addr: support change and replace commands Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Denys Vl...
Maninder SinghManinder Singh
7db312ad265fix whitespaces reported by script :- scripts/fix_ws.sh Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Sig...
Maninder SinghManinder Singh
0fabedf0855fix if(p)/free(p) construct No need of explicit NULL check before free. Signed-off-by: Maninder Singh <maninder1.s@...
Bartosz GolaszewskiBartosz Golaszewski
d90899206ddi2cdetect: use break instead of goto in list_i2c_busses_and_exit() Since there are now more statements in the if blo...
Bartosz GolaszewskiBartosz Golaszewski
aeb11a94966i2cdump: code rework Split i2cdump_main() into shorter functions. Simplify the code a bit. Make block an array of in...
Bartosz GolaszewskiBartosz Golaszewski
22044724972i2cdetect: add a check for (mode == DETECT_MODE_AUTO) We should only warn the user about addresses to be skipped if ...
Bartosz GolaszewskiBartosz Golaszewski
e545bf6723ei2cdetect: don't scan non-regular addresses without the '-a' option Addresses 0x00-0x02 shouldn't be scanned by defa...
Bartosz GolaszewskiBartosz Golaszewski
314742747dei2cdetect: don't die on addresses already in use by drivers We can't use i2c_set_slave_addr() in i2cdetect, as we ha...
Junling ZhengJunling Zheng
d291c2fdd5cchown: fix help text Signed-off-by: Junling Zheng <zhengjunling@huawei.com> Signed-off-by: Denys Vlasenko <vda.linux...
Ari SundholmAri Sundholm
fc3e40ee810truncate: do not die when a file doesn't exist and no-create flag is on Additionally, open(2) failures do not make t...
Denys VlasenkoDenys Vlasenko
7f4a49a96c4Print one less newline at the end of bb_show_usage() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Maninder SinghManinder Singh
97c6491b4edtypo fixes Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Denys VlasenkoDenys Vlasenko
c4603fb09aadc: fix "dc p" prinitng bogus data function old new delta check_un...
Denys VlasenkoDenys Vlasenko
b878121e767tc: fix print_rate Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9a595bb36dehush: add recent ash tests to hush testsuite too (they all pass for hush) Signed-off-by: Denys Vlasenko <vda.linux@g...
Ron YorstonRon Yorston
523006798c4testsuite: add some tests for ash Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linu...
Ron YorstonRon Yorston
417622cc2e1ash: fix breakage of ${v/pat/str} The commit ash: move parse-time quote flag detection to run-time breaks patte...
Ron YorstonRon Yorston
549deab5abdash: move parse-time quote flag detection to run-time Because the parser does not recursively parse parameter expans...
Ron YorstonRon Yorston
ad88bdee0c3ash: remove arithmetic expansion collapsing at parse time Collapsing arithmetic expansion is incorrect when the inne...
Ron YorstonRon Yorston
7e4ed267b64ash: remove superfluous code in arithmetic mode Based on commits 1a74845, cfc3d6a and ff13779 from git://git.kernel....
Ron YorstonRon Yorston
3df47f9cbbbash: do not expand tilde in parameter expansion within quotes Test case: unset a echo "${a:-~root}" Old result...
Ron YorstonRon Yorston
eb6b48ba743ash: perform tilde expansion in all parameter expansion words Previously tilde expansion was not carried out for =?#...
Ron YorstonRon Yorston
d68d1fbd6cbash: code shrink around varvalue Based on commit c989d72 from git://git.kernel.org/pub/scm/utils/dash/dash.git by He...
Denys VlasenkoDenys Vlasenko
e0a4e107aa9ash: explain what "local -" does Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Eugene RudoyEugene Rudoy
1285aa62f91ash: consider "local -" case while iterating over local variables in mklocal. fixes segfault introduced in 0a0acb55d...
Daniel ThompsonDaniel Thompson
a818777d424libbb: Enable support for !CONFIG_MULTIUSER Linux recently gained a new config option, CONFIG_MULTIUSER, that makes ...
Bartosz GolaszewskiBartosz Golaszewski
7ca5c51cc8ci2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT Trying to access /dev/i2c/* on every error af...
Bartosz GolaszewskiBartosz Golaszewski
b2cca32a37bi2c-tools: fix 'i2cdetect -l' Calling 'i2cdetect -l' only displays usage and exits. Fix it by correctly parsing comm...
Thiago Jung BauermannThiago Jung Bauermann
17b16223f39bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet...
Denys VlasenkoDenys Vlasenko
bdb540e04f3tar: do not try to decode GNU extended headers as pax headers function o...
Matt WhitlockMatt Whitlock
778efe37eedConditionalize Bionic workarounds on __ANDROID_API__ Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name> Signed...
Matt WhitlockMatt Whitlock
f23e3ec529cBionic lacks mempcpy; enable existing workaround Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name> Signed-off...
Thiago Jung BauermannThiago Jung Bauermann
b4059f6309clibarchive: auto-detect .Z files as well Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-o...
Denys VlasenkoDenys Vlasenko
c77a58fb2d8typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Andrew FullerAndrew Fuller
4d8ddb810d5vi: basic undo feature shouldn't depend on yankmark Currently basic undo functionality with the 'u' key depends on F...
Aaro KoskinenAaro Koskinen
bbd53216f80gzip: add support for compression levels 4-9 function old new delt...
Matt WhitlockMatt Whitlock
93b98ff5726Bionic lacks tcdrain; provide a workaround Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name> Signed-off-by: D...
Matt WhitlockMatt Whitlock
cee59053dcfBionic lacks ttyname_r; provide a workaround Signed-off-by: Matt Whitlock <busybox@mattwhitlock.name> Signed-off-by:...
Denys VlasenkoDenys Vlasenko
de5edadee2dspecial-case {true,false,test} --help This also removes their help texts. function ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
7d86384b246include: Fallback to UTMP unless there is UTMPX support Fixes compilation against uClibc-0.9.30 for instance Signed...
Ron YorstonRon Yorston
61d6ae244aflibbb: remove unnecessary argument to nonblock_immune_read The loop_on_EINTR argument to nonblock_immune_read is alw...
Denys VlasenkoDenys Vlasenko
ad795510d9fmdev: if a "future" mdev.seq is seen, do not overwrite it with ours This was seen to happen if two mdevs are run in ...
Denys VlasenkoDenys Vlasenko
bd77e9d6093mdev: improve logging Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
73327a048b1hush: document buggy handling of duplicate "local" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0a0acb55db8ash: fix handling of duplicate "local" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
63f4d32c985sed: implement ",+N" range end function old new delta add_cmd ...
Denys VlasenkoDenys Vlasenko
71a5b67ba03uevent: new applet This applet listens on netlink socket with kernel's uevent messages. Run-tested. function ...
Felix FietkauFelix Fietkau
f7466e47769find: fix regression in status processing for path arguments Regression added in commit 14158b4127dba30466c50147b868...