Hans Leidekker
|
9ba1876c40
|
kernel: Documentation cleanups.
|
2006-01-16 20:42:09 +01:00 |
Vitaliy Margolen
|
1406010d3c
|
kernel: Remove no longer used debug channel.
|
2006-01-10 20:41:23 +01:00 |
Alexandre Julliard
|
ae964ac801
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
Vitaliy Margolen
|
348a3d912b
|
Move mapping (section) objects into directory name space.
|
2005-12-02 16:13:13 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Vitaliy Margolen
|
2d41fcd864
|
Kernel32 should create named objects with OBJ_OPENIF flag set.
Handle STATUS_OBJECT_NAME_EXISTS explicitly as it's not mapped with
RtlNtStatusToDosError.
|
2005-11-21 16:26:34 +00:00 |
Markus Amsler
|
b8d9b6192d
|
Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
|
2005-11-08 11:01:03 +00:00 |
Vitaliy Margolen
|
7e9b17f745
|
Add brackets around (a)?b:c construct.
|
2005-09-30 10:33:43 +00:00 |
Vitaliy Margolen
|
97c944c061
|
Specify flag OBJ_CASE_INSENSITIVE when calling appropriate Ntxx
functions creating/opening named objects.
|
2005-09-21 11:42:30 +00:00 |
Dmitry Timoshkov
|
1dc18952ae
|
Use SIZE_T type for size variables in NTDLL when appropriate.
|
2005-07-15 10:01:30 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Mike Hearn
|
dc84b8a4c7
|
Don't fault on NULL pointers in Is*Ptr functions.
|
2005-03-25 16:38:50 +00:00 |
Mike Hearn
|
3a9587e09f
|
Log to +seh when an IsBad* function faults.
|
2005-03-22 21:16:39 +00:00 |
Robert Shearman
|
2050591370
|
Fix NtAllocateVirtualMemory declaration and fix users of the
function.
|
2004-10-11 20:59:06 +00:00 |
Alexandre Julliard
|
eb04fd22f8
|
Converted the memory views list to use the standard functions from
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.
|
2004-05-21 20:58:44 +00:00 |
Ge van Geldorp
|
399901e054
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
with PSDK.
|
2004-01-23 01:51:33 +00:00 |
Alexandre Julliard
|
7999469e7d
|
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
dlls/kernel.
Get rid of the memory/ directory.
|
2003-11-13 20:58:55 +00:00 |