fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Ron YorstonRon Yorston
2b91958dff0Rewrite iteration through applet names to save a few bytes function old ...
Denys VlasenkoDenys Vlasenko
e4d925b8899sed: support "-f -" idiom Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Mike FrysingerMike Frysinger
d7d4750e1e2unrpm: clean up Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
ee22fe87936undeb: clean up Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
ea1b44412a5syslogd: minor tweaks to text Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Bjørn ForsmanBjørn Forsman
d63d77a7f03kconfig/lxdialog: get ncurses CFLAGS with pkg-config This makes "make menuconfig" also work on systems where ncurses...
Michal MarekMichal Marek
935fe68236fkbuild: Make scripts executable The Makefiles call the respective interpreter explicitly, but this makes it easier t...
Yann E. MORINYann E. MORIN
d35ba8b5eddkconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h The current code does this: if [...
Justin LecherJustin Lecher
e62c715b3ebmenuconfig: optionally use pkg-config to detect ncurses libs When building ncurses with --with-termlib several symbo...
Krzysztof MazurKrzysztof Mazur
f755430d791menuconfig: fix extended colors ncurses support The ncurses library allows for extended colors. The support for exte...
Jean DelvareJean Delvare
8c3f943410ckbuild: Fix gcc -x syntax The correct syntax for gcc -x is "gcc -x assembler", not "gcc -xassembler". Even though th...
Yaakov SelkowitzYaakov Selkowitz
74f58ed48cdkconfig: fix check-lxdialog for DLL platforms Import libraries on Cygwin and MinGW/MSYS use the .dll.a suffix, so ch...
Yaakov SelkowitzYaakov Selkowitz
a0f24a06df7kconfig: check ncursesw headers first in check-lxdialog Commit 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 added a chec...
Junio C HamanoJunio C Hamano
f48bd92285ekconfig: fix menuconfig on debian lenny In 60f33b8 (kconfig: get rid of stray a.o, support ncursesw, 2006-01-15), su...
Mike FrysingerMike Frysinger
993dab78220Revert "lxdialog: fix ncursesw include detection" This reverts commit e91bc53d0c2e8de7dc4fbdb888ab0a4923c2b475. Let...
Ron YorstonRon Yorston
b22061718dbfind_applet_by_name: loop index should be signed The loop for (j = ARRAY_SIZE(applet_nameofs)-1; j >= 0; j--) { ...
Denys VlasenkoDenys Vlasenko
6aab9928decwhitespace and namespace cleanups Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Sven EisenbergSven Eisenberg
b068cf2a7e0ubirmvol: Implement -N switch for ubirmvol function old new delta ...
Sven EisenbergSven Eisenberg
cb926409982ubirename: new applet function old new delta ubirename_main ...
Denys VlasenkoDenys Vlasenko
46b494635e6libbb: speed up error_msg functions function old new delta bb_verr...
Denys VlasenkoDenys Vlasenko
bc14f4d13d3main(): add a TODO about finding a use for _end[] area Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
056e1f558cctrylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1cf68e30332typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a93e4fd376dfind_applet_by_name: add an example of faster linear search code Signed-off-by: Denys Vlasenko <vda.linux@googlemail...
Denys VlasenkoDenys Vlasenko
8b0f459af7ansenter,unshare: work around older header Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b14374a5ba7sort: "-o FILE", not "-o", is the syntax Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8220399173cnsenter,unshare: share common code; fix a bug of not closing all fds function ...
Denys VlasenkoDenys Vlasenko
c87e81f9440sort: help text does not need to say that -mST are supported but ignored Such information is useless for users of "s...
Denys VlasenkoDenys Vlasenko
dd02a05e082build system: finer-grained selection of search speedup table. KNOWN_APPNAME_OFFSETS=8 versus KNOWN_APPNAME_OFFSETS=...
Denys VlasenkoDenys Vlasenko
9f2f96edfa7unshare: remove stale comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bartosz GolaszewskiBartosz Golaszewski
80c934a2517nsenter: new applet function old new delta nsenter_main ...
Denys VlasenkoDenys Vlasenko
c4199f22d0flibbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) Bartosz Golaszewski proposed xfchdir() Signed-off-b...
Bartosz GolaszewskiBartosz Golaszewski
29b33b63d49unshare: new applet function old new delta unshare_main ...
Denys VlasenkoDenys Vlasenko
52977a7d600Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init Signed-off-by: Denys Vlasenko <vda.linux...
Denys VlasenkoDenys Vlasenko
a27dc33f976make MKPASSWD a separate config option, not an automatic alias to cryptpw Signed-off-by: Denys Vlasenko <vda.linux@g...
Denys VlasenkoDenys Vlasenko
f75a96d74c2udhcp: fix capitalization of two messages Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
16efe191289dhcpd: string reuse Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8f2e99c813dudhcp: get rid of bb_info_msg() function old new delta udhcpd_main...
Denys VlasenkoDenys Vlasenko
80f0f1d712fsetfiles: switch bb_info_msg to printf Presumably, bb_info_msg was used here for syslog logging (-l), but there is n...
Denys VlasenkoDenys Vlasenko
2a17fbe88a0sulogin: use bb_error_msg instead of bb_info_msg; better message Historic "System Maintenance Mode" message is a tin...
Denys VlasenkoDenys Vlasenko
32c08acba3dsulogin: remove suid paranoia code, explain why it's not necessary function ...
Denys VlasenkoDenys Vlasenko
8ac6effb029sulogin: Dorp incorrect comment about suid-ness Sulogin is not a suid app, should fail if run by non-root. Signed-o...
Denys VlasenkoDenys Vlasenko
c418f48d8ddfsck: use printf for message, not bb_info_msg Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3b757f07982mkfs_vfat: use bb_error_msg for logging, not bb_info_msg This affects only a commented-out code section which search...
Denys VlasenkoDenys Vlasenko
cde1199e01azcip: use bb_error_msg for logging, not bb_info_msg Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
066e76befe5Replace a few more bb_info_msg's by bb_error_msg or printf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
76b680c7a8dUse bb_error_msg instead of bb_info_msg in all commented-out debug printouts Signed-off-by: Denys Vlasenko <vda.linu...
Ron YorstonRon Yorston
610c4c385b3applet_tables: save space by removing applet name offsets The array applet_nameofs consumes two bytes per applet. I...
Denys VlasenkoDenys Vlasenko
9844d7e830aRevert "networking: properly initialize ipv6 scope id for printing it" This reverts commit 2fb63292f7083fb259a3f8d8e...
Denys VlasenkoDenys Vlasenko
20dd4993414modprobe: skip non-.conf files only in subdirectories Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
31c984dd690umount: build fix for older glibc Based on a patch by Veli-Pekka Peltola <veli-pekka.peltola@ray.fi> Signed-off-by:...
Timo TeräsTimo Teräs
2fb63292f70networking: properly initialize ipv6 scope id for printing it Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-o...
Denys VlasenkoDenys Vlasenko
73dfdda92e2grep: make errors other than "not found" result in exit code 2. Closes 8796 Signed-off-by: Denys Vlasenko <vda.linux...
Mike FrysingerMike Frysinger
b9b7aa19109ash_test: ignore generated files Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
787972f60b0ash_test: printenv: fix missing includes Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Ron YorstonRon Yorston
3e3bfb896e0ash: fix corruption of ${#var} if $var contains UTF-8 characters As reported in bug 8506: $ X=abcdÉfghÍjklmnÓpqr...
Denys VlasenkoDenys Vlasenko
6701e91d84fwget: make -T timeout work on header reads too. Closes 8636 function old...
Denys VlasenkoDenys Vlasenko
e50f74da70dBump version to 1.24.2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9de318d63eescripts/trylink: fix static build with glibc again. Closes 8471 Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
0d1b71e8e61nmeter: reinstate and document -d-1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
41b1e2c3923nmeter: remove undocumented %NNNd specifier function old new delta...
Denys VlasenkoDenys Vlasenko
a63e2a8cb2dnmeter: simple code shrink here and there function old new delta n...
Denys VlasenkoDenys Vlasenko
8a26fda98c4nmeter: convert field list to bit list function old new delta rdva...
Denys VlasenkoDenys Vlasenko
99c71c9e800nmeter: code shrink function old new delta put ...
Denys VlasenkoDenys Vlasenko
e4de8c63164nmeter: fix a bug with unterminated varargs function old new delta...
Denys VlasenkoDenys Vlasenko
fd5a2b7b044New example config: android_502_defconfig Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
23961b2fd39more bionic fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
dbb58a3879cfixes for problems found by bionic build Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1b7c17391deudhcpc: fix a warning in debug code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d474ffc6829udhcp: fix a SEGV on malformed RFC1035-encoded domain name Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d2b820b540arenice: tweak help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ea351b97428ls: fix columnar output. Closes 8731 In coreutils/ls.c, 1.19 introduced commit 2f7d9e8903029b1b5e51a15f9cb0dcb6ca17c...
Denys VlasenkoDenys Vlasenko
7849ccb61c3inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726 Signed-off-by: Denys Vlasenko <vda.linux@goog...
Denys VlasenkoDenys Vlasenko
86d9f60f3acudhcpc: do not use -t NUM for counting "select" packets, use 3 Otherwise, "-t 0" usage may end up sending them forev...
Denys VlasenkoDenys Vlasenko
aee7cd82be3ntpd: add experimental patch Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c8641962e4cntpd: if peer does not reply anymore, try re-resolving its hostname function ...
Denys VlasenkoDenys Vlasenko
f37f28199f5ntpd: do not use a peer more than once (say, if two peers resolve to the same IP) function ...
Denys VlasenkoDenys Vlasenko
4c48a647470ntpd: more informative poll lowering message Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
35e063e1b9aifupdowm: fix "warning: unused variable 'iface_list'" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Hans DedeckerHans Dedecker
abe8f7515addhcpc: Use client IP address as source address for DHCP renew/rebind messages RFC2131 paragraph 4.1 states DHCP mess...
Christian LindebergChristian Lindeberg
ea2b71be66budhcpd: keep expired leases at startup Let udhcpd retain the information about expired leases when restarting so tha...
Nicolas CavallariNicolas Cavallari
e5aba887125ifupdown: allow duplicate interface definitions This patch allow to have multiple interface definitions, much like D...
Denys VlasenkoDenys Vlasenko
352f79acbd7udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer) Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
5bec08cebd5udhcp: trivial shrink function old new delta dname_dec ...
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind)
5fa9fefddcetaskset: fix non-fancy cpuset printing on big-endian The non-fancy version of the from_cpuset uses CPU_SETSIZE as if...
Denys VlasenkoDenys Vlasenko
03718bb2743ntpd: print packet delay in clock update message function old new ...
Mike FrysingerMike Frysinger
3a5cc989025modprobe: only parse files that end in .conf This matches behavior with kmod which has been the standard for a long ...
Mike FrysingerMike Frysinger
43e56639c67build: add a sanitizer debug option Building & running with ASAN is super helpful, so add a dedicated config knob fo...
Denys VlasenkoDenys Vlasenko
8efcc9589bdnetworking: allow dot at the end of the domain name in dhcp response Patch based on Balaji Punnuru <balaji.punnuru@g...
Nicolas CarrierNicolas Carrier
29eae728e95init: make the command-line rewrite optional When launched as PID 1 and after parsing its arguments, init wipes all ...
Denys VlasenkoDenys Vlasenko
383201e7258ntpd: shorter message Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
fc47fcefb64ntpd: step when |offset| > 1 sec, not 0.125 sec update_local_clock 769 820 ...
Felix FietkauFelix Fietkau
f2c043acfcfbusybox: fix uninitialized memory when displaying IPv6 addresses After commit 8e74adab0107658e3dc04ed342206272a284f4...
Rafał MiłeckiRafał Miłecki
c30a5b13731dd: support iflag=skip_bytes It allows specifying amount of bytes directly (not only amount of blocks) is also suppo...
Kylie McClainKylie McClain
40eea690c7eFix compiling with musl's utmp stubs This patch fixes compiling busybox with FEATURE_UTMP and _WTMP enabled. musl, w...
Ron YorstonRon Yorston
4a79224cfcdprintf: short-circuit output when argument to %b includes \c printf wasn't correctly handling \c in an argument to t...
Denys VlasenkoDenys Vlasenko
2a4bba3ce2esed: make 's///w FILE' actually write to FILE. Closes 8251 function old ...
Denys VlasenkoDenys Vlasenko
eb5091070f6patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
c7e47cf6273dos2unix: try to preserve ownership. closes 8311 function old new ...
Denys VlasenkoDenys Vlasenko
ccf7f0e4d3asetsid: implement -c function old new delta setsid_main ...
Ari SundholmAri Sundholm
be729c1d3b5truncate: always set mode when opening file to avoid fortify errors Busybox crashes due to no mode being given when ...
Mike FrysingerMike Frysinger
6a70db85cfctruncate: use O_WRONLY|O_NONBLOCK This matches coreutils behavior. We don't read the fd, and truncation does not ne...
Ari SundholmAri Sundholm
e111a164049truncate: always set mode when opening file to avoid fortify errors Busybox crashes due to no mode being given when ...
Denys VlasenkoDenys Vlasenko
bae8f986336login: add commented-out PAM double password avoidance from BZ 4003 Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Aaro KoskinenAaro Koskinen
76915bf738cnandwrite: implement -n (read/write without ecc) Implement -n (read/write without ecc). Signed-off-by: Aaro Koskine...
Ari SundholmAri Sundholm
dbf5a6da6a4blkdiscard: new applet function old new delta blkdiscard_main ...
Cristian Ionescu-IdbohrnCristian Ionescu-Idbohrn
c2a2625bcbdash: suppress a compilation warning Reported by gcc (Debian 5.3.1-4) 5.3.1 20151219 shell/ash.c: In function 'evalt...
Denys VlasenkoDenys Vlasenko
911d265faf3mount: support "nofail" option. Closes 8551 function old new delta...
Denys VlasenkoDenys Vlasenko
ce4bc1ed048iproute: support "scope". Closes 8561 function old new delta iprou...
Denys VlasenkoDenys Vlasenko
6c634f79680swaponoff: fix compile-time warning CC util-linux/swaponoff.o cc1: warnings being treated as errors util-linu...
Pascal BachPascal Bach
2c0d3f5fd08chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO Signed-off-by: Pascal Bach <pascal.bach@siemens.com> S...
Ari SundholmAri Sundholm
b5052512422include/platform.h: Remove extra #endif introduced in 6df9612. It causes the compilation to fail. Signed-off-by: Ar...
Chris RenshawChris Renshaw
6df961257d5Resolve linker issues with Android API 21 (dprintf, tcdrain) Signed-off-by: Chris Renshaw <osm0sis@outlook.com> Sign...
Mike FrysingerMike Frysinger
e0942acb9e1blkid: add bcache support URL: https://bugs.gentoo.org/508596 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
5f11ec3f6a7swapon/swapoff: refine the -e (ifexists) option The -e option should only apply to swapon, and it should swallow all...
Denys VlasenkoDenys Vlasenko
092fabcf1df[g]unzip: fix recent breakage. Also, do emit error message we so painstakingly pass from gzip internals Signed-off-...
Mike FrysingerMike Frysinger
77e2bde6a50trylink: include LDFLAGS when checking linkage The user might be including options in their LDFLAGS (like -fuse-ld=g...
Denys VlasenkoDenys Vlasenko
6767af17f11unzip: test for bad archive SEGVing function old new delta huft_bu...
Denys VlasenkoDenys Vlasenko
196e4004416modutils: fix build error with !DEPMOD Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Timo TeräsTimo Teräs
48dc80bbba9modutils: merge module_entry and module_info to common This merges the in-memory module info structures of modprobe ...
Denys VlasenkoDenys Vlasenko
34adecc2b04TODO file: remove mpstat, iostat, powertop - we have them now Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
95ebcf79ff6ash: add support for bash 'function' keyword Where the POSIX shell allows functions to be defined as: name () co...
Denys VlasenkoDenys Vlasenko
bc9bee01f35hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Ron YorstonRon Yorston
85405c80a28ash: copy function tests from hush testsuite Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenk...
Denys VlasenkoDenys Vlasenko
2cf45914137i2c_tools: suppress "'blen' may be used uninitialized in this function" Signed-off-by: Denys Vlasenko <vda.linux@goo...
Bartosz GolaszewskiBartosz Golaszewski
5ed6989d805i2cdump: display the numeric value for block read ioctl() errors This makes busybox i2cdump compatible with the upst...
Bartosz GolaszewskiBartosz Golaszewski
74bb9d5e63bi2cdump: bail-out if block read fails We should bail-out if i2c_smbus_read_block_data() or i2c_smbus_read_i2c_block_...
Bartosz GolaszewskiBartosz Golaszewski
1fe75b8ef10i2cdump: use I2C block mode for the 'i' mode parameter Currently we're calling i2c_smbus_read_block_data() for both ...
Bartosz GolaszewskiBartosz Golaszewski
1cde5f79d4ci2cdump: don't read block data in non-block modes We currently read data twice in byte mode. Add a check to avoid ca...
Bartosz GolaszewskiBartosz Golaszewski
fc8eb056ea8i2cdetect: coding style: add a space after 'for' Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-of...
Bartosz GolaszewskiBartosz Golaszewski
99f025a4999i2cdetect: fix address skipping in auto mode If the bus doesn't support SMBus Quick Write or Receive Byte commands a...
Natanael CopaNatanael Copa
10623913659ifupdown: use -x hostname:NAME with udhcpc The -H NAME is deprecated in udhcpc. See commit 2017d48c0d70bef8768efb429...
Denys VlasenkoDenys Vlasenko
6bd3fff51aa[g]unzip: fix recent breakage. Also, do emit error message we so painstakingly pass from gzip internals Signed-off-...
Ron YorstonRon Yorston
95650a86d17ash: 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 YorstonRon Yorston
8c55dc79a79ash: fix EXEXEC status clobbering evalcommand always clobbers the exit status in case of an EXEXEC which means that ...
Ron YorstonRon Yorston
e939856c872ash: add tests for failures of the exec and command builtins The exec builtin should return an exit status of 127 if...
Denys VlasenkoDenys Vlasenko
ace833028f1stat: make -f optional. This allows to build stat for non-linux systems function ...
Denys VlasenkoDenys Vlasenko
fe0dc34746blineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY Signed-off-by: Denys Vlasenko <vda.linux@googlemai...
Ron YorstonRon Yorston
f23264b35f5lineedit: search applets as well as PATH for tab completion In standalone shell mode search the applet table as well...
Ron YorstonRon Yorston
ae57af6e78ebusybox: alter help message in standalone shell mode Signed-off-by: Ron Yorston <rmy@frippery.org> Signed-off-by: De...
Denys VlasenkoDenys Vlasenko
112889d7067hush: copy for.tests from ash testsuite This test passes for hush Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Ron YorstonRon Yorston
c0e007663d3ash: simplify EOF/newline handling in list parser Processing of here documents in ash has had a couple of breakages ...
Ron YorstonRon Yorston
6bd2fabc52fRevert "ash: fix a SEGV case in an invalid heredoc" xxx This reverts commit 7e66102f762a7d80715f0c7e5925433256b78cee...
Ron YorstonRon Yorston
713f07d906dash: fix error during recursive processing of here document Save the value of the checkkwd flag to prevent it being ...
Denys VlasenkoDenys Vlasenko
7b14ede049dash tests: make test print test name before it is run Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
ef2386b80abash: only allow local variables in functions Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenk...
Ron YorstonRon Yorston
3f221113a50ash: respect -p flag when command builtin is run with -v/-V The command builtin should only check the default path, ...
Denys VlasenkoDenys Vlasenko
e2f32c02b14ash: fix command -- crash busybox sh -c 'command --' segfaults because parse_command_args returns a pointer to a nul...
Ron YorstonRon Yorston
383b885ff76ash: save a few bytes in code to parse case statements Based on commit 49b82fc from git://git.kernel.org/pub/scm/uti...
Ron YorstonRon Yorston
ab80e01cd98ash: allow newline after variable name in for loop Newline is a valid delimiter between the variable name and `in` k...
Ron YorstonRon Yorston
9121510dc65ash: add test for issue with here document This used to work but doesn't now: foo () { cat <<EOF && { echo "$1" ; }...
Denys VlasenkoDenys Vlasenko
4c8576fea18modinfo: fix "-F firmware", add "intree" field display function old ...
Denys VlasenkoDenys Vlasenko
48403253519lzop: eliminate variable, use "int" as return type Based on patch by Maxin B. John <maxin.john@intel.com> function ...
Timo TeräsTimo Teräs
82c2fad26c4fbsplash: use virtual y size in mmap size calculations The virtual y can be larger - and we can be even writing ther...
Aaro KoskinenAaro Koskinen
cddc98eab7dgzip: add support for --no-name long option Add support for --no-name long option. Just silently ignore it like the ...
Aaro KoskinenAaro Koskinen
fbe50cf6bc6gunzip: add support for long options Add support for long options. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki....
Denys VlasenkoDenys Vlasenko
1de25a6e87eunzip: test for bad archive SEGVing function old new delta huft_bu...
Richard GenoudRichard Genoud
d683c5c2f14tr: 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äsTimo Teräs
028524317d8ifupdown: pass interface device name for ipv6 route commands IPv6 routes need the device argument for link-local rou...
Denys VlasenkoDenys Vlasenko
db700330d89tweak defconfig MONOTONIC_SYSCALL=y by default FEATURE_LAST_SMALL is gone: now FEATURE_LAST_FANCY is a "bool", not ...
Denys VlasenkoDenys Vlasenko
0269789537cinetd: make FEATURE_INETD_RPC off by default Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
8814431aca6libiproute: use if_nametoindex Saves 87 bytes. Assuming, of course, all platforms have it. Signed-off-by: Ron Yors...
Aaro KoskinenAaro Koskinen
6d777b75ed3xargs: make -I imply -r Make -I imply -r (GNU findutils seems to do the same). Fixes the following bug: $ ...
Denys VlasenkoDenys Vlasenko
f98705a00c1dumpleases: string reuse text data bss dec hex filename 926254 906 17160 944320 e68c0 bu...
Isaac DunhamIsaac Dunham
d320a1e7a57dumpleases: new option -d to show time in seconds function old new ...
Denys VlasenkoDenys Vlasenko
334e12ac6a5zcip: ...ad suppress the warning Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
49d51598ac1zcip: do not query current time if we won't use the result Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bf1866c1832tweak zcip service example Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1a1cfedbef2Tweak README Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4f8ecf273c4update network service examples Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d32a1a40544New example of a service: examples/var_service/zcip_if Zeroconf for IPv4 Signed-off-by: Denys Vlasenko <vda.linux@g...
Denys VlasenkoDenys Vlasenko
9a512176686dumpleases: make host names sanitized to shell-friendly condition function ...
Denys VlasenkoDenys Vlasenko
941e7a49197reuse a string Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
cd13974b201rmmod: fix bad error message Before: ># busybox_old rmmod gtrhfhdfghdf rmmod: can't unload 'gtrhfhdfghd...
Denys VlasenkoDenys Vlasenko
2e9a0662bceMODPROBE_SMALL is not experimental anymore Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
049b007865epmap: fix bogus {no such process} comm field text function old new ...
Denys VlasenkoDenys Vlasenko
5c23f2566c1Apply post-1.24.0 patches, bump version to 1.24.1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
00da72bee09tidy up strtok use Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
59f84759247httpd: fix heap buffer overflow. Closes 8426 function old new delt...
Denys VlasenkoDenys Vlasenko
d3d6534b2a8wget: if stderr is not a tty, progress bar shouldn't use tty-tricks function ...
Denys VlasenkoDenys Vlasenko
641caaec3d4libbb: factor out code which queries screen width function old new ...
Denys VlasenkoDenys Vlasenko
a9607487485tar: add a test that we don't write into symlinks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
accd9eeb719remove systemd support systemd people are not willing to play nice with the rest of the world. Therefore there is no...
Denys VlasenkoDenys Vlasenko
537389cedd3tar: fix files skipped with --strip_components not resetting selinux context Signed-off-by: Denys Vlasenko <vda.linu...
Denys VlasenkoDenys Vlasenko
f167e4503d0tar: shrink hardlink name handling code function old new delta dat...
Denys VlasenkoDenys Vlasenko
62ae323df08tar: implement --version for buildroot Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
6c563e370d0tar: add support for --strip-components=N function old new delta d...
Denys VlasenkoDenys Vlasenko
c47917865d5login: explain -h HOST option better Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>