projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Verify the tail contents when validating a large block.
[wine]
/
dlls
/
ntdll
/
2010-01-26
Alexandre Julliard
ntdll: Verify the tail contents when validating a large...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Fill the tail of existing large blocks when...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Fill the tail of large blocks too for tail checking.
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Move alloc notification closer to the allocation...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Verify free block contents when validating the...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Verify the tail contents when validating an...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Fill existing tail and free blocks when the...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Use the same value as Windows for filling free...
tree
|
commitdiff
2010-01-26
Alexandre Julliard
ntdll: Fill the tail of heap blocks when HEAP_TAIL_CHEC...
tree
|
commitdiff
2010-01-25
Alexandre Julliard
ntdll: Use the heap flags instead of debug channels...
tree
|
commitdiff
2010-01-25
Freddie Tilley
ntdll: Detect more cpu features in get_cpuinfo.
tree
|
commitdiff
2010-01-22
Alexandre Julliard
ntdll: Set the heap debug flags based on the GlobalFlag...
tree
|
commitdiff
2010-01-22
Alexandre Julliard
ntdll: Make it possible to use RtlGetNtGlobalFlags...
tree
|
commitdiff
2010-01-20
Alexandre Julliard
ntdll: Load the various PEB global options at startup.
tree
|
commitdiff
2010-01-20
Alexandre Julliard
ntdll: Implement LdrQueryImageFileExecutionOptions...
tree
|
commitdiff
2010-01-20
Freddie Tilley
ntdll: Set cpu frequency for FreeBSD 7.2 and higher.
tree
|
commitdiff
2010-01-18
Alexandre Julliard
ntdll: Fix the NtCreateEvent prototype.
tree
|
commitdiff
2010-01-18
Andrew Nguyen
ntdll/tests: Report appropriate skips for information...
tree
|
commitdiff
2010-01-18
Andrew Nguyen
ntdll/tests: Re-enable a commented virtual memory test.
tree
|
commitdiff
2010-01-18
Andrew Nguyen
ntdll/tests: Report skip when time conversion functions...
tree
|
commitdiff
2010-01-18
Andrew Nguyen
ntdll/tests: Remove useless ifdef statements.
tree
|
commitdiff
2010-01-18
Andrew Nguyen
ntdll/tests: Remove obsolete commented code.
tree
|
commitdiff
2010-01-16
Alexandre Julliard
winebuild: Output the asm relay functions as needed...
tree
|
commitdiff
2010-01-16
Alexandre Julliard
winebuild: Rename __wine_call_from_32_regs for consiste...
tree
|
commitdiff
2010-01-14
Andrew Nguyen
ntdll/tests: Add a few additional tests for wcsrchr.
tree
|
commitdiff
2010-01-14
Andrew Nguyen
ntdll/tests: Add a few additional tests for wcschr.
tree
|
commitdiff
2010-01-14
Andrew Nguyen
ntdll/tests: Allow native crashing code to be compiled.
tree
|
commitdiff
2010-01-14
Andrew Nguyen
ntdll/tests: Make function pointer checks consistent...
tree
|
commitdiff
2010-01-11
Paul Vriens
ntdll/tests: Fix a test failure on NT4.
tree
|
commitdiff
2010-01-08
Nikolay Sivov
ntdll: Release buffer when it won't be referenced.
tree
|
commitdiff
2010-01-08
Alexandre Julliard
ntdll: Don't require read access to the root directory...
tree
|
commitdiff
2010-01-08
Alexandre Julliard
ntdll: Return a correct name also for file objects...
tree
|
commitdiff
2010-01-08
Alexandre Julliard
server: Add support for returning the object name in...
tree
|
commitdiff
2010-01-08
Paul Vriens
ntdll: Fix length parameter for NtQueryValueKey (Coccin...
tree
|
commitdiff
2009-12-30
Alexandre Julliard
ntdll: Move the LDT locking functions to the i386-speci...
tree
|
commitdiff
2009-12-30
Rob Shearman
ntdll: Fix typo in RTL_ReportRegistryValue which caused...
tree
|
commitdiff
2009-12-29
Gerald Pfeifer
ntdll: Avoid one warning around assert(0).
tree
|
commitdiff
2009-12-28
Gerald Pfeifer
ntdll: Use #ifdef instead of #if to check for _DARWIN_F...
tree
|
commitdiff
2009-12-17
Paul Vriens
ntdll/tests: Fix a memory leak (Valgrind).
tree
|
commitdiff
2009-12-16
Paul Vriens
ntdll/tests: Fix a test failure on NT4/W2K.
tree
|
commitdiff
2009-12-15
Marcus Meissner
ntdll: Check for NULL attr in NtOpenKey (Coverity).
tree
|
commitdiff
2009-12-14
Rob Shearman
ntdll: Ignore the hole in the FILE_PIPE_WAIT_FOR_BUFFER...
tree
|
commitdiff
2009-12-09
Alexandre Julliard
ntdll: Search the whole filesystem under the starting...
tree
|
commitdiff
2009-12-09
Hans Leidekker
ntdll/tests: Free Unicode string before reuse.
tree
|
commitdiff
2009-12-09
Alexandre Julliard
ntdll/tests: Avoid size_t in traces.
tree
|
commitdiff
2009-12-08
Huw Davies
ntdll: Only free the string if the test succeeded.
tree
|
commitdiff
2009-12-08
Hans Leidekker
ntdll/tests: Fix a memory leak.
tree
|
commitdiff
2009-12-08
Gerald Pfeifer
ntdll: Guard debugging code by #ifdef instead of plain...
tree
|
commitdiff
2009-12-08
Alexandre Julliard
ntdll/tests: Add tests for open directories with NtCrea...
tree
|
commitdiff
2009-12-07
Alexandre Julliard
ntdll: Get rid of a line break in a trace.
tree
|
commitdiff
2009-12-07
Hans Leidekker
ntdll/tests: Fix a memory leak.
tree
|
commitdiff
2009-12-07
Huw Davies
ntdll: Fix a few memory leaks in tests.
tree
|
commitdiff
2009-12-04
Wolfram Sang
ntdll: Silence RtlNtStatusToDosErrorNoTeb() a bit.
tree
|
commitdiff
2009-12-04
Alexandre Julliard
ntdll/tests: Fix a few test failures on Windows in...
tree
|
commitdiff
2009-12-04
Alexandre Julliard
ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
tree
|
commitdiff
2009-12-03
Alexandre Julliard
ntdll/tests: Add some tests for opening files by file id.
tree
|
commitdiff
2009-12-03
Alexandre Julliard
ntdll: Add support for the FILE_OPEN_BY_FILE_ID flag...
tree
|
commitdiff
2009-12-03
Alexandre Julliard
ntdll: Don't report a file id for directory entries...
tree
|
commitdiff
2009-12-03
Alexandre Julliard
ntdll: Remove an unnecessary NULL pointer check.
tree
|
commitdiff
2009-12-03
Alexandre Julliard
ntdll: Fix test failure on recent Windows versions.
tree
|
commitdiff
2009-12-01
Alexandre Julliard
ntdll/tests: Add tests for opening files with a root...
tree
|
commitdiff
2009-12-01
Alexandre Julliard
ntdll: Add support for converting file names to Unix...
tree
|
commitdiff
2009-12-01
Alexandre Julliard
ntdll: Move the directory lookup part of wine_nt_to_uni...
tree
|
commitdiff
2009-12-01
Maarten Lankhorst
ntdll: Silence a common warning.
tree
|
commitdiff
2009-12-01
Henri Verbeet
ntdll/tests: Add some tests for FileAllInformation...
tree
|
commitdiff
2009-12-01
Henri Verbeet
ntdll: Also return name information for FileAllInformation.
tree
|
commitdiff
2009-12-01
Henri Verbeet
ntdll: Fix the FileAllInformation info size.
tree
|
commitdiff
2009-11-30
Dan Kegel
ntdll: Implement RtlGetNtGlobalFlags(), add related...
tree
|
commitdiff
2009-11-30
Nikolay Sivov
ntdll: Call DLL_PROCESS_DETACH if attaching failed.
tree
|
commitdiff
2009-11-29
Rob Shearman
ntdll: Don't read beyond the end of the array on the...
tree
|
commitdiff
2009-11-19
Alexandre Julliard
ntdll: Merge the thread data and thread regs structure...
tree
|
commitdiff
2009-11-19
Alexandre Julliard
ntdll: Move initialization of the debug registers to...
tree
|
commitdiff
2009-11-19
Alexandre Julliard
ntdll: Moved the TEB allocation routines to the platfor...
tree
|
commitdiff
2009-11-19
Henri Verbeet
ntdll/tests: Add a FileNameInformation test with filesy...
tree
|
commitdiff
2009-11-19
Henri Verbeet
ntdll/tests: Disable filesystem redirection for test_fi...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Add support for the different info classes in...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Make the various directory info size functions...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Pass the NtQueryDirectoryFile info class down...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Define a generic file information structure...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Pass the full I/O status block to append_entry...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Use the common fill_stat_info function from...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
ntdll: Add a common function to compute file informatio...
tree
|
commitdiff
2009-11-18
Alexandre Julliard
include: Add some more definitions for FILE_INFORMATION...
tree
|
commitdiff
2009-11-17
Rob Shearman
server: Extend get_token_user server call to also retri...
tree
|
commitdiff
2009-11-13
Detlef Riekenberg
ntdll/tests: GetVolumePathnameW is not present before...
tree
|
commitdiff
2009-11-12
Henri Verbeet
ntdll: Fix the FileNameInformation info size.
tree
|
commitdiff
2009-11-12
Henri Verbeet
ntdll/tests: Add some tests for the NtQueryInformationF...
tree
|
commitdiff
2009-11-12
Henri Verbeet
ntdll: Implement the FileNameInformation class for...
tree
|
commitdiff
2009-11-11
Alexandre Julliard
ntdll: Implemented RtlCaptureStackBackTrace for i386.
tree
|
commitdiff
2009-11-11
Alexandre Julliard
ntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
tree
|
commitdiff
2009-11-04
Alexandre Julliard
ntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
tree
|
commitdiff
2009-11-04
Huw Davies
ntdll/tests: Fix spelling of succeeded.
tree
|
commitdiff
2009-10-30
Austin English
ntdll: Add support for Windows 7 version.
tree
|
commitdiff
2009-10-28
Alexandre Julliard
ntdll: The meaning of the flag is inverted between...
tree
|
commitdiff
2009-10-27
Yann Droneaud
ntdll: Use __asm__ keyword instead of asm in signal_spa...
tree
|
commitdiff
2009-10-26
André Hentschel
ntdll: Implement KeyNameInformation.
tree
|
commitdiff
2009-10-26
André Hentschel
ntdll: Stub for RtlNumberGenericTableElements.
tree
|
commitdiff
2009-10-26
Alexander Nicolays...
ntdll: Add RtlGetProductInfo stub.
tree
|
commitdiff
2009-10-22
Alexandre Julliard
ntdll: Add Windows directory redirections for Wow64.
tree
|
commitdiff
2009-10-22
Alexandre Julliard
ntdll: Abstract the support for comparing file identities.
tree
|
commitdiff
next