reactos/reactos/ntoskrnl/mm
Casper Hornstrup 685119e0cd 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
Changes for compiling with w32api

	* include/ddk/obfuncs.h (ObCreateObject): Remove.
	* include/ntos/zwtypes.h (ObRosCreateObject): Add.
	* ntoskrnl/ntoskrnl.def, ntoskrnl/ntoskrnl.edf: Export ObCreateObject@36
	and ObRosCreateObject@20.
	* ntoskrnl/cm/ntfunc.c, ntoskrnl/cm/registry.c, ntoskrnl/cm/regobj.c,
	ntoskrnl/io/create.c, ntoskrnl/io/device.c, ntoskrnl/io/iocomp.c,
	ntoskrnl/lpc/connect.c, ntoskrnl/lpc/create.c, ntoskrnl/mm/section.c,
	ntoskrnl/nt/evtpair.c, ntoskrnl/nt/mutant.c, ntoskrnl/nt/ntevent.c,
	ntoskrnl/nt/ntsem.c, ntoskrnl/nt/nttimer.c, ntoskrnl/nt/profile.c,
	ntoskrnl/ob/dirobj.c, ntoskrnl/ob/namespc.c, ntoskrnl/ob/symlink.c,
	ntoskrnl/ps/create.c, ntoskrnl/ps/process.c, ntoskrnl/se/token.c,
	subsys/win32k/ntuser/winsta.c: Use ObRosCreateObject, not ObCreateObject.
	* ntoskrnl/ob/object.c (ObRosCreateObject): Rename from ObCreateObject.
	(ObCreateObject): Add stub.

svn path=/trunk/; revision=4867
2003-06-07 12:23:14 +00:00
..
i386 - Clear the direction flag previous each 'rep string' instruction. 2003-06-04 18:11:16 +00:00
.cvsignore Added a whole lot of CVS sugar so I can use WinCVS flat mode more effectively. 2002-08-25 07:16:37 +00:00
anonmem.c Implemented Top-Down-Allocator. 2003-05-17 15:29:50 +00:00
aspace.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
balance.c My biggest commit so far (everything compiles and apparently runs fine): 2003-04-26 23:13:33 +00:00
cont.c Implemented Top-Down-Allocator. 2003-05-17 15:29:50 +00:00
drvlck.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
freelist.c - Marked the initial kernel space as mapped. 2003-05-17 13:42:56 +00:00
iospace.c Implemented Top-Down-Allocator. 2003-05-17 15:29:50 +00:00
kmap.c * Delete the virtual mapping first before the the mapped range 2002-11-05 20:41:17 +00:00
marea.c - Fixed the calculation of the TopAddress in MmFindGapTopDown. 2003-05-20 18:56:25 +00:00
mdl.c Implemented Top-Down-Allocator. 2003-05-17 15:29:50 +00:00
mm.c Added new MEMORY_AREA_NO_ACCESS type. 2003-05-17 19:16:39 +00:00
mminit.c Added new MEMORY_AREA_NO_ACCESS type. 2003-05-17 19:16:39 +00:00
mpw.c Disabled the call to MmWriteDirtyPages. MmWriteDirtyPages doesn't work correctly. 2003-01-11 15:47:14 +00:00
ncache.c Implemented Top-Down-Allocator. 2003-05-17 15:29:50 +00:00
npool.c Ended the searching for a free block if it was found one. 2003-01-11 15:48:33 +00:00
pagefile.c 2003-05-11 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-05-11 15:18:01 +00:00
pageop.c My biggest commit so far (everything compiles and apparently runs fine): 2003-04-26 23:13:33 +00:00
pager.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
pagfault.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
paging.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
pool.c Removed outdated and duplicate bugcode definition. 2003-01-16 17:56:00 +00:00
ppool.c Reverted latest changes. 2002-09-08 10:23:54 +00:00
region.c Fixed the access to the region list in MmAlterRegion. 2003-01-02 16:41:56 +00:00
rmap.c - Fixed the used offset for page table/directory entries and pageops. 2003-06-06 21:01:36 +00:00
section.c 2003-06-07 Casper S. Hornstrup <chorns@users.sourceforge.net> 2003-06-07 12:23:14 +00:00
slab.c 2002-10-01 Casper S. Hornstrup <chorns@users.sourceforge.net> 2002-10-01 19:27:25 +00:00
virtual.c RegionSize in MEMORY_BASIC_INFORMATION is relative to BaseAddress, not to 2003-04-28 10:37:40 +00:00
wset.c Reverted latest changes. 2002-09-08 10:23:54 +00:00