fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Denys VlasenkoDenys Vlasenko
259b3c047aesed: open input files sequentially to avoid EMFILE Currently, sed pre-opens all files, which may cause EMFILE errors...
Denys VlasenkoDenys Vlasenko
8bd810bd276hush: typo fixes in comments Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Daniel BorcaDaniel Borca
d9fc4d8f924platform: strchrnul is missing if __APPLE__ Signed-off-by: Daniel Borca <dborca@yahoo.com> Signed-off-by: Denys Vlas...
Denys VlasenkoDenys Vlasenko
195c436f84dbuild system: use od -b instead of od -t x1 od -t is not available in non-CONFIG_DESKTOPed busybox od Signed-off-by...
Bogdan PurcareataBogdan Purcareata
760fc6debcbinit: halt on SIGPWR too Most init processes implement a handler for SIGPWR that gracefully stops all child processe...
Denys VlasenkoDenys Vlasenko
cffe28ef876libbb: add sketch of tentative 'better' passwd/group API Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4d8ad381abedevfsd: remove static variable function old new delta static.msg ...
Denys VlasenkoDenys Vlasenko
924a179cb7fbuild system: do not generate MAX_APPLET_NAME_LEN (unused) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
26ad256bd0blogread: don't call shmdt() before exit, kernel does it for us. function ...
Denys VlasenkoDenys Vlasenko
71f6c1aa433logread: flush output. closes 6710 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bd0e221620eawk: fix a bug in argc counting in recent change Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2635369a92drfkill: use new-style config/kbuild/applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0545e3b69abtar: prevent empty file to be treated as valid tarball function old ...
Denys VlasenkoDenys Vlasenko
dd1d8ab5064fix a copy/paste error in last tar testcase name Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1cbc642bed8tar: add a testcase for previous commit Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ebfa9b5aa1ftar: fix exitcode check for MMU-spawned unpacking helpers Testcase: tar xvzf EMPTY_FILE function ...
Denys VlasenkoDenys Vlasenko
8b59b2c13edlibbb: move nuke_str() from passwd into libbb function old new del...
Denys VlasenkoDenys Vlasenko
6ef77291122comment tweak Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9c1c605b1a8sulogin: use common password-checking routine. This needed some extensions correct_passwd() function, which got rena...
Denys VlasenkoDenys Vlasenko
f6beef63c64archival/*: move "config:" snippets into .c files Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ac216873095archival/*: move "applet:" snippets into .c files, part 2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
36184a487d2archival/*: move "applet:" snippets into .c files Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
66620fa6269archival/*: move "kbuild:" snippets into .c files Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
73225b6d6e1switch editors/* to embedded-in-source kbuild system Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Sven-Göran BerghSven-Göran Bergh
f200f732f4dawk: optionally support -e AWK_PROG function old new delta awk_mai...
Denys VlasenkoDenys Vlasenko
cd0936be361fstrim: use new-style config/kbuild/applet snippets; trim help text function ...
Jeremy KerrJeremy Kerr
d3092c99ae9udhcp: add PXELINUX config file option (code 209) definition This change adds a definition for DHCP option 209. RFC ...
Denys VlasenkoDenys Vlasenko
087843a65b8fix "warning: ISO C90 forbids mixed declarations and code" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Michael TokarevMichael Tokarev
afa63b2dcdcfix bashisms in testsuite/ These places use ${var/search/replace}, $((n++) and `type -p' constructs which are not-so...
Bernhard Reutner-FischerBernhard Reutner-Fischer
5e63776212ffstrim: Needs to fire at the mp, not bd It's a filesystem thing from this perspective. +1b Signed-off-by: Bernhard ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
b1489f97e06fstrim: Indicate failure on error +14b Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
140f4e35119fstrim: -17b Also, use the name of the block device we found, not necessarily the one we got from the user: fstrim -...
Malek DegachiMalek Degachi
1d39e33d46ffstrim: New applet fstrim applet is a port from util-linux. "Trimming" your NAND/eMMC storage will restore the writ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
80f8cdf04adash: Set SHLVL in ASH_BASH_COMPAT function old new delta ash_main ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
200c1c46f4aash: Use setvar2 some more (add/remove: 0/0 grow/shrink: 10/15 up/down: 13/-27) Total: -14 bytes Signed-of...
Bernhard Reutner-FischerBernhard Reutner-Fischer
b541d1fcbd3swaponoff: shrink function old new delta .rodata ...
Denys VlasenkoDenys Vlasenko
8d3efaf35ebudhcpc: allow zero server-id. Closes 6614. function old new delta ...
Yuan-Hsiang LeeYuan-Hsiang Lee
b21bc80c765init: fix illegal memory access when max message length is reached Signed-off-by: Yuan-Hsiang Lee <yhlee@ubnt.com> S...
Denys VlasenkoDenys Vlasenko
18b461925c6bootchartd: warn if .config looks wrong Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
17f4aca5563Makefile.custom: make "make release" delete .gitignore files too Signed-off-by: Antony Pavlov <antonynpavlov@gmail.c...
Denys VlasenkoDenys Vlasenko
c44539fcd32sed: fix "sed clusternewline" testcase function old new delta proc...
Denys VlasenkoDenys Vlasenko
a82e32d9ce1sed: document -E in help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9d46a7a9a4dsed: fix memory leak in 'r FILE' command Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
David A. WheelerDavid A. Wheeler
af0cdeedc69sed: accept -E as a synonym for -r Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> Signed-off-by: Denys Vlas...
Johannes StezenbachJohannes Stezenbach
2d576e2a220udhcpc: make DHCP packets to have at least 300 DHCP bytes Commit b8b72f02 removed all padding from DHCP packets to f...
Thomas PetazzoniThomas Petazzoni
af4f0e48ecclibbb: use <poll.h> instead of <sys/poll.h> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Si...
Bartosz GolaszewskiBartosz Golaszewski
28a209466f4bloat-o-meter: add usage info Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenk...
Bartosz GolaszewskiBartosz Golaszewski
64938011f3btail compat: fix header printing for tail -f Makes tail -f for multiple files display the header only if another (ie...
Guilherme Maciel FerreiraGuilherme Maciel Ferreira
840ef17f63cwget: if FEATURE_CLEAN_UP, free(ptr_to_globals) Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@...
Denys VlasenkoDenys Vlasenko
5117eff6f93Fix some compiler warnings emitted by gcc-4.8.0 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
eba5faec67dether-wake: shorten help text, reduce packet buffer size function old ...
Lauri KasanenLauri Kasanen
d074b416f8dwget: add support for connect timeout function old new delta open_...
Denys VlasenkoDenys Vlasenko
730e4d8b524init: better --help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
7985bc109e0awk: fix length(array) function old new delta evaluate ...
Ryan MallonRyan Mallon
1d30b3f1f66wall,crontab: use xopen_as_uid_gid() This fixes a narrow security race in crontab. function ...
Ryan MallonRyan Mallon
5906a5c26c3libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions Signed-off-by: Ryan Mallon <rmallon@gmail.com> Signe...
Denys VlasenkoDenys Vlasenko
932e233a491bunzip2: fix off-by-one check stage3-armv7a_hardfp-20130209.tar.bz2, 149189948 bytes long, md5sum b29ce23312e14eb15a...
Denys VlasenkoDenys Vlasenko
cd256e1c407wall: access FILE under real user's credentials While at it, move applet/config/kbuild bits into wall.c. (This way, ...
Mike FrysingerMike Frysinger
3eab2b7675ftrylink: only prefix libs with -l If our pkg-config queries pass back a flag like -pthread, the trylink script will ...
Denys VlasenkoDenys Vlasenko
054f3eb7848loadkmap: explain what happens with K_ALLOCATED key value Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a6ed6a31484httpd: make sire pfd[TO_CGI].revents is cleared before poll() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d7ea34ee710Documentation update Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
32ed30d96b5dumpkmap: code shrink function old new delta dumpkmap_main ...
Denys VlasenkoDenys Vlasenko
fbe250db76bhttpd: treat errors from stdin correctly. Fron bug report: If a CGI or proxied connection is rudely aborted (SIG_{K...
Denys VlasenkoDenys Vlasenko
b5352078a7etouch: add conditional support for -h Based on a patch by Andy <andy.padavan@gmail.com> Signed-off-by: Denys Vlasen...
Denys VlasenkoDenys Vlasenko
a613aa1b4c2ar: better comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Peter KorsgaardPeter Korsgaard
2a053a2430ear: read_num(): fix reading fields using the entire width ar fields are fixed length text strings (padded with space...
Denys VlasenkoDenys Vlasenko
dc572944850top: fix breakage introduced by previous commit Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a407cf74cc4Make smart_ulltoa return pointer to end (allows for code shink in callers) function ...
John SpencerJohn Spencer
d6ae4fb446dman: find posix man pages Add the 0p/1p/3p sections to the search. Signed-off-by: John Spencer <maillist-busybox@ba...
Jody BruchonJody Bruchon
deebdf59b5cfdisk: fix GPT size math errors Signed-off-by: Jody Bruchon <jody@jodybruchon.com> Signed-off-by: Denys Vlasenko <vd...
Denys VlasenkoDenys Vlasenko
1b9ac211664lineedit: use unicode_strwidth instead of unicode_strlen Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0ff0b320a2ddd: code shrink function old new delta dd_main ...
Denys VlasenkoDenys Vlasenko
1b57fe108f0dd: code shrink function old new delta dd_main ...
Denys VlasenkoDenys Vlasenko
f3114a3bd0ddd: code shrink function old new delta write_and_stats ...
Denys VlasenkoDenys Vlasenko
90e9cfd2183dd: remove FIXME comment which is fixed now. No code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
4502bb1f21ddd: code shrink function old new delta dd_main ...
Denys VlasenkoDenys Vlasenko
5b9910f0a4add: fail if swab is attempted on odd-sized block Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e66a56de23flineedit: fix multi-line PS1 handling: calculate PS1 length from last \n function ...
Denys VlasenkoDenys Vlasenko
7a18043a968lineedit: improve Unicode handling (still buggy though) function old ...
Denys VlasenkoDenys Vlasenko
8395bd3f52fdd: fix example in a comment. No code changes. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b941316ae53dd: support conv=swab function old new delta dd_main ...
Denys VlasenkoDenys Vlasenko
4b1896cd2ccdd: do not reuse local variables for unrelated values. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ec2bef11a7eiplink: comment out include <net/if_packet.h> iplink.c includes net/if_packet.h, which (on GLIBC) only defines struc...
Paulius ZaleckasPaulius Zaleckas
9f07af61562init: don't srop unterminated processes' entries during inittab reload This feature was removed in 72c99af It is us...
Denys VlasenkoDenys Vlasenko
d2e07bc16cbinit: don't use fixed size buffer for command We store init actions forever. 256 bytes per action means that a typic...
SASAKI SuguruSASAKI Suguru
73fbe9dc86dtar: fix tar -T to add entries in the exact order as the input list This fixes tar to order files in tarball correct...
Denys VlasenkoDenys Vlasenko
fc364ba9e3efix build error with musl libc due to if_slip.h Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Nicolas DichtelNicolas Dichtel
6761d7da83bnetworking: fix potential overflow in ife_print6() devname is used by fscanf to store a string specified by '%20s'. ...
Denys VlasenkoDenys Vlasenko
9ae6d793074udhcpc: tweak help text more Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
456687fff1eudhcpc: tweak help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Tito RagusaTito Ragusa
8c7fcbd7521swapon: support "pri=NNN" in fstab function old new delta swap_on_...
Denys VlasenkoDenys Vlasenko
a5e6c6cd3b4setsid: code shrink, expanded comments function old new delta sets...
Denys VlasenkoDenys Vlasenko
543efd7b4b4libbb: code shrink function old new delta xmalloc_ttyname ...
Denys VlasenkoDenys Vlasenko
aadb485bd01udhcpc: tweak help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Cédric CabessaCédric Cabessa
adc30b4cf95syslogd: use _PATH_LOG when available Signed-off-by: Cédric Cabessa <ccabessa@genymobile.com> Signed-off-by: Denys V...
Paul B. HensonPaul B. Henson
985345d0029ubi_tools: fix typo in strcpy Signed-off-by: Paul B. Henson <henson@acm.org> Signed-off-by: Denys Vlasenko <vda.linu...
Tito RagusaTito Ragusa
da331d779c1ifplugd: use a larger netlink buffer function old new delta check_...
Denys VlasenkoDenys Vlasenko
cc1c9ca6f81less: support "less 1<>TTY" function old new delta less_main ...
Sven-Göran BerghSven-Göran Bergh
93696341672volume_id: add f2fs detection function old new delta volume_id_pro...
Bernhard Reutner-FischerBernhard Reutner-Fischer
a060a1ad965awk: Fix handling of functions with empty body ammend b79a0fef99627c457548e804fcd6e162b116cbe8 to properly handle fu...
Sven-Göran BerghSven-Göran Bergh
e418b2e7bb8volume_id: nilfs config description. Config description for nilfs added. No code change. Signed-off-by: Sven-Göran...
Sven-Göran BerghSven-Göran Bergh
15d0a860e99volume_id: Adopt to new config style. Config instructions for util-linux/volume_id are moved into the source files a...
Sven-Göran BerghSven-Göran Bergh
3b45801dc6evolume_id: Adopt to new kbuild style. Kbuild instructions for util-linux/volume_id are moved into the source files a...
Denys VlasenkoDenys Vlasenko
982e87f2fb4Whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bfa6ed1bf43catv: code shrink catv_main 250 227 -23 Signed-off-by: Denys Vla...
Bartosz GolaszewskiBartosz Golaszewski
79c618c4119Refactor catv. Move visible() from stty to libbb. Fixes the following TODO: stty's visible() function and catv's ...
Denys VlasenkoDenys Vlasenko
d0bc708cb52unpackers: by users' request, print compression percentage if -v and DESKTOP function ...
Denys VlasenkoDenys Vlasenko
05965cbb758nc: remove unnecessary "errno = 0" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2ead5316b48iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
26414261875logread: intercept all fatal signals, not just SIGINT function old n...
Denys VlasenkoDenys Vlasenko
fd3ac96c0f7nc: remove some dead code function old new delta readwrite ...
Denys VlasenkoDenys Vlasenko
ffeeb7a96c7nc: exit when both stdin and network are closed. function old new ...
Denys VlasenkoDenys Vlasenko
ca54b662e7anc: use symbolic SHUT_WR instead of literal 1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ad546ec6062Update docs/tcp.txt Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
9078633feebbuildsys: Add helper to list suid applets Add a helper script that lists all applets that - do or may require SUID p...
Denys VlasenkoDenys Vlasenko
7801148a816Add notes about TCP programming quirks. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bartosz GolaszewskiBartosz Golaszewski
688a7e3f045date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats function old ...
Bartosz GolaszewskiBartosz Golaszewski
c19be75d57fnetworking: code shrink function old new delta in_ether ...
Denys VlasenkoDenys Vlasenko
b855460adcdawk.tests: add test for recent large integer fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b0e9b72915ased: fix matching of newlines by $ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
26cd90c7fd3unzip: survive lack of CDF on non-streaming zip files Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1390a010b60awk: use "long long" as integer type, not "int" Testcase: awk "BEGIN{n=(2^31)-1; print n, int(n), n%1, ++n, int(n), ...
Denys VlasenkoDenys Vlasenko
5e87e8aebb6unzip: increase PEEK_FROM_END from 16k to 64k Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Patrick McHardyPatrick McHardy
a7ecbed56bbip link: add VLAN support function old new delta do_add_or_delete ...
Denys VlasenkoDenys Vlasenko
9b58fe9c0b7ip: code shrink function old new delta do_ipaddr ...
Denys VlasenkoDenys Vlasenko
25ce3ee9f36typo fix in comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c72b43c2f07Commonalize typical [b,]k,m suffix struct function old new delta b...
Bernhard Reutner-FischerBernhard Reutner-Fischer
0dacb68e1a6chrt: remove warning for _POSIX_PRIORITY_SCHEDULING Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Denys VlasenkoDenys Vlasenko
e95738f6357typo fix in comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d87fcd48886tail: code shrink function old new delta tail_main ...
Denys VlasenkoDenys Vlasenko
40ab27a225fsed: remove now-redundant backslash-newline handling 4b0bb9e0fd9ec06e9e61b1a1527ace99ea9fe571 added this code in 200...
Denys VlasenkoDenys Vlasenko
e93d15613e8sed: document where we are more liberal then GNU Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d8f6d8c6271Call setlocale("") , not "C", if we want to set the default one Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
2301d127a26unicode: check $LC_CTYPE too to detect Unicode mode Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Cristian Ionescu-IdbohrnCristian Ionescu-Idbohrn
4f9fc1e5f58foo*sum: Correct syntax error coreutils/md5_sha1_sum.c:156:3: error: expected '}' before 'else' Signed-off-by: Cris...
Denys VlasenkoDenys Vlasenko
6651e426095tail: track file size only in -f mode This eliminates extra fstat and lseek calls on every read Signed-off-by: Deny...
Denys VlasenkoDenys Vlasenko
cd8eece88edfoo*sum: report I/O errors, don't merely exit with 1. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3e7ecb179b1unicode: check $LC_ALL to detect Unicode mode, not only $LANG Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ea267d518ffwget: do not abort if "_" is encountered in a HTTP header Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1bf560e9c37cryptpw: do not segfault on EOF. Closes 6350 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Rich FelkerRich Felker
16614e9babf*: change execl sentinels from NULL to (char*)0 Signed-off-by: Rich Felker <dalias@aerifal.cx> Signed-off-by: Denys ...
Denys VlasenkoDenys Vlasenko
e9b3fcc3e45ubi_tools: enhance -s option to allow size multiplier to match mtd-utils Based on patch by Paul B. Henson <henson@ac...
Denys VlasenkoDenys Vlasenko
f798ba97171ubi_tools: add forgotten argv++ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
65bdf0b7379ubi_tools: extend supported volume size to 64 bits; shrink code function ...
Paul B. HensonPaul B. Henson
f86404f7737ubimkvol: add -m option to create volume of maximum size Signed-off-by: Paul B. Henson <henson@acm.org> Signed-off-b...
Denys VlasenkoDenys Vlasenko
e73f3c1d3d8Apply post-1.21.0 patches, bump version to 1.21.1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
173aa78bcf6pstree: fix theoretically unsafe code In practice, p->comm is never long enough to trigger the bug, but still. Sign...
Denys VlasenkoDenys Vlasenko
26a7e2ecbf7ping: code shrink function old new delta unpack_tail ...
Denys VlasenkoDenys Vlasenko
59f46676a9cMove create_icmp[6]_socket to its only user, and simplify it function ol...
Denys VlasenkoDenys Vlasenko
4928e9f7d0alosetup: assorted fixes. Closes 6314 "losetup -d" was not complaining that LOOPDEV is missing. "losetup -a" was list...
Thomas De SchampheleireThomas De Schampheleire
879f008a8f8lsof: correct check for symbolic link Busybox lsof used the d_type field of a 'struct dirent' to verify whether the ...
Denys VlasenkoDenys Vlasenko
d66eb9042dcnslookup: set default DNS server again. Hopefully helps with 675 Signed-off-by: Denys Vlasenko <vda.linux@googlemail...
Denys VlasenkoDenys Vlasenko
1f5e81f8f83md5/sha512: a better fix for strict aliasing warnings The locations *are* well-aligned for direct stores on any arch...
Mike FrysingerMike Frysinger
f6205c6ab78md5/sha512: fix strict aliasing warnings If the target can tolerate these issues, then gcc is smart enough to genera...
Mike FrysingerMike Frysinger
fea25880212pstree: stop truncating thread names This also fixes a minor buffer overflow when displaying threads as add_proc() o...
Denys VlasenkoDenys Vlasenko
5a7e3376b70ntpd: set offset to 0.0 in "usync" event function old new delta nt...
Denys VlasenkoDenys Vlasenko
07c5987498bntpd: set G.last_script_run even if script isn't configured Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5ffdd1d981dntpd: make "unsync" code actually work. While at it: don't run "periodic" if interrupted by a signal. Signed-off-by...
Denys VlasenkoDenys Vlasenko
d99ef636f6entpd: drop delay outliers; run "unsync" handler if no replies for some time function ...
Jonathan LiuJonathan Liu
b6dc13c2d37sulogin: allow system maintenance login if root password is empty The current password checking is unable to disting...
Denys VlasenkoDenys Vlasenko
9cb1e2f86b0sulogin: correct lying comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f9584254511init: remove special-case code for machines with less tham 1 MB of RAM. function ...
Denys VlasenkoDenys Vlasenko
ae0cf2a9d73stty: disable CIBAUD leak check - it is not necessary on Linux function ...
Denys VlasenkoDenys Vlasenko
e9581b673cbstty: code shrink function old new delta set_mode ...
Denys VlasenkoDenys Vlasenko
b443a3780d5udhcp: code shrink function old new delta attach_option ...
Denys VlasenkoDenys Vlasenko
c133fa66f37udhcpc: fix a problem with binary-encoded options #2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
6db5f679a21find:: get rid of nested function (it's a gcc-ism) function old new ...
James HoganJames Hogan
5fc0585c01agrep: fix grep -x to not set REG_NOSUB When -F isn't specified (and !ENABLE_EXTRA_COMPAT), grep -x uses regexec's re...
Denys VlasenkoDenys Vlasenko
aa94130f744volume_id_internal.h: drop unoptimized byteswap routines function old ...
Bartosz GolaszewskiBartosz Golaszewski
414db791d0dgrep: don't bail out on first mismatch if '-w' option is set Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.co...
Denys VlasenkoDenys Vlasenko
e0a6ab698fbFix build failures caused by not compiling open_transformer.c (#2) Signed-off-by: Denys Vlasenko <vda.linux@googlema...
Denys VlasenkoDenys Vlasenko
6782f48ccb0find: support -HLP Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Nikolaus VossNikolaus Voss
c3cf1e30a30mdev: use $DEVNAME in uevent sysfs file for device node name 516530c932bd17d87c9eb4347a490be051e495f4 uses $DEVNAME ...
Denys VlasenkoDenys Vlasenko
ff463a885d7hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE Signed-off-by: Denys Vlasenko <vda.linux@googlemai...
Denys VlasenkoDenys Vlasenko
abbc478f1c5Fix build failures caused by not compiling open_transformer.c Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f76fd17d744telnet: code shrink function old new delta telnet_main ...
Oliver MetzOliver Metz
041baf27208volume_id: fix ntfs attribute search len is declared as uint32_t but le16_to_cpu macro is used Signed-off-by: Olive...
Denys VlasenkoDenys Vlasenko
264f37363dbvi: make regexp search case-insensitive if ":set ignorecase" is active Reported by Dan Moinescu <dan@moinescu.net>. ...
Flemming MadsenFlemming Madsen
d96ffda62e9ash,hush: history builtin function old new delta show_history ...
Denys VlasenkoDenys Vlasenko
3beab83e4f7hush: fix for "while false && true; do echo BUG; break; done". closes 6170 function ...
Denys VlasenkoDenys Vlasenko
d35cbad0efamdev: call index_in_strings on $ACTION only after we checked it for NULL Signed-off-by: Denys Vlasenko <vda.linux@go...
Denys VlasenkoDenys Vlasenko
2df1c64f388examples/mdev.conf.change_blockdev.sh: update Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e306c113678examples: add mdev example for Android phone Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2c0508b4facexamples/inittab: fix a few incorrect statements about init Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8172d054db6lineedit: \W on "/bin" should show "bin", not "/bin" function old ne...
Denys VlasenkoDenys Vlasenko
1d14569a66clineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! function ...
Denys VlasenkoDenys Vlasenko
8f2cb7ab26blibbb: introduce and use strftime_[YYYYMMDD]HHMMSS() function old ne...