CIA.vc
ReactOS
Open Source operating system compatible with the Microsoft Windows NT(R) family of operating systems
Stats » Projects » ReactOS
information
Photo
ReactOS is an Open-Source operating system, which aims to be compatible with the Microsoft Windows NT® family of operating systems. This encompasses full binary compatibility with applications and drivers, plus adopting the look and feel of Windows to retain familiarity.
syndicateUTC clock
11:22 on Feb 04, 2012
event counters
The last message was received 8.29 hours ago at 03:05 on Feb 04, 2012
6 messages so far today, 14 messages yesterday
108 messages so far this week, 218 messages last week
45 messages so far this month, 547 messages last month
41858 messages since the first one, 7.14 years ago, for an average of 1.49 hours between messages
catalog
titleSort columntotal events% totallast event
Press-Media71.5380.83 years ago
Project-Tools13229.0112.48 days ago
Web31669.4511.34 weeks ago
recent messages
dateReversed sort columnprojectcontentlink
03:05 todayReactOS
Commit by rharabien :: r55402 reactos/boot/bootdata/livecd.inf: (link)

[BOOTDATA]

  • Don't create paging files on livecd. Verified by Alex Ionescu.
#
02:55 todayReactOS
Commit by cgutman on usb-bringup-trunk :: r55401 / (5 files in 5 dirs): (link)

[HIVESYS]

  • Add HID devices to the critical device database
  • Fixes issues with mouse/keyboard not working until new device wizards are dismissed (USB drives work too) [UMPNPMGR]
  • Fix install failure after the kernel detects a critical device [NTOSKRNL]
  • Finally enable the proper IopResetDevice code
  • Driver updating without a reboot for running devices is supported now (if someone will write the GUI) [USBEHCI][USBOHCI]
  • Fix removal bugs
#
02:32 todayReactOS
Commit by ion :: r55400 reactos/base/system/smss2/ (crashdmp.c pagefile.c smss.h): (link)
[SMSS2]: Implement the rest of the code to create page files. All that's missing is the actual call to NtCreatePagingFile.
#
02:21 todayReactOS
Commit by cgutman on usb-bringup-trunk :: r55399 /drivers/ (14 files in 10 dirs): (link)

[PCI][HIDCLASS][HIDUSB][KBDHID][MOUHID][USBCCGP][USBOHCI][USBEHCI][USBHUB][USBSTOR]

  • Handle query remove IRPs
  • Fix some other removal bugs
#
00:33 todayReactOS
Commit by tkreuzer :: r55398 reactos/ntoskrnl/mm/marea.c: (link)
Fix gcc build
#
00:21 todayReactOS
Commit by tkreuzer :: r55397 reactos/ntoskrnl/ (4 files in 3 dirs): (link)

[NTOSKRNL]

  • Rewrite MmFindGapBottomUp and MmFindGapTopDown, the old versions were broken and were first checking the address range after the first memory area and only used the area below (above) the first memory are when nothing free was found.
  • Fix an ASSERT, that gets triggered now that the memory areas are created at the "right" locations
  • Create a memory are for the boot loaded images, which previously could be overwritten happily by new memory areas, which was only prevented by the brokenness of the code
  • Fix a few memory regions so that they are correct for amd64 builds as well
#
19:25 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55396 /drivers/usb/usbccgp/ (fdo.c pdo.c usbccgp.c usbccgp.h): (link)

[USBCCGP]

  • Remove hack of forwarding pdo requests to lower device object of fdo
  • Implement handling of reset port and cycle port
  • IOCTL_INTERNAL_USB_RESET_PORT / IOCTL_INTERNAL_USB_CYCLE_PORT now need to be implemented in usbhub
#
19:16 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55395 /drivers/usb/usbohci/hub_controller.cpp: (link)

[USBOHCI]

  • Fix mingw build
#
18:08 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55394 /drivers/usb/usbohci/ (6 files): (link)

[USBOHCI]

  • Implement reseting pipe and clear pipe stall
#
16:24 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55393 /drivers/usb/usbohci/ (hub_controller.cpp usb_device.cpp): (link)

[USBOHCI]

  • Fix build
#
14:50 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55392 /drivers/usb/usbhub_new/fdo.c: (link)

[USBOHCI]

  • Don't hardcode the device speed
#
14:42 yesterdayReactOS
Commit by tfaber :: r55391 reactos/base/system/smss2/sminit.c: (link)

[SMSS2]

  • Properly handle an empty list in SmpSaveRegistryValue
  • Compare the value string for equality, as the comment says, not inequality
  • This fixes a crash, although another solution may perhaps be better
#
14:23 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55390 /drivers/usb/usbohci/ (interfaces.h usb_request.cpp): (link)

[USBOHCI]

  • Consider device speed when building the device endpoint descriptor
#
13:13 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55389 /drivers/usb/usbohci/ (6 files): (link)

[USBOHCI]

  • Check if the transfer descriptors reported errors and propagate the error in the urb status field
  • OHCI now reports error which the class driver are handling
  • Allocate device descriptor from non paged pool to prevent possible alignment problems
  • Fix checking of completed transfer descriptors
  • Fix double freeing of descriptors
  • Cleanup endpoints when the halted bit is set by the host controllers
  • Check for the endpoint direction in the data descriptor
  • Setup descriptor needs buffer rounding set
#
07:12 yesterdayReactOS
Commit by zguo on ros-branch-0_3_14 :: r55388 / (3 files in 3 dirs): (link)
Merge in r55173 as per Amine's request. Also apply Cameron's patch that attempts to hack around the memory manager bug.
#
02:56 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55387 /drivers/usb/usbehci_new/hardware.cpp: (link)

[EHCI]

  • Explictely clear bios owned flag and remove all SMI interrupts
#
02:30 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55386 /drivers/usb/usbehci_new/ (hardware.cpp hardware.h): (link)

[USBEHCI]

  • Check for bios ownership
  • Acquire ownership if bios owns it
  • Verify ownership
#
01:39 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55385 /drivers/usb/usbehci_new/ (hardware.cpp hardware.h): (link)

[USBEHCI]

  • Use constants instead of hardcoding register offsets. Taken from Haiku
  • Elements in HCSP-PORTROUTE are 4 bit entries instead
#
00:11 yesterdayReactOS
Commit by tkreuzer :: r55384 reactos/base/system/smss2/sminit.c: (link)
[SMSS2]
Fix MSVC build
#
00:06 yesterdayReactOS
Commit by akhaldi :: r55383 reactos/ntoskrnl/mm/anonmem.c: (link)

[NTOSKRNL]

  • Fix MSVC build.
#