projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
rpcrt4: Add delegating stub support.
[wine]
/
dlls
/
ntdll
/
2006-08-28
Alexandre Julliard
makefiles: Only run test and documentation targets...
tree
|
commitdiff
2006-08-25
Stefan Leichter
ntdll: Print 64bit integers with wine_dbgstr_longlong.
tree
|
commitdiff
2006-08-23
Mike McCormack
ntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
tree
|
commitdiff
2006-08-23
Stefan Leichter
ntdll/tests: Print 64bit integers as two 32 bit integers.
tree
|
commitdiff
2006-08-18
Paul Vriens
ntdll: Fix failing test on windows.
tree
|
commitdiff
2006-08-15
Alexandre Julliard
ntdll: Default to native loadorder for the main exe...
tree
|
commitdiff
2006-08-11
Alexandre Julliard
ntdll: Remove some macros and clean up the code now...
tree
|
commitdiff
2006-08-11
Alexandre Julliard
ntdll: Switch linux to siginfo-style signal handling.
tree
|
commitdiff
2006-08-07
Alexandre Julliard
ntdll: Get rid of the Linux legacy signal stack switching.
tree
|
commitdiff
2006-08-07
Tijl Coosemans
ntdll: Cleanup signal_i386.c a bit and fix *BSD.
tree
|
commitdiff
2006-08-07
Alexandre Julliard
ntdll: Fixed buffer overflow in NtQueryDirectoryFile...
tree
|
commitdiff
2006-08-07
Tijl Coosemans
ntdll: Add FreeBSD default serial port device.
tree
|
commitdiff
2006-08-04
Alexandre Julliard
ntdll: Fix a race condition at thread exit.
tree
|
commitdiff
2006-08-04
Robert Shearman
ntdll: Add an optimisation for NtQueryDirectoryFile...
tree
|
commitdiff
2006-08-04
Robert Reif
ntdll: Fix some function arguments.
tree
|
commitdiff
2006-07-31
Alexandre Julliard
ntdll: Move the calling of the process entry point...
tree
|
commitdiff
2006-07-31
Alexandre Julliard
ntdll: Set initial module refcount to 1 to avoid unload...
tree
|
commitdiff
2006-07-30
Alexandre Julliard
ntdll: Use the right section size when setting protections.
tree
|
commitdiff
2006-07-26
Alexandre Julliard
server: Convert the server start time to the abs_time_t...
tree
|
commitdiff
2006-07-26
Alexandre Julliard
server: Convert thread creation/exit times to the abs_t...
tree
|
commitdiff
2006-07-26
Alexandre Julliard
ntdll: Renamed the NTDLL_get/from_server_timeout functi...
tree
|
commitdiff
2006-07-25
Alexandre Julliard
ntdll: Avoid accessing the TEB after the memory view...
tree
|
commitdiff
2006-07-24
Alexandre Julliard
ntdll: Allocate the PEB with NtAllocateVirtualMemory...
tree
|
commitdiff
2006-07-24
Alexandre Julliard
ntdll: Support memory allocations inside reserved areas.
tree
|
commitdiff
2006-07-24
Alexandre Julliard
ntdll: Propagate the MEM_TOP_DOWN flag into the map_vie...
tree
|
commitdiff
2006-07-21
Alexandre Julliard
ntdll: Use NtAllocateVirtualMemory to allocate all...
tree
|
commitdiff
2006-07-21
Stefan Siebert
ntdll: Implementation of process CreationTime and ExitTime.
tree
|
commitdiff
2006-07-21
Alexandre Julliard
ntdll: Simplify the sanity checks in RtlFreeHeap and...
tree
|
commitdiff
2006-07-21
Alexandre Julliard
ntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
tree
|
commitdiff
2006-07-21
Alexandre Julliard
ntdll: Add a few more free list entries to the heap.
tree
|
commitdiff
2006-07-19
Alexandre Julliard
ntdll: Null-terminate strings returned by VFAT_IOCTL_RE...
tree
|
commitdiff
2006-07-19
Alexandre Julliard
kernel: Added support for exec'ing a new Win32 process.
tree
|
commitdiff
2006-07-19
Alexandre Julliard
server: Simplify process creation.
tree
|
commitdiff
2006-07-17
Robert Shearman
ntdll: Fix a return code from RtlVerifyVersionInfo...
tree
|
commitdiff
2006-07-17
Robert Shearman
ntdll: Fix RtlVerifyVersionInfo handling of major,...
tree
|
commitdiff
2006-07-17
Robert Shearman
ntdll: Use a common condition value for the major,...
tree
|
commitdiff
2006-07-17
Robert Shearman
ntdll: Reduce duplicated code in RtlVerifyVersionInfo...
tree
|
commitdiff
2006-07-13
Alexandre Julliard
ntdll: Make sure to not unmap anything from reserved...
tree
|
commitdiff
2006-07-13
Alexandre Julliard
ntdll: Use the map_view() function to allocate TEBs...
tree
|
commitdiff
2006-07-13
Alexandre Julliard
ntdll: Support for arbitrary memory allocation granularity.
tree
|
commitdiff
2006-07-13
Alexandre Julliard
ntdll: Moved the calling of the process entry point...
tree
|
commitdiff
2006-07-11
Alexandre Julliard
libs: Merged libwine_unicode into libwine.
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore .ok files in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore testlist.c in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Ignore generated import libraries from the...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
Take advantage of the recursive nature of .gitignore...
tree
|
commitdiff
2006-07-10
Paul Vriens
ntdll/tests: Added some NULL testing.
tree
|
commitdiff
2006-07-05
Paul Vriens
ntdll: Fix possible TRACE crash.
tree
|
commitdiff
2006-06-30
Paul Vriens
ntdll: Fix return codes for NtCreateKey (with tests).
tree
|
commitdiff
2006-06-27
Alexandre Julliard
ntdll: Faster critical sections on MacOS using Mach...
tree
|
commitdiff
2006-06-27
Vitaliy Margolen
ntdll: Fix 2 failing test on native. Change Wine accord...
tree
|
commitdiff
2006-06-26
Vijay Kiran Kamuju
ntdll: Add UZT timezone info.
tree
|
commitdiff
2006-06-23
Alexandre Julliard
libwine: Added entry for sigprocmask in the pthread...
tree
|
commitdiff
2006-06-21
Andrew Talbot
ntdll: Write-strings warnings fix.
tree
|
commitdiff
2006-06-20
Dmitry Timoshkov
ntdll: Compile VIRTUAL_Dump only when somebody really...
tree
|
commitdiff
2006-06-20
Alexandre Julliard
ntdll: Fixed tape.c compilation on Solaris.
tree
|
commitdiff
2006-06-19
Jeremy White
ntdll: On Solaris, limits.h is required for PATH_MAX.
tree
|
commitdiff
2006-06-19
Robert Shearman
ntdll: If ObjectAttributes is NULL then an error is...
tree
|
commitdiff
2006-06-16
Francois Gouget
ntdll: Use page_size instead of page_mask+1.
tree
|
commitdiff
2006-06-14
Robert Shearman
ntdll: Change the test for no relocation information...
tree
|
commitdiff
2006-06-13
Alexandre Julliard
ntdll: Cast termios.c_cflag to avoid a printf format...
tree
|
commitdiff
2006-06-13
Alexandre Julliard
ntdll/tests: Don't use sizeof in ok() to avoid printf...
tree
|
commitdiff
2006-06-13
Alexandre Julliard
ntdll/tests: Use lstrlenA instead of strlen in ok(...
tree
|
commitdiff
2006-06-13
Michael Stefaniuc
Yet another round of redundant NULL checks before HeapFree.
tree
|
commitdiff
2006-06-12
Alexandre Julliard
ntdll: Explicitly specify CDECL calling convention...
tree
|
commitdiff
2006-06-12
Alexandre Julliard
ntdll: Added spec entry for NtQueryMultipleValueKey.
tree
|
commitdiff
2006-06-09
Pierre d'Herbemont
ntdll: Fix NtQueryInformationThread on non x86.
tree
|
commitdiff
2006-05-27
Eric Pouech
ntdll: Free TLS pointers when exiting thread.
tree
|
commitdiff
2006-05-27
Eric Pouech
ntdll/kernel32: Moved GetThreadSelectorEntry to ntdll.
tree
|
commitdiff
2006-05-27
Eric Pouech
ntdll/kernel32: Pipe information.
tree
|
commitdiff
2006-05-27
Alexandre Julliard
ntdll: Implemented RtlPcToFileHeader.
tree
|
commitdiff
2006-05-25
Francois Gouget
ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for superm...
tree
|
commitdiff
2006-05-24
Alexandre Julliard
Tests should not use wine/unicode.h.
tree
|
commitdiff
2006-05-24
Alexandre Julliard
libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_db...
tree
|
commitdiff
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
tree
|
commitdiff
2006-05-17
Paul Vriens
ntdll/tests: Don't fail if a process is not available.
tree
|
commitdiff
2006-05-15
Francois Gouget
Fix some winapi_check documentation warnings.
tree
|
commitdiff
2006-05-15
Robert Shearman
server: Retrieve the groups for a token from the server.
tree
|
commitdiff
2006-05-15
Stefan Leichter
ntdll: Fix endless loop in port test for users without...
tree
|
commitdiff
2006-05-15
Eric Pouech
ntdll: Fix serial timeout regression.
tree
|
commitdiff
2006-05-10
Bernd Buschinski
ntdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
tree
|
commitdiff
2006-05-10
James Hawkins
ntdll: Add initial tests for the NT Ports API.
tree
|
commitdiff
2006-05-10
James Hawkins
ntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: EscapeCommFunction & associated IOCTLs
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: SetupComm & SET_QUEUE_SIZE
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: GetCommState & IOCTL_GET_CHARS
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: SetCommState & IOCTL_SET_CHARS
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
tree
|
commitdiff
2006-05-09
Eric Pouech
ntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
tree
|
commitdiff
2006-05-09
Marcus Meissner
ntdll: Make the section with AddressOfEntryPoint in...
tree
|
commitdiff
2006-05-08
Mike Hearn
ntdll: Fix heap corruption in RtlDeleteAce.
tree
|
commitdiff
2006-05-05
Robert Shearman
ntdll: Fix size check for NtQueryInformationToken(Token...
tree
|
commitdiff
2006-05-05
Michael Stefaniuc
Don't check pointers for NULL before RtlFreeHeap. It...
tree
|
commitdiff
2006-04-20
Jacek Caban
ntdll: Added NtGetTickCount implementation.
tree
|
commitdiff
2006-04-20
Alexandre Julliard
ntdll: Use NtSetContextThread in NtRaiseException.
tree
|
commitdiff
next