aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
| * ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
| * md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
| * top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
| * top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
| * top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
| * use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-063-3/+8
| * hush: code shrinkDenys Vlasenko2018-03-061-6/+7
| * networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-053-27/+20
| * networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4