aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-29win32: return correct exit status from waitpidRon Yorston1-1/+5
2018-03-29win32: save a few bytesRon Yorston2-6/+6
2018-03-29win32: improve dependency checking for resourcesRon Yorston1-2/+5
2018-03-28ps: display applet names in process listingRon Yorston2-1/+25
2018-03-28ps: clear status for each processRon Yorston2-3/+6
2018-03-28Add a VERSIONINFO resource to the binaryRon Yorston2-2/+34
2018-03-27Add a note about /dev/urandom to README.mdRon Yorston1-0/+1
2018-03-27timeout: futher improvementsRon Yorston1-7/+19
2018-03-27ash: use SIGTERM to kill processesRon Yorston1-1/+9
2018-03-27win32: changes to kill(2)Ron Yorston2-14/+22
2018-03-27Allow icon resources to be included in the binaryRon Yorston11-5/+83
2018-03-24timeout: return exit code 125 if option parsing failsRon Yorston1-1/+4
2018-03-24timeout: bring exit status into line with coreutilsRon Yorston1-3/+10
2018-03-23win32: save a few bytes in device file supportRon Yorston3-43/+40
2018-03-22win32: allow use of shell's PRNG for /dev/urandomRon Yorston6-17/+130
2018-03-22win32: tighten up code slightly in isaac.cRon Yorston1-13/+5
2018-03-22win32: small changes to reduce size of binaryRon Yorston2-13/+8
2018-03-19man: search for man pages relative to the executableRon Yorston1-0/+10
2018-03-18win32: don't test DLLs for executable formatRon Yorston1-0/+5
2018-03-18win32: add a function to convert backslashes to slashesRon Yorston4-24/+18
2018-03-17win32: try harder to get file attributesRon Yorston1-0/+16
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