reactos.git
2006-09-12 Aleksey BraginJust one entrypoint="0" is enough
2006-09-12 Hervé PoussineauDon't call notification procedures with APC disabled...
2006-09-12 Ged MurphyRevert changes from r23620 until a better solution...
2006-09-12 Aleksey BraginFix last things preventing me from compiling the tree:
2006-09-12 Hervé PoussineauStart to support GUID_DEVICE_SYS_BUTTON interface....
2006-09-12 Hervé Poussineau[AUDIT] This file only include other files, so it can...
2006-09-12 Alex Ionescu- Re-merge 24062+24063, with a minor difference, they...
2006-09-12 Alex Ionescu- Partial revert of r20462/63. New HAL/Po/Ki code remai...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-11 Aleksey BraginThose two #ifdefs were wrong on my setup (straightforwa...
2006-09-11 Saveliy TretiakovFor windows with WS_EX_DLGMODALFRAME sysmenu can be...
2006-09-11 Hervé PoussineauFix halmp compilation
2006-09-11 Saveliy TretiakovThis testapp demonstrates WS_SYSMENU + WS_EX_DLGMODALFR...
2006-09-11 Saveliy TretiakovFix WS_SYSMENU+WS_EX_DLGMODALFRAME bug.
2006-09-11 Aleksey BraginAdd missing header
2006-09-11 Hervé PoussineauFix compilation on Linux hosts - try #2
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-11 Hervé PoussineauWe want to support hives version 1.3+ (up to 1.5 curren...
2006-09-11 Hervé PoussineauBetter handling of REG_LINK values
2006-09-11 Saveliy TretiakovImplement NtGdiCloseFigure (Fixes BSOD!)
2006-09-11 Saveliy TretiakovImplement NtGdiFlattenPath
2006-09-11 Alex Ionescu- Implement HalProcessorIdle.
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-11 Alex Ionescu- Add the actual missing code to KiQuantumEnd. It's...
2006-09-11 Alex Ionescu- Fix a critical bug in KiComputeNewPriority.
2006-09-11 Alex Ionescu- Fix KiDeliverApc prototype for PPC compatibilty.
2006-09-11 Alex Ionescu- Fix lock acquisition/release mismathces in KiInsertQu...
2006-09-11 Alex Ionescu- Fix stupid typo.
2006-09-11 Alex Ionescu- Add new KAPC_ENVIRONMENT mode: InsertApcEnvironment.
2006-09-11 Alex Ionescu- Fix comment headers for KeFlushQueueApc, KeInsertQueu...
2006-09-11 Alex Ionescu- Fix for Windows Kernel APC Data-Free Local Privilege...
2006-09-11 Alex Ionescu- Add ASSERT_APC definition.
2006-09-11 Alex Ionescu- Cleanup RepairList, KiMoveApcState.
2006-09-11 Alex Ionescu- Re-implement KiRequestApcInterrupt in ke_x.h. Make...
2006-09-11 Alex Ionescu- Re-organize apc.c into private/public functions ...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- We only need to update the page directory for the...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-10 Aleksey BraginCreate a place for some R&D work about booting Windows...
2006-09-10 Alex Ionescu- Remove KeGetCurrentProcess. This API doesn't exist.
2006-09-10 Aleksey BraginFix inconsistent formatting and other trails of GreatLo...
2006-09-10 Saveliy Tretiakovimplement NtGdiPathToRegion
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Add ASSERT_EVENT.
2006-09-10 Alex Ionescu- Add ASSERT_MUTANT and ASSERT_SEMAPHORE to our DDK.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Thomas BluemelFix difference in signedness warning
2006-09-10 Thomas BluemelFix LdrRelocateImageWithBias prototype: Strings in...
2006-09-10 Alex Ionescu- Update the last remaining old function, KeSetBasePrio...
2006-09-10 Alex Ionescu- Reposition and update KeQueryBasePriorityThread to...
2006-09-10 Alex Ionescu- Update KeRevertToUserAffinityThread, KeSetSystemAffin...
2006-09-10 Alex Ionescu- Re-organize all internal functions in 3 groups:
2006-09-10 Aleksey Bragin- Add msvcrt linking where needed
2006-09-10 Alex Ionescu- Remove KeSetPreviousMode, KeDisableThreadApcQueueing.
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Hervé PoussineauInitialize MainResource and PagingIoResource fields...
2006-09-10 Hervé PoussineauLet mkhive use cmlib. "make install" now works and...
2006-09-10 Hervé PoussineauFix some warnings
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Aleksey Braginvsnprintf -> _vsnprintf
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-10 Aleksey BraginThese DPRINT1s are ONLY for Magnus' debuggin session.
2006-09-10 Aleksey Bragin- Implement enable/disable of protection for PE section...
2006-09-10 Hervé PoussineauRevert part of r23972. Now we can boot again
2006-09-10 Aleksey BraginDmitry Philippov: Fix GCC4 warning
2006-09-10 Aleksey Bragin[AUDIT]
2006-09-10 Aleksey Bragin- Move and slightly modify the relocation code to RTL...
2006-09-10 Hervé PoussineauAt last, enable screensaver
2006-09-10 Hervé PoussineauAdd stub for SPI_GETSCREENSAVEACTIVE (which always...
2006-09-10 Hervé PoussineauRemove screensaver implementation of win32k (ie revert...
2006-09-10 Hervé PoussineauLastInputTick value should be in milliseconds, accordin...
2006-09-09 Hervé PoussineauAdd missing entrypoint="0" directive in rbuild files...
2006-09-09 Hervé PoussineauAdd missing entrypoint="0" directive in rbuild files...
2006-09-09 Hervé PoussineauPut a NULL entry point if explicitly asked for. Thanks...
2006-09-09 Christoph von... *add support for the new SVN 1.4.x binary format
2006-09-09 Magnus OlsenImplement GetLastInput base on bug 1753 patch by P43LOk,
2006-09-09 Saveliy TretiakovImplement NtGdiGetPath (based on wine)
2006-09-09 Hervé PoussineauImplement registry handle closing notifications in...
2006-09-09 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-09 Hervé PoussineauFix MsiDatabaseIsTablePersistentA/W prototype
2006-09-09 Hervé PoussineauImplement "Check volume" page in usetup.
2006-09-09 Hervé PoussineauUse Guid specified in device info set (if available...
2006-09-09 Hervé PoussineauSet 2nd stage setup to language selected in registry
2006-09-09 Hervé PoussineauDon't use buffered input when reading username/password...
2006-09-09 Hervé PoussineauRemove useless member in DESKTOP_OBJECT structure
2006-09-09 Hervé PoussineauAdd VfatChkdsk() prototype
2006-09-09 Saveliy Tretiakovrevert last commit
2006-09-09 Saveliy TretiakovMessageboxes shouldn't have WS_SYSMENU
2006-09-09 Art YerkesCorrect bug in cache which could cause us to lose the...
2006-09-09 Saveliy TretiakovReplace MmCopyFromCaller with probing and seh.
2006-09-09 Aleksey Bragin[AUDIT]
2006-09-09 Saveliy TretiakovAdd winetests to bootcd
2006-09-09 Aleksey BraginDmitry Philippov: GCC 4 compiling fixes for PackMgr...
2006-09-09 KJK::Hyperionmodified Resources/hresult.xml
2006-09-09 Art YerkesMake UNIMPLEMENTED available everywhere and remove...
2006-09-09 Thomas BluemelAdded missing definitions
2006-09-08 James TaborUser32 static.c:
2006-09-08 Aleksey BraginAdd a bit of error reporting
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
next