- 18 Jan, 2004 1 commit
-
-
Eric Pouech authored
-
- 12 Dec, 2003 1 commit
-
-
Jon Griffiths authored
RtlGUIDFromString, RtlStringFromGUID.
-
- 04 Dec, 2003 2 commits
-
-
Jon Griffiths authored
-
Alexandre Julliard authored
make them available for imports.
-
- 01 Dec, 2003 1 commit
-
-
Alexandre Julliard authored
wine_server_handle_to_fd. Fixed a couple of potential fd leaks.
-
- 25 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 11 Nov, 2003 1 commit
-
-
Ulrich Czekalla authored
GetNamedSecurityInfoA, GetNamedSecurityInfoW. Implemented ConvertStringSecurityDescriptorToSecurityDescriptorW, DeleteAce, MakeAbsoluteSD, GetAclInformation, ConvertStringSidToSidW, RtlDeleteAce, RtlQueryInformationAcl.
-
- 05 Nov, 2003 3 commits
-
-
Alexandre Julliard authored
pthread support, and removed the corresponding SYSDEPS functions. Moved stack allocation for new threads to wine_pthread_create_thread to allow more flexibility.
-
Ulrich Czekalla authored
Fixed some related SE_SELF_RELATIVE bugs.
-
Alexandre Julliard authored
Converted the SIGUSR2 handler to use setup_exception (probably still not working properly).
-
- 31 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
ntdll.
-
- 28 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 10 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 09 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 08 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
SYSLEVEL_Win16CurrentTeb variable between kernel and ntdll. On the kernel side, replaced SYSLEVEL_Win16CurrentTeb by CallTo16_TebSelector stored directly in the asm relay code to avoid a run-time relocation.
-
- 06 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
dlls/ntdll/loader.c, (ab)using the LdrInitializeThunk entry point.
-
- 04 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 18 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
couple of unnecessary functions.
-
- 08 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 19 Aug, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 09 Jul, 2003 2 commits
-
-
Dmitry Timoshkov authored
-
Alexandre Julliard authored
NtQueryInformationThread.
-
- 08 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 30 Jun, 2003 1 commit
-
-
Alexandre Julliard authored
The handle count must not be 0 in NtWaitForMultipleObjects (spotted by Troy Rollo).
-
- 24 Jun, 2003 1 commit
-
-
Eric Pouech authored
dlls/kernel subdir (also splitting 16bit APIs in a separate file) - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the kernel32 equivalent - implemented a few information classes in NtQueryInformationFile and NtSetInformationFile (still lots of missing classes) - enhanced the get_file_info server request in order to implement correctly NtQueryInformationFile (change time & file alloc size) - rewrote registry loading to comply with latest changes
-
- 16 Jun, 2003 2 commits
-
-
Eric Pouech authored
- RtlDoesFileExists_U as a stub - RtlDosSearchPath_U
- 20 May, 2003 2 commits
-
-
Eric Pouech authored
ObjectDataInformation class.
-
Eric Pouech authored
functions use them.
-
- 15 May, 2003 1 commit
-
-
Eric Pouech authored
RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one partially as we can't test whether a path exists or not).
-
- 13 May, 2003 1 commit
-
-
Eric Pouech authored
behavior in RtlQueryEnvironmentString.
-
- 12 May, 2003 1 commit
-
-
Aric Stewart authored
use 'ptr'.
-
- 11 May, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 08 May, 2003 1 commit
-
-
Eric Pouech authored
-
- 06 May, 2003 1 commit
-
-
Thomas Mertes authored
RtlInitUnicodeStringEx. Documentation updates for RtlInitAnsiString, RtlInitString, RtlInitUnicodeString, RtlAnsiStringToUnicodeString and RtlOemStringToUnicodeString.
-
- 01 May, 2003 1 commit
-
-
Robert Shearman authored
RtlAddAce, RtlValidAcl. - Added the corresponding functions in advapi32. - Grouped the ACL functions in advapi32.
-
- 29 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 22 Apr, 2003 1 commit
-
-
Eric Pouech authored
-
- 16 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
Implemented RtlUpcaseUnicodeStringToCountedOemString.
-
- 12 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-