2005-02-21 |
Juan Lang | Fix NtQueryPerformanceCounter parameter checking. Spott... |
tree | commitdiff |
2005-02-15 |
Uwe Bonnes | Use local buffer in RtlUpcaseUnicodeStringToCountedOemS... |
tree | commitdiff |
2005-02-15 |
Ivan Leo Puoti | Move Rtl*Registry* structs, defines and prototypes... |
tree | commitdiff |
2005-02-14 |
Alexandre Julliard | Brad DeMorrow |
tree | commitdiff |
2005-02-14 |
Ivan Leo Puoti | Add implementation for RtlQueryRegistryValues, RtlCheck... |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Cast the GetProcAddress() return value to avoid warning... |
tree | commitdiff |
2005-02-14 |
Marcelo Duarte | - Correct time zone for BRT and BRST. |
tree | commitdiff |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
tree | commitdiff |
2005-02-10 |
Mike Hearn | Alter the version heuristics a bit. |
tree | commitdiff |
2005-02-09 |
Alexandre Julliard | Consider any character above 0x7f to be invalid in... |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Replace 10000000 with TICKSPERSEC to make it more obvio... |
tree | commitdiff |
2005-01-28 |
Rein Klazes | In NtQuerySystemInformation, handle request for informa... |
tree | commitdiff |
2005-01-27 |
Troy Rollo | Add TZ_INFO entry to match (incorrect) Australian Easte... |
tree | commitdiff |
2005-01-26 |
Rein Klazes | Get rid of the rdtsc cpu instruction method for calcula... |
tree | commitdiff |
2005-01-24 |
Ivan Leo Puoti | Added NtLoadDriver and NtUnloadDriver stubs. |
tree | commitdiff |
2005-01-24 |
Dmitry Timoshkov | Make HeapFree(NULL) case faster by retrieving heap... |
tree | commitdiff |
2005-01-24 |
Gerald Pfeifer | Fix format string in NtQueryVirtualMemory(). |
tree | commitdiff |
2005-01-20 |
Hans Leidekker | Stub implementations for EnumPageFiles{A,W}, GetProcess... |
tree | commitdiff |
2005-01-20 |
Tony Lambregts | Added time zone information for SAMT (Samara Standard... |
tree | commitdiff |
2005-01-20 |
Ulrich Czekalla | ACL fixes and cleanups. |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-11 |
Mike Hearn | Give a more informative error when a DLL fails to initi... |
tree | commitdiff |
2005-01-07 |
Robert Shearman | - Add a complete, sorted listed of IOCTLS implemented... |
tree | commitdiff |
2005-01-06 |
Rein Klazes | On Linux, use fstatfs instead of fstatvfs. It is too... |
tree | commitdiff |
2005-01-06 |
Tony Lambregts | Add Brazilian standard time. |
tree | commitdiff |
2005-01-04 |
Alexandre Julliard | Fixed the FIXME in RtlNtStatusToDosError, and implemented |
tree | commitdiff |
2005-01-04 |
Alexandre Julliard | Support mapping non page-aligned binaries for SEC_IMAGE... |
tree | commitdiff |
2005-01-03 |
Eric Pouech | Fixed some regressions from the previous change. |
tree | commitdiff |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions. |
tree | commitdiff |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAcces... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-17 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-17 |
Vincent Béron | Better detect a dll's Windows version. |
tree | commitdiff |
2004-12-16 |
Ivan Leo Puoti | Better EXE version check in VERSION_GetLinkedDllVersion. |
tree | commitdiff |
2004-12-14 |
Alexandre Julliard | Generate stub entries on the fly for missing entry... |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Fixed read_directory_getdents for large directories... |
tree | commitdiff |
2004-12-08 |
Gerald Pfeifer | Avoid a warning on FreeBSD. |
tree | commitdiff |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them. |
tree | commitdiff |
2004-12-06 |
Alexandre Julliard | Use a direct getdents syscall on Linux to avoid relying on |
tree | commitdiff |
2004-12-06 |
Stewart Allen | Added SAST (South African Standard Time), corrected... |
tree | commitdiff |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Fixed RtlExpandEnvironmentStrings_U to not depend on... |
tree | commitdiff |
2004-11-28 |
Dmitry Timoshkov | Add a test for ReadFile/WriteFile fault handling, make... |
tree | commitdiff |
2004-11-23 |
Alexandre Julliard | Append .dll extension in all cases (spotted by Mike... |
tree | commitdiff |
2004-11-21 |
Eric Frias | Permit unaligned memory access on sparc. |
tree | commitdiff |
2004-11-21 |
Alexander Yaworsky | Added NOVT timezone info. |
tree | commitdiff |
2004-11-21 |
Eric Pouech | Moved kernel32.DeleteFileW core implementation to ntdll... |
tree | commitdiff |
2004-11-09 |
Hamish | Fix for async writes to comm ports. |
tree | commitdiff |
2004-11-06 |
Alexandre Julliard | Free the memory view before we unload a builtin dll... |
tree | commitdiff |
2004-11-06 |
Rein Klazes | - RtlTimeFieldsToTime should not normalize the time... |
tree | commitdiff |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
tree | commitdiff |
2004-11-02 |
Jeremy White | Tune the behavior of Sleep() and Waitxxx() to more... |
tree | commitdiff |
2004-11-02 |
Vitaly Lipatov | Added MSK timezone info. |
tree | commitdiff |
2004-11-02 |
Michael Jung | Added CET timezone info. |
tree | commitdiff |
2004-11-02 |
Roger Olson | Add Pacific Standard Time (PST) to TZ_INFO. |
tree | commitdiff |
2004-10-30 |
Francois Gouget | #ifdef out the tests if compiling with the Platform... |
tree | commitdiff |
2004-10-25 |
Eric Pouech | - fixed the way length of msvcrt runtime info is passed |
tree | commitdiff |
2004-10-22 |
Rein Klazes | Correct the calculation of the year for the 31'st of... |
tree | commitdiff |
2004-10-21 |
Rein Klazes | Correct the calculation of the year for the 31'st of... |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Add some more Alpha asm code and Alpha-specific parts. |
tree | commitdiff |
2004-10-18 |
Rein Klazes | In RtlQueryTimezoneInformation use information from... |
tree | commitdiff |
2004-10-18 |
Mike McCormack | Mask SIGCHLD to prevent partial writes in the new_proce... |
tree | commitdiff |
2004-10-11 |
Robert Shearman | Fix NtAllocateVirtualMemory declaration and fix users... |
tree | commitdiff |
2004-10-11 |
Alexandre Julliard | Implemented NtYieldExecution. |
tree | commitdiff |
2004-10-09 |
Jeremy White | Made NtDelayExecution with a 0 timeout yield the CPU... |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Added a fallback implementation of futimes. |
tree | commitdiff |
2004-10-04 |
Filip Navara | Add UTC to the time zone list. |
tree | commitdiff |
2004-09-24 |
Uwe Bonnes | Make WINEDLLOVERRIDES also match for *dll. |
tree | commitdiff |
2004-09-22 |
Richard Cohen | Move TRACE inside TRY block. |
tree | commitdiff |
2004-09-22 |
Alexander Yaworsky | Moved TRACEs to the beginning of functions. |
tree | commitdiff |
2004-09-21 |
Alexander Yaworsky | Make RtlCreateUserThread fail if process handle is... |
tree | commitdiff |
2004-09-15 |
Mike McCormack | Use FILE_SHARE_DELETE when loading modules, as running... |
tree | commitdiff |
2004-09-14 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-09-14 |
Steven Edwards | Added stub for NtShutdownSystem. |
tree | commitdiff |
2004-09-13 |
Alexandre Julliard | Don't try to stat network mounts in parse_mount_entries... |
tree | commitdiff |
2004-09-13 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
tree | commitdiff |
2004-09-07 |
Alexandre Julliard | Avoid integer overflows in NTDLL_get_server_timeout... |
tree | commitdiff |
2004-09-06 |
Francois Gouget | Test some more ntdll types. |
tree | commitdiff |
2004-09-06 |
Uwe Bonnes | More defines for TZ_INFO. |
tree | commitdiff |
2004-09-06 |
Francois Gouget | Disable MSVC warning 4116 to avoid the 'unnamed type... |
tree | commitdiff |
2004-09-06 |
Robert Shearman | Improve documentation for critical sections. |
tree | commitdiff |
2004-09-01 |
Francois Gouget | Fix/update the TOKEN_STATISTICS check. |
tree | commitdiff |
2004-09-01 |
Francois Gouget | Disable the RtlBitMap tests if compiling with the Micro... |
tree | commitdiff |
2004-08-30 |
Mike McCormack | Stub implementations for NtAdjustGroupsToken and NtAler... |
tree | commitdiff |
2004-08-27 |
Mike McCormack | Added stub implementations for NtDeleteFile and NtCance... |
tree | commitdiff |
2004-08-26 |
Jason Edmeades | Don't clear the information structure for non supported... |
tree | commitdiff |
2004-08-25 |
Francois Gouget | Enable the disabled tests in tests.data or add a commen... |
tree | commitdiff |
2004-08-24 |
Francois Gouget | Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I... |
tree | commitdiff |
2004-08-24 |
Pierre d'Herbemont | Added signal support for Darwin/i386. |
tree | commitdiff |
2004-08-23 |
Francois Gouget | Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000... |
tree | commitdiff |
2004-08-22 |
Francois Gouget | Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to... |
tree | commitdiff |
2004-08-22 |
Francois Gouget | Remove these Wine-only types: |
tree | commitdiff |
2004-08-19 |
Francois Gouget | Remove types that don't exist from tests.dat. |
tree | commitdiff |
2004-08-19 |
Robert Shearman | Handle ECONNRESET in FILE_GetNtStatus. |
tree | commitdiff |
2004-08-19 |
Robert Shearman | - Errors should only be reported to I/O completion... |
tree | commitdiff |
2004-08-19 |
Emmanuel Maillard | - Update build system to support IOKit and CoreFoundati... |
tree | commitdiff |
2004-08-18 |
Rein Klazes | Do not make a directory read-only. |
tree | commitdiff |
next |