aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-222-3/+60
* win32: tailor inet_pton.c for use in busybox-w32Ron Yorston2018-02-221-11/+8
* win32: import inet_pton.c from ISC BINDRon Yorston2018-02-221-231/+182
* win32: import fsync(2) implementation from gnulibRon Yorston2018-02-212-0/+76
* win32: use built-in shell for popen, if possibleRon Yorston2018-02-181-2/+12
* win32: add dummy sys/select.h required for pollRon Yorston2018-02-141-0/+0
* win32: update poll implementation to match latest gnulib versionRon Yorston2018-02-131-209/+207
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-100/+26
* date: support '-' format flag to remove zero paddingRon Yorston2017-12-091-0/+5
* win32: define statvfs as statfsRon Yorston2017-11-032-1/+3
* mingw: clarify that waitpid(-1, ...) is not supportedJohannes Schindelin2017-10-011-1/+1
* win32: allow kill to send signal number 0Ron Yorston2017-09-271-0/+15
* win32: improvements to implementation of kill(2)Ron Yorston2017-09-271-87/+94
* kill: use gentler method than TerminateProcess()Johannes Schindelin2017-09-271-1/+161
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-013-2/+106
* ps: add parent process id as a supported columnRon Yorston2017-08-311-0/+1
* win32/poll: avoid assumption that pointers are equivalent to longsJohannes Schindelin2017-08-311-1/+1
* win32: further minor code shrinkRon Yorston2017-08-301-17/+11
* win32: add a function to find executable on PATHRon Yorston2017-08-301-34/+30
* win32: changes to treatment of scriptsRon Yorston2017-08-301-58/+36
* win32: shrink code to detect .exe filesRon Yorston2017-08-302-22/+21
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+27
* win32: remove implementation of mempcpyRon Yorston2017-08-232-28/+0
* win32/strptime: fix for negative timezonesJohannes Schindelin2017-08-231-0/+2
* win32/select: ensure that the implementation matches the prototypeJohannes Schindelin2017-08-231-0/+1
* win32/fnmatch: fix old-style function declarationJohannes Schindelin2017-08-231-1/+1
* win32/fnmatch: avoid old-style function definitionsJohannes Schindelin2017-08-231-12/+4
* win32/strptime: avoid old-style declarationsJohannes Schindelin2017-08-231-19/+5
* win32/strptime: ensure that strptime()/localtime_r() are declaredJohannes Schindelin2017-08-231-0/+1
* win32/select: work around a compiler warningJohannes Schindelin2017-08-231-1/+1
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-232-21/+19