fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Christoph SchulzChristoph Schulz
752691c3301ash: reset tokpushback before prompting while parsing heredoc The parser reads from an already freed memory location...
fli4l-Teamfli4l-Team
fbab993ee77Adds matching of device attributes to mdev A rule like SUBSYSTEM=usb;{serial}=1234567;ttyUSB[0-9]+ 0:0 0664 @ln...
fli4l-Teamfli4l-Team
1535d54faf8Makes the readlink applet a NOFORK applet This improves the performance of the locking API implementation which is p...
fli4l-Teamfli4l-Team
c58663ed01eFixes re-opening log files after deleting or moving them
fli4l-Teamfli4l-Team
7e23a7f917fAllows to receive log messages from remote hosts This behaviour is enabled by setting the CONFIG_FEATURE_SYSLOGD_REC...
fli4l-Teamfli4l-Team
e07029fba2aAllows to log to remote hosts via "<selector> @<host>" syntax
fli4l-Teamfli4l-Team
e8a703133f0Prints message to console only if ALL log targets failed This is useful if one log target is a pipe where no reader ...
fli4l-Teamfli4l-Team
a9e2bfec275Allows FIFOs (|<path>) as log destiniations in /etc/syslog.conf Also, ignore SIGPIPE signals which occur if the proc...
fli4l-Teamfli4l-Team
57e50b24386Fixes handling of <facility>.!* in /etc/syslog.conf Fixes: #5552
fli4l-Teamfli4l-Team
ec24d467d70Replaces the build time compiled in by the string "fli4l" This allows to replace old busybox binaries with freshly c...
fli4l-Teamfli4l-Team
96aa798e1eeMakes mdev a daemon which receives kernel uevents via a netlink socket You can find further information about this t...
fli4l-Teamfli4l-Team
59fa6de38f5Makes mdev re-reading /etc/mdev.conf on the next uevent when receiving SIGHUP
Denys VlasenkoDenys Vlasenko
c00c04a1d4bunlzma: fix SEGV, closes 10436 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Baruch Siach ...
Denys VlasenkoDenys Vlasenko
df31b940ee9bunzip2: fix runCnt overflow from bug 10431 This particular corrupted file can be dealth with by using "unsigned". I...
Denys VlasenkoDenys Vlasenko
b33a3d7165fhttpd: fix handling of range requests Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Peter ...
Thomas PetazzoniThomas Petazzoni
ce15e7b7d24arch/{sparc,sparc64}/Makefile: define ARCH_FPIC Building Busybox on SPARC or SPARC64 with CONFIG_BUILD_LIBBUSYBOX=y ...
Thomas PetazzoniThomas Petazzoni
053600a1468Makefile: include per-arch Makefile before Makefile.flags Makefile.flags contains: ARCH_FPIC ?= -fpic ARCH_FPIE ?= ...
Thomas PetazzoniThomas Petazzoni
7da4e999aadMakefile.flags: strip non -l arguments returned by pkg-config Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free...
Thomas PetazzoniThomas Petazzoni
5f4b9dff45bnetworking/libiproute: use <linux/if_packet.h> instead of <net/if_packet.h> The musl C library doesn't provide the <...
Denys VlasenkoDenys Vlasenko
9ec836c033fwhois: limit total length of response to 32+2 kb function old new ...
Denys VlasenkoDenys Vlasenko
356f23de20binit: improve handling of signals racing with each other Before this change, a request to reboot could be "overwritt...
Denys VlasenkoDenys Vlasenko
113c776f4d2init: if tcgetattr() fails, don't even try to tcsetattr() function old ...
Denys VlasenkoDenys Vlasenko
259747caa7dhush: fix preprocessor directives indentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Tomi LeppanenTomi Leppanen
1b76ffaae40grep: add -R This adds -R option to grep similar to GNU grep. It is the same as -r but also dereferences symbolic li...
Denys VlasenkoDenys Vlasenko
008413754babc: fix comparison bug, closes 12336 function old new delta bc_num...
Alistair FrancisAlistair Francis
d3539be8f27Remove stime() function calls stime() has been deprecated in glibc 2.31 and replaced with clock_settime(). Let's rep...
Denys VlasenkoDenys Vlasenko
419d0294e9eUpdated inittab example documentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Liu, Shuang (ADITG/ESM)Liu, Shuang (ADITG/ESM)
af6bc54fdefchgrp: correct the usage for non-desktop chgrp calls When IF_DESKTOP is not defined, chown and chgrp only takes opti...
Denys VlasenkoDenys Vlasenko
b230fdfa9dataskset: tighten the check for stride values function old new delt...
Denys VlasenkoDenys Vlasenko
a82fb1b9d8ataskset: implement stride argument function old new delta taskset_...
Denys VlasenkoDenys Vlasenko
2f57b5139e7unxz: show -t in --help function old new delta packed_usage ...
Denys VlasenkoDenys Vlasenko
e5586605ca3taskset: update comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
162ac7f45edtaskset: add support for taking/printing CPU list (-c option) function o...
Denys VlasenkoDenys Vlasenko
21806562ca6hush: restore redirected stdin function old new delta restore_redi...
Denys VlasenkoDenys Vlasenko
ea096d6c138ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 > 2018-07-25: > ntpd: increase MIN_FREQHO...
Jo-Philipp WichJo-Philipp Wich
6b4960155e9nslookup: implement support for SRV records Add support for querying and parsing SRV DNS records. function ...
Jo-Philipp WichJo-Philipp Wich
8c3b520d4f9nslookup: handle replies without RRs Under some circumstances, a DNS reply might contain no resource records, e.g. w...
Denys VlasenkoDenys Vlasenko
caf5ee0dd92gunzip: fix incorrect decoding of "fixed" inflate blocks function old ...
Denys VlasenkoDenys Vlasenko
122a8cbd4a3hdparm: placate "warning: taking the absolute value of unsigned type" Signed-off-by: Denys Vlasenko <vda.linux@googl...
Denys VlasenkoDenys Vlasenko
9a0c404d5f7vi: placate "warning: shifting a negative signed value is undefined" Signed-off-by: Denys Vlasenko <vda.linux@google...
Denys VlasenkoDenys Vlasenko
f39a71817earead_key(): placate "warning: shifting a negative signed value is undefined" Signed-off-by: Denys Vlasenko <vda.linu...
Denys VlasenkoDenys Vlasenko
d6ff27de153ntpd: abs(tmx.offset) was truncating a "long" typed value Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b4ad1d86b62tc: array address is never NULL Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e0761628976traceroute: fix gcc-ism Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e5897d041d7suppress a few "unused function" warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1f1492bb96enetstat: suppress a warning (conversion from 'int' to 'smallint' changes value) Signed-off-by: Denys Vlasenko <vda.l...
Denys VlasenkoDenys Vlasenko
b4ef2e3467dMakefile.flags: suppress some clang-9 warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
af7169b4a70clang/llvm 9 fix - do not eliminate a store to a fake "const" This is *much* better (9 kbytes better) than dropping ...
Denys VlasenkoDenys Vlasenko
bd754746394Bump version to 1.31.1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
e1a7c97ac64tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension" Signed-off-by: Denys Vlasenko <...
Denys VlasenkoDenys Vlasenko
be5a505d771Remove syscall wrappers around clock_gettime, closes 12091 12091 "Direct use of __NR_clock_gettime is not time64-saf...
Denys VlasenkoDenys Vlasenko
7427406580eshell: better comments in BASE#nn code function old new delta eval...
Denys VlasenkoDenys Vlasenko
ebc1c38a929dpkg-deb: work around bogus error message when working with XZ compressed packages function ...
Denys VlasenkoDenys Vlasenko
be119409113telnet: fix uninitialized variable bug function old new delta teln...
Denys VlasenkoDenys Vlasenko
49a8839638cash: fix BASE##nn bashism for bases 36..64 function old new delta ...
Denys VlasenkoDenys Vlasenko
3004510fdc7ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9 function ...
David DemelierDavid Demelier
d6a8784f279wget: increase redirections limit Some hosting services like sourceforge perform a lot of relocations before actuall...
Denys VlasenkoDenys Vlasenko
a1c7a9e976fhush: fix "set -o INVALID" affecting -e flag state Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Brian FoleyBrian Foley
2f3352682e3dc: Parse error & fix out of bounds read in xc_program_printString function ...
Brian FoleyBrian Foley
50ba92128b0dc: Fix segfault when executing strings generated using asciify function ...
Brian FoleyBrian Foley
4699b932446dc: execute shouldn't pop if stack head is not a string This matches the behaviour of both GNU dc (as specified in i...
Denys VlasenkoDenys Vlasenko
244c0ebb4f7ash: fix set -o to not show "nameless" options Patch by Martijn Dekker <martijn@inlv.org> Signed-off-by: Denys Vlas...
Ron YorstonRon Yorston
c88d3ec458eash: only catch unexpected exceptions in PS1 expansion Commit d1a2fa2a4 (ash: catch error in arithmetic expansion in...
Denys VlasenkoDenys Vlasenko
3ef513e7877shell/ulimit: code shrink text data bss dec hex filename 1001949 551 5612 1008112 f61f0 ...
Denys VlasenkoDenys Vlasenko
fb1103595f0gunzip: code shrink by using int-, not short-sized struct member function ...
Denys VlasenkoDenys Vlasenko
6572ef6e1e4gzip: code shrink huft_build() still has way too many params function o...
Denys VlasenkoDenys Vlasenko
c7633924583gzip: code shrink huft_build() has way too many params function old ...
Denys VlasenkoDenys Vlasenko
95867147f5ctelnet: add disabled code to emit EC and IP > I'm trying to connect to a Korenix 3005 switch through telnet > for ma...
Denys VlasenkoDenys Vlasenko
37a9008f8e8brctl: code shrink function old new delta show_bridge ...
James ByrneJames Byrne
ed79af77a47config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES When crond is built with FEATURE_CROND_SPECIAL_TIMES ...
Denys VlasenkoDenys Vlasenko
eb1395147aebrctl: tweak help text, fix comments function old new delta packed...
Denys VlasenkoDenys Vlasenko
b4fa16d5ed5brctl: fold show_bridge_ports_ into its caller function old new de...
Denys VlasenkoDenys Vlasenko
33987538180brctl: code shrink packed_usage 33253 33255 +2 write_uint ...
Martin LewisMartin Lewis
6dcf563633dbrctl: add support for showstp command function old new delta brct...
Denys VlasenkoDenys Vlasenko
42f454b13b8dpkg-deb: work around bogus error message when working with XZ compressed packages function ...
Martin LewisMartin Lewis
7011eca83afreplace: count_strstr - Handle an edge case where sub is empty If sub is empty, avoids an infinite loop. function ...
Martin LewisMartin Lewis
dd468612829libbb: Converted safe_read to safe_write format Changed safe_read to be symmetrical to safe_write, it shall never re...
Alistair FrancisAlistair Francis
ad27d44ebe9runsv: Use 64 prefix syscall if we have to Some 32-bit architectures no longer have the 32-bit time_t syscalls. Inst...
Alistair FrancisAlistair Francis
902d3992922time: Use 64 prefix syscall if we have to Some 32-bit architectures no longer have the 32-bit time_t syscalls. Inste...
Alistair FrancisAlistair Francis
b7b7452f292date: Use 64 prefix syscall if we have to Some 32-bit architectures no longer have the 32-bit time_t syscalls. Inste...
Michal KaziorMichal Kazior
1f1988d5256udhcpc: fix segmentation fault on empty bin opt The following caused udhcpc to segfault: busybox udhcpc -i lo -s /...
Martin LewisMartin Lewis
6c1af283f73brctl: add support for showmacs command function old new delta brc...
Kaarle RitvanenKaarle Ritvanen
71b268c7d96ln: --no-target-directory implies --no-dereference as in GNU coreutils Signed-off-by: Kaarle Ritvanen <kaarle.ritva...
Tomas PaukrtTomas Paukrt
4527273f1c5route: fix output of "route -n -A inet6" The output of the command "route -n -A inet6" may be corrupted due to parti...
Denys VlasenkoDenys Vlasenko
427c12cc519tee: do not intercept SIGPIPE GNU tee does this only with -p, which we don't have yet. function ...
Denys VlasenkoDenys Vlasenko
27f0e8a2758fdisk_aix: fix aliasing warning, comment out unused global variables Signed-off-by: Denys Vlasenko <vda.linux@google...
Denys VlasenkoDenys Vlasenko
d8e4ce05039fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink function ...
Denys VlasenkoDenys Vlasenko
65741d004eetelnet: fix uninitialized variable bug function old new delta teln...
Denys VlasenkoDenys Vlasenko
11e024aa86fudhcpc6: add ELAPSED_TIME option to outgoing packets function old ne...
Denys VlasenkoDenys Vlasenko
c58d785b9d0ash: fix BASE###nn bashism for bases 36..64 function old new delta...
Denys VlasenkoDenys Vlasenko
ca1ce4b9fa2ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 function ...
Kang-Che SungKang-Che Sung
f1593521126bc: Add 'U' suffix in UINT_MAX preprocessor check Without the 'U' unsigned suffix, gcc will throw a "integer constan...
David DemelierDavid Demelier
4a9daf2b93ewget: increase redirections limit Some hosting services like sourceforge perform a lot of relocations before actuall...
Rolf Eike BeerRolf Eike Beer
7f89ebe18ffexamples/udhcp/simple.script: print the filename actually changed Signed-off-by: Rolf Eike Beer <eb@emlix.com> Signe...
Aaro KoskinenAaro Koskinen
af18b301eb1find: implement -empty function old new delta func_empty ...
Denys VlasenkoDenys Vlasenko
d327c6b1909gzip: code shrink Converted a few 16-bit variables and small arrays to 32-bit. Stopped pulling desc->FOO members in...
Denys VlasenkoDenys Vlasenko
81a708393d8examples/udhcp/simple.script: up interface on deconfig event Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
35e349de3c9ash: add a FIXME comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
18a90ec846fhush: fix "set -o INVALID" affecting -e flag state Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
750137ef7cegzip: code shrink function old new delta gzip_main ...
Daniel EdgecumbeDaniel Edgecumbe
c660cc1b771gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n With this change, GNU gzip -n and BusyBox...
Daniel EdgecumbeDaniel Edgecumbe
ca5d86d52c9gzip: set compression flags correctly as per standard With this change and CONFIG_GZIP_FAST=2, CONFIG_FEATURE_GZIP_L...
Daniel EdgecumbeDaniel Edgecumbe
de82f0b764dgzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 Fixes an off-by-one that actually resulted in level ...
Brian FoleyBrian Foley
10509a70ee5dc: Parse error & fix out of bounds read in xc_program_printString function ...
Brian FoleyBrian Foley
b64470be177dc: Fix segfault when executing strings generated using asciify function ...
Brian FoleyBrian Foley
7454879a1d9dc: execute shouldn't pop if stack head is not a string This matches the behaviour of both GNU dc (as specified in i...
Eivind VersvikEivind Versvik
22a63396278udhcpc6: support stateless DHCPv6 -l will send Information-Request to request configuration parameters function ...
Denys VlasenkoDenys Vlasenko
ac78f2ac96btop: do not use previous colleced data wheh "h" toggles threads display This prevents first update from showing inco...
Denys VlasenkoDenys Vlasenko
4f70a32f46fudhcpc6: s/iphdr/ip6_hdr/ Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
85b380f6b21nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") Also, go for unsigned divisions. function...
Denys VlasenkoDenys Vlasenko
b81f8056585stat: print nanosecond times, fix printing of empty lines function old ...
Denys VlasenkoDenys Vlasenko
2f9c124f7daash: fix set -o to not show "nameless" options Patch by Martijn Dekker <martijn@inlv.org> Signed-off-by: Denys Vlas...
Denys VlasenkoDenys Vlasenko
16474cf246ctar: change -a from meaning "lzma" to mean "autodetect by extension" function ...
Denys VlasenkoDenys Vlasenko
e6a87e74837tar: code shrink function old new delta writeLongname ...
Ron YorstonRon Yorston
943e81f5db5ash: only catch unexpected exceptions in PS1 expansion Commit d1a2fa2a4 (ash: catch error in arithmetic expansion in...
Denys VlasenkoDenys Vlasenko
dac0a7d2341unicode: code shrink in character width determination function old n...
Denys VlasenkoDenys Vlasenko
4767a5375e6libbb: include <crypt.h> only if necessary Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b6946084296ntpd: add comment about mode6, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c0961e09b20ntpd: commonalize message strings function old new delta recv_and_...
James ByrneJames Byrne
6937487be73libbb: reduce the overhead of single parameter bb_error_msg() calls Back in 2007, commit 0c97c9d43707 ("'simple' err...
Denys VlasenkoDenys Vlasenko
caecfdc20d4ntpd: abort if argvs are (unexpectedly) given Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Lukas RusakLukas Rusak
9663bbd17bafree: include SReclaimable in cached value I noticed that the 'used' values from busybox free and procps-ng free dif...
Denys VlasenkoDenys Vlasenko
25a871fb402libbb: deal with "declaration of 'link' shadows a global declaration" warning Signed-off-by: Denys Vlasenko <vda.lin...
Denys VlasenkoDenys Vlasenko
3a0eea0887dpidof: support "pidof /path/to/binary" case function old new delta...
Denys VlasenkoDenys Vlasenko
070aa617472readlink,realpath: fix a case with a symplink, closes 11021 function old...
Denys VlasenkoDenys Vlasenko
84d38500a7fudhcpc: fix comment, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
72f12acb6bcudhcpc6: fix aliasing warning Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Martin LewisMartin Lewis
d378fa170acdhcpc.c: Added support for relay server parameter. Resolved a TODO by adding support for gateway_nip parameter. fun...
Denys VlasenkoDenys Vlasenko
eda5142b5c2Start 1.32.0 development cycle Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0f1369f0c5bBump version to 1.31.0 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3b69ba799fdmount,losetup: use /dev/loop-control is it exists function old new ...
Aitor Esteve AlvaradoAitor Esteve Alvarado
7b6d4f50c97start-stop-daemon: change priority before dropping privileges Currently start-stop-daemon fails when using both the ...
Denys VlasenkoDenys Vlasenko
894f0a32351tftp: allow -lc and -cl options function old new delta tftp_main ...
Denys VlasenkoDenys Vlasenko
94ce1c0ebbdtftpd: revert erroneous change Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3b8025f1327tftp: optional tftp-hpa compat function old new delta tftp_main ...
Denys VlasenkoDenys Vlasenko
48eebc8d5c4expand: add commented-out code to handle NULs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
92549250f36expand,unexpand: drop broken test, add FIXME comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
22cc92833f9awk: fix testsuite Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
04a0b7f0805bc: placate compiler warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
fa182a355a2vi: code shrink function old new delta colon ...
Denys VlasenkoDenys Vlasenko
7a4e55422a3bc: placate compiler warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
3e463e1cfd8brctl: placate compiler warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
023ae75fc66blockdev: add usage comment, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1230aec77a4httpd: .js is "application/javascript", not "application/x-javascript" Signed-off-by: Denys Vlasenko <vda.linux@goog...
Denys VlasenkoDenys Vlasenko
a5c5dc6f0b9passwd: do not set 0 as date of last password change, closes 11951 function ...
Denys VlasenkoDenys Vlasenko
5c317c0b8d7httpd: add js to built in MIME types list Firefox needs this to execute .js Signed-off-by: Denys Vlasenko <vda.linu...
Vicente Jimenez AguilarVicente Jimenez Aguilar
09b25ecc514httpd: add svg to built in MIME types list Signed-off-by: Vicente Jimenez Aguilar <googuy@gmail.com> Signed-off-by: ...
Denys VlasenkoDenys Vlasenko
ed042010dc8lpd: avoid SEGVing on immediate EOF from peer Patch by Luís Marques <luismarques@lowrisc.org> function ...
Denys VlasenkoDenys Vlasenko
45e3967c20blibbb: move netlink socket binding to the utility function function old ...
Jan KlötzkeJan Klötzke
498cec202admdev: add support to run as daemon Adds the -d option to run mdev in daemon mode handling hotplug events from the ke...
Jan KlötzkeJan Klötzke
728e53d3888mdev: use option parser helper function old new delta process_acti...
Jan KlötzkeJan Klötzke
d04b7261735mdev: move action processing into separate functions This purely moves code from main() to separate functions for be...
Denys VlasenkoDenys Vlasenko
f3634584d0fash,hush: show 'c' in $- if run in "sh -c CMD" function old new de...
Denys VlasenkoDenys Vlasenko
897475ab023ash: allocate line editing structure only if needed function old new...
Denys VlasenkoDenys Vlasenko
6eb6e6a1e9ddhcp: downgrade "got raw socket fd" message to log3, make log2 default max log3 messages are very much redundant fu...
Denys VlasenkoDenys Vlasenko
65c34c52df3dhcp: get rid of static data signal_pipe function old new delta ud...
Denys VlasenkoDenys Vlasenko
91755cb16d4udhcp: rename server_config to server_data Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Jack O'SullivanJack O'Sullivan
726cbb1be86losetup: Add partition scanning option Add -P option from util-linux losetup to scan for partitions. function ...
Denys VlasenkoDenys Vlasenko
bcb1fc3e6caudhcp: rename client_config to client_data, server_config to server_data Signed-off-by: Denys Vlasenko <vda.linux@go...
Martin LewisMartin Lewis
818d9e02f2dudhcpc6: Fixed aliasing compilation error Signed-off-by: Martin Lewis <martin.lewis.x84@gmail.com> Signed-off-by: De...
Denys VlasenkoDenys Vlasenko
8b35f207bbdshell: move all definitions of strto_arith_t() together Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9501bc7da5fls: fix SEGV when --color is used and ENABLE_LS_COLOR=n Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
b2c123d484dtestsuite: fix bunzip2.tests expectations Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
eda83c9e69acomment fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
cc71f79c1e5libarchive: treat one "FIXME: avoid seek", take 2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a4ed2c45b90dhcp: get rid of last global data function old new delta udhcpc_ma...
Denys VlasenkoDenys Vlasenko
dff2bd733fclibarchive: treat one "FIXME: avoid seek" function old new delta x...
Denys VlasenkoDenys Vlasenko
309f5e3775elosetup: implement -c function old new delta losetup_main ...
Denys VlasenkoDenys Vlasenko
1115e40c887dhcp: tweak comments, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
58d998d2f92bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Closes 11896 function ...
Denys VlasenkoDenys Vlasenko
028c5aa18b5ip: use rtnl_send_check() on flush commands, closes 6962 function old ...
Denys VlasenkoDenys Vlasenko
84fc6456058*: slap on a few ALIGN1/2s where appropriate The result of looking at "grep -F -B2 '*fill*' busybox_unstripped.map" ...
Denys VlasenkoDenys Vlasenko
831844c1393udhcpd: fix printing of static leases function old new delta read_...
Denys VlasenkoDenys Vlasenko
d8740b265a4hush: show 's' in $- function old new delta expand_one_var ...
Denys VlasenkoDenys Vlasenko
76a4e8361a8hush: allocate line edit buffer only for interactive shell function old ...
Denys VlasenkoDenys Vlasenko
9edd268bad9shell: implement optional "BASE#nnnn" numeric literals function old ...
Denys VlasenkoDenys Vlasenko
30a4c32a4d2hush: remove test for "echo ${-}" errorring out - now it works Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ef8985c688ehush: implement $-, set default PATH if it is not set on startup function ...
Denys VlasenkoDenys Vlasenko
0c360193691hush: set default PS1/2 only if we interactive "env - hush SCRIPT" invocation (that is, with empty environment) shou...
Denys VlasenkoDenys Vlasenko
08fb82c80cfhush: handle LINENO the same way as RANDOM: variable is "ephemeral" "env - hush" invocation (that is, with empty env...
Khem RajKhem Raj
ee9e5f92b65networking: cc is not a register gcc accepts __asm__ ( "" : : : "%cc"); but cc is not a real register and clang ...
Denys VlasenkoDenys Vlasenko
4ebcdf7396bhush: remove code to track PS1/2 values dynamically - it's too much work Assignments / exports / unsets of variables...
Denys VlasenkoDenys Vlasenko
a51eec0b5aatypo fix in comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0ee0b658b3bhush: small speedup in handle_changed_special_names() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
25393fb55e5udhcpd: code shrink function old new delta send_packet_verbose ...
Denys VlasenkoDenys Vlasenko
a840884531dudhcpd: support per-client hostnames in static leases function old n...
Denys VlasenkoDenys Vlasenko
9bf6780c288shell: add TODO comment about BASE#nnn literals Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
1113961dde2dc: make 4 % 0 emit error messgaes and set result to 0 function old ...