reactos.git
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Aleksey BraginSylvain Petreolle: Fix a typo in the code (palGDI ...
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Magnus Olsenremove entrypoint in rbuild files.
2006-09-14 Aleksey BraginShow the value, not the address in memory! (Thanks...
2006-09-14 Aleksey BraginMikhail Zvyozdochkin: If I enter directly DNS server...
2006-09-14 Magnus OlsenFixing two NULL pointer crash in win32k.
2006-09-14 Alex Ionescu- Implement KiAcquireDispatcherObject, KiReleaseDispatc...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-13 Alex Ionescu- Update Kernel Fun.
2006-09-13 Magnus OlsenGreek keyboard layout changes by Apal
2006-09-13 Saveliy TretiakovSeparate NtGdiModifyWorldTransform and IntGdiModifyWorl...
2006-09-13 KJK::Hyperion<intrin.h> compatibility header. Implements Visual...
2006-09-13 Saveliy TretiakovMove IntGdiGradientFill and IntSystemParametersInfo...
2006-09-13 Saveliy TretiakovMove UserDrawIconEx and UserGetCurIconObject prototyepe...
2006-09-13 Saveliy TretiakovAdd UnattendSetupEnabled key for enabling\disabling...
2006-09-13 Alex Ionescu- Rename kqueue.c to devque. KQUEUE (kernel queues...
2006-09-13 Alex Ionescu- Cleanup ipi.c, reformat, and re-organize.
2006-09-13 Alex Ionescu- Renamed device.c to config.c and removed all irreleva...
2006-09-13 Alex Ionescu- Fix a typo that happened after-the-fact.
2006-09-13 Alex Ionescu- Implement KxAcquireSpinLock/KxReleaseSpinLock for...
2006-09-13 Alex Ionescu- Remove usercall.c from portable part of Ke and add...
2006-09-13 Alex Ionescu- Use inlined guarded region routines instead of duplic...
2006-09-13 Alex Ionescu- Implement KiAcquireDeviceQueueLock/KiReleaseDeviceQue...
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
next