Ros-diffs June 2008

ros-diffs@reactos.org
  • 23 participants
  • 435 discussions

[ros-arm-bringup] 33967: - Fix stupid IRQL/Interrupt handling code that someone wrote ; ): - Get rid of KeSwapIrql -- both lower and higher IRQL handling was treated the same! - We can now re-activate the assert in the IRQL code - Disable interrupts before changing the interrupt mask!!! - And re-enable them solely if they were enabled. - Clear interrupts mask before setting a new one -- raising isn't always additive! - Fix KiInterruptHandler to perform operations in the right order. - Finish imp
by ros-arm-bringup@svn.reactos.org
16 years, 3 months

[cfinck] 33966: - Implement the code for the "Run" and "Shutdown" menu items, create stubs for the other custom commands - Replace the ROS-specific STDCALL by APIENTRY for the function prototypes
by cfinck@svn.reactos.org
16 years, 3 months

[jimtabor] 33965: Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
by jimtabor@svn.reactos.org
16 years, 3 months

[mkupfer] 33964: Vytis Girdzijauskas <cman AT cman DOT us> - time zone update to sync with Windows tz data - See issue #3084 for more details.
by mkupfer@svn.reactos.org
16 years, 3 months

[mkupfer] 33963: niski_ (bjauy AT go2 DOT pl) - polish language patch for shell32. - See issue #3338 for more details.
by mkupfer@svn.reactos.org
16 years, 3 months

[mkupfer] 33962: fix/add some german translations
by mkupfer@svn.reactos.org
16 years, 3 months

[fireball] 33961: - Release the acquired spinlock in IoUnregisterShutdownNotification(), spotted by Cameron Gutman.
by fireball@svn.reactos.org
16 years, 3 months

[jimtabor] 33960: Patch by Jeffrey Morlan (mrnobo1024 at yahoo dot com, irc: Goplat), Registers ansi scroll bar proc.
by jimtabor@svn.reactos.org
16 years, 3 months

[cfinck] 33959: Don't use MenuCleanupRosMenuItemInfo for an array of Items allocated on the heap! This function is meant to be used for a single menu item info and just frees the memory allocated for dwTypeInfo. Replaced this with a simple HeapFree call to free the memory for the whole array allocated in MenuGetAllRosMenuItemInfo. Fixes a heap corruption discovered by encoded. See issue #3349 for more details.
by cfinck@svn.reactos.org
16 years, 3 months

[cfinck] 33958: Revert parts of r33578: - First of all, MenuSetItemData is only called from InsertMenuA/W and ModifyMenuA/W. Therefore the passed MENUITEMINFO structure will always be empty, so it makes no sense to check for flags in this structure. This way, I could simplify the code block for MF_BITMAP. - Also fType = MFT_BITMAP and fMask = MIIM_BITMAP at the same time passed to win32k don't work. Changing this back to only set fMask fixes bitmap menus. - Furthermore the data for MF_OWNERDRAW
by cfinck@svn.reactos.org
16 years, 3 months
Results per page: