projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Explicitly check for MSICONDITION_TRUE being returned from
[wine]
/
dlls
/
ntdll
/
ntdll_misc.h
2005-10-28
Alexandre Julliard
Added an implementation of the FSCTL_DISMOUNT_VOLUME...
blob
|
commitdiff
|
raw
2005-09-14
Alexandre Julliard
Support arbitrary sizes for the thread signal stack...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Alexandre Julliard
Moved the FileFsDeviceInformation query to a separate...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-11
Alexandre Julliard
Added a wine_unix_to_nt_file_name function to do proper...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-10
Alexandre Julliard
Moved the version initialization to ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-09
Alexandre Julliard
Added a VIRTUAL_alloc_teb function to allocate TEBs...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-02
Alexandre Julliard
Use the new RtlExitUserThread function instead of exporting
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Dmitry Timoshkov
Make VIRTUAL_HandleFault return an NTSTATUS.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-14
Alexandre Julliard
Moved initialization of the default user process parame...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-14
Alexandre Julliard
Moved the server start time to the init_thread request...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Return the startup info size in the init_thread request...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Initialize relay debugging earlier on now that the...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-25
Mike McCormack
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Alexandre Julliard
Moved the ntdll per-thread data out of the TEB into...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-16
Alexandre Julliard
Removed the special casing of kernel32 and ntdll for...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-07
Alexandre Julliard
Prefix the internal name of all register functions...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-20
Alexandre Julliard
Remove all traces of the VIRTUAL_SetFaultHandler support.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Robert Shearman
Implement NtQueryTimer.
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-07-15
Alexandre Julliard
Set the system directory in ntdll as soon as we have...
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-04-23
Alexandre Julliard
Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
blob
|
commitdiff
|
raw
|
diff to current
2004-04-20
Alexandre Julliard
Reimplemented GetFileAttributesW, SetFileAttributesW...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-12
Alexandre Julliard
Implemented NtCreatelFile using the new symlink scheme.
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-03-16
Mike Hearn
- Add debug SnoopFromInclude/SnoopFromExclude options.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-16
Alexandre Julliard
Implemented NtQueryDirectoryFile (partly based on a...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-12
Alexandre Julliard
Get rid of ntdll_get_process_heap and ntdll_get_process...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-04
Alexandre Julliard
Open a real file handle for drive devices, and get...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-18
Eric Pouech
Added support for Unix code page in NTDLL.
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-11-25
Alexandre Julliard
Store the thread entry point in the startup info passed...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-17
Alexandre Julliard
Removed some unnecessary includes.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-09
Alexandre Julliard
Moved the remaining SYSDEPS_* functions to the wine_pth...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-06
Alexandre Julliard
Added server_abort_thread to replace SYSDEPS_AbortThread.
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-10-10
Alexandre Julliard
Changed the init code to make libwine load only ntdll...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Added hack to call CreateFileW through a pointer so...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-07
Alexandre Julliard
Removed references to GetSystemDirectoryW.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-06
Alexandre Julliard
Moved the final process init and dependency loading to
blob
|
commitdiff
|
raw
|
diff to current
2003-09-29
Alexandre Julliard
Converted most of the loader code to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-25
Alexandre Julliard
Moved loadorder support to dlls/ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-19
Alexandre Julliard
Moved 32-bit relay and snoop support to dlls/ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-19
Alexandre Julliard
Moved the 32-bit builtin loader and the remaining bits...
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-06-30
Alexandre Julliard
Implemented NtDelayExecution and make Sleep call it.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-24
Eric Pouech
- started implementing ntdll.NtDeviceIoControlFile...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Eric Pouech
- fixed a couple of bugs in ntdll environment functions...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-22
Alexandre Julliard
Start to make use of the proper PEB structure for process
blob
|
commitdiff
|
raw
|
diff to current
2003-05-08
Eric Pouech
Implemented a bunch of environment related NTDLL APIs.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-07
Alexandre Julliard
Added possibility to filter relay traces based on the...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-05
Alexandre Julliard
Rewrote most of the import fixup code to avoid doing...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-02
Alexandre Julliard
Added abs_time_t structure to the server protocol,...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-31
Alexandre Julliard
Moved WaitForMultipleObjects to ntdll (based on a patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-21
Eric Pouech
Removed no longer needed MODREF.find_export field.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-14
Eric Pouech
- implementation of LdrLoadDll out of loader/module.c
blob
|
commitdiff
|
raw
|
diff to current
2003-03-14
Eric Pouech
- implementation of LdrUnloadDll out of loader/module.c
blob
|
commitdiff
|
raw
|
diff to current
2003-03-06
Eric Pouech
- implemented LdrGetProcedureAddress and made use of...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-05
Alexandre Julliard
Removed ntdll dependency on MultiByteToWideChar/WideCha...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-15
Alexandre Julliard
Fixed a few prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-26
Alexandre Julliard
Fixed debugstr_as/us prototypes.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Alexandre Julliard
Optimized debugging API to reduce code size.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-23
Juergen Schmied
- implementation of RtlReg* (read access), RtlEvent...
blob
|
commitdiff
|
raw
|
diff to current