fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Denys VlasenkoDenys Vlasenko
abe248b2088udhcpc6: unbreak Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
9e0adb9b09ehush: fix quoted "${notexist-}" expansion to not disappear function old ...
Denys VlasenkoDenys Vlasenko
8402969d489udhcpd: code shrink - do not fetch requested IP twice function old n...
Denys VlasenkoDenys Vlasenko
63d765e666ashells: add tests for backslashes in export VAR=VAL Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
d8bd7012a30hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt function ...
Denys VlasenkoDenys Vlasenko
875ce094cf2dd: fix handling of short result of full_write(), closes 11711 $ dd bs=1G <sda1 of=/dev/sda1 dd: error writing '/dev...
Denys VlasenkoDenys Vlasenko
8c317f03f6dstyle fix, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
0545bfa8415sed: fix /regex/,+N match triggering only once, closes 11871 function ol...
Denys VlasenkoDenys Vlasenko
15021f393d3udhcpd: code shrink function old new delta is_nip_reserved_as_stat...
John L. HammondJohn L. Hammond
94f607a9045ln: correct 'ln -T' usage message Signed-off-by: John L. Hammond <jhammond@indeed.com> Signed-off-by: Denys Vlasenko...
Denys VlasenkoDenys Vlasenko
89023b167fadc: code shrink function old new delta check_under ...
Denys VlasenkoDenys Vlasenko
3106784e654ps: ensure fields are separated by at least one space, closes 11826 Signed-off-by: Denys Vlasenko <vda.linux@googlem...
Denys VlasenkoDenys Vlasenko
b052dbea54elogin: remove extra IF(), no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
James ByrneJames Byrne
253c4e787a7Optionally re-introduce bb_info_msg() Between Busybox 1.24.2 and 1.25.0 the bb_info_msg() function was eliminated an...
Denys VlasenkoDenys Vlasenko
f3a064f4956libbbb: find_mount_point() too eager to stat mounted devices None of the below "devices" (first word on the line) ar...
Denys VlasenkoDenys Vlasenko
fa8878bf1festart-stop-daemon: do try to close fds > 2 sh -c 'exec 3>&1; exec start-stop-daemon -S -b -x /bin/sleep -- 123' now...
Denys VlasenkoDenys Vlasenko
13f42045616ip: fix comment placement Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
405095d84b1ifupdown: close memory leak function old new delta execute_all ...
Ron YorstonRon Yorston
7b93e317c13vi: enable 'dG' command. Closes 11801 The 'G' command was omitted from the list of commands that change or delete wh...
Ron YorstonRon Yorston
4b49422a08bvi: fix changes to word at end of line. Closes 11796 As reported in bug 11796 BusyBox vi incorrectly handles changes...
Denys VlasenkoDenys Vlasenko
93f0b39a071ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE function ...
Denys VlasenkoDenys Vlasenko
57e1b0ad5ebash,hush: bash compat for ulimit: reorder to match Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a92a9601f89ash,hush: bash compat for ulimit: -w => -x, -p => -u Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a4d76ea1373ash,hush: fix ulimit to be more bash-compat, closes 11791 function old ...
Alexander VickbergAlexander Vickberg
100fa20c685start-stop-daemon: Fix -x is not required for -K Commit 088fec36fedff2cd50437c95b7fb430abf8d303c made -x required fo...
Denys VlasenkoDenys Vlasenko
1e9a4f56f57examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" Signed-off-by: Denys Vlasenko <vda.linux@go...
Denys VlasenkoDenys Vlasenko
e49a572b529httpd: do disable header reading timeout even if proxying function old ...
Denys VlasenkoDenys Vlasenko
1c356948f13httpd: use full size of iobuf[] when piping CGI data Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
af6012a1a7dhttpd: do not set alarm() timeout if we read cached header Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bca888a73efhttpd: deindent code block, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ad29ba73ee0httpd: require "HTTP/xyz" at the end of request line function old ne...
Ron YorstonRon Yorston
d1a2fa2a4e0ash: catch error in arithmetic expansion in PS1 Setting PS1 to: PS1='$((123+))' causes the shell to enter an in...
Ron YorstonRon Yorston
48645b83502ash: prevent error in backquotes in PS1 from exiting shell Setting PS1 to: PS1='`xxx(`' causes the shell to ter...
Chen QiChen Qi
32c8ce4def1dc.tests: fix two test case to also depend on DC_BIG Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: D...
Alexander VickbergAlexander Vickberg
049670fbbe8httpd: pass authorization header to CGI if not Basic Pass the Authorization header to CGI if not of type Basic. This...
Alexander VickbergAlexander Vickberg
210b52476c8httpd: When sending gzipped content use content-length header Today for gzipped content httpd is using a header with...
Ron YorstonRon Yorston
1d37186fe23ash: add bash-compatible EPOCH variables Bash 5.0 added the dynamic variable EPOCHSECONDS and EPOCHREALTIME which re...
Ron YorstonRon Yorston
d96c69d8761ash: an unset dynamic variable should not be dynamic Commit b28d4c346 (ash: [VAR] Move unsetvar functionality into s...
Ron YorstonRon Yorston
a81700bc081hush: add bash-compatible EPOCH variables Bash 5.0 added the dynamic variable EPOCHSECONDS and EPOCHREALTIME which r...
Denys VlasenkoDenys Vlasenko
2efa726b22ehttpd: extract query string only after proxying check function old n...
Denys VlasenkoDenys Vlasenko
62ba9e5ac3fhttpd: make rmt_ip variable local function old new delta handle_in...
Denys VlasenkoDenys Vlasenko
44f5b6a1cb6httpd: check denied IPs even before reading 1st query line Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c69f648457ahttpd: do not decode URL and headers if proxying - send all verbatim function ...
Denys VlasenkoDenys Vlasenko
cf695976c7chttpd: remove duplicate "decode URL escape sequences" code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
fba665a8889httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val Set up environment variables before running th...
Denys VlasenkoDenys Vlasenko
d0ae4103ddchttpd: fix handling of EOF in get_line() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ff36bec49b2httpd: add missing {} Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
bae8f7eaf29httpd: do not percent-decode URI if proxying The proxying is documented as follows: P:/url:[http://]hostname[:port]...
Denys VlasenkoDenys Vlasenko
02d650e1591httpd: fix proxy headers passing - full_write() instead of write() function ...
Denys VlasenkoDenys Vlasenko
51792e126bdhttpd: if remote IP is denied, send FORBIDDEN reply earlier While at it, fix sighup_handler to not clobber errno. f...
Denys VlasenkoDenys Vlasenko
60bf77f7e7cudhcpc6: code shrink function old new delta d6_read_interface ...
Denys VlasenkoDenys Vlasenko
0d75e8b7973udhcpc6: add a few comments, no code changes. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
cc45cbcca41udhcpc6: make it enabled in defconfig Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Rolf Eike BeerRolf Eike Beer
7180d9ed863examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink If /etc/resolv.conf is a symlink to...
Antoine Girard-ValléeAntoine Girard-Vallée
0e7bd69bb58udhcp: add 100 and 101 dhcp options for ipv4 Support for the IEEE timezone string and timezone database strings (100...
Denys VlasenkoDenys Vlasenko
2945822f868brctl: add TODO: "showmacs BR" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
94356088049brctl: simplify str_to_jiffies() function old new delta write_uint...
Denys VlasenkoDenys Vlasenko
dc1b2d43565brctl: convert remaining commands to work via /sys function old new ...
Denys VlasenkoDenys Vlasenko
c5150e9ce73brctl: make "show" command retrieve data from /sys ioctl interface is obsolete and has no 32/64 compat shim, making ...
Ron YorstonRon Yorston
e2026381bedstat: reduce storage for human-readable filesystem names function old ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
c6c19c31c12ipaddress: remove unused variable no_link ipaddress.c: In function ‘ipaddr_list_or_flush’: ipaddress.c:427:6: warnin...
Denys VlasenkoDenys Vlasenko
1e474d3d933service examples: if iface do not exist, retry upping it I've had a case of a machine where eth0 was appearing a bit...
Denys VlasenkoDenys Vlasenko
43d09e79db9chrt: fix for SCHED_RESET_ON_FORK bit Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ae5ca6fc417chrt: do not segfault if policy number is unknown While at it, improve help text function ...
Denys VlasenkoDenys Vlasenko
29c2dcfe1c9telnetd: whitespace fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c6a8965297ftelnetd: better AYT handling function old new delta telnetd_main ...
Martin LewisMartin Lewis
93594b1197ctelnetd: Added support for AYT IAC command. Fixed a TODO in AYT IAC handling by replying back with a NOP. Signed-of...
Thomas De SchampheleireThomas De Schampheleire
2b6282117f0top: provide cmdline argument '-H' to enable thread scanning by default In particular useful when you want to evalua...
Denys VlasenkoDenys Vlasenko
a3ce1613633vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" function ...
Denys VlasenkoDenys Vlasenko
e1a1b64f433vi: code shrink function old new delta new_screen ...
Ron YorstonRon Yorston
3e61b59ef32vi: avoid build failure in non-default case If vi is built with FEATURE_VI_USE_SIGNALS disabled and FEATURE_VI_WIN_R...
Denys VlasenkoDenys Vlasenko
2f28b2bdbbefsync,sync: merge into one source module With FEATURE_SYNC_FANCY not set: function ...
Denys VlasenkoDenys Vlasenko
4f74bb6059bfsync,sync: make them similar sync: add O_NOCTTY fsync: drop O_NOATIME, add O_NONBLOCK, set exitcode to 1 if fsync()...
Ron YorstonRon Yorston
e48559eae3bash: distinguish 'wait -n' from other bashisms Add a specific define to indicate which bash compatibility code imple...
Denys VlasenkoDenys Vlasenko
8939359180avi: rename save_argc -> cmdline_filecnt function old new delta vi_...
Denys VlasenkoDenys Vlasenko
bbacd03ccc4vi: restore capability to remember insertion cmds for "." function old ...
Denys VlasenkoDenys Vlasenko
b29dce4bc29vi: code shrink function old new delta get_input_line ...
Denys VlasenkoDenys Vlasenko
26f5e9d21ccvi: convert more /**/ comments to // Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2a57608f673vi: code shrink function old new delta get_one_char ...
Denys VlasenkoDenys Vlasenko
6ce60b9cca5vi: use vsnprintf to format status line This is the last use of "vsprintf" in busybox: function ...
Denys VlasenkoDenys Vlasenko
d4f2e7ff71fvi: rearrange functions, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
de69775838evi: rearrange functions, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
616e4699d2dvi: rearrange functions, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
363a2bc9b15vi: rearrange functions, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
24bd350aaa3vi: rearrange functions, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
c3193104049vi: fix ^Z not always working as intended function old new delta t...
Denys VlasenkoDenys Vlasenko
6ed94aa9b25vi: install SIGINT handler _after_ restart setjmp is initialized While at it, sanitized comment style, deleted wrong...
Denys VlasenkoDenys Vlasenko
35082fc2c17blockdev: code shrink function old new delta bdcmd_names ...
Stefan SørensenStefan Sørensen
bb3a9531b28ip: Fix ip -o link Commit db169f253854db572c0c2b7e3d74ebbe6afdb97f breaks the "ip -o link" command, no output is dis...
Ron YorstonRon Yorston
a2fd1aaf86evi: allow manual screen update if SIGWINCH isn't supported On platforms that don't support SIGWINCH vi can be config...
Denys VlasenkoDenys Vlasenko
0f5a7f35206man: add "/usr/share/man" as another default MANPATH, fix col override function ...
Ron YorstonRon Yorston
3193cb56d60libbb: mark scripted_main() as externally visible Building with individual binaries enabled fails when embedded scri...
Denys VlasenkoDenys Vlasenko
eabf4b2b578vi: code shrink, proper printf formatting for strlen() function old ...
Denys VlasenkoDenys Vlasenko
e6f51ac6975hush: fix "wait -n" to wait for a _job_, not a _process_ function old ...
Denys VlasenkoDenys Vlasenko
966f087ab41ash: add "wait -n" bashism function old new delta waitcmd ...
Denys VlasenkoDenys Vlasenko
da996c5d2acntpd: do not create pid file if not backgrounded function old new ...
Denys VlasenkoDenys Vlasenko
4d1c5149a09hush: add "wait -n" bashism Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ron YorstonRon Yorston
3c6f3336e12man: don't skip default path which appears in config file If the MANPATH environment variable isn't set a provisiona...
Denys VlasenkoDenys Vlasenko
fe78c9a8b72ts: do call localtime() when neither -s nor -i specified Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
973698d7b11ts: use gettimeofday - we don't use nanoseconds here function old ne...
Denys VlasenkoDenys Vlasenko
3395e2a8efcts: replace overlapping strcpy with shorter code function old new ...
Denys VlasenkoDenys Vlasenko
f370a66b263ts: fix incorrect (copy-pasted) copyright attribution Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
16df5e8e6dcts: new applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
5059653882ddo not duplicate CONFIG_PID_FILE_PATH and ".pid" strings text data bss dec hex filename 981737 ...
Thomas FrauendorferThomas Frauendorfer
2bbd1e1e8abFix off by one error in FAT16 <=> FAT32 detection cluster_count is compared against FAT16_MAX, which is defined as 0...
Denys VlasenkoDenys Vlasenko
0ddc742c045watch: support fractional -n SEC function old new delta watch_main...
Denys VlasenkoDenys Vlasenko
2452247ea33xargs: mention -E STR in --help Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Nicolas HüppelshäuserNicolas Hüppelshäuser
b096ce0fddascripts/echo.c: resolve implicit declaration of function 'dup2' Signed-off-by: Nicolas Hüppelshäuser <nicolas.hueppe...
Denys VlasenkoDenys Vlasenko
4a6748662aatop: tweak --help Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Andrey MazoAndrey Mazo
87e216294afudhcpc: don't exit after backgrounding on -n -b Currently, running "udhcpc -n -b" causes udhcpc to go to background ...
Denys VlasenkoDenys Vlasenko
544143da0cdudhcpc: tweak --help function old new delta packed_usage ...
Ron YorstonRon Yorston
f55161ad27bash: eval: avoid leaking memory associated with redirections. Closes 7748 The following constructs result in ever-in...
Ron YorstonRon Yorston
e563f9e851cdu: don't count duplicate arguments. Closes 5288 Since coreutils 8.6 (2010-10-15) du no longer counts duplicate argu...
Denys VlasenkoDenys Vlasenko
8502fa8747entpd: increase SLEW_THRESHOLD from 0.125 to 0.5 Linux kernel supports it since ~2006 Signed-off-by: Denys Vlasenko ...
Denys VlasenkoDenys Vlasenko
1dd2685dcc7Bump version to 1.30.1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Rostislav SkudnovRostislav Skudnov
c199472e3afchcon: Fix typo in ACTION_RECURSE Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Signed-off-by: Denys Vlase...
Denys VlasenkoDenys Vlasenko
d7a622b5723lineedit: fix SEGV in isk, hexedit, ed, closes 11661 fdisk, hexedit and ed calls read_line_edit in libbb/lineedit.c ...
Ari SundholmAri Sundholm
256ee622249grep: fix -x -v with certain pattern orders We found out that busybox -x -v is a bit broken: ari@ari-thinkpad:~/bus...
Denys VlasenkoDenys Vlasenko
5c6b9165e77bc: implement pass-by-reference code from upstream function old new ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
8296334c1f4ip link: Fix vlan proto, closes 8261 and 11638 The proto has to be passed in network byte-order. While at it allow f...
Denys VlasenkoDenys Vlasenko
7f8f20714aeip link: fix mismatched enums in vlan_parse_opt(), closes 11631 Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Brian FoleyBrian Foley
b65db51ac1esed: Fix backslash parsing for 'w' command arg If there's any whitespace between w and the filename, parse_file_cmd ...
Mark MarshallMark Marshall
fa86b27e24acapability: fix string comparison in cap_name_to_number The result of strcasecmp was being used incorrectly. This f...
Denys VlasenkoDenys Vlasenko
b5709543631bc: code shrink function old new delta xc_parse_pushInst_and_Index...
Denys VlasenkoDenys Vlasenko
c28dc0b58babc: remove "empty expression" check/message, parsing fails in these cases anyway function ...
Denys VlasenkoDenys Vlasenko
60fb5865978bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in function ...
Denys VlasenkoDenys Vlasenko
715273a992ebc: disallow invalid syntax like "{ print 1 print 2 }" statement parsing must NOT eat the terminator: caller needs t...
Martijn DekkerMartijn Dekker
a89ec68a8a6ls: make -i compatible with coreutils: don't follow symlink by default Signed-off-by: Martijn Dekker <martijn@inlv.o...
Denys VlasenkoDenys Vlasenko
5cea086bbf5bc: shorten "limits" output text data bss dec hex filename 979016 485 7296 986797 f0ead...
Denys VlasenkoDenys Vlasenko
9c36a02f4d6bc: formatting changes, added a FIXME comment, no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
5b35d599e8cbc: support void functions (GNU compat) function old new delta xc_...
Denys VlasenkoDenys Vlasenko
c7679c759a1dc: fit returning of string function old new delta zxc_program_exe...
Denys VlasenkoDenys Vlasenko
d2651fb775ddc: fix '?' function old new delta zdc_parse_expr ...
Denys VlasenkoDenys Vlasenko
fb001145e1abc: eliminate struct BcInstPtr::results_len_before_call, it is redundant function ...
Denys VlasenkoDenys Vlasenko
ef2e6a80622bc: add a palceholder comment for "void" return Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f40467d3693bc: remove extra div/0 test, remove test for string function parameter function ...
Denys VlasenkoDenys Vlasenko
56e09e93bd9bc: fix "...; return}" to work, disallow "return ()" function old ne...
Denys VlasenkoDenys Vlasenko
18351b4a89ebc: make error line number also size_t, like everything else Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
a8ec5564584bc: generate large bc tests on the fly, -5 mbytes in the git tree Signed-off-by: Denys Vlasenko <vda.linux@googlemai...
Denys VlasenkoDenys Vlasenko
7dd6ba12f76bc: speed up string printing, fix print "" function old new delta ...
Denys VlasenkoDenys Vlasenko
f23c04af2d4bc: upstream fixes function old new delta bc_parse_expr_empty_ok ...
Denys VlasenkoDenys Vlasenko
c3de036da92bc: in xc_read_line(), check ^C on NUL input bytes too Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
2123ceed182bc: remove superfluous assigment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
8a7411fcc87bc: support ibase up to 36 (GNU compat) function old new delta zxc...
Denys VlasenkoDenys Vlasenko
07c8b240d56bc: fold xc_lex_more_input() into peek_inbuf() function old new de...
Rostislav SkudnovRostislav Skudnov
d712edc6d8fdd: add 'oflag=append' Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Signed-off-by: Denys Vlasenko <vda.li...
Nikolaus VossNikolaus Voss
f81e0120f44i2c_tools.c: i2ctransfer Call i2c_set_slave_addr() unconditionally as busy checking is skipped depending on force ar...
Ron YorstonRon Yorston
61052d1bb8fvi: further fixes to undo after autoindent Commit bb983f30e (vi: fix faulty undo after autoinsert) has a number of p...
Nikolaus VossNikolaus Voss
dac8f5ea38bi2ctransfer: new applet i2ctransfer sends and receives user defined i2c messages v2: apply Xabier's comments: add -...
Aaro KoskinenAaro Koskinen
c89764c0633sysctl: fix compatibility with procps sysctl Busybox sysctl is incompatible with procps when '.' appears in director...
Denys VlasenkoDenys Vlasenko
78301861ef9sysctl: do slash/dot conversions only on name, not value part function o...
Denys VlasenkoDenys Vlasenko
1422ba6dea9sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode Signed-off-by: Denys Vlasenko <vda.li...
Denys VlasenkoDenys Vlasenko
679c30e73edsysctl: avoid stat() on every item if in -w mode function old new ...
Denys VlasenkoDenys Vlasenko
317498f3b33sysctl: allow setting empty values function old new delta sysctl_a...
Ron YorstonRon Yorston
df4e3af9f71vi: fix replacement of single character with CR Currently if the 'r' command is followed by a carriage return a lite...
Ron YorstonRon Yorston
bb983f30e7evi: fix faulty undo after autoinsert Enable autoinsert and enter the following with an indent of three spaces: l...
Rostislav SkudnovRostislav Skudnov
e6503f2f098chcon: Fix typo in ACTION_RECURSE Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Signed-off-by: Denys Vlase...
Denys VlasenkoDenys Vlasenko
5a387e26c24dhcp service example: rewrite "private network to mask" as case statement Signed-off-by: Denys Vlasenko <vda.linux@g...
Denys VlasenkoDenys Vlasenko
2feaba1d8dcdhcp service example: cater for servers hot giving subnet and/or router Signed-off-by: Denys Vlasenko <vda.linux@goo...
Denys VlasenkoDenys Vlasenko
779f96a24c4lineedit: fix SEGV in isk, hexedit, ed, closes 11661 fdisk, hexedit and ed calls read_line_edit in libbb/lineedit.c ...
Denys VlasenkoDenys Vlasenko
e17e8d4b7daservice examples: do not respawn supplicant too often Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Ari SundholmAri Sundholm
d4b568c108bgrep: short-circuit -v to bail out on first match A small optimization. There is no need to try matching the current...
Ari SundholmAri Sundholm
9a9c6e39ba4grep: fix -x -v with certain pattern orders We found out that busybox -x -v is a bit broken: ari@ari-thinkpad:~/bus...
Denys VlasenkoDenys Vlasenko
53799506acfbc: implement pass-by-reference code from upstream function old new ...
Denys VlasenkoDenys Vlasenko
db5a6daa7f6login: close PAM session on errors as well, not only on success Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Bernhard Reutner-FischerBernhard Reutner-Fischer
414be6c1112ip link: Fix vlan proto, closes 8261 and 11638 The proto has to be passed in network byte-order. While at it allow f...
Denys VlasenkoDenys Vlasenko
f50faf84081ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 Signed-off-by: Denys Vlasenko <vda.linux@googlemail....
Denys VlasenkoDenys Vlasenko
9b313ddcd8cwget: detect when the length of received file is less than advertised function ...
Denys VlasenkoDenys Vlasenko
4906faafab9sed: code shrink function old new delta parse_file_cmd ...
Brian FoleyBrian Foley
b7928e18b14sed: Fix backslash parsing for 'w' command arg If there's any whitespace between w and the filename, parse_file_cmd ...
Brian FoleyBrian Foley
1c42c18e960awk: Fix overly permissive func arg list parsing It allows things like 'func f(a b)' and 'func f(a,)' which GNU awk ...
Brian FoleyBrian Foley
08a514c097fawk: Syntax error if delete isn't given an arg. Unlike exit and return, delete strictly requires an arg, and derefs ...
Brian FoleyBrian Foley
dac15a10accawk: Guard pointer chasing when parsing ternary expressions. Avoids an uninit pointer deref for some malformed terna...
Mark MarshallMark Marshall
11cb9eeffeccapability: fix string comparison in cap_name_to_number The result of strcasecmp was being used incorrectly. This f...
Denys VlasenkoDenys Vlasenko
fc472ea1879wget: remove empty if/endif preprocessor directive pair Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
f7235cc89f2service examples: ifplugd -M to prevents frequent respawning Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
774879c4e11checkstack.pl: tweak bfin re Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
f59739a6636checkstack: pull from upstream merge upstream changes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-FischerBernhard Reutner-Fischer
fe7ae562e5dcheckstack.pl: fix arch autodetection chomp trailing newlines Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@...
Martin LewisMartin Lewis
94e748d0276wget: don't notify on download begin and end if quiet When printing notification on download start and end, mistaken...
Denys VlasenkoDenys Vlasenko
edb74f40191Update examples/udhcp/udhcpd.conf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
77524a311a5start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] Signed-off-by: Denys Vlasenko <vda.linux@goog...
Denys VlasenkoDenys Vlasenko
088fec36fedstart-stop-daemon: create pidfile before parent exits, closes 8596 This removes DAEMON_DOUBLE_FORK flag from bb_daem...
Denys VlasenkoDenys Vlasenko
b67d900395aadduser: fix a bug of getpwnam() overwriting shell name, closes 8586 Signed-off-by: Denys Vlasenko <vda.linux@google...
Denys VlasenkoDenys Vlasenko
3109d1f9659tls: code shrink function old new delta lm_add ...
Denys VlasenkoDenys Vlasenko
6ca8e347fednslookup: return exitcode 1 on resolution errors function old new ...
Denys VlasenkoDenys Vlasenko
84191231125telnet: placate compiler's warning Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys VlasenkoDenys Vlasenko
ecf02e8b830date: improve help text for -D Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>