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
13:57 on Feb 13, 2012
event counters
The last message was received 12.22 hours ago at 01:44 on Feb 13, 2012
2 messages so far today, 21 messages yesterday
2 messages so far this week, 129 messages last week
214 messages so far this month, 547 messages last month
42027 messages since the first one, 7.16 years ago, for an average of 1.49 hours between messages
catalog
titleSort columnevents yesterdaytotal events% totallast event
Press-Media71.4770.85 years ago
Project-Tools113929.3250.92 days ago
Web132869.19814.44 hours ago
recent messages
dateReversed sort columnprojectcontentlink
01:44 todayReactOS
Commit by janderwald :: r55571 reactos/drivers/hid/hidusb/hidusb.c: (link)

[HIDUSB]

  • Check if boot procol is supported
  • Don't assert on boot protocol active See issue #6886 for more details.
#
00:43 todayReactOS
Commit by cgutman :: r55570 reactos/ (3 files in 3 dirs): (link)

[BLUE]

  • Fix code designed to avoid touching the hardware if it is already owned [KDIO]
  • Take ownership of the display if we're debugging to screen [TXTSETUP.SIF]
  • Add an example entry of DbgOsLoadOptions for debugging 1st stage to screen
  • 1st stage setup can now be debugged completely to screen with a modified txtsetup.sif (comment 1st DbgOsLoadOptions and uncomment 2nd)
#
22:00 yesterdayReactOS
Commit by cgutman :: r55569 reactos/drivers/usb/nt4compat/: (link)

[USBDRV]

  • Terminate the NT4 USB driver
#
21:55 yesterdayReactOS
Commit by cgutman :: r55568 reactos/ (4 files in 2 dirs): (link)

[USB]

  • Merge r55564 and r55567 from usb-bringup-trunk
  • USB development should now be done in trunk exclusively (UHCI implementation may be an exception)
#
21:17 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55567 /drivers/usb/usbehci/hardware.cpp: (link)

[USBEHCI]

  • Print capabilities
#
20:26 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55566 /lib/drivers/hidparser/hidparser.h: (link)

[HIDPARSER]

  • Fix build
#
19:38 yesterdayReactOS
Commit by dreimer :: r55565 reactos/media/inf/ (msmouse.inf ports.inf): (link)
Anschluß is no German!
Changing to Anschluss
#
19:37 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55564 /drivers/usb/usbehci/ (hardware.cpp hardware.h): (link)

[USBEHCI]

  • Add 64-bit data structures
  • Print message when controller is using 64-Bit Addressing
  • Should fix Host System Error when controller is operating in 64-Bit mode
#
18:16 yesterdayReactOS
Commit by pschweitzer on iut-mmc :: r55563 /include/psdk/ (CMakeLists.txt mmcobj.idl psdk.rbuild): (link)
[PSDK]
Add mmcobj.idl
#
18:06 yesterdayReactOS
Commit by khornicek :: r55562 reactos/subsystems/win32/win32k/objects/freetype.c: (link)
[WIN32K]
Fix a potential memory leak. Spotted by Samuel Serapion.
#
17:36 yesterdayReactOS
Commit by pschweitzer on iut-mmc :: r55561 /include/psdk/ (CMakeLists.txt mmc.idl psdk.rbuild): (link)
[PSDK]
Add mmc.idl
#
16:59 yesterdayReactOS
Commit by akhaldi :: r55560 reactos/ (2 files in 2 dirs): (link)

[XCOPY]

  • Sync to Wine 1.3.37.
#
15:50 yesterdayReactOS
Commit by rharabien :: r55559 reactos/subsystems/win32/win32k/ (3 files in 2 dirs): (link)

[WIN32K]

  • GetFocus returns NULL if calling thread is not a foreground thread
#
14:28 yesterdayReactOS
Commit by rharabien :: r55558 reactos/subsystems/win32/win32k/objects/freetype.c: (link)

[WIN32K]

  • Clip test vertically in ExtTextOut when ETO_CLIPPED is used
#
13:49 yesterdayReactOS
Commit by akhaldi :: r55557 reactos/drivers/storage/class/disk_new/CMakeLists.txt: (link)

[DISK_NEW]

  • Fix msvc build.
#
13:39 yesterdayReactOS
Commit by gadamopoulos :: r55556 reactos/subsystems/win32/win32k/ (4 files in 2 dirs): (link)

[win32k]

  • Initilize ExDesktopObjectType->TypeInfo.ValidAccessMask and ExWindowStationObjectType->TypeInfo.ValidAccessMask to let win32k use access checks to desktop and window station objects
  • When opening a desktop and window station during THREADINFO initialization, give full access to the objects
#
08:26 yesterdayReactOS
Commit by cgutman :: r55555 reactos/ (144 files in 45 dirs): (link)

[USB]

  • We proudly merge the first charge of the usb-bringup branch. We do want to stress hardware support is still under heavy development and testing in real hardware is experimental
  • Merge the Human Interface Device Stack(HID) which is used for mice / keyboards and other devices which use the USB interface, consisting of hidusb, hidparse, hidclass, mouhid, kbdhid
  • Merge the composite driver, supports USB composite devices, laid out in usbccgp
  • Merge the generic hub driver, which supports the USB root hub and in future USB hubs. Driver is usbhub
  • Merge the Open Host Controller Interface driver (ohci)
  • Merge the Enhanced Host Controller Interface driver (ehci)
  • Merge the many fixes in other areas of ReactOS needed for USB to work (ntoskrnl, pci, inf, umpnpmgr, usetup)
  • Special thanks goes the Haiku team, whose excellent code has provided a great base for the development of the new ReactOS USB / HID stack
  • The development of the USB stack has shown the great potential when ReactOS developers team up together to achieve a common goal. The involved developers are here, listed alphabetically: Alex Ionescu Amine Khaldi Cameron Gutman Johannes Anderwald Michel Martin Thomas Faber Thomas Lotz(Haiku) Let's start the ReactOS revolution
#
07:15 yesterdayReactOS
Commit by cgutman on usb-bringup-trunk :: r55554 / (26 files in 17 dirs): (link)

[BUILD]

  • Add rbuild files
  • Fix dumb dependencies in cmake files [DEBUG]
  • Kill more debugging
#
06:19 yesterdayReactOS
Commit by cgutman on usb-bringup-trunk :: r55553 /drivers/ (35 files in 11 dirs): (link)

[HIDCLASS][HIDPARSE][HIDUSB][KBDHID][MOUHID][USBCCGP][USBD][USBEHCI][USBOHCI][USBHUB][USBSTOR]

  • Massive debug spam reduction
#
04:15 yesterdayReactOS
Commit by janderwald on usb-bringup-trunk :: r55552 /drivers/ (4 files in 2 dirs): (link)

[USBEHCI]

  • Enable async park mode when available
  • Use correct type for the pipe handle
  • Implement URB_FUNCTION_GET_STATUS_FROM_INTERFACE, URB_FUNCTION_GET_STATUS_FROM_ENDPOINT
  • Verify that there is buffer provided in SubmitSetupPacket [KBDCLASS]
  • Forward requests to lower device
#