fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Denys VlasenkoDenys Vlasenko
6c852bfcaddlineedit: add handling of \H in prompt Based on the patch by Arnaud Rébillout <rebillout@syscom.ch> Signed-off-by: ...
Denys VlasenkoDenys Vlasenko
2c24806bf48hexdump: need to use xstrtoull for off_t Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ef6747e290dhexdump: don't unconditionally limit the usable address range Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
80a38ca11c3man: install to /usr/bin, not /sbin Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
85daa67bc2ehttpd: don't allow tabs and multiple spaces in request string HTTP standard doesn't allow it and no sane clients sho...
Bernhard Reutner-FischerBernhard Reutner-Fischer
c608731e787setserial: Fix typo: s/baund_rate/baud_rate/g as noted by Christoph Handel opensource at macht-blau.org Signed-off-...
Denys VlasenkoDenys Vlasenko
a42f530e034sendmail: code shrink on top of previous patches Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Aaro KoskinenAaro Koskinen
e82bfef8395sendmail: don't add multiple To: headers When adding To: header, add only a single header. If there are multiple add...
Aaro KoskinenAaro Koskinen
4a732220e90sendmail: don't add To: header if it already exists If the message we are sending already has To: header, don't add ...
Aaro KoskinenAaro Koskinen
236f222cde0sendmail: support long header fields for recipients Support long header fields in To:, Cc: and Bcc: headers. Signed...
Aaro KoskinenAaro Koskinen
a8ba0a0d0cesendmail: support address lists Headers To:, Cc: and Bcc: may have a list of comma-separated addresses. Add support ...
Aaro KoskinenAaro Koskinen
06ad964ae61sendmail: support addresses inside angle brackets When we extract addresses from the e-mail, try to first check for ...
Aaro KoskinenAaro Koskinen
95e99e5271csendmail: don't mangle e-mail headers Leave the original To: and Cc: headers untouched, when we try to extract addre...
Aaro KoskinenAaro Koskinen
14285d14a58sendmail: avoid sending mail to wrong addresses If we get an address we cannot parse properly, we currently just str...
Denys VlasenkoDenys Vlasenko
7c6f2d4207emkfs_minix: use get_volume_size_in_bytes instead of local version Hopefully this also closes 4730 function ...
Denys VlasenkoDenys Vlasenko
4424dfd69bcmdev: fix build failure The error was "error: 'struct globals' has no member named 'parser'" Signed-off-by: Denys V...
Denys VlasenkoDenys Vlasenko
c56d12505bcnc: fix build failure ("subscripted value is neither array nor pointer") Signed-off-by: Denys Vlasenko <vda.linux@go...
Denys VlasenkoDenys Vlasenko
091f831424eash: add comment about failures in source builtin. No code changes. Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
88b532d59afhush: source builtin should override $N only if it has args function old...
Stefan HellermannStefan Hellermann
4ef1439c593ash: read $HOME/.profile instead of $(pwd)/.profile ash --login should read ~/.profile instead of .profile in the cu...
Stefan HellermannStefan Hellermann
aeb717aa5e8ash: move code to allow setting $HOME in /etc/profile move HISTFILE=$HOME/.ash_history below reading /etc/profile, s...
Denys VlasenkoDenys Vlasenko
9e7c002182dvi: code shrink function old new delta status_line_bold_errno ...
Ron YorstonRon Yorston
cb5aa725df4vi: fix adjustment of buffer on partial file read The second argument to text_hole_delete was incorrect: it should b...
Denys VlasenkoDenys Vlasenko
257a77568absysklogd: trim help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Guilherme Maciel FerreiraGuilherme Maciel Ferreira
4a600f8777ftraceroute: free some memory allocated by xzalloc() Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferre...
Alexander ShiyanAlexander Shiyan
45dc96c8a6dflash_eraseall: implement -N Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Denys Vlasenko <vda.l...
Alexander ShiyanAlexander Shiyan
0d61dcd6411nanddump: fix build if nandwrite isn't enabled Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Den...
Denys VlasenkoDenys Vlasenko
af4a07a2440ping[6]: accept and ignore -n. Code shrink function old new delta ...
Denys VlasenkoDenys Vlasenko
7b5d5c1bdbbudhcpd: also add -I ADDR to help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e3f5b73ad09udhcpd: add -I LOCAL_ADDR option Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
b79a0fef996awk: Fix handling of functions with empty body Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mandeep Singh BainesMandeep Singh Baines
7991d454462losetup: fix util-linux compatibility Added -a support. Also made sure -f works as follows: losetup [-r] [-o offset...
Mike FrysingerMike Frysinger
1b49c25e0a7readlink: note that our -f is really -e Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
af9e70b8cbareadlink: uClibc supports automatic allocation too now Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike FrysingerMike Frysinger
445e7543e80platform: use KERNEL_VERSION to simplify uClibc version checking This makes reading the logic (as well as adding new...
Mike FrysingerMike Frysinger
bca5c556c43udhcpc: use readlink rather than realpath The realpath utility requires all paths exist when canonicalizing symlinks...
Denys VlasenkoDenys Vlasenko
9bbf6b98c42hostid: do not output sign-extended host id. Closes 6056 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Mike FrysingerMike Frysinger
93b51819cf4archival: note implicit dependencies between lzop & bbunzip Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Denys VlasenkoDenys Vlasenko
507f6ea6d2ddecompress_unlzma: move function, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a2d04e0702ddecompress_unlzma: 10% speedup in "small" code text data bss dec hex filename 1796 0 ...
Denys VlasenkoDenys Vlasenko
c09fd27c0a1decompress_unlzma: make "fast" version a bit smaller It is not slower. In fact it seems a tiny bit faster too. t...
Denys VlasenkoDenys Vlasenko
2fe5fed2dfelzop: fiq -q and OPTION_DECOMPRESS mismatch Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Mike FrysingerMike Frysinger
08e28e806dcbbunzip: fix order of flags vs bit defines Too much code shuffling. Reported-by: Mandeep Singh Baines <msb@chromium...
Mike FrysingerMike Frysinger
920c1baab7ebbunzip: ignore the -q flag with the decompressors The -q flag is used in shell scripts for suppressing output. Have...
Denys VlasenkoDenys Vlasenko
fb036636195ifupdown: support "source" stanza in /etc/network/interfaces Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
41655438c6bzcat: fix "zcat FILE" trying to do detection twice Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8e96efa3231zcat: if seamless uncompressors are defined, autodetect file's format function ...
Denys VlasenkoDenys Vlasenko
f2d8478e560fix error message on failure to oen /dev/null; fix zcat's help text Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
577235dee82code shrink in check_errors_in_children() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
7794c21daf4pgrep: fix a "missing closing paren" build error Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
216e952fb86ifplugd: make -k send SIGINT, not SIGQUIT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard WalleBernhard Walle
47f8558eee4pgrep: fix -x option Because when -x is used (exact match), then we cannot compile the regular expression with REG_N...
Denys VlasenkoDenys Vlasenko
ed954b68552Fix config help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
efd0698f74cmake --help return exitcode 0. Closes 5612 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Peter KorsgaardPeter Korsgaard
5d1c599d761run-parts: fix unicode creep in --help Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Denys Vlase...
Denys VlasenkoDenys Vlasenko
de6f1480067nc_bloaty: support -ll and -lk. Closes 2245 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a14f319805cnc: 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 SchampheleireThomas De Schampheleire
bc0ffc0e971nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code Signed-off-by: Thomas De Schampheleire <thomas.de.schamph...
Denys VlasenkoDenys Vlasenko
1e43a381b20run-parts: stop providing incompatible short options Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Peter KorsgaardPeter Korsgaard
0496e824a5brun-parts: add --exit-on-error | -e support The "big" run-parts supports a handy --exit-on-error to stop execution o...
Leonid LisovskiyLeonid Lisovskiy
f59d563399bxz: fix put_unaligned_{l,b}e32 Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com> Signed-off-by: Denys Vlasenko <vd...
Shawn J. GoffShawn J. Goff
46031da862alineedit: initialize delptr In vi mode, the 'p' and 'P' commands caused a segfault when nothing had been put in the ...
Lasse CollinLasse Collin
380c8a07634xz: support concatenated .xz streams function old new delta xz_dec...
Lasse CollinLasse Collin
433757413f5xz: mention xzminidec.c in README Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasen...
Lasse CollinLasse Collin
c3045edec22xz: fix incorrect XZ_BUF_ERROR xz_dec_run() could incorrectly return XZ_BUF_ERROR if all of the following was true: ...
Lasse CollinLasse Collin
a1ae2b75a71xz: fix decoding of LZMA2 streams having no uncompressed data. No .xz encoder creates files with empty LZMA2 streams...
Lasse CollinLasse Collin
efb800439fdcz: add C++ support to xz.h Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vd...
Lasse CollinLasse Collin
aada3126a79xz: remove an empty line from xz_dec_lzma2.c Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: D...
Lasse CollinLasse Collin
b967e42b772xz: make bcj_x86_test_msbyte() an inline function Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-...
Lasse CollinLasse Collin
18714d8460fxz: add a comment about using uint32_t as vli_type Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off...
Lasse CollinLasse Collin
9056fcecbfexz: avoid "NOTE:" in xz.h Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda....
Lasse CollinLasse Collin
3a7b2417f9fxz: update README Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@go...
Lasse CollinLasse Collin
04f296b28a4xz: omit explicit \0 from HEADER_MAGIC Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys V...
Denys VlasenkoDenys Vlasenko
e3e321682cdFix move_to_unaligned16 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5bce135e368mdev: improve $SEQ handling; improve debug logging Sequential run of concurrent mdev's was too simplistic: they wait...
Mike FrysingerMike Frysinger
9fed24c031audhcpc: tweak math shell style with the metric var Some shells (like dash) are lame and omit the POSIX increment/dec...
Mike FrysingerMike Frysinger
39b8fb41c50udhcpc: support resolv.conf symlinks Often it is desirable to have /etc/ be on read-only storage (well, the whole ro...
Denys VlasenkoDenys Vlasenko
40b97fb31ecmdev: add environment variable match function old new delta make_d...
Denys VlasenkoDenys Vlasenko
1961aea305emove endofname() to libbb Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3305c008ed6tail: make help text for -n +N syntax more correct Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
40c6da433f0head: support -n -NUM and -c -NUM function old new delta head_main...
Denys VlasenkoDenys Vlasenko
af0255f4968head,tail: use common suffix struct. simplify help text. function old ...
Denys VlasenkoDenys Vlasenko
8e6a1ea8250rpm: unmap rpm file before working with next one Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d4d4f3528e0rpm: stop using statics; move main() to the end of the source file Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Denys VlasenkoDenys Vlasenko
2aec773688frpm: use "create+rename" method of replacing existing files Users were reporting getting errors like "ls: error whil...
Denys VlasenkoDenys Vlasenko
10f5f9b10d5rpm: make -ql display more compatible; improve help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Aaro KoskinenAaro Koskinen
cf5731bcbd3fdisk_sun: fix partition alignment When the display unit is sectors, the partition alignment will convert the partit...
Aaro KoskinenAaro Koskinen
1bd5ca2f530fdisk_sun: fix corrupted partition data with blank disk After creating Sun disk label for the first time for a blank...
Denys VlasenkoDenys Vlasenko
272d85cc855vasprintf: return -1 on strdup failure Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b5fc51198bfvasprintf: do not use xmalloc, it will deadlock on OOM Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ba76b7a40b9mdev: chdir back to /dev after trying to read firmware Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
06af569f447arp: code shrink function old new delta packed_usage ...
Kuleshov AlekseyKuleshov Aleksey
a8816dafc4barp: fix -H/-t handling. While at it, shrank code. function old new ...
Denys VlasenkoDenys Vlasenko
6e29d07417cmdev: extend debug logging output Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
04ac6e03c3audhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Kang KaiKang Kai
03b614739b9testsuite/du/du-k-works: fix false positive Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Denys Vl...
Denys VlasenkoDenys Vlasenko
6be6f3bfecfflashcp: trivial code shrink Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
17d44364244ps: seconds_since_boot: uint64_t -> ulong Even if long is 32-bit, 4 billion second uptime isn't likely :) Signed-of...
Denys VlasenkoDenys Vlasenko
ee3bc70cea2getopt: improve help text; code shrink function old new delta gene...
Denys VlasenkoDenys Vlasenko
243e7330015flashcp: pad output to BUFSIZE. Hopefully closes 5882 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bf99807657eunzip: add missing fflush; code shrink function old new delta my_f...
Denys VlasenkoDenys Vlasenko
9b7ebfe6447mount: whitespace fix. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
778794d1dd9*: reuse more strings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
6aab061d2d6ps: fix sscanf format specifier (%l); make uptime unsigned Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f474dfa681aStart 1.22.0 development cycle Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
64406a92a05Bump version to 1.21.0 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0cfba07fcd6fix testsuite false positive Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4609f477c7emdev: fix mode of dir1 in =dir1/dir2/file rule Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
31dc8603eedifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes 5786 function ...
Denys VlasenkoDenys Vlasenko
2f5b5beb28agrep: fix grep -Fw not respecting the -w option. Closes 5792 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
81fa9995407syslogd: do not segfault on parse error when using default config. Closes 5762 Signed-off-by: Denys Vlasenko <vda.li...
Denys VlasenkoDenys Vlasenko
2cfcc9e9d74sha3: code shrink function old new delta sha3_hash ...
Peter KorsgaardPeter Korsgaard
9980707efc3syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks As suggested by Mike. No bloat-o-mete...
Denys VlasenkoDenys Vlasenko
9daf33fc524dc: code shrink function old new delta stack_machine ...
Denys VlasenkoDenys Vlasenko
7c4b13e0190ash: revert wrong "fix" for an apparent memory leak. Closes 5822 Signed-off-by: Denys Vlasenko <vda.linux@googlemail...
Denys VlasenkoDenys Vlasenko
5d78355d5afcode shrink function old new delta applet_name_compare ...
Denys VlasenkoDenys Vlasenko
5ca853e5dabfix a typo in config help text. Closes 5714 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
20c5e5a6262mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= function ...
Denys VlasenkoDenys Vlasenko
e4f0f26badesha3: s/sha3_process_block76/sha3_process_block72/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5368fe541c0sha3: rename KeccakF->sha3_process_block76. This brings the naming more in line with other hashes. Pulled most stati...
Martin SantessonMartin Santesson
406ea15e2c1mount: add unc option to CIFS mount (needed for Linux 3.4+) unc option for CIFS mount is mandatory after CIFS option...
Denys VlasenkoDenys Vlasenko
970aa6b5bd9sha3: cache ctx->bytes_queued function old new delta sha3_hash ...
Denys VlasenkoDenys Vlasenko
8fb3ab528e1sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore Signed-off-by: Denys Vlasen...
Denys VlasenkoDenys Vlasenko
8e7312e12fbsha3: tweak choice of a fast code path for 64-bit Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5b7f50f3721sha3: cosmetic tweaks to various names, comments. No logic changes. Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
ac4100e103csha3: code shrink function old new delta KeccakF ...
Denys VlasenkoDenys Vlasenko
a55df279366sha3: code shrink function old new delta KeccakF ...
Denys VlasenkoDenys Vlasenko
07a54e21dd0sha3: another speedup for SHA3_SMALL=0 case Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
6830ade6aa9whitespace fixes. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
30a8652fbf1sha3: make size/speed optimization decision configurable Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
60cb48ca50fwhitespace cleanup. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Lauri KasanenLauri Kasanen
b8173b603f5sha3sum: new applet function old new delta KeccakF ...
Paul MarksPaul Marks
b7841cf7b91ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 When using busybox ntpd with an NTPv3 client and...
Denys VlasenkoDenys Vlasenko
90801dadfa0Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS' Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Sven-Göran BerghSven-Göran Bergh
6928d9f0495volume_id: add squashfs detection function old new delta volume_id...
Denys VlasenkoDenys Vlasenko
6967578728awhitespace fixes. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Sven-Göran BerghSven-Göran Bergh
52185155088volume_id: uuid_format small code shrink function old new delta vo...
Sven-Göran BerghSven-Göran Bergh
07b419dbcb3volume_id: display hfs[+] 128-bit UUID properly Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: ...
Sven-Göran BerghSven-Göran Bergh
a58f7b7d2f7blkid: add type display for hfsplus Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasen...
Peter KorsgaardPeter Korsgaard
cd776cf9673syslogd: add option to log to Linux kernel printk buffer Why invent our own shared memory circular buffer when the k...
Peter KorsgaardPeter Korsgaard
d189b598b44klogd: handle multi-char log levels Since Linux 3.5 (7ff9554bb5: printk: convert byte-buffer to variable-length reco...
Peter KorsgaardPeter Korsgaard
3917fa32dcedmesg: handle multi-char log levels Since Linux 3.5 (7ff9554bb5: printk: convert byte-buffer to variable-length reco...
Lauri HintsalaLauri Hintsala
fb499c57525powertop: fix error message Application tries to use timer_stats module instead of cpufreq_stats. Error message is p...
Mike FrysingerMike Frysinger
a38f9faa9faifenslave: fix missing close paren Reported-by: David J Cozatt <ygdrasil@comcast.net> Signed-off-by: Mike Frysinger ...
Anthony G. BasileAnthony G. Basile
12677acf0a0CONFIG_PID_FILE_PATH: new configuration option for pidfile paths We set a default path for the directory where pidfi...
Denys VlasenkoDenys Vlasenko
393c395ca50du: document incompatibility with standard tool Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4d5955e9ecedecompress_uncompress: comment out a bigger chunk of debug code Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
a8461173ba5decompress_uncompress: comment out debug printout on corrupted data 99% plus of all people who'll get corrupted arch...
Denys VlasenkoDenys Vlasenko
c71547ccfcedecompress_uncompress: move 'code' variable into loop - sole user Apparently, gcc does this optimization itself, sin...
Jon TollefsonJon Tollefson
4ba6c5d3ba3ash: fix a memory leak The script which triggers the leak: while true do while true do break; ...
S-G BerghS-G Bergh
e4b94514130volume_id: add exFAT detection function old new delta volume_id_pr...
Denys VlasenkoDenys Vlasenko
3f21044f20eifupdown: code shrink function old new delta execute ...
Denys VlasenkoDenys Vlasenko
a803bfa0f06ifupdown: remove unused errno assignments function old new delta e...
Denys VlasenkoDenys Vlasenko
11181335f9aifupdown: simple code shrink function old new delta execute ...
S-G BerghS-G Bergh
d2d5049c1d1blkid: show filesystem when both label and UUID are missing, but type is known Signed-off-by: S-G Bergh <sgb@systema...
Mike FrysingerMike Frysinger
5694afd72a0build system: use pkg-config to look up selinux libs Newer versions of libselinux has started linking against more l...
Timo TeräsTimo Teräs
67dc7b21caefbsplash: fix regression from e4fa7b7 commit e4fa7b7 (limit progress bar flicker) made the progress bar counter unsi...
Baruch SiachBaruch Siach
3aeb870b228nanddump: invert the meaning of the -o parameter to match upstream Signed-off-by: Baruch Siach <baruch@tkos.co.il> S...
Baruch SiachBaruch Siach
98f6b2d399enanddump: skip bad blocks when instructed to do so Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: De...
Baruch SiachBaruch Siach
da0200a1e50nanddump: use the right operator of logic AND Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Denys V...
Ron YorstonRon Yorston
eab343e7e1emktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set Use mktemp instead of tempnam for compatibili...
Tito RagusaTito Ragusa
8dc6d1a813eadduser: make it accept "adduser USER GROUP" form Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: D...
Denys VlasenkoDenys Vlasenko
fd77ea505edmark get_shell_name FAST_FUNC Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
32711c41419top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" Signed-off-by: Denys Vlasenko <vda.l...
Denys VlasenkoDenys Vlasenko
d5275888821ash: implement export -n function old new delta exportcmd ...
Nicolas ThillNicolas Thill
f47ce07b269brctl: fix description and usage brctl uncorrectly displays the "showmacs" command as being supported while it is no...
Felix FietkauFelix Fietkau
1c7a58dfb82udhcpc[6]: allow discover_retries == 0 (infinite) Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Deny...
Manuel ZerpiesManuel Zerpies
d1097988825flashcp: remove unused variable opts Signed-off-by: Manuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de> Signed...
Denys VlasenkoDenys Vlasenko
b2320370be1lineedit: in !EDITING config, return -1 on fgets error Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
93710436989fix unsafe bb_perror_msg(filename) calls Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
225cc1327a9scripts/kconfig/mconf: work on systems w/o SIGWINCH Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c4f2d997a40libbb: correctness/size tweaks in signal-related helpers Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
73a19908975top: do not touch stdin if -b Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
06a98e32ae9modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Denys VlasenkoDenys Vlasenko
0b4980c2527ash: trivial fixes for compile failures Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ffe03f04cb4top: fix build failure in !USE_TERMIOS case Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
42be921d486ps: fix build failure in !DESKTOP case Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2fb8d0dee97top: implement scrolling up/down (_very_ useful) function old new ...
Alexey FroloffAlexey Froloff
3c62bbae946ushcpc: gracefully handle packets with CHECKSUM_PARTIAL function old ...
Denys VlasenkoDenys Vlasenko
0ffd63ca9a4telnet: convert Enter -> CR LF in line mode too function old new d...
Denys VlasenkoDenys Vlasenko
57f07bfcb27telnet: shrink literal string size text data bss dec hex filename 888483 497 7584 896564 ...
Denys VlasenkoDenys Vlasenko
aca464ddac4telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server Signed-off-by: Denys Vlasenko <vda.linux@g...
Linus WalleijLinus Walleij
6d463de46b4fbsplash: support non-RGB565 pixels in 16-bit mode function old new ...
Denys VlasenkoDenys Vlasenko
2dc1a972728find: make -mindepth N -xdev correctly stop on mountpoints function old ...
Denys VlasenkoDenys Vlasenko
9e71e3cea59ash: fix "read -s" + ^C. Closes 5504 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
50157f3decctop: fix "last CPU" parsing Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Joshua KahlenbergJoshua Kahlenberg
c4398514385sysctl: implement -q function old new delta packed_usage ...
walter harmswalter harms
d1d794fd487refactor correct_password.c to avoid one if Signed-off-by: walter harms <wharms@bfs.de> Signed-off-by: Denys Vlasenk...