Merge the OpenTTD update from 0.3.10 branch
[reactos.git] / reactos /
2009-06-26 Johannes Anderwald- Write strmini.h for stream class driver
2009-06-26 Johannes Anderwald- Callback routine expects fdo
2009-06-26 Johannes Anderwald- fix build broken in rev 41621
2009-06-26 Johannes Anderwald- Rewrite PcRegisterIoTimeout, PcUnregisterIoTimeout...
2009-06-26 Aleksey Bragin- Implement NtSetThreadExecutionState (in place of...
2009-06-26 Christoph von Wittichrevert 41599
2009-06-26 Christoph von Wittichfix formatting
2009-06-26 James Tabor- Fix breakage when in HCBT_CREATEWND callback.
2009-06-26 James Tabor- Turn off callback for HCBT_CREATEWND.
2009-06-25 James Tabor- Fix ATOM check for HCBT_CREATEWND callback.
2009-06-25 James Tabor- Implement HCBT_CREATEWND support. Tested with user32...
2009-06-25 Sylvain PetreolleAdd accessibility keys.
2009-06-25 Johannes Anderwald- revert 41605 as its incorrect
2009-06-25 Dmitry GorbachevRemove a hack from NtAccessCheck(). Bug #4169.
2009-06-25 KJK::HyperionNo reason to compile PSEH2 with other compilers than GCC
2009-06-25 Johannes Anderwald- Don't modify access status when function fails
2009-06-25 Timo KreuzerRewrite (NtUser)SystemParametersInfo and related.
2009-06-24 Dmitry GorbachevHack: partially undo r38510 changes to overcome regress...
2009-06-24 Christoph von Wittichfix typo
2009-06-24 Christoph von Wittichfix formatting
2009-06-24 Cameron Gutman - Fix a crash that happens when we are running at...
2009-06-24 Christoph von Wittichstub NtSetThreadExecutionState needed by PowerPoint...
2009-06-24 Christoph von Wittichfix crash while loading PowerPoint 2003 Viewer
2009-06-23 Stefan Ginsberg- Hey Arch, try to learn basic PSEH2 syntax before...
2009-06-23 Cameron Gutman - Fix the order of checks
2009-06-23 Cameron Gutman - We only need 11 chars to hold our 32-bit integer...
2009-06-23 Cameron Gutman - Move NDIS_VERSION into ndissys.h and use it for...
2009-06-23 Cameron Gutman - Fix adapter failure if a network address of invalid...
2009-06-23 Cameron Gutman - Fix a crash when reading the network address from...
2009-06-23 Christoph von Wittichsync urlmon with wine 1.1.24
2009-06-23 Cameron Gutman - Fix adapter failure when a network address is not...
2009-06-23 Christoph von Wittichsync shlwapi with wine 1.1.24
2009-06-23 ReactOS Portable... - Reimplement the way zeroing PTEs are used:
2009-06-23 ReactOS Portable... - Jesus Christ man, learn some C, will you?
2009-06-23 ReactOS Portable... - So it turns out bad things can happen if you play...
2009-06-23 ReactOS Portable... - Move ARM Pool to 0xB0000000 to avoid clashing with...
2009-06-23 ReactOS Portable... - Move hypermap.c into ARM3 since it will be changed...
2009-06-23 ReactOS Portable... - For one thing, fix build in ARM3/init.c (sorry!)
2009-06-23 ReactOS Portable... - Do not zero out MC_SYSTEM pages if they are "early...
2009-06-23 ReactOS Portable... - Do not reformat other people's code simply to reforma...
2009-06-23 ReactOS Portable... - Revert 41567:
2009-06-22 Christoph von Wittichfix comment IsUserAdmin -> IsUserAnAdmin
2009-06-22 Christoph von Wittichpartial advapi32 sid sync to wine 1.1.24
2009-06-22 Christoph von Wittichdon't build arm stuff on non arm builds
2009-06-22 Johannes Anderwald- define YieldProcessor msvc compatible
2009-06-22 KJK::HyperionChange <wine/list.h> to use the magic attribute salad...
2009-06-22 KJK::HyperionDon't want to fix all uses of PSEH2 macros, therefore...
2009-06-22 KJK::HyperionCorrect placement of calling convention attribute
2009-06-22 KJK::Hyperionmodified lib/sdk/crt/include/float.h
2009-06-22 KJK::Hyperionmodified lib/rtl/exception.c
2009-06-22 KJK::Hyperionmodified dll/win32/kernel32/file/volume.c
2009-06-22 Christoph von Wittichsync CreateWellKnownSid with wine 1.1.24
2009-06-22 KJK::Hyperion#define inline to __inline for Visual C++ when compilin...
2009-06-22 KJK::Hyperionmodified dll/ntdll/include/ntdll.h
2009-06-22 Christoph von Wittichsync user32 button with wine 1.1.24
2009-06-22 Christoph von Wittichsync credui with wine 1.1.24
2009-06-22 Christoph von Wittichsync hhctrl.ocx with wine 1.1.24
2009-06-22 Christoph von Wittichsync cryptdlg and cryptui with wine 1.1.24
2009-06-22 Christoph von Wittichsync crypt32 with wine 1.1.24
2009-06-22 Aleksey Bragin- Remove padding member from ETHREAD, it's not needed...
2009-06-22 Christoph von Wittichsync advpack and msi with wine 1.1.24
2009-06-22 Christoph von Wittichsync jscript with wine 1.1.24
2009-06-22 Dmitry GorbachevFix build.
2009-06-22 Dmitry GorbachevSilence warnings.
2009-06-22 Dmitry GorbachevFix comment.
2009-06-22 Dmitry Gorbachev[FORMATTING]
2009-06-22 Dmitry GorbachevRemove unused functions.
2009-06-22 Dmitry Gorbachev- If KDBG is not compiled in, try to use GDB instead.
2009-06-22 Dmitry GorbachevChange GDB stub.
2009-06-22 Dmitry GorbachevRemove unused stuff.
2009-06-22 ReactOS Portable... - Initialize system PTE space.
2009-06-22 ReactOS Portable... - Initialize count of System PTEs:
2009-06-22 ReactOS Portable... - Initialize nonpaged pool expansion system PTEs (MiIni...
2009-06-22 ReactOS Portable... - Initialize the ARM pool (MiInitializeArmPool):
2009-06-22 Cameron Gutman - Revert wininet back to pre-41059
2009-06-22 ReactOS Portable... - Begin the implementation of the ARM Pool Manager...
2009-06-22 ReactOS Portable... - The SVN pre-commit hook is broken: /srv/svn/reactos...
2009-06-22 ReactOS Portable... - Add a directory for the Alternative ReactOS Memory...
2009-06-22 Cameron Gutman - Fix a bug that caused translations of NdisParameterI...
2009-06-22 Cameron Gutman - Partial rewrite of NdisReadConfiguration
2009-06-21 KJK::HyperionMove gcc -g and -Wall options out of rbuild and into...
2009-06-21 KJK::HyperionCompilers other than GCC deserve offsetof, don't they?
2009-06-21 KJK::HyperionDon't change an std::set in the loop that enumerates...
2009-06-21 Johannes Anderwald- Fix a buffer overrun
2009-06-21 Daniel ReimerBug 4626: slovak update by Mario Kacmar
2009-06-21 Aleksey Bragin- Implement two helper functions to correctly set permi...
2009-06-21 Stefan Ginsberg- Define noreturn attribute for KeBugCheckWithTf and...
2009-06-21 Johannes Anderwald- Don't release object which drivers should release
2009-06-21 ReactOS Portable... - MC_NPPOOL is special-cased in the memory balancer...
2009-06-21 ReactOS Portable... - Nonpaged pool MEMORY_AREA is now initialized during...
2009-06-21 ReactOS Portable... - Introduce a new MEMORY_AREA flag, MEMORY_AREA_STATIC:
2009-06-21 ReactOS Portable... - Define a new consumer: MC_SYSTEM:
2009-06-21 ReactOS Portable... - Add another helper: MiGetPfnEntryIndex. This returns...
2009-06-21 ReactOS Portable... - Get rid of MmPageArray and MmPageArraySize since...
2009-06-21 ReactOS Portable... - It is very possible for MiGetPfnEntry to be called...
2009-06-21 ReactOS Portable... - Add missing flags for MmAllocatePagesForMdlEx.
2009-06-21 ReactOS Portable... - Remove MmGetPageFlags and MmSetPageFlags, there are...
2009-06-21 Johannes Anderwald- Use interval of 10ms for the periodic timer IPortPinW...
2009-06-20 Johannes Anderwald- Define private interface IPortWaveRTStreamInit in...
2009-06-20 Johannes Anderwald- Free forgotten irps
next