Francois Gouget
|
7494b5b980
|
Add trailing '\n's to ok() calls.
Check whether _MSC_VER is defined.
|
2004-01-23 02:11:12 +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 |
Eric Pouech
|
6c8ee62340
|
- RtlGetFullPathName_U: rewritten so that the source & destination
buffer can be the same
- GetFullPathName[AW]: now call RtlGetFullPathName_U
- GetShortPathNameW: fixed regression introduced in last patch
|
2004-01-20 01:40:23 +00:00 |
Alexandre Julliard
|
de7fab45bc
|
Fixed an error message.
|
2004-01-19 21:55:32 +00:00 |
Eric Pouech
|
210e1abb35
|
Added support for Unix code page in NTDLL.
|
2004-01-18 22:11:52 +00:00 |
Alexandre Julliard
|
94d5531e6f
|
Check for overlapping memory views and delete the offending view if
necessary, to ensure we never have two views covering the same
address.
|
2004-01-16 04:52:17 +00:00 |
Robert Lunnon
|
93be53744e
|
Save UESP instead of ESP where UESP defined.
|
2004-01-16 02:00:24 +00:00 |
Eric Pouech
|
9ccb73a8d7
|
Reimplemented Get{Short|Long}PathName and updated the regression
tests.
|
2004-01-15 00:20:46 +00:00 |
Alexandre Julliard
|
8b39cea352
|
Fixed __siginfo type for Solaris (based on a patch by Robert Lunnon).
|
2004-01-14 05:25:07 +00:00 |
Vincent Béron
|
6f2b7a5663
|
Remove a "\" from a multiline string constant by splitting it in two.
|
2004-01-13 04:57:57 +00:00 |
Marcus Meissner
|
41beb71636
|
Allow offset of NULL to NtWriteFile.
|
2004-01-09 20:09:08 +00:00 |
Alexandre Julliard
|
3604824262
|
If supported by the linker, prevent the ELF loader from calling the
dll constructors at load time and call them from the dll entry point
instead.
|
2004-01-08 03:36:53 +00:00 |
Alexandre Julliard
|
af542075e7
|
Don't use constructors for ntdll and kernel32 initialization.
|
2004-01-07 04:50:11 +00:00 |
Alexandre Julliard
|
7412125e46
|
Updates for the new loadorder handling of 16-bit dlls.
|
2004-01-05 21:19:22 +00:00 |
Mike Hearn
|
43cb03be3a
|
Implemented RegFlushKey and NtFlushKey.
|
2004-01-03 00:38:30 +00:00 |
Mike Hearn
|
5f5034ff3b
|
Print exe name when initialization fails.
|
2003-12-31 00:11:48 +00:00 |
Alexandre Julliard
|
5c92266987
|
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
|
2003-12-30 19:26:19 +00:00 |
Mike McCormack
|
9acaadea3f
|
Return an SID when GetTokenInformation is called with class
TokenOwner.
|
2003-12-30 19:17:05 +00:00 |
Hans Leidekker
|
73593d7eed
|
Check if a function exists before testing it.
|
2003-12-15 20:18:50 +00:00 |
Marcus Meissner
|
34528b91a9
|
Fixed potentially uninitialised sz.
|
2003-12-15 19:46:51 +00:00 |
Francois Gouget
|
8f63a714b2
|
Try not to display uninitialized data in traces (found by Valgrind).
|
2003-12-13 01:34:40 +00:00 |
Jon Griffiths
|
ae0ca56453
|
Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error,
RtlGUIDFromString, RtlStringFromGUID.
|
2003-12-12 05:56:44 +00:00 |
Dimitrie O. Paun
|
2eaefbd1a4
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
Alexandre Julliard
|
bb4ddfec28
|
Added a WINEDEBUG environment variable that allows turning on debug
output as early as possible during startup.
|
2003-12-05 00:17:41 +00:00 |
Jon Griffiths
|
03ce33f629
|
Implement the Rtlp* registry functions.
|
2003-12-04 20:52:12 +00:00 |
Alexandre Julliard
|
f752be843e
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
|
2003-12-04 05:51:01 +00:00 |
Alexandre Julliard
|
e85491274d
|
Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
Removed the C fallback code, do that in the callers instead.
|
2003-12-04 05:48:03 +00:00 |
Alexandre Julliard
|
86c905ab0c
|
We no longer need a special case for codepages on startup,
initialization is done in the correct order now.
|
2003-12-04 05:13:03 +00:00 |
Alexandre Julliard
|
0382aead65
|
Removed no longer used extra space allocated in the modref structure.
|
2003-12-03 20:28:41 +00:00 |
Alexandre Julliard
|
f3f435ffa1
|
Added wine_server_release_fd function to release the fd returned by
wine_server_handle_to_fd. Fixed a couple of potential fd leaks.
|
2003-12-01 23:01:12 +00:00 |
Alexandre Julliard
|
854e59d9ec
|
Allow RELAY_SetupDLL to be called twice on the same dll.
|
2003-12-01 22:49:33 +00:00 |
Alexandre Julliard
|
2ae6f4bd24
|
Fixed bitmap range checking to avoid integer overflows.
|
2003-11-29 00:23:23 +00:00 |
Francois Gouget
|
82bff6bddd
|
Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
may not be initialized (found by Valgrind).
|
2003-11-28 23:36:06 +00:00 |
Alexandre Julliard
|
402b79a1e8
|
Porting fixes.
|
2003-11-27 00:59:36 +00:00 |
Dmitry Timoshkov
|
602c4a7e8a
|
Fix another RtlReAllocateHeap call.
|
2003-11-26 22:03:21 +00:00 |
Alexandre Julliard
|
cba157e998
|
Better support for loading exe files as libraries.
Make sure kernel32 and ntdll have a full path name even though they
are loaded before we know the system dir.
|
2003-11-25 05:28:57 +00:00 |
Alexandre Julliard
|
6281d82e87
|
Store the thread entry point in the startup info passed to the new
thread instead of the TEB.
|
2003-11-25 03:42:05 +00:00 |
Alexandre Julliard
|
9e73f55af3
|
Store the last error code at the TEB offset used by NT instead of the
Win9x one.
|
2003-11-25 01:53:23 +00:00 |
Alexandre Julliard
|
16b4411669
|
Removed MODULE_GetLoadOrderA.
|
2003-11-25 01:03:04 +00:00 |
Dimitrie O. Paun
|
c762f5d7af
|
RtlHeapReAllocate() should not allocate memory.
Add small test to make sure it doesn't return.
Don't import ntdll for tests, we need to load it dynamically.
|
2003-11-25 01:02:02 +00:00 |
Robert Shearman
|
3842103c74
|
Handle EIO file error.
|
2003-11-21 23:53:44 +00:00 |
Dimitrie O. Paun
|
f448b79e79
|
RtlReAllocateHeap() does not allocate memory.
|
2003-11-20 23:44:13 +00:00 |
Alexandre Julliard
|
746d900b04
|
Force minimum stack size to 1Mb for Xlib.
|
2003-11-18 00:14:17 +00:00 |
Alexandre Julliard
|
f9be2f3d21
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
Alexandre Julliard
|
8fb98a41e0
|
Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro,
and stop exporting the WINE_LDT_FIRST_ENTRY constant.
|
2003-11-17 20:12:56 +00:00 |
Alexandre Julliard
|
daeccba704
|
Moved the exec_wine_binary function to the wine library, and use it to
exec the wineserver too.
|
2003-11-11 22:21:29 +00:00 |
Alexandre Julliard
|
dfe1df6408
|
Make sure the protection flags on the memory view of the PE header
match the actual mmap protection.
|
2003-11-11 22:06:59 +00:00 |
Ulrich Czekalla
|
fd5e811c4e
|
Added stubs for AccessCheckByType, AddAuditAccessAce,
GetNamedSecurityInfoA, GetNamedSecurityInfoW.
Implemented ConvertStringSecurityDescriptorToSecurityDescriptorW,
DeleteAce, MakeAbsoluteSD, GetAclInformation, ConvertStringSidToSidW,
RtlDeleteAce, RtlQueryInformationAcl.
|
2003-11-11 22:03:24 +00:00 |
Carlos Lozano
|
b40a287e03
|
NtReadFile checks that offset is not null.
|
2003-11-11 21:57:07 +00:00 |
Jukka Heinonen
|
d7ee5f3f31
|
Fix race in real mode event handling.
Merge real mode pending event checking routines.
Remove some obsolete code.
|
2003-11-11 00:44:10 +00:00 |