aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-15win32: tidy up popen implementationRon Yorston3-209/+76
2018-03-15wget: add support for httpsRon Yorston7-11/+171
2018-03-15ash: remove special treatment of device filesRon Yorston2-21/+3
2018-03-15win32: restrict visibility of special devicesRon Yorston4-8/+33
2018-03-11tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko1-3/+8
2018-03-11readprofile: code shrinkDenys Vlasenko1-34/+33
2018-03-11ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko1-12/+54
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko1-5/+20
2018-03-10ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko1-11/+33
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko7-34/+35
2018-03-09winansi: check for broken pipe in winansi_writeRon Yorston1-7/+21
2018-03-09pipe_progress: enable in default buildRon Yorston2-2/+2
2018-03-08remove stray newline in "iplink --help"Denys Vlasenko1-1/+1
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko1-1/+4
2018-03-08ipcs: further code shrinkDenys Vlasenko1-24/+23
2018-03-08ipcs: code shrinkDenys Vlasenko1-24/+15
2018-03-08md5sum: use config help text similar to other "sum" toolsDenys Vlasenko1-1/+1
2018-03-07top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko1-6/+19
2018-03-07top: do unsigned rather than signed division in do_stats()Denys Vlasenko1-3/+4
2018-03-07top: handle much larger VSZ valuesDenys Vlasenko1-7/+5
2018-03-06dd: mention /dev/zero and /dev/urandom in help messageRon Yorston1-0/+3
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko3-3/+8
2018-03-06hush: code shrinkDenys Vlasenko1-6/+7
2018-03-06winansi: check for broken pipeRon Yorston1-6/+29
2018-03-06winansi: changes to puts, fputs and fwriteRon Yorston1-18/+3
2018-03-06winansi: improve error return values in ANSI emulationRon Yorston1-20/+23
2018-03-06winansi: create and use functions to test for consoleRon Yorston1-51/+20
2018-03-05networking/interface.c: get rid of global dataDenys Vlasenko1-85/+36
2018-03-05networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko3-27/+20
2018-03-05networking/interface.c: code shrinkDenys Vlasenko1-61/+76
2018-03-05win32: squeeze a few bytes out of strftimeRon Yorston1-4/+6
2018-03-05win32: use strchrnul from BusyBox in fnmatchRon Yorston1-1/+5
2018-03-05wget: fix fetching of https URLs with http proxyPeter Lloyd1-4/+4
2018-03-04make busybox more portableSean MacLennan2-11/+9
2018-03-04win32: reduce amount of static dataRon Yorston4-101/+127
2018-03-03ar: conditional compilation for variable only needed on WIN32Ron Yorston1-0/+2
2018-03-02hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko10-3/+39
2018-03-02shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko8-5/+50
2018-03-02shell: two new tests, both fail for ash and hushDenys Vlasenko8-0/+44
2018-03-02Minor improvements to buildRon Yorston5-23/+22
2018-03-01Remove fake signal-handling codeRon Yorston8-32/+39
2018-03-01lineedit: disable window size tracking in default configurationRon Yorston4-4/+23
2018-03-01win32: make has_exec_format staticRon Yorston2-56/+55
2018-02-28win32: additional improvements to handling of executablesRon Yorston3-21/+36
2018-02-28ash: changes to command resolution, execution and displayRon Yorston1-23/+55
2018-02-28win32: don't add extensions to filenames ending with a dotRon Yorston2-2/+9
2018-02-27win32: fix code to check for file extensionsRon Yorston1-1/+1
2018-02-27libbb: Use return value from is_prefixed_with()Andy Shevchenko1-3/+2
2018-02-27tcpudp: shrink per-host rate-limiting codeDenys Vlasenko3-20/+17
2018-02-27less: accept -R option. Closes 10816Denys Vlasenko1-1/+5