aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: make /dev/urandom more randomRon Yorston2018-02-231-0/+2
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-0/+5
* win32: import fsync(2) implementation from gnulibRon Yorston2018-02-211-1/+1
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-6/+0
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-0/+7
* win32: shrink code to detect .exe filesRon Yorston2017-08-301-0/+1
* win32: make vfork fail at compile-timeRon Yorston2017-08-301-7/+1
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+2
* win32: remove implementation of mempcpyRon Yorston2017-08-231-5/+0
* include/mingw.h: remove unnecessary definition of PRIuMAXRon Yorston2017-08-231-1/+0
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-4/+4
* win32: remove unused functionsRon Yorston2017-08-231-2/+0
* inode_hash: avoid warnings about unused parametersRon Yorston2017-08-231-0/+1
* find_mount_point: avoid warning about unused parameterRon Yorston2017-08-231-0/+2
* Post-merge fixesRon Yorston2017-08-221-0/+1
* ash: fixes to wait statusRon Yorston2017-08-031-3/+3
* Post-merge fixesRon Yorston2017-07-241-1/+2
* Provide vfprintf replacementRon Yorston2017-02-071-0/+1
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+2
* win32: return an error when lseek is applied to a pipeRon Yorston2016-05-241-3/+4
* ash: fix use of pid/handle in waitpid_childRon Yorston2016-05-181-0/+1
* win32: adjustments to spawn functionsRon Yorston2016-05-181-2/+0
* winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+1
* lineedit: move console viewport to cursor on 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