reactos.git
2009-06-18 Aleksey Bragin- Implement ProcessQuotaLimits case for NtQueryInformat...
2009-06-18 Stefan Ginsberg- Add missing NTAPI to DriverEntry
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-18 Daniel ReimerBug 4620: Incorrect code page output in shutdown.exe...
2009-06-18 Ged MurphyFix the version data in the registry to match what...
2009-06-18 Daniel ReimerBug 4610: Dutch translation for Solitaire by reFly...
2009-06-18 Johannes Anderwald- mmreg uses for all structures contained byte-aligned...
2009-06-18 Cameron Gutman - Make NdisGeneratePartialCancelId safe by using Inter...
2009-06-18 KJK::HyperionMiscellaneous Visual C++ compilation fixes
2009-06-18 KJK::Hyperionmodified tools/rbuild/backend/mingw/rules.mak
2009-06-17 KJK::Hyperionmodified include/crt/math.h
2009-06-17 Dmitry GorbachevDo not lie about compiler optimizations.
2009-06-17 Christoph von... fix msvc build
2009-06-17 Stefan Ginsberg- Leftover from 41436
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-17 Christoph von... some code cleanup
2009-06-17 KJK::Hyperionmodified include/crt/_mingw.h
2009-06-17 Kamil Hornicek- correct fix, also free the allocated buffer
2009-06-17 Kamil Hornicek- sync quartz with Wine 1.1.23
2009-06-17 Kamil Hornicek- kill warnings
2009-06-17 KJK::HyperionFix (?) build
2009-06-17 KJK::Hyperionmodified include/crt/stdarg.h
2009-06-16 Stefan Ginsberg- Replace "VOLATILE" with "volatile"
2009-06-16 Christoph von... attempt to convert most of this mess into something...
2009-06-16 Dmitry Chapyshev- Stub-implement NhGetInterfaceNameFromDeviceGuid and...
2009-06-16 Dmitry Chapyshev- Revert last wine sync for imagelist
2009-06-16 Dmitry Chapyshev- Add Symbol font from Wine
2009-06-16 Dmitry Chapyshev- Add ntlanman.dll (not implemented)
2009-06-16 Johannes Anderwald- SetupDiOpenClassRegKeyExW should ERROR_INVALID_CLASS...
2009-06-16 KJK::Hyperionmodified dll/win32/srclient/srclient_main.c
2009-06-15 Johannes Anderwald- TerminateProcess requires a valid handle
2009-06-15 Christoph von... fix warnings (untested)
2009-06-15 Timo Kreuzer- Fix definition of RTL_HANDLE_TABLE_ENTRY
2009-06-15 Kamil Hornicek- import dmusic from Wine, it's mostly stubs but it...
2009-06-15 Aleksey Bragin- Don't reinitialize in case of error. Fixes a "DPC...
2009-06-15 Aleksey Bragin- Fix NULL pointer access in an error branch inside...
2009-06-15 Dmitry Chapyshev- Add target process reference/dereference in ProcessLd...
2009-06-14 Dmitry GorbachevDutch translation of NetID DLL by Oscar van Egmond...
2009-06-14 Dmitry Chapyshev- Fix one "kernel32_winetest mailslot" test
2009-06-14 Dmitry Chapyshev- Fix one "kernel32_winetest thread"
2009-06-14 Christoph von... add missing include guard
2009-06-14 Sylvain PetreolleCleanup GetAdaptersAddresses.
2009-06-14 Sylvain PetreolleAdd needed defines for Vista network api
2009-06-14 Dmitry Chapyshev- Add SectionHandle probing
2009-06-14 Dmitry Chapyshev- Add probing of the result buffer
2009-06-14 Cameron Gutman - Implement NdisIMGetBindingContext and NdisIMGetDevic...
2009-06-13 Sylvain PetreolleFix 2 kernel32:environ tests.
2009-06-13 Dmitry GorbachevLowercase STATIC and CONST. Fixes build with DBG but...
2009-06-13 Dmitry Chapyshev- Fix 5 winetests for CreateProcessA/W
2009-06-13 Cameron Gutman - Header cleanup
2009-06-13 Cameron Gutman - Implement NdisIMCopySendPerPacketInfo and NdisIMCopy...
2009-06-13 Cameron Gutman - Implement NdisGeneratePartialCancelId
2009-06-12 Timo KreuzerPatch by Olaf Siejka (caemyr gmail com):
2009-06-12 Dmitry GorbachevFix bug #4558 ("buildno" is not compatible with SVN...
2009-06-12 Dmitry Chapyshev- Revert r41390
2009-06-12 Dmitry Chapyshev- Revert r41389
2009-06-12 Dmitry Chapyshev- Fix build
2009-06-12 Timo KreuzerChangeDisplaySettingsExA: don't leak the memory for...
2009-06-12 Dmitry Chapyshev- Verify user32 export list with Win 2k3 R2
2009-06-12 Dmitry Chapyshev- Add job limit flags (based on MSDN info)
2009-06-12 Dmitry Chapyshev- Set high priority class for winlogon.exe
2009-06-12 Dmitry Chapyshev- Start services.exe and lsass.exe with above normal...
2009-06-11 Cameron Gutman - Implement NdisCancelSendPackets
2009-06-11 Stefan Ginsberg- MINIPORT_CONFIGURATION_CONTEXT must be allocated...
2009-06-11 Stefan Ginsberg- PnpInit: Allocate IopBusTypeGuidList from nonpaged...
2009-06-11 Dmitry Chapyshev2 == MEMORY_PRIORITY_FOREGROUND
2009-06-11 Dmitry Chapyshev- Add debug messages for unimplemented cases in NtQuery...
2009-06-11 Dmitry Chapyshev- Add missed checks of the buffer length
2009-06-11 Dmitry Chapyshev- Add debug messages for unimplemented cases
2009-06-11 Michael Martin- FinishTest: Modify DbgPrint to match format of winetests.
2009-06-11 Michael Martin- Fix formatting.
2009-06-11 Aleksey Bragin- Add a lazy-initializing hack until user32 is able...
2009-06-11 Michael Martin - Add IoGetDeviceAttachmentBaseRef, IoGetDiskDeviceObj...
2009-06-10 KJK::HyperionFix Visual C++ build
2009-06-10 Aleksey Bragin- Implement ProcessPriorityClass case for NtSetInformat...
2009-06-10 Aleksey Bragin- Add PsSetProcessPriorityByClass() declaration to...
2009-06-10 KJK::Hyperionmodified ReactOS-generic.rbuild
2009-06-10 Dmitry Chapyshev- Fix Firefox 1.0/1.5 minimisation to taskbar
2009-06-10 KJK::HyperionFix the cheerleader, fix the build
2009-06-10 Johannes Anderwald- Check in wdmaud if a pin with the specified filter...
2009-06-10 KJK::Hyperionmodified tools/rbuild/backend/mingw/compilers/msc.mak
2009-06-10 Dmitry Chapyshev- Fix typo
2009-06-10 KJK::Hyperionmodified Makefile
2009-06-10 Dmitry Chapyshev- Set priority only if PriorityClass != PROCESS_PRIORIT...
2009-06-10 KJK::Hyperiondeleted tools/msc_helper
2009-06-10 Dmitry Chapyshev- Fix ProcessPriorityClass case in NtQueryInformationPr...
2009-06-10 Timo Kreuzer[FORMATTING]
2009-06-09 Johannes Anderwald- Topology nodes can have a nullable name
2009-06-09 Sylvain PetreolleDhcp HostName isn't mandatory.
2009-06-09 Aleksey Bragin- Fix accidentally committed change in a function proto...
2009-06-09 Sylvain Petreolledon't include private.h twice
2009-06-09 Aleksey Bragin- Make use of the implemented transfer counter.
2009-06-09 Aleksey Bragin- Implement a helper for updating IO transfer counters...
2009-06-09 Johannes Anderwald- Add a few sanity assert to KsCreate
2009-06-09 Michael Martin- MmUnmapViewOfSection: Unlock address space before...
2009-06-09 Johannes Anderwald- KeSaveFloatingPointState can be called at irql <...
2009-06-08 Johannes Anderwald- Store servicegroup obtained from IMiniportDMus /...
2009-06-08 Johannes Anderwald- Fix a bug in KsTopologyPropertyHandler
2009-06-08 Dmitry Chapyshev- Add cases for IOCTL_SCSI_MINIPORT and IOCTL_SCSI_PASS...
2009-06-08 Stefan Ginsberg- Clean up RtlSecureZeroMemory
next