aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
| * ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen2018-03-281-0/+6
| * ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko2018-03-273-3/+3
| * netstat: produce numeric-ip output for non-resolved namesMark Marshall2018-03-271-2/+5
| * ssl_client: fix option parsingRon Yorston2018-03-201-1/+1
| * top: fix "warning: unused variable new_mask"Denys Vlasenko2018-03-191-1/+1
| * tar: add -o and -k to short --help tooDenys Vlasenko2018-03-161-5/+5
| * tar: add -k and -o to --helpDenys Vlasenko2018-03-161-3/+3
* | ash: add some debug for the forkshell data blockRon Yorston2018-04-011-0/+87
* | ash: align funcblocksize handling with upstreamRon Yorston2018-04-011-68/+76
* | ash: align funcstring handling with upstreamRon Yorston2018-04-011-27/+30
* | ash: reorder items in forkshell data blockRon Yorston2018-04-011-48/+47
* | libbb: improve stripping of extension from argv[0]Ron Yorston2018-03-311-15/+11
* | ash: revise handling of builtin environment variables during forkRon Yorston2018-03-311-32/+24
* | ash: copy environment variables when importing themRon Yorston2018-03-301-0/+4
* | busybox: let --list-full display nofork/noexec appletsRon Yorston2018-03-291-6/+22
* | win32: return correct exit status from waitpidRon Yorston2018-03-291-1/+5
* | win32: save a few bytesRon Yorston2018-03-292-6/+6
* | win32: improve dependency checking for resourcesRon Yorston2018-03-291-2/+5
* | ps: display applet names in process listingRon Yorston2018-03-282-1/+25
* | ps: clear status for each processRon Yorston2018-03-282-3/+6
* | Add a VERSIONINFO resource to the binaryRon Yorston2018-03-282-2/+34
* | Add a note about /dev/urandom to README.mdRon Yorston2018-03-271-0/+1
* | timeout: futher improvementsRon Yorston2018-03-271-7/+19
* | ash: use SIGTERM to kill processesRon Yorston2018-03-271-1/+9
* | win32: changes to kill(2)Ron Yorston2018-03-272-14/+22
* | Allow icon resources to be included in the binaryRon Yorston2018-03-2711-5/+83
* | timeout: return exit code 125 if option parsing failsRon Yorston2018-03-241-1/+4
* | timeout: bring exit status into line with coreutilsRon Yorston2018-03-241-3/+10
* | win32: save a few bytes in device file supportRon Yorston2018-03-233-43/+40
* | win32: allow use of shell's PRNG for /dev/urandomRon Yorston2018-03-226-17/+130
* | win32: tighten up code slightly in isaac.cRon Yorston2018-03-221-13/+5
* | win32: small changes to reduce size of binaryRon Yorston2018-03-222-13/+8
* | man: search for man pages relative to the executableRon Yorston2018-03-191-0/+10
* | win32: don't test DLLs for executable formatRon Yorston2018-03-181-0/+5
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-184-24/+18
* | win32: try harder to get file attributesRon Yorston2018-03-171-0/+16
* | win32: tidy up popen implementationRon Yorston2018-03-153-209/+76
* | wget: add support for httpsRon Yorston2018-03-157-11/+171
* | ash: remove special treatment of device filesRon Yorston2018-03-152-21/+3
* | win32: restrict visibility of special devicesRon Yorston2018-03-154-8/+33
* | Merge branch 'busybox' into mergeRon Yorston2018-03-1546-323/+500
|\|
| * tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko2018-03-111-3/+8
| * readprofile: code shrinkDenys Vlasenko2018-03-111-34/+33
| * ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
| * udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
| * ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
| * udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-107-34/+35
| * remove stray newline in "iplink --help"Denys Vlasenko2018-03-081-1/+1
| * ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4