date | project | content | link |
|---|
| 03:05 today | ReactOS | Commit by rharabien :: r 55402 reactos/boot/bootdata/livecd.inf: ( link) [BOOTDATA] - Don't create paging files on livecd. Verified by Alex Ionescu.
| # |
| 02:55 today | ReactOS | Commit by cgutman on usb-bringup-trunk :: r 55401 / (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 today | ReactOS | Commit by ion :: r 55400 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 today | ReactOS | Commit by cgutman on usb-bringup-trunk :: r 55399 /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 today | ReactOS | Commit by tkreuzer :: r 55398 reactos/ntoskrnl/mm/marea.c: ( link) Fix gcc build | # |
| 00:21 today | ReactOS | Commit by tkreuzer :: r 55397 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 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55396 /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 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55395 /drivers/usb/usbohci/hub_controller.cpp: ( link) | # |
| 18:08 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55394 /drivers/usb/usbohci/ (6 files): ( link) [USBOHCI] - Implement reseting pipe and clear pipe stall
| # |
| 16:24 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55393 /drivers/usb/usbohci/ (hub_controller.cpp usb_device.cpp): ( link) | # |
| 14:50 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55392 /drivers/usb/usbhub_new/fdo.c: ( link) [USBOHCI] - Don't hardcode the device speed
| # |
| 14:42 yesterday | ReactOS | Commit by tfaber :: r 55391 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 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55390 /drivers/usb/usbohci/ (interfaces.h usb_request.cpp): ( link) [USBOHCI] - Consider device speed when building the device endpoint descriptor
| # |
| 13:13 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55389 /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 yesterday | ReactOS | Commit by zguo on ros-branch-0_3_14 :: r 55388 / (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 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55387 /drivers/usb/usbehci_new/hardware.cpp: ( link) [EHCI] - Explictely clear bios owned flag and remove all SMI interrupts
| # |
| 02:30 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55386 /drivers/usb/usbehci_new/ (hardware.cpp hardware.h): ( link) [USBEHCI] - Check for bios ownership
- Acquire ownership if bios owns it
- Verify ownership
| # |
| 01:39 yesterday | ReactOS | Commit by janderwald on usb-bringup-trunk :: r 55385 /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 yesterday | ReactOS | Commit by tkreuzer :: r 55384 reactos/base/system/smss2/sminit.c: ( link) [SMSS2] Fix MSVC build | # |
| 00:06 yesterday | ReactOS | Commit by akhaldi :: r 55383 reactos/ntoskrnl/mm/anonmem.c: ( link) | # |