Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - About

Console View

Legend:   Passed Failed Failed Again Running Exception Offline No data

55812 janderwald
[USBEHCI] [USBOHCI] [USBUHCI]
- Fix retrieving configuration index for real
- Thanks to Thomas Faber
55811 janderwald
[USBOHCI] [USBEHCI] [USBUHCI]
- Don't assume iConfiguration value of configuration descriptor is zero based aligned
- Fixes bugcheck in VmWare
  • Linux_AMD64_1 KVM-Test: test failed -  stdio
55810 janderwald
[USBUHCI]
- Detect the size of the configuration descriptor before obtaining the full configuration descriptor
- Fix integer overflow in BuildTransferDescriptorChain
55809 janderwald
[USBUHCI]
- Queue dpc when the interrupt indicates completion of a transfer or an error interrupt
- Implement checking if a queue head is complete
- Free queue heads and associated endpoint descriptors
55808 sginsberg
[DDK]
- Fix a whole fat bunch of Prefast warnings by making the IoCsqxxx declarations in csq.h match the ones in wdm.h.
  • Linux_AMD64_1 KVM-Test: test failed -  stdio
  • Windows_AMD64_1 VBox-Test: tested failed -  stdio
55807 spetreolle
[CABMAN]
Enable debug in order to figure the testbot problems.
55806 janderwald
[USBUHCI]
- Write the configure bit
- Clear connection change and port suspend bit when set after controller initialization
- Queue work item after the reset port is complete
- Disable port before reseting it
- Wait time for reset is 50ms, not 25ms
- Clear reset change bit when clearing reset feature
- Implement enabling port feature

  • Linux_AMD64_1 KVM-Test: test failed -  stdio
55805 tfaber
[RTL]
- Fix use of uninitialized variables in failure case of RtlSetCurrentDirectory_U. CID 15339, 15340
- Handles should be NULL, not 0
55804 tfaber
[SMSS2]
- Fix an uninitialized variable usage, CID 15345
- Fix an incorrect sizeof usage, CID 15317
55803 tfaber
[SMSS2]
- When deleting an old page file, take the newly freed space into account
- Keep at least 64 MB of disk free instead of 32 so that 2nd stage can succeed with a small disk
- Miscellaneous fixes and simplifications in the page file code
  • Linux_AMD64_1 KVM-Test: test failed -  stdio
55801 ion
[KERNEL32]: Rewrite the File Change Notification APIs since they were pretty much wrong (not surprising as we don't implement the functionality in the kernel/filesystems).
[KERNEL32]: Enable support for asynchronous I/O callbacks with SxS/Fusion activation context support. Right now only added to the file Change notification APIs, but ReadFileEx and WriteFileEx should use them too.
55800 jgardou
[CRT]
- fix array size to match what implementation expects.
Found by Thomas Faber. See issue 6903 for details.
55799 janderwald
[USBUHCI]
- Sync shared parts with usbohci driver
- Fixes memory bug, includes data toggle support, device cleanup etc...
55798 gadamopoulos
[win32k]
- Properly destroy the THREADINFO if we fail to create it. We don't leak the THREADINFO no in case of failure. It should also fix random assertion failure when running user32:desktop tests
55797 jgardou
[CRT]
- C standard for free says "if pointer is NULL, no action is taken".
- MSDN for HeapFree says "if pointer is NULL, behavior is undefined".
Thanks to Thomas for teaching wine guys how to read.
  • Linux_AMD64_1 KVM-Test: test failed -  stdio
55796 jgardou
revert r55794, the problem is elsewhere
  • Linux_AMD64_1 KVM-Test: test failed -  stdio
55795 ion
[KERNEL32]: Lock/UnlockFile APIs should not allow console handles. Also remove superflous parameter check.
[KERNEL32]: Lock/UnlockFile APIs should handle STATUS_PENDING/ERROR_IO_PENDING situations instead of always assuming the Nt functions return synchronously.
[KERNEL32]: Other stylying changes + commenting/annotations.
55794 jgardou
[CRT]
- Check for NULL before freeing
55793 ion
[KERNEL32]: Format, comment, annotate, cleanup the I/O completion APIs.
55792 cgutman
[USBOHCI]
- Fix indication of USB_PORT_STATUS_RESET changes
- Fixes premature completion of resets causing assertions to fail
55791 ion
[KERNEL32]: Use macro for CreateMailSlotA->CreateMailSlotW.
55790 ion
[KERNEL32]: CreateHardLinkW was not setting last error on failure.
[KERNEL32]: Cleanup/format/comment/annotate CreateHardLink*.
55789 janderwald
[USBUHCI]
- UHCI has 2 ports
55788 janderwald
[USBUHCI]
- Implement starting the controller
55787 janderwald
[USBUHCI]
- Implement function to retrieve queue head for the specified transfer type
- Pass device speed to IUSBRequest initialization routines
- Implementing inserting the new queue head into the required queue head
- Implement support for control transfers, not yet used