newlib/winsup
Corinna Vinschen 4136fdb16b * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
parameter.  Only protect pages actually unused currently.  Do job
	of map_map() when initializing a map.
	(mmap_record::map_map): Reduce functionality for the reuse case
	of private anonymous mapping.
	(mmap_record::fixup_map): Format change.
	(list::add_record): Add offset and length parameter to call
	mmap_record::alloc_map() correctly.
	(mmap64): Rename `l' variable to `map_list'.  Accomodate above changes.
	(munmap): Rename `l' variable to `map_list'.
	(msync): Ditto.
	(fhandler_disk_file::mmap): Streamline code.
	(mprotect): Ditto.
	(fixup_mmaps_after_fork): Rename `l' variable to `map_list'.
2003-02-07 20:57:30 +00:00
..
bz2lib
cygserver
cygwin * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length 2003-02-07 20:57:30 +00:00
doc * setup-net.sgml: Add "setup-maxmem" section 2003-02-06 02:52:14 +00:00
mingw * include/locale.h: Include stddef.h for definition of NULL. 2003-02-07 02:13:55 +00:00
subauth
testsuite * winsup.api/pthread/cancel11.c: New test. 2003-02-04 19:34:21 +00:00
utils * cygcheck.cc (common_apps): Add some more apps. 2003-02-07 04:51:26 +00:00
w32api * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start 2003-02-05 15:51:27 +00:00
ChangeLog * configure.in: Make w32api directory optional. 2003-02-07 03:45:15 +00:00
configure * configure.in: Make w32api directory optional. 2003-02-07 03:45:15 +00:00
configure.in * configure.in: Make w32api directory optional. 2003-02-07 03:45:15 +00:00
CYGWIN_LICENSE
MAINTAINERS
Makefile.common * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir. 2003-01-22 17:10:02 +00:00
Makefile.in