Ron Yorston | 2b91958dff0 | Rewrite iteration through applet names to save a few bytes
function old ... | | |
Denys Vlasenko | e4d925b8899 | sed: support "-f -" idiom
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Mike Frysinger | d7d4750e1e2 | unrpm: clean up
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | ee22fe87936 | undeb: clean up
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | ea1b44412a5 | syslogd: minor tweaks to text
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Bjørn Forsman | d63d77a7f03 | kconfig/lxdialog: get ncurses CFLAGS with pkg-config
This makes "make menuconfig" also work on systems where ncurses... | | |
Michal Marek | 935fe68236f | kbuild: Make scripts executable
The Makefiles call the respective interpreter explicitly, but this makes
it easier t... | | |
Yann E. MORIN | d35ba8b5edd | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
The current code does this:
if [... | | |
Justin Lecher | e62c715b3eb | menuconfig: optionally use pkg-config to detect ncurses libs
When building ncurses with --with-termlib several symbo... | | |
Krzysztof Mazur | f755430d791 | menuconfig: fix extended colors ncurses support
The ncurses library allows for extended colors. The support for exte... | | |
Jean Delvare | 8c3f943410c | kbuild: Fix gcc -x syntax
The correct syntax for gcc -x is "gcc -x assembler", not
"gcc -xassembler". Even though th... | | |
Yaakov Selkowitz | 74f58ed48cd | kconfig: fix check-lxdialog for DLL platforms
Import libraries on Cygwin and MinGW/MSYS use the .dll.a suffix, so
ch... | | |
Yaakov Selkowitz | a0f24a06df7 | kconfig: check ncursesw headers first in check-lxdialog
Commit 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 added a chec... | | |
Junio C Hamano | f48bd92285e | kconfig: fix menuconfig on debian lenny
In 60f33b8 (kconfig: get rid of stray a.o, support ncursesw, 2006-01-15),
su... | | |
Mike Frysinger | 993dab78220 | Revert "lxdialog: fix ncursesw include detection"
This reverts commit e91bc53d0c2e8de7dc4fbdb888ab0a4923c2b475.
Let... | | |
Ron Yorston | b22061718db | find_applet_by_name: loop index should be signed
The loop
for (j = ARRAY_SIZE(applet_nameofs)-1; j >= 0; j--) {
... | | |
Denys Vlasenko | 6aab9928dec | whitespace and namespace cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Sven Eisenberg | b068cf2a7e0 | ubirmvol: Implement -N switch for ubirmvol
function old new delta
... | | |
Sven Eisenberg | cb926409982 | ubirename: new applet
function old new delta
ubirename_main ... | | |
Denys Vlasenko | 46b494635e6 | libbb: speed up error_msg functions
function old new delta
bb_verr... | | |
Denys Vlasenko | bc14f4d13d3 | main(): add a TODO about finding a use for _end[] area
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 056e1f558cc | trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1cf68e30332 | typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a93e4fd376d | find_applet_by_name: add an example of faster linear search code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | 8b0f459af7a | nsenter,unshare: work around older header
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b14374a5ba7 | sort: "-o FILE", not "-o", is the syntax
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8220399173c | nsenter,unshare: share common code; fix a bug of not closing all fds
function ... | | |
Denys Vlasenko | c87e81f9440 | sort: help text does not need to say that -mST are supported but ignored
Such information is useless for users of "s... | | |
Denys Vlasenko | dd02a05e082 | build system: finer-grained selection of search speedup table.
KNOWN_APPNAME_OFFSETS=8 versus KNOWN_APPNAME_OFFSETS=... | | |
Denys Vlasenko | 9f2f96edfa7 | unshare: remove stale comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bartosz Golaszewski | 80c934a2517 | nsenter: new applet
function old new delta
nsenter_main ... | | |
Denys Vlasenko | c4199f22d0f | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Bartosz Golaszewski proposed xfchdir()
Signed-off-b... | | |
Bartosz Golaszewski | 29b33b63d49 | unshare: new applet
function old new delta
unshare_main ... | | |
Denys Vlasenko | 52977a7d600 | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Denys Vlasenko | a27dc33f976 | make MKPASSWD a separate config option, not an automatic alias to cryptpw
Signed-off-by: Denys Vlasenko <vda.linux@g... | | |
Denys Vlasenko | f75a96d74c2 | udhcp: fix capitalization of two messages
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 16efe191289 | dhcpd: string reuse
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8f2e99c813d | udhcp: get rid of bb_info_msg()
function old new delta
udhcpd_main... | | |
Denys Vlasenko | 80f0f1d712f | setfiles: switch bb_info_msg to printf
Presumably, bb_info_msg was used here for syslog logging (-l),
but there is n... | | |
Denys Vlasenko | 2a17fbe88a0 | sulogin: use bb_error_msg instead of bb_info_msg; better message
Historic "System Maintenance Mode" message is a tin... | | |
Denys Vlasenko | 32c08acba3d | sulogin: remove suid paranoia code, explain why it's not necessary
function ... | | |
Denys Vlasenko | 8ac6effb029 | sulogin: Dorp incorrect comment about suid-ness
Sulogin is not a suid app, should fail if run by non-root.
Signed-o... | | |
Denys Vlasenko | c418f48d8dd | fsck: use printf for message, not bb_info_msg
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3b757f07982 | mkfs_vfat: use bb_error_msg for logging, not bb_info_msg
This affects only a commented-out code section which search... | | |
Denys Vlasenko | cde1199e01a | zcip: use bb_error_msg for logging, not bb_info_msg
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 066e76befe5 | Replace a few more bb_info_msg's by bb_error_msg or printf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 76b680c7a8d | Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Signed-off-by: Denys Vlasenko <vda.linu... | | |
Ron Yorston | 610c4c385b3 | applet_tables: save space by removing applet name offsets
The array applet_nameofs consumes two bytes per applet. I... | | |
Denys Vlasenko | 9844d7e830a | Revert "networking: properly initialize ipv6 scope id for printing it"
This reverts commit 2fb63292f7083fb259a3f8d8e... | | |
Denys Vlasenko | 20dd4993414 | modprobe: skip non-.conf files only in subdirectories
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 31c984dd690 | umount: build fix for older glibc
Based on a patch by Veli-Pekka Peltola <veli-pekka.peltola@ray.fi>
Signed-off-by:... | | |
Timo Teräs | 2fb63292f70 | networking: properly initialize ipv6 scope id for printing it
Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-o... | | |
Denys Vlasenko | 73dfdda92e2 | grep: make errors other than "not found" result in exit code 2. Closes 8796
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Mike Frysinger | b9b7aa19109 | ash_test: ignore generated files
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 787972f60b0 | ash_test: printenv: fix missing includes
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Ron Yorston | 3e3bfb896e0 | ash: fix corruption of ${#var} if $var contains UTF-8 characters
As reported in bug 8506:
$ X=abcdÉfghÍjklmnÓpqr... | | |
Denys Vlasenko | 6701e91d84f | wget: make -T timeout work on header reads too. Closes 8636
function old... | | |
Denys Vlasenko | e50f74da70d | Bump version to 1.24.2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9de318d63ee | scripts/trylink: fix static build with glibc again. Closes 8471
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.... | | |
Denys Vlasenko | 0d1b71e8e61 | nmeter: reinstate and document -d-1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 41b1e2c3923 | nmeter: remove undocumented %NNNd specifier
function old new delta... | | |
Denys Vlasenko | a63e2a8cb2d | nmeter: simple code shrink here and there
function old new delta
n... | | |
Denys Vlasenko | 8a26fda98c4 | nmeter: convert field list to bit list
function old new delta
rdva... | | |
Denys Vlasenko | 99c71c9e800 | nmeter: code shrink
function old new delta
put ... | | |
Denys Vlasenko | e4de8c63164 | nmeter: fix a bug with unterminated varargs
function old new delta... | | |
Denys Vlasenko | fd5a2b7b044 | New example config: android_502_defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 23961b2fd39 | more bionic fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | dbb58a3879c | fixes for problems found by bionic build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1b7c17391de | udhcpc: fix a warning in debug code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d474ffc6829 | udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d2b820b540a | renice: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ea351b97428 | ls: fix columnar output. Closes 8731
In coreutils/ls.c, 1.19 introduced commit
2f7d9e8903029b1b5e51a15f9cb0dcb6ca17c... | | |
Denys Vlasenko | 7849ccb61c3 | inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Signed-off-by: Denys Vlasenko <vda.linux@goog... | | |
Denys Vlasenko | 86d9f60f3ac | udhcpc: do not use -t NUM for counting "select" packets, use 3
Otherwise, "-t 0" usage may end up sending them forev... | | |
Denys Vlasenko | aee7cd82be3 | ntpd: add experimental patch
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c8641962e4c | ntpd: if peer does not reply anymore, try re-resolving its hostname
function ... | | |
Denys Vlasenko | f37f28199f5 | ntpd: do not use a peer more than once (say, if two peers resolve to the same IP)
function ... | | |
Denys Vlasenko | 4c48a647470 | ntpd: more informative poll lowering message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 35e063e1b9a | ifupdowm: fix "warning: unused variable 'iface_list'"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Hans Dedecker | abe8f7515ad | dhcpc: Use client IP address as source address for DHCP renew/rebind messages
RFC2131 paragraph 4.1 states DHCP mess... | | |
Christian Lindeberg | ea2b71be66b | udhcpd: keep expired leases at startup
Let udhcpd retain the information about expired leases when restarting
so tha... | | |
Nicolas Cavallari | e5aba887125 | ifupdown: allow duplicate interface definitions
This patch allow to have multiple interface definitions, much like
D... | | |
Denys Vlasenko | 352f79acbd7 | udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Denys Vlasenko | 5bec08cebd5 | udhcp: trivial shrink
function old new delta
dname_dec ... | | |
Arnout Vandecappelle (Essensium/Mind) | 5fa9fefddce | taskset: fix non-fancy cpuset printing on big-endian
The non-fancy version of the from_cpuset uses CPU_SETSIZE as if... | | |
Denys Vlasenko | 03718bb2743 | ntpd: print packet delay in clock update message
function old new ... | | |
Mike Frysinger | 3a5cc989025 | modprobe: only parse files that end in .conf
This matches behavior with kmod which has been the standard for a long
... | | |
Mike Frysinger | 43e56639c67 | build: add a sanitizer debug option
Building & running with ASAN is super helpful, so add a dedicated config
knob fo... | | |
Denys Vlasenko | 8efcc9589bd | networking: allow dot at the end of the domain name in dhcp response
Patch based on Balaji Punnuru <balaji.punnuru@g... | | |
Nicolas Carrier | 29eae728e95 | init: make the command-line rewrite optional
When launched as PID 1 and after parsing its arguments, init wipes all
... | | |
Denys Vlasenko | 383201e7258 | ntpd: shorter message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | fc47fcefb64 | ntpd: step when |offset| > 1 sec, not 0.125 sec
update_local_clock 769 820 ... | | |
Felix Fietkau | f2c043acfcf | busybox: fix uninitialized memory when displaying IPv6 addresses
After commit 8e74adab0107658e3dc04ed342206272a284f4... | | |
Rafał Miłecki | c30a5b13731 | dd: support iflag=skip_bytes
It allows specifying amount of bytes directly (not only amount of
blocks) is also suppo... | | |
Kylie McClain | 40eea690c7e | Fix compiling with musl's utmp stubs
This patch fixes compiling busybox with FEATURE_UTMP and _WTMP enabled.
musl, w... | | |
Ron Yorston | 4a79224cfcd | printf: short-circuit output when argument to %b includes \c
printf wasn't correctly handling \c in an argument to t... | | |
Denys Vlasenko | 2a4bba3ce2e | sed: make 's///w FILE' actually write to FILE. Closes 8251
function old ... | | |
Denys Vlasenko | eb5091070f6 | patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.... | | |
Denys Vlasenko | c7e47cf6273 | dos2unix: try to preserve ownership. closes 8311
function old new ... | | |
Denys Vlasenko | ccf7f0e4d3a | setsid: implement -c
function old new delta
setsid_main ... | | |
Ari Sundholm | be729c1d3b5 | truncate: always set mode when opening file to avoid fortify errors
Busybox crashes due to no mode being given when ... | | |
Mike Frysinger | 6a70db85cfc | truncate: use O_WRONLY|O_NONBLOCK
This matches coreutils behavior. We don't read the fd, and truncation
does not ne... | | |
Ari Sundholm | e111a164049 | truncate: always set mode when opening file to avoid fortify errors
Busybox crashes due to no mode being given when ... | | |
Denys Vlasenko | bae8f986336 | login: add commented-out PAM double password avoidance from BZ 4003
Signed-off-by: Denys Vlasenko <vda.linux@googlem... | | |
Aaro Koskinen | 76915bf738c | nandwrite: implement -n (read/write without ecc)
Implement -n (read/write without ecc).
Signed-off-by: Aaro Koskine... | | |
Ari Sundholm | dbf5a6da6a4 | blkdiscard: new applet
function old new delta
blkdiscard_main ... | | |
Cristian Ionescu-Idbohrn | c2a2625bcbd | ash: suppress a compilation warning
Reported by gcc (Debian 5.3.1-4) 5.3.1 20151219
shell/ash.c: In function 'evalt... | | |
Denys Vlasenko | 911d265faf3 | mount: support "nofail" option. Closes 8551
function old new delta... | | |
Denys Vlasenko | ce4bc1ed048 | iproute: support "scope". Closes 8561
function old new delta
iprou... | | |
Denys Vlasenko | 6c634f79680 | swaponoff: fix compile-time warning
CC util-linux/swaponoff.o
cc1: warnings being treated as errors
util-linu... | | |
Pascal Bach | 2c0d3f5fd08 | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
S... | | |
Ari Sundholm | b5052512422 | include/platform.h: Remove extra #endif introduced in 6df9612.
It causes the compilation to fail.
Signed-off-by: Ar... | | |
Chris Renshaw | 6df961257d5 | Resolve linker issues with Android API 21 (dprintf, tcdrain)
Signed-off-by: Chris Renshaw <osm0sis@outlook.com>
Sign... | | |
Mike Frysinger | e0942acb9e1 | blkid: add bcache support
URL: https://bugs.gentoo.org/508596
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | | |
Mike Frysinger | 5f11ec3f6a7 | swapon/swapoff: refine the -e (ifexists) option
The -e option should only apply to swapon, and it should swallow all... | | |
Denys Vlasenko | 092fabcf1df | [g]unzip: fix recent breakage.
Also, do emit error message we so painstakingly pass from gzip internals
Signed-off-... | | |
Mike Frysinger | 77e2bde6a50 | trylink: include LDFLAGS when checking linkage
The user might be including options in their LDFLAGS (like -fuse-ld=g... | | |
Denys Vlasenko | 6767af17f11 | unzip: test for bad archive SEGVing
function old new delta
huft_bu... | | |
Denys Vlasenko | 196e4004416 | modutils: fix build error with !DEPMOD
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Timo Teräs | 48dc80bbba9 | modutils: merge module_entry and module_info to common
This merges the in-memory module info structures of modprobe
... | | |
Denys Vlasenko | 34adecc2b04 | TODO file: remove mpstat, iostat, powertop - we have them now
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ron Yorston | 95ebcf79ff6 | ash: add support for bash 'function' keyword
Where the POSIX shell allows functions to be defined as:
name () co... | | |
Denys Vlasenko | bc9bee01f35 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Ron Yorston | 85405c80a28 | ash: copy function tests from hush testsuite
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenk... | | |
Denys Vlasenko | 2cf45914137 | i2c_tools: suppress "'blen' may be used uninitialized in this function"
Signed-off-by: Denys Vlasenko <vda.linux@goo... | | |
Bartosz Golaszewski | 5ed6989d805 | i2cdump: display the numeric value for block read ioctl() errors
This makes busybox i2cdump compatible with the upst... | | |
Bartosz Golaszewski | 74bb9d5e63b | i2cdump: bail-out if block read fails
We should bail-out if i2c_smbus_read_block_data() or
i2c_smbus_read_i2c_block_... | | |
Bartosz Golaszewski | 1fe75b8ef10 | i2cdump: use I2C block mode for the 'i' mode parameter
Currently we're calling i2c_smbus_read_block_data() for both ... | | |
Bartosz Golaszewski | 1cde5f79d4c | i2cdump: don't read block data in non-block modes
We currently read data twice in byte mode. Add a check to avoid ca... | | |
Bartosz Golaszewski | fc8eb056ea8 | i2cdetect: coding style: add a space after 'for'
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-of... | | |
Bartosz Golaszewski | 99f025a4999 | i2cdetect: fix address skipping in auto mode
If the bus doesn't support SMBus Quick Write or Receive Byte commands
a... | | |
Natanael Copa | 10623913659 | ifupdown: use -x hostname:NAME with udhcpc
The -H NAME is deprecated in udhcpc. See commit
2017d48c0d70bef8768efb429... | | |
Denys Vlasenko | 6bd3fff51aa | [g]unzip: fix recent breakage.
Also, do emit error message we so painstakingly pass from gzip internals
Signed-off-... | | |
Ron Yorston | 95650a86d17 | ash: allow popredir to be called if the stack is empty
If /tmp/test.sh is a script that tries to run a second script... | | |
Ron Yorston | 8c55dc79a79 | ash: fix EXEXEC status clobbering
evalcommand always clobbers the exit status in case of an EXEXEC
which means that ... | | |
Ron Yorston | e939856c872 | ash: add tests for failures of the exec and command builtins
The exec builtin should return an exit status of 127 if... | | |
Denys Vlasenko | ace833028f1 | stat: make -f optional. This allows to build stat for non-linux systems
function ... | | |
Denys Vlasenko | fe0dc34746b | lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Ron Yorston | f23264b35f5 | lineedit: search applets as well as PATH for tab completion
In standalone shell mode search the applet table as well... | | |
Ron Yorston | ae57af6e78e | busybox: alter help message in standalone shell mode
Signed-off-by: Ron Yorston <rmy@frippery.org>
Signed-off-by: De... | | |
Denys Vlasenko | 112889d7067 | hush: copy for.tests from ash testsuite
This test passes for hush
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Ron Yorston | c0e007663d3 | ash: simplify EOF/newline handling in list parser
Processing of here documents in ash has had a couple of breakages
... | | |
Ron Yorston | 6bd2fabc52f | Revert "ash: fix a SEGV case in an invalid heredoc" xxx
This reverts commit 7e66102f762a7d80715f0c7e5925433256b78cee... | | |
Ron Yorston | 713f07d906d | ash: fix error during recursive processing of here document
Save the value of the checkkwd flag to prevent it being ... | | |
Denys Vlasenko | 7b14ede049d | ash tests: make test print test name before it is run
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ron Yorston | ef2386b80ab | ash: only allow local variables in functions
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenk... | | |
Ron Yorston | 3f221113a50 | ash: respect -p flag when command builtin is run with -v/-V
The command builtin should only check the default path, ... | | |
Denys Vlasenko | e2f32c02b14 | ash: fix command -- crash
busybox sh -c 'command --' segfaults because parse_command_args
returns a pointer to a nul... | | |
Ron Yorston | 383b885ff76 | ash: save a few bytes in code to parse case statements
Based on commit 49b82fc from git://git.kernel.org/pub/scm/uti... | | |
Ron Yorston | ab80e01cd98 | ash: allow newline after variable name in for loop
Newline is a valid delimiter between the variable name and `in`
k... | | |
Ron Yorston | 9121510dc65 | ash: add test for issue with here document
This used to work but doesn't now:
foo () {
cat <<EOF && { echo "$1" ; }... | | |
Denys Vlasenko | 4c8576fea18 | modinfo: fix "-F firmware", add "intree" field display
function old ... | | |
Denys Vlasenko | 48403253519 | lzop: eliminate variable, use "int" as return type
Based on patch by Maxin B. John <maxin.john@intel.com>
function ... | | |
Timo Teräs | 82c2fad26c4 | fbsplash: use virtual y size in mmap size calculations
The virtual y can be larger - and we can be even writing ther... | | |
Aaro Koskinen | cddc98eab7d | gzip: add support for --no-name long option
Add support for --no-name long option. Just silently ignore it
like the ... | | |
Aaro Koskinen | fbe50cf6bc6 | gunzip: add support for long options
Add support for long options.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.... | | |
Denys Vlasenko | 1de25a6e87e | unzip: test for bad archive SEGVing
function old new delta
huft_bu... | | |
Richard Genoud | d683c5c2f14 | tr: support octal ranges
now, we can do printf "a\tb\tcdef\n" | ./busybox tr -d "\1-\14b-e"
af
and bonus, we save s... | | |
Timo Teräs | 028524317d8 | ifupdown: pass interface device name for ipv6 route commands
IPv6 routes need the device argument for link-local rou... | | |
Denys Vlasenko | db700330d89 | tweak defconfig
MONOTONIC_SYSCALL=y by default
FEATURE_LAST_SMALL is gone: now FEATURE_LAST_FANCY is a "bool", not ... | | |
Denys Vlasenko | 0269789537c | inetd: make FEATURE_INETD_RPC off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Ron Yorston | 8814431aca6 | libiproute: use if_nametoindex
Saves 87 bytes. Assuming, of course, all platforms have it.
Signed-off-by: Ron Yors... | | |
Aaro Koskinen | 6d777b75ed3 | xargs: make -I imply -r
Make -I imply -r (GNU findutils seems to do the same).
Fixes the following bug:
$ ... | | |
Denys Vlasenko | f98705a00c1 | dumpleases: string reuse
text data bss dec hex filename
926254 906 17160 944320 e68c0 bu... | | |
Isaac Dunham | d320a1e7a57 | dumpleases: new option -d to show time in seconds
function old new ... | | |
Denys Vlasenko | 334e12ac6a5 | zcip: ...ad suppress the warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 49d51598ac1 | zcip: do not query current time if we won't use the result
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bf1866c1832 | tweak zcip service example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1a1cfedbef2 | Tweak README
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4f8ecf273c4 | update network service examples
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d32a1a40544 | New example of a service: examples/var_service/zcip_if
Zeroconf for IPv4
Signed-off-by: Denys Vlasenko <vda.linux@g... | | |
Denys Vlasenko | 9a512176686 | dumpleases: make host names sanitized to shell-friendly condition
function ... | | |
Denys Vlasenko | 941e7a49197 | reuse a string
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cd13974b201 | rmmod: fix bad error message
Before:
># busybox_old rmmod gtrhfhdfghdf
rmmod: can't unload 'gtrhfhdfghd... | | |
Denys Vlasenko | 2e9a0662bce | MODPROBE_SMALL is not experimental anymore
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 049b007865e | pmap: fix bogus {no such process} comm field text
function old new ... | | |
Denys Vlasenko | 5c23f2566c1 | Apply post-1.24.0 patches, bump version to 1.24.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 00da72bee09 | tidy up strtok use
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 59f84759247 | httpd: fix heap buffer overflow. Closes 8426
function old new delt... | | |
Denys Vlasenko | d3d6534b2a8 | wget: if stderr is not a tty, progress bar shouldn't use tty-tricks
function ... | | |
Denys Vlasenko | 641caaec3d4 | libbb: factor out code which queries screen width
function old new ... | | |
Denys Vlasenko | a9607487485 | tar: add a test that we don't write into symlinks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | accd9eeb719 | remove systemd support
systemd people are not willing to play nice with the rest of the world.
Therefore there is no... | | |
Denys Vlasenko | 537389cedd3 | tar: fix files skipped with --strip_components not resetting selinux context
Signed-off-by: Denys Vlasenko <vda.linu... | | |
Denys Vlasenko | f167e4503d0 | tar: shrink hardlink name handling code
function old new delta
dat... | | |
Denys Vlasenko | 62ae323df08 | tar: implement --version for buildroot
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6c563e370d0 | tar: add support for --strip-components=N
function old new delta
d... | | |
Denys Vlasenko | c47917865d5 | login: explain -h HOST option better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Next → |