Ros-diffs June 2009

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

[ros-arm-bringup] 41506: - Get rid of MmPageArray and MmPageArraySize since these were defined as just being ReactOS-specific clones of MmPfnDatabase and MmHighestPhysicalPage. Ergo, use the latter in relevant places.
by ros-arm-bringup@svn.reactos.org
15 years, 4 months

[ros-arm-bringup] 41505: - It is very possible for MiGetPfnEntry to be called for a page above the page array size, since not all pages are represented in the array. In this scenario, MiGetPfnEntry should return NULL (and the caller should be prepared for this scenario). - Also move out the extern definitions outside of the inline, so that other functions may access them and consequently removing a needless UNREFERENCED_PARAMETER.
by ros-arm-bringup@svn.reactos.org
15 years, 4 months

[ros-arm-bringup] 41504: - Add missing flags for MmAllocatePagesForMdlEx.
by ros-arm-bringup@svn.reactos.org
15 years, 4 months

[ros-arm-bringup] 41503: - Remove MmGetPageFlags and MmSetPageFlags, there are no consumers of these two functions. - Get rid of PHYSICAL_PAGE structure and move to WinNT MMPFN structure instead: - Define a preprocessor legacy mapping so that freelist.c receives only minimal changes: - This mapping allows the old meanings of the PHYSICAL_PAGE fields to remain, but now part of the new MMPFN structure - Other modules (balance.c and mm.h) use the new structure directly, since only 3 lines of code r
by ros-arm-bringup@svn.reactos.org
15 years, 4 months

[tkreuzer] 41502: wdmaud: Make DeviceIndex a ULONG_PTR
by tkreuzer@svn.reactos.org
15 years, 4 months

[tkreuzer] 41501: Fix uninitialized variable warning.
by tkreuzer@svn.reactos.org
15 years, 4 months

[tkreuzer] 41500: Pass ULONG* to MiniQueryInformation for the number of written bytes instead of ULONG_PTR*
by tkreuzer@svn.reactos.org
15 years, 4 months

[tkreuzer] 41499: reenable the dirty wine hack, but not for amd64!
by tkreuzer@svn.reactos.org
15 years, 4 months

[janderwald] 41498: - Use interval of 10ms for the periodic timer IPortPinWaveRT - Initialize a periodic timer for IPortPinWavePci - Might fix Vortex AU8820C0 card
by janderwald@svn.reactos.org
15 years, 4 months

[janderwald] 41497: - Define private interface IPortWaveRTStreamInit in order to deal with PHYSICAL_ADDRESS as return value - Implement reading/writing into cyclic buffer for IPortPinWaveRT - Allocate an audio buffer when the pin is initialized. This needs to be changed once KSPROPERTY_RTAUDIO_BUFFER is implemented - Fix a bug in PcNewPort - Remove obsolete code from IPortWavePci - Return the allocated MDL from IPortWaveRTStream::AllocateContiguousPagesForMdl - Create a system thread when using
by janderwald@svn.reactos.org
15 years, 4 months
Results per page: