wine/ loader/main.c libs/wine/wine.map libs/wi ...

Alexandre Julliard julliard at winehq.org
Mon May 24 20:29:24 CDT 2004


ChangeSet ID:	12445
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/05/24 20:29:24

Modified files:
	loader         : main.c 
	libs/wine      : wine.map wine.def port.c loader.c Makefile.in 
	include/wine   : library.h 
	dlls/ntdll     : virtual.c 
	dlls/kernel    : process.c 
Added files:
	libs/wine      : mmap.c 

Log message:
	Added support for managing reserved memory areas in libwine and ntdll.
	Try to reserve everything above 0x80000000 on startup.

Patch: http://cvs.winehq.org/patch.py?id=12445

Old revision  New revision  Changes     Path
 1.90          1.91          +0 -5       wine/loader/main.c
 1.1           1.2           +3 -2       wine/libs/wine/wine.map
 1.10          1.11          +3 -2       wine/libs/wine/wine.def
 1.8           1.9           +0 -182     wine/libs/wine/port.c
 1.16          1.17          +2 -0       wine/libs/wine/loader.c
 1.7           1.8           +1 -0       wine/libs/wine/Makefile.in
 1.30          1.31          +7 -1       wine/include/wine/library.h
 1.32          1.33          +139 -35    wine/dlls/ntdll/virtual.c
 1.62          1.63          +0 -2       wine/dlls/kernel/process.c
 Added         1.1           +0 -0       wine/libs/wine/mmap.c




More information about the wine-cvs mailing list