aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* winansi: add a routine to clear the screen bufferansiRon Yorston2016-04-261-0/+1
* libbb/lineedit: scroll to cursor position on any keypressRon Yorston2016-04-261-0/+1
* mingw: post-merge build fixesRon Yorston2016-04-041-0/+1
* Silence a couple of compiler warningsRon Yorston2016-03-061-1/+1
* libbb: additional support for backslashes in pathsRon Yorston2015-11-131-1/+1
* win32: append '/' to bare drive name in opendirRon Yorston2015-09-301-0/+6
* win32: remove setitimer implementation and SIGALRM handlingRon Yorston2015-07-261-9/+1
* mingw: enable support for IPv6Ron Yorston2015-07-151-0/+1
* win32: silence some compiler warningsRon Yorston2015-07-151-0/+5
* Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-031-0/+8
* mingw: fixes to implementation of waitpid(2)Ron Yorston2015-05-291-1/+1
* mingw: tidy up implementation of kill(2)Ron Yorston2015-05-291-0/+2
* mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2015-05-271-0/+1
* mingw: define a macro for spawnRon Yorston2015-05-271-1/+2
* mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-1/+2
* mingw: implement getpwnam (but only for current user)Ron Yorston2015-05-181-1/+1
* mingw: additional networking supportRon Yorston2015-04-221-2/+13
* mingw: changes to handling of directory permissionsRon Yorston2015-03-251-0/+5
* Post-merge fixesRon Yorston2015-03-141-0/+1
* Enable logname in mingw32 configurationRon Yorston2015-02-271-0/+1
* Make uid/gid handling more consistentRon Yorston2015-02-261-6/+10
* Fix error: conflicting types for ‘pid_t’ with mingw64Tony Kelman2015-01-221-0/+4
* Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+5
* Revert "Use putenv to implement unsetenv/clearenv"Ron Yorston2014-12-181-3/+1
* Remove declaration of getpagesizeRon Yorston2014-11-291-7/+0
* Use putenv to implement unsetenv/clearenvRon Yorston2014-11-231-1/+3
* MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* Provide fake getpwent_r to reduce changes from upstreamRon Yorston2014-03-231-0/+3
* Implement vprintf replacementRon Yorston2014-03-201-0/+2
* Implement getc replacementRon Yorston2014-03-201-0/+2
* Implement read replacement to handle OEM codepagesRon Yorston2014-03-201-0/+2
* Implement write replacement to handle OEM codepagesRon Yorston2014-03-201-0/+2
* Implement puts replacement to handle OEM codepagesRon Yorston2014-03-191-0/+2
* Use OEM codepage for console I/ORon Yorston2014-03-191-0/+4
* Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-5/+1
* Fix some compiler warningsRon Yorston2014-03-131-1/+1
* Pretend chown succeeds so 'cp -rp' doesn't complainRon Yorston2014-03-131-1/+1
* Remove unused mingw_utime; update utimes to handle read-only filesRon Yorston2014-03-121-4/+0
* Import mempcpy from gnulibRon Yorston2014-03-111-0/+5
* mingw: dummy implementation of times/sysconfRon Yorston2014-01-301-0/+17
* date: add dummy stimeRon Yorston2014-01-191-0/+1
* date: actually use modified strftimeRon Yorston2014-01-191-0/+3
* Implement POSIX-compliant mktemp for WIN32Ron Yorston2014-01-071-0/+2
* Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-071-19/+26
* Use the preprocessor to fake st_blocksRon Yorston2014-01-051-0/+7
* Provide dummy implementations of seteuid/setegidRon Yorston2014-01-021-0/+2
* Provide fake fchmod implementationRon Yorston2013-03-261-1/+1
* mingw.h: fixes for MinGW-w64Ron Yorston2012-09-191-12/+5
* Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-0/+2
* mingw32: make access(2) check file format for executablesRon Yorston2012-05-091-0/+4