reactos.git
2009-06-24 Cameron Gutman - Fix a crash that happens when we are running at...
2009-06-24 Christoph von... stub NtSetThreadExecutionState needed by PowerPoint...
2009-06-24 Christoph von... fix 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... sync 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... sync ntdll rtlstr winetest with wine 1.1.24
2009-06-23 Christoph von... sync crypt32_winetest with wine 1.1.24
2009-06-23 Christoph von... sync kernel32_winetest with wine 1.1.24
2009-06-23 Christoph von... sync 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... fix comment IsUserAdmin -> IsUserAnAdmin
2009-06-22 Christoph von... partial advapi32 sid sync to wine 1.1.24
2009-06-22 Christoph von... don'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... sync CreateWellKnownSid with wine 1.1.24
2009-06-22 Christoph von... sync advapi32_winetest 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... sync user32 button with wine 1.1.24
2009-06-22 Christoph von... sync user32_winetest with wine 1.1.24
2009-06-22 Christoph von... sync credui with wine 1.1.24
2009-06-22 Christoph von... sync hhctrl.ocx with wine 1.1.24
2009-06-22 Christoph von... sync cryptdlg and cryptui with wine 1.1.24
2009-06-22 Christoph von... sync 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... sync advpack and msi with wine 1.1.24
2009-06-22 Christoph von... sync jscript_winetest with wine 1.1.24
2009-06-22 Christoph von... sync 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
2009-06-19 Christoph von... partial dbghelp wine sync
2009-06-19 Christoph von... improve some more Lsa stubs
2009-06-19 Christoph von... better stub for LsaEnumerateAccountRights
2009-06-19 Stefan Ginsberg- Define noreturn attribute for KeBugCheck/Ex in a...
2009-06-19 Stefan Ginsberg- Define UNREFERENCED_PARAMETER for cmlib when built...
2009-06-19 Johannes Anderwald- Fix build
2009-06-19 Johannes Anderwald- Make ks.h and drmk.h msvc compatible
2009-06-19 Johannes Anderwald- Improve user mode buffer probing
2009-06-19 Dmitry Chapyshev- Add target process reference/dereference in ProcessWo...
2009-06-19 Dmitry Chapyshev- Check buffer length for ProcessQuotaLimits/ProcessBas...
2009-06-19 Dmitry Chapyshev- Add probing of the result buffers
2009-06-19 Cameron Gutman - Fix 2 typos
2009-06-19 Cameron Gutman - Report that we are NDIS 5.1
2009-06-19 Cameron Gutman - Big debugging update
next