reactos.git
2009-08-07 Stefan Ginsberg- Remove HalDisplayString from the DDK as it doesn...
2009-08-07 Michael Martin- Calling NtLoadDriver on an already loaded driver...
2009-08-07 KJK::Hyperionmodified include/psdk/windows.h
2009-08-07 Stefan Ginsberg- Properly stub atan2/exp/fmod/ldexp for MSVC -- #error...
2009-08-07 KJK::HyperionUse include path for typeof.h that only depends on...
2009-08-07 KJK::Hyperionadded include/reactos/wine/typeof.h
2009-08-07 Cameron Gutman - We associate the MDL with the IRP later (in TdiBuild...
2009-08-07 Cameron Gutman - Call IoCompleteRequest to free IRPs created by IoBui...
2009-08-07 Christoph von... include windef.h to get the definitions for BYTE and...
2009-08-07 Christoph von... stub bdasup
2009-08-07 Gregor SchneiderIntChangeDisplaySettings: set last error before leaving...
2009-08-07 Gregor SchneiderRemove deprecated define
2009-08-07 Christoph von... add bdasup.h
2009-08-07 Stefan Ginsberg- winddk.h: Don't define NTSYSAPI and NTSYSCALLAPI...
2009-08-07 Johannes Anderwald- Remove hack of starting stream automatically when...
2009-08-07 Johannes Anderwald- Set the stream state to run when opening the device
2009-08-07 Stefan Ginsberg- Add inlined assembly for MSVC to _clearfp, _control87...
2009-08-07 Johannes Anderwald[KS]
2009-08-07 Daniel ReimerBug 4700: Translation patch, Dutch, for explorer-new...
2009-08-07 Cameron Gutman - Send a gratuitous ARP packet when our IP address...
2009-08-07 Timo KreuzerFix a serious bug, that led to reading beyound the...
2009-08-07 Cameron Gutman - Fix a bug resulting in ROS discarding all gratuitous...
2009-08-07 KJK::HyperionSee r42442. One of the affected files was duplicated...
2009-08-07 KJK::Hyperionmodified base/applications/network/netstat/netstat.c
2009-08-07 KJK::Hyperionmodified lib/3rdparty/libsamplerate/libsamplerate...
2009-08-07 KJK::HyperionVisual C++ doesn't like division by zero in constants...
2009-08-07 KJK::Hyperionmodified dll/win32/opengl32/gl.c
2009-08-07 Timo Kreuzer[win32k]
2009-08-07 KJK::Hyperionmodified base/services/audiosrv/pnp_list_manager.c
2009-08-07 KJK::Hyperionmodified dll/win32/advapi32/advapi32.h
2009-08-07 KJK::Hyperionmodified lib/3rdparty/libxml2/libxml2.rbuild
2009-08-07 KJK::Hyperionmodified include/crt/float.h
2009-08-07 KJK::Hyperionmodified jmorecfg.h
2009-08-06 Timo Kreuzer[FORMATTING]
2009-08-06 Dmitry GorbachevAdd GetLogicalProcessorInformation() and a stub for...
2009-08-06 Johannes Anderwald- Add a few parameters check
2009-08-06 Johannes Anderwald- Check if translated / untranslated resource list...
2009-08-06 Stefan Ginsberg- Fix the last mingw msvc build issues -- just use...
2009-08-06 Gregor Schneider[Temp] Revert checkpoints, comment out first two tests...
2009-08-06 Stefan Ginsberg- Don't define ssize_t -- it is already done in rosdhcp.h
2009-08-06 Gregor Schneider[Temp] add some checkpoints to narrow the mysterious...
2009-08-06 Stefan Ginsberg- Don't rely on the default calling convention being...
2009-08-06 Gregor SchneiderRetrieve the timezone bias in mktime via GetTimeZoneInf...
2009-08-06 Gregor Schneider[Temp] add some checkpoints to narrow the mysterious...
2009-08-06 Gregor Schneider-Increase array size to allow proper string termination...
2009-08-06 Stefan Ginsberg- MSVC fix: static __inline__ -> FORCEINLINE
2009-08-06 Gregor SchneiderSwitch from time to time_new 2/2:
2009-08-06 Gregor SchneiderSwitch from time to time_new 1/2:
2009-08-06 Aleksey Bragin- Add PsGetThreadId declaration.
2009-08-06 Stefan Ginsberg- crt: Use ANSI C types
2009-08-06 Gregor Schneider-Merge license change from AMD64 branch (r42414)
2009-08-06 Gregor Schneider-Deactivate _invalid_parameter for now, depends on...
2009-08-05 Stefan Ginsberg- Fix msvc build of win32k -- reported by Amine.
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-05 Christoph von... brouser -> browser
2009-08-05 Gregor Schneider-Add a crt regression test suite, extending the msvcrt...
2009-08-05 Stefan Ginsberg- Fix release build broken in 42400
2009-08-05 Cameron Gutman - Fix a bug in TDI_TRANSPORT_ADDRESS_FILE handling
2009-08-05 Cameron Gutman - Correct the loopback adapter's address mask and...
2009-08-05 Gregor Schneiderasctime/ctime: Check for too low input time, fixes...
2009-08-05 Gregor Schneider-_ecvt really uses a static buffer for return values
2009-08-04 Cameron Gutman - Partial rewrite of recursive mutex code
2009-08-04 Cameron Gutman - Add missing locking to DeallocatePort
2009-08-04 Gregor SchneiderFix formatting
2009-08-04 Johannes Anderwald- Implement KsMergeAutomationTables
2009-08-04 Johannes Anderwald- Add KsRemoveItemFromObjectBag prototype
2009-08-04 Timo KreuzerLeftover from r42394, gendib, too
2009-08-04 Timo KreuzerPatch by Amine Khaldi: Get rid of XlatePatternToDest...
2009-08-04 Timo KreuzerSet pulXlate to aulXlate when freeing the allocated...
2009-08-04 Timo KreuzerXLATEOBJ rewrite.
2009-08-04 Stefan Ginsberg- Make kernel build again after __STDC__ change in...
2009-08-04 Cameron Gutman - Hardcode the return value of OID_GEN_HARDWARE_STATUS...
2009-08-04 Dmitry Chapyshev- Add "ReactOS Application Manager". This program is...
2009-08-04 Cameron Gutman - Finally get IRP_MJ_CLOSE working properly
2009-08-04 Stefan Ginsberg- Follow up to 41644: Get rid of the Wine headers using...
2009-08-04 Dmitry Chapyshev- Sync FreeLibrary with Wine. Fixes an exception at...
2009-08-04 Cameron Gutman - Add a debug print
2009-08-04 Gregor Schneider_ecvt:
2009-08-04 Gregor Schneidersprintf:
2009-08-04 Stefan Ginsberg- Remove asm-optimized versions of RtlRandom and RtlUni...
2009-08-03 Aleksey Bragin- Add PsGetProcessInheritedFromUniqueProcessId declarat...
2009-08-03 Cameron GutmanBroadcast fixes
2009-08-03 Stefan Ginsberg- Cleanup from 42219 -- remove superfluous return statement
2009-08-03 Johannes Anderwald- Add swenum.h (written from scratch)
2009-08-03 Cameron Gutman - Fix some cleanup vs. close confusion
2009-08-03 Stefan Ginsberg- Minisync of gdiplus to fix a C4717 warning
2009-08-03 Stefan Ginsberg- mingw: __builtin_return_address -> _ReturnAddress...
2009-08-03 Stefan Ginsberg- Err, fix build of DxHalTest
2009-08-03 Stefan Ginsberg- Make symdump and ctm msvc-aware
2009-08-03 Stefan Ginsberg- Remove WIP comment -- the fix is correct
2009-08-03 Stefan Ginsberg- Fix some msvc issues in rostests
2009-08-03 Gregor SchneiderUse ALL_X macros in fstat, fixes one msvcrt file winetest
2009-08-03 Gregor Schneider- Fix mbslwr: increment pointer in both cases (prevents...
2009-08-03 Stefan Ginsberg- strmini.h: Include windef.h so CDECL gets defined...
2009-08-03 Cameron Gutman - Revert r42358 due to what seems to be issues handlin...
2009-08-03 Cameron Gutman - Fix a typo
2009-08-03 Cameron Gutman - Check if the handle is valid before closing it
2009-08-03 Timo KreuzerMore gdi xlate tests.
2009-08-03 Cameron Gutman - Keep waiting for a reply if we get one that is not...
2009-08-03 Cameron Gutman - Don't hold the spin lock when calling the request...
next