11 Commits

Author SHA1 Message Date
leitner
8bf1af6122 make mmap_private on Windows work on read-only files, too 2019-05-07 16:18:59 +00:00
leitner
77a2bbd17a half-hearted improvements to Windows compilability 2019-04-23 13:25:26 +00:00
leitner
18615acf60 instead of calling mmap with a size of 0 (which will fail), skip the
syscall and fail directly
2016-09-16 16:22:00 +00:00
leitner
4a04c40595 get rid of more -Wconversion warnings 2014-03-14 19:42:54 +00:00
leitner
dfb4915f0a add cast so the file compiles in c++ mode too 2012-09-27 01:46:12 +00:00
leitner
3004b518ef switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
leitner
d361d81c64 make socket_(tc|ud)p[46] actually return non-blocking sockets as
documented (Richard Lyons)
2006-05-18 06:02:43 +00:00
leitner
0080e0311a allow more sharing in win32 mode 2005-04-01 18:52:21 +00:00
leitner
43493f0c56 fix shared and private mmapping (Unix and Windoze) 2005-04-01 18:44:16 +00:00
leitner
82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
leitner
84cd4773f4 add mmap library. 2001-05-12 03:34:27 +00:00