projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- CoSetState info should be thread local.
[wine]
/
dlls
/
ntdll
/
2004-02-09
Francois Gouget
Assorted spelling and case fixes.
tree
|
commitdiff
2004-02-09
Dmitry Timoshkov
Add a test case for Virtual* APIs, fix a few bugs disco...
tree
|
commitdiff
2004-02-07
Alexandre Julliard
Get pointer to CreateFileW earlier on during startup.
tree
|
commitdiff
2004-02-07
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2004-02-07
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2004-02-06
Alexandre Julliard
Trace register contents on exception.
tree
|
commitdiff
2004-02-05
Alexandre Julliard
Fixed a couple of race conditions in the wine_pthread...
tree
|
commitdiff
2004-01-30
Alexandre Julliard
Added memory constraint to avoid miscompilation of...
tree
|
commitdiff
2004-01-23
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2004-01-23
Ge van Geldorp
Rename LARGE_INTEGER and ULARGE_INTEGER members "s...
tree
|
commitdiff
2004-01-20
Eric Pouech
- RtlGetFullPathName_U: rewritten so that the source...
tree
|
commitdiff
2004-01-19
Alexandre Julliard
Fixed an error message.
tree
|
commitdiff
2004-01-18
Eric Pouech
Added support for Unix code page in NTDLL.
tree
|
commitdiff
2004-01-16
Alexandre Julliard
Check for overlapping memory views and delete the offen...
tree
|
commitdiff
2004-01-16
Robert Lunnon
Save UESP instead of ESP where UESP defined.
tree
|
commitdiff
2004-01-15
Eric Pouech
Reimplemented Get{Short|Long}PathName and updated the...
tree
|
commitdiff
2004-01-14
Alexandre Julliard
Fixed __siginfo type for Solaris (based on a patch...
tree
|
commitdiff
2004-01-13
Vincent Béron
Remove a "\" from a multiline string constant by splitt...
tree
|
commitdiff
2004-01-09
Marcus Meissner
Allow offset of NULL to NtWriteFile.
tree
|
commitdiff
2004-01-08
Alexandre Julliard
If supported by the linker, prevent the ELF loader...
tree
|
commitdiff
2004-01-07
Alexandre Julliard
Don't use constructors for ntdll and kernel32 initializ...
tree
|
commitdiff
2004-01-05
Alexandre Julliard
Updates for the new loadorder handling of 16-bit dlls.
tree
|
commitdiff
2004-01-03
Mike Hearn
Implemented RegFlushKey and NtFlushKey.
tree
|
commitdiff
2003-12-31
Mike Hearn
Print exe name when initialization fails.
tree
|
commitdiff
2003-12-30
Alexandre Julliard
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
tree
|
commitdiff
2003-12-30
Mike McCormack
Return an SID when GetTokenInformation is called with...
tree
|
commitdiff
2003-12-15
Hans Leidekker
Check if a function exists before testing it.
tree
|
commitdiff
2003-12-15
Marcus Meissner
Fixed potentially uninitialised sz.
tree
|
commitdiff
2003-12-13
Francois Gouget
Try not to display uninitialized data in traces (found...
tree
|
commitdiff
2003-12-12
Jon Griffiths
Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
tree
|
commitdiff
2003-12-08
Dimitrie O. Paun
Move content of global.h into the appropriate private...
tree
|
commitdiff
2003-12-05
Alexandre Julliard
Added a WINEDEBUG environment variable that allows...
tree
|
commitdiff
2003-12-04
Jon Griffiths
Implement the Rtlp* registry functions.
tree
|
commitdiff
2003-12-04
Alexandre Julliard
Implement some more register functions using DEFINE_REG...
tree
|
commitdiff
2003-12-04
Alexandre Julliard
Moved the DEFINE_REGS_ENTRYPOINT macros to include...
tree
|
commitdiff
2003-12-04
Alexandre Julliard
We no longer need a special case for codepages on startup,
tree
|
commitdiff
2003-12-03
Alexandre Julliard
Removed no longer used extra space allocated in the...
tree
|
commitdiff
2003-12-01
Alexandre Julliard
Added wine_server_release_fd function to release the...
tree
|
commitdiff
2003-12-01
Alexandre Julliard
Allow RELAY_SetupDLL to be called twice on the same...
tree
|
commitdiff
2003-11-29
Alexandre Julliard
Fixed bitmap range checking to avoid integer overflows.
tree
|
commitdiff
2003-11-28
Francois Gouget
Only convert '/'s to '\\'s up to the '\0' as the rest...
tree
|
commitdiff
2003-11-27
Alexandre Julliard
Porting fixes.
tree
|
commitdiff
2003-11-26
Dmitry Timoshkov
Fix another RtlReAllocateHeap call.
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Better support for loading exe files as libraries.
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Store the thread entry point in the startup info passed...
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Store the last error code at the TEB offset used by...
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Removed MODULE_GetLoadOrderA.
tree
|
commitdiff
2003-11-25
Dimitrie O. Paun
RtlHeapReAllocate() should not allocate memory.
tree
|
commitdiff
2003-11-21
Robert Shearman
Handle EIO file error.
tree
|
commitdiff
2003-11-20
Dimitrie O. Paun
RtlReAllocateHeap() does not allocate memory.
tree
|
commitdiff
2003-11-18
Alexandre Julliard
Force minimum stack size to 1Mb for Xlib.
tree
|
commitdiff
2003-11-17
Alexandre Julliard
Removed some unnecessary includes.
tree
|
commitdiff
2003-11-17
Alexandre Julliard
Added wine_ldt_is_system() to replace the IS_SELECTOR_S...
tree
|
commitdiff
2003-11-11
Alexandre Julliard
Moved the exec_wine_binary function to the wine library...
tree
|
commitdiff
2003-11-11
Alexandre Julliard
Make sure the protection flags on the memory view of...
tree
|
commitdiff
2003-11-11
Ulrich Czekalla
Added stubs for AccessCheckByType, AddAuditAccessAce,
tree
|
commitdiff
2003-11-11
Carlos Lozano
NtReadFile checks that offset is not null.
tree
|
commitdiff
2003-11-11
Jukka Heinonen
Fix race in real mode event handling.
tree
|
commitdiff
2003-11-09
Alexandre Julliard
Moved the remaining SYSDEPS_* functions to the wine_pth...
tree
|
commitdiff
2003-11-06
Alexandre Julliard
Added server_abort_thread to replace SYSDEPS_AbortThread.
tree
|
commitdiff
2003-11-05
Alexandre Julliard
Added wine_pthread_create_thread and wine_pthread_exit_...
tree
|
commitdiff
2003-11-05
Ulrich Czekalla
Implemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf...
tree
|
commitdiff
2003-11-05
Alexandre Julliard
Use the signal stack pointer to determine the current...
tree
|
commitdiff
2003-11-04
Alexandre Julliard
Allocate the TEB and signal stack separately from the...
tree
|
commitdiff
2003-11-04
Gerald Pfeifer
The CDDA case of CDROM_RawRead() no longer works on...
tree
|
commitdiff
2003-11-03
Alexandre Julliard
Allocate a memory view for builtin dlls so that Virtual...
tree
|
commitdiff
2003-11-03
Alexandre Julliard
Fixed type and protection values returned by NtQueryVir...
tree
|
commitdiff
2003-10-31
Alexandre Julliard
Implemented RtlCreateUserThread, and use it to move...
tree
|
commitdiff
2003-10-30
Alexandre Julliard
Fixed race in %gs selector restoring during vm86 mode...
tree
|
commitdiff
2003-10-30
Pavel Roskin
Include ntdll_misc.h to avoid undefined reference to...
tree
|
commitdiff
2003-10-28
Alexandre Julliard
Removed no longer needed SIGNAL_Unblock() function.
tree
|
commitdiff
2003-10-28
Alexandre Julliard
Implemented Add/RemoveVectoredExceptionHandler.
tree
|
commitdiff
2003-10-28
Alexandre Julliard
Switch back to the main process stack before calling...
tree
|
commitdiff
2003-10-28
Alexandre Julliard
Repaired relay debugging for kernel and ntdll (spotted...
tree
|
commitdiff
2003-10-28
Uwe Bonnes
get_full_path_helper: Handle the case \\.\\ as intended...
tree
|
commitdiff
2003-10-24
Alexandre Julliard
Use sigsetjmp instead of setjmp in Wine internal except...
tree
|
commitdiff
2003-10-24
Alexandre Julliard
Call the application entry point from kernel32, some...
tree
|
commitdiff
2003-10-22
Alexandre Julliard
Simplified signal stack allocation a bit, and avoid...
tree
|
commitdiff
2003-10-22
Alexandre Julliard
A signal stack is not needed on PowerPC.
tree
|
commitdiff
2003-10-21
Dave Belanger
Fix splitpath and wsplitpath for the file extension.
tree
|
commitdiff
2003-10-16
Alexandre Julliard
Fixed handling of relay and snoop include/exclude lists...
tree
|
commitdiff
2003-10-15
Alexandre Julliard
Rewrote splitpath and wsplitpath to avoid modifying...
tree
|
commitdiff
2003-10-14
Jukka Heinonen
Remove races from DPMI async event handling.
tree
|
commitdiff
2003-10-14
Gerald Pfeifer
Fix function pointer variable declaration in __wine_pro...
tree
|
commitdiff
2003-10-14
Alexandre Julliard
Set or clear the BeingDebugged flag in the PEB when...
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Moved the pthread emulation into the main binary so...
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Fixed importing of dlls with no exports (reported by...
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Link kernel32 as a normal dll.
tree
|
commitdiff
2003-10-10
Alexandre Julliard
Changed the init code to make libwine load only ntdll...
tree
|
commitdiff
2003-10-09
Alexandre Julliard
Use the Rtl bitmap functions to implement Tls allocation.
tree
|
commitdiff
2003-10-09
Alexandre Julliard
Added a few missing exports.
tree
|
commitdiff
2003-10-09
Alexandre Julliard
Moved the constructor for the initial TEB to ntdll...
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Added __wine_set_signal_fs function to avoid sharing the
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Duplicate parts of the relay debugging init code into...
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Moved build_command_line back to kernel and make it...
tree
|
commitdiff
2003-10-08
Pavel Roskin
Include ntdll_misc.h to get the GetCurrentProcess/Threa...
tree
|
commitdiff
2003-10-08
Pavel Roskin
Include ntdll_misc.h to get the GetCurrentProcess/Threa...
tree
|
commitdiff
2003-10-08
Pavel Roskin
Eliminate dependency on SetLastError().
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Moved a few more functions to the dlls/kernel directory.
tree
|
commitdiff
2003-10-08
Alexandre Julliard
Link all remaining files that contain kernel APIs into...
tree
|
commitdiff
next