aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+5
* Revert "Use putenv to implement unsetenv/clearenv"Ron Yorston2014-12-181-46/+11
* date: add support for %s formatRon Yorston2014-12-021-3/+15
* Move definition of bb_got_signal to mingw.cRon Yorston2014-11-291-0/+2
* Use putenv to implement unsetenv/clearenvRon Yorston2014-11-231-11/+46
* mingw.c: ignore EACCES from mkdir if directory existsRon Yorston2014-10-091-1/+14
* mingw.c: add missing break in fcntl implementationRon Yorston2014-10-091-0/+1
* win32: attempt to get filesystem type for mntentRon Yorston2014-10-061-1/+8
* stat: give directories write and execute permissionsRon Yorston2014-08-161-1/+1
* Tidy up mingw_popenRon Yorston2014-05-151-59/+47
* MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* Merge branch 'busybox' into mergeRon Yorston2014-05-062-5/+5
* Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-0/+5
* Implement escape sequence for cursor downRon Yorston2014-04-091-21/+12
* Implement ANSI escape sequences for cursor up/forwardRon Yorston2014-04-071-0/+30
* Only change codepage of input character if top bit is setRon Yorston2014-03-241-2/+4
* procps_scan: ensure command name is null terminatedRon Yorston2014-03-231-1/+1
* Add empty sys/syscall.hRon Yorston2014-03-201-0/+0
* Implement vprintf replacementRon Yorston2014-03-201-1/+2
* Implement getc replacementRon Yorston2014-03-201-0/+24
* Implement read replacement to handle OEM codepagesRon Yorston2014-03-201-0/+26
* Fixes to write replacementRon Yorston2014-03-201-2/+2
* Implement write replacement to handle OEM codepagesRon Yorston2014-03-201-1/+75
* Implement puts replacement to handle OEM codepagesRon Yorston2014-03-191-4/+24
* Use OEM codepage for console I/ORon Yorston2014-03-192-4/+83
* Drop CONFIG_WIN32_NET settingRon Yorston2014-03-172-11/+1
* Fix some compiler warningsRon Yorston2014-03-135-13/+15
* Allow utimes to change times on directoriesRon Yorston2014-03-131-8/+21
* Remove unused mingw_utime; update utimes to handle read-only filesRon Yorston2014-03-121-41/+20
* Import mempcpy from gnulibRon Yorston2014-03-112-0/+27
* mingw: dummy implementation of times/sysconfRon Yorston2014-01-301-0/+19
* win32: use emulated localtime_r in strptimeRon Yorston2014-01-211-3/+1
* date: improve emulation of %e formatRon Yorston2014-01-211-15/+20
* win32: use strptime from gnulibRon Yorston2014-01-203-5/+649
* date: add dummy stimeRon Yorston2014-01-191-0/+6
* date: emulate %e formatRon Yorston2014-01-191-0/+31
* Implement POSIX-compliant mktemp for WIN32Ron Yorston2014-01-071-0/+14
* Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-071-8/+34
* Make dummy resource.hRon Yorston2014-01-061-0/+0
* Extend WIN32 statfs to include type, fsid and namelenRon Yorston2014-01-063-20/+57
* Make dummy paths.hRon Yorston2014-01-051-0/+0
* Move mingw32 poll.h from sysRon Yorston2014-01-022-1/+1
* df: limited implementation for WIN32Ron Yorston2013-04-035-0/+147
* winansi: skip DECTCEM sequence to avoid ugliness in viRon Yorston2012-10-101-0/+7
* Revised quoting of command line arguments for WIN32Ron Yorston2012-10-051-7/+7
* mingw32: fix off-by-one errors in spawn routinesRon Yorston2012-05-101-2/+2
* Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-0/+32
* mingw32: make access(2) check file format for executablesRon Yorston2012-05-091-1/+69
* mingw32: make system return wait status, not exit codeRon Yorston2012-05-041-1/+1
* mingw32: allow whitespace after '#!' in shell scriptsRon Yorston2012-05-031-1/+9