aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-2/+59
* date: support '-' format flag to remove zero paddingRon Yorston2017-12-091-0/+5
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-1/+17
* win32: shrink code to detect .exe filesRon Yorston2017-08-301-18/+20
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+18
* win32: return an error when lseek is applied to a pipeRon Yorston2016-05-241-0/+14
* Silence a couple of compiler warningsRon Yorston2016-03-061-1/+2
* mingw: silently ignore O_NONBLOCK on file openRon Yorston2016-02-221-2/+1
* ln: enable in default configurationRon Yorston2015-10-191-0/+2
* win32: fix implementation of '%z' in strftimeRon Yorston2015-10-131-0/+27
* win32: append '/' to bare drive name in opendirRon Yorston2015-09-301-0/+15
* win32: remove setitimer implementation and SIGALRM handlingRon Yorston2015-07-261-124/+0
* win32: silence some compiler warningsRon Yorston2015-07-151-1/+2
* mingw: fix conditions under which open(2) sets errno to EISDIRRon Yorston2015-05-291-1/+1
* mingw: buffer in do_stat_internal need not be staticRon Yorston2015-05-291-1/+1
* mingw: tidy up implementation of kill(2)Ron Yorston2015-05-291-1/+1
* mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-0/+22
* mingw: implement getpwnam (but only for current user)Ron Yorston2015-05-181-0/+12
* Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-6/+15
* mingw: changes to handling of directory permissionsRon Yorston2015-03-251-0/+21
* test: fix access check bug; tweak fake file modeRon Yorston2015-03-241-0/+3
* Enable logname in mingw32 configurationRon Yorston2015-02-271-0/+17
* Make uid/gid handling more consistentRon Yorston2015-02-261-14/+51
* Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+5
* 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
* 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
* stat: give directories write and execute permissionsRon Yorston2014-08-161-1/+1
* MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* Merge branch 'busybox' into mergeRon Yorston2014-05-061-2/+2
* Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-0/+5
* Fix some compiler warningsRon Yorston2014-03-131-9/+9
* 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
* mingw: dummy implementation of times/sysconfRon Yorston2014-01-301-0/+19
* date: improve emulation of %e formatRon Yorston2014-01-211-15/+20
* win32: use strptime from gnulibRon Yorston2014-01-201-5/+0
* 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
* 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
* ash: set working directory and environment on first startupRon Yorston2012-04-261-1/+5
* win32: add pw_shell to struct passwdRon Yorston2012-04-231-0/+1
* win32: support fancy prompts and (limited) tilde expansionRon Yorston2012-04-231-1/+29
* strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston2012-04-181-18/+0
* Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-031-12/+40
* Update mingw.c from latest git/compatRon Yorston2012-03-301-51/+64