aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: rename resource filesRon Yorston2018-07-248-6/+6
* win32: make version info and manifest resources configurableRon Yorston2018-07-242-3/+7
* win32: tweaks to manifestRon Yorston2018-07-242-26/+26
* win32: add manifest resourceRon Yorston2018-07-123-0/+31
* win32: better error message in kill(2)Ron Yorston2018-07-121-0/+2
* realpath: implement realpath(3) and enable realpath(1)realpathRon Yorston2018-06-091-3/+56
* win32: remove some code from procps_scanRon Yorston2018-04-101-3/+0
* win32: don't leak pipe data structuresRon Yorston2018-04-071-58/+66
* ps: indicate forkshell processes in listingRon Yorston2018-04-051-1/+1
* win32: exclude termios codeRon Yorston2018-04-052-14/+0
* win32: ensure timeout works in read_keyRon Yorston2018-04-051-4/+4
* ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-18/+89
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-032-18/+23
* win32: simplify isatty replacementRon Yorston2018-04-031-5/+1
* win32: return correct exit status from waitpidRon Yorston2018-03-291-1/+5
* win32: save a few bytesRon Yorston2018-03-291-4/+3
* win32: improve dependency checking for resourcesRon Yorston2018-03-291-2/+5
* ps: display applet names in process listingRon Yorston2018-03-281-1/+16
* ps: clear status for each processRon Yorston2018-03-281-0/+2
* Add a VERSIONINFO resource to the binaryRon Yorston2018-03-282-2/+34
* win32: changes to kill(2)Ron Yorston2018-03-271-14/+20
* Allow icon resources to be included in the binaryRon Yorston2018-03-277-0/+39
* win32: save a few bytes in device file supportRon Yorston2018-03-231-35/+35
* win32: allow use of shell's PRNG for /dev/urandomRon Yorston2018-03-222-5/+82
* 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
* win32: don't test DLLs for executable formatRon Yorston2018-03-181-0/+5
* win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-11/+14
* win32: try harder to get file attributesRon Yorston2018-03-171-0/+16
* win32: tidy up popen implementationRon Yorston2018-03-151-206/+75
* wget: add support for httpsRon Yorston2018-03-151-0/+103
* ash: remove special treatment of device filesRon Yorston2018-03-151-1/+3
* win32: restrict visibility of special devicesRon Yorston2018-03-151-7/+24
* winansi: check for broken pipe in winansi_writeRon Yorston2018-03-091-7/+21
* winansi: check for broken pipeRon Yorston2018-03-061-6/+29
* winansi: changes to puts, fputs and fwriteRon Yorston2018-03-061-18/+3
* winansi: improve error return values in ANSI emulationRon Yorston2018-03-061-20/+23
* winansi: create and use functions to test for consoleRon Yorston2018-03-061-51/+20
* win32: squeeze a few bytes out of strftimeRon Yorston2018-03-051-4/+6
* win32: use strchrnul from BusyBox in fnmatchRon Yorston2018-03-051-1/+5
* win32: reduce amount of static dataRon Yorston2018-03-044-101/+127
* Minor improvements to buildRon Yorston2018-03-021-2/+1
* win32: make has_exec_format staticRon Yorston2018-03-011-55/+55
* win32: additional improvements to handling of executablesRon Yorston2018-02-281-10/+24
* win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-281-1/+7
* win32: fix code to check for file extensionsRon Yorston2018-02-271-1/+1
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-262-54/+77
* win32: improvements to stat(2) emulationRon Yorston2018-02-261-25/+18
* win32: add support for batch filesRon Yorston2018-02-262-12/+59
* win32: make /dev/urandom more randomRon Yorston2018-02-233-2/+242