Ros-diffs January 2007

ros-diffs@reactos.org
  • 21 participants
  • 401 discussions

[ion] 25484: - Implement ExReferenceCallBackBlock and ExDereferenceCallBackBlock. - Code is very similar to Ob* Fast Referencing, and the use of macros to encapsulate generic referencing should be done later. Essentially, Ob sticks ObRefs around FastRefs, while ExCallbacks sticks ExRundown around FastRefs.
by ion@svn.reactos.org
18 years, 2 months

[ion] 25483: - Start partial implementation of Executive Lightweight Callbacks: ExAllocateCallBack, ExInitializeCallBack, ExFreeCallBack, ExWaitForCallBacks, ExGetCallBackBlockRoutine, ExGetcallBackBlockContext, ExDoCallBack. - Stub ExReferenceCallBackBlock and ExDereferenceCallBackBlock until I get the locking right. - These callbacks are used by Cm as well as Ps inside Windows NT and combine the power of PushLocks, Rundown Protection and Fast Referencing to ensure callbacks only get called onc
by ion@svn.reactos.org
18 years, 2 months

[ion] 25482: - Large cleanup of exported callback implementation. It was my first code to ReactOS and quite messy. - Make code use standard NT structures. - Fix object type initialization. - Fix calls to ExCreatecallback during system initalization which were randomly overwriting memory. - Fix ExREgisterCallback which was allocating only a pointer inside of the entire structure, also over-writing system memory.
by ion@svn.reactos.org
18 years, 2 months

[ion] 25481: - Fix major bugs in the definition of _KTHREAD inside the NDK. I made some stupid assumptions when reading the .pdb dump data. _KTHREAD should now be the right size and structure as Win 2003. (the reason this bug wasn't more evident was because we were using 1-byte packing and a "padding" field. this has now been removed).
by ion@svn.reactos.org
18 years, 2 months

[ion] 25480: - Simplify KiWaitTest. - Add _ADJUST_REASON - Reformat some ke_x.h wait macros to use simpler/shorter variable names.
by ion@svn.reactos.org
18 years, 2 months

[ion] 25479: - Fix insertion of special APC into APC delivery list. - Re-identize some APC code (just formatting change). - Detect APC during GateWait. Previous check scanned for DeferredReady, which is incorrect. - Simplfy KeremovequeueApc to take advantage of the fact RemoveEntryList now returns whether the list is empty or not.
by ion@svn.reactos.org
18 years, 2 months

[gedmurphy] 25478: don't leak a bitmap object if we fail to allocate memory
by gedmurphy@svn.reactos.org
18 years, 2 months

[gedmurphy] 25477: use IC instead of DC
by gedmurphy@svn.reactos.org
18 years, 2 months

[gedmurphy] 25476: revert r25474
by gedmurphy@svn.reactos.org
18 years, 2 months

[gedmurphy] 25475: - implement correct alpha blending of icons - pixel bits must be pre-multiplied with the alpha channel - along with the previous LookupIconIdFromDirectoryEx, basic alpha blending is working. some bugfixing is still required.
by gedmurphy@svn.reactos.org
18 years, 2 months
Results per page: