projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
[wine]
/
dlls
/
ntdll
/
virtual.c
2005-02-22
Ivan Leo Puoti
Replace GetCurrentProcess() with NtCurrentProcess(...
blob
|
commitdiff
|
raw
2005-01-24
Gerald Pfeifer
Fix format string in NtQueryVirtualMemory().
blob
|
commitdiff
|
raw
|
diff to current
2005-01-20
Hans Leidekker
Stub implementations for EnumPageFiles{A,W}, GetProcess...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Alexandre Julliard
Support mapping non page-aligned binaries for SEC_IMAGE...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-02
Peter Chapman
Fix up several inline assembler blocks so that they...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Robert Shearman
Fix NtAllocateVirtualMemory declaration and fix users...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Alexander Yaworsky
Moved TRACEs to the beginning of functions.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-21
Alexander Yaworsky
Make RtlCreateUserThread fail if process handle is...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-18
Alexandre Julliard
Fd type is no longer used, get rid of it.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-22
Alexandre Julliard
We no longer need to make the import directory writable...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-18
Alexandre Julliard
Added support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-15
Eric Pouech
Const correctness.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-28
Alexandre Julliard
Don't rely on the reserved area list being empty in...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Alexandre Julliard
Added support for managing reserved memory areas in...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-21
Alexandre Julliard
Converted the memory views list to use the standard...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Alexandre Julliard
Handle file mappings on removable media entirely inside...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Alexandre Julliard
Fixed some potential races in the handling of the view...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-15
Mike Hearn
Improve message given on image map failure.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-17
Dmitry Timoshkov
Write section access also assumes read access.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-11
Dmitry Timoshkov
Avoid double checking free type flags in NtFreeVirtualM...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-11
Alexandre Julliard
Don't request PROT_EXEC permissions when mapping an...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Dmitry Timoshkov
Add a test case for Virtual* APIs, fix a few bugs disco...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-30
Alexandre Julliard
Added memory constraint to avoid miscompilation of...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-23
Ge van Geldorp
Rename LARGE_INTEGER and ULARGE_INTEGER members "s...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-16
Alexandre Julliard
Check for overlapping memory views and delete the offen...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-07
Alexandre Julliard
Don't use constructors for ntdll and kernel32 initializ...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-08
Dimitrie O. Paun
Move content of global.h into the appropriate private...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-01
Alexandre Julliard
Added wine_server_release_fd function to release the...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Alexandre Julliard
Make sure the protection flags on the memory view of...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-04
Alexandre Julliard
Allocate the TEB and signal stack separately from the...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-03
Alexandre Julliard
Fixed type and protection values returned by NtQueryVir...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Alexandre Julliard
Simplified signal stack allocation a bit, and avoid...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Pavel Roskin
Include ntdll_misc.h to get the GetCurrentProcess/Threa...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Store a "removable" flag instead of the full drive...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-28
Alexandre Julliard
Start using the exported TEB structure from winternl...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-27
Alexandre Julliard
Renamed a few TEB fields to use the "official" names.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Alexandre Julliard
Implemented NtRead/WriteVirtualMemory.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-21
Eric Pouech
Fixed section mapping in PE loading when both
blob
|
commitdiff
|
raw
|
diff to current
2003-05-08
Alexandre Julliard
Fixed wrong file offset used when mapping the import...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-06
Alexandre Julliard
Added comment about why changing ADDRESS_SPACE_LIMIT...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-07
Dimitrie O. Paun
Define NONAMELESS{STRUCT,UNION} explicitly in the files...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Andrew John Hughes
Build ntdll with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-06
Alexandre Julliard
Disable address space limit check on non-i386 platforms.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-17
Alexandre Julliard
Implemented the ntdll virtual memory functions, and...
blob
|
commitdiff
|
raw
|
diff to current