summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we areMiod Vallat
2014-08-11Get rid of the `quirks' member, which is never initialized (but by zero atMiod Vallat
2014-08-11-current dammitMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-08-11Add option USER_PCICONF for pcidump(8) to be able to do its magic.Miod Vallat
2014-08-11Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag whenMartin Pieuchot
2014-08-11bring back r1.132:David Gwynne
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-08-11bring back r1.131:David Gwynne
2014-08-11Put back the checks about RTF_LOCAL routes now that userland tools areMartin Pieuchot
2014-08-11Convert ARP llinfo allocation to pool(9).Martin Pieuchot
2014-08-10Write the core file of a non-suid process into the current directoryAlexander Bluhm
2014-08-10Ask for the descriptor size corresponding to the number of ports presentMartin Pieuchot
2014-08-10Do not allocate space for the whole structure when we just want to storeMartin Pieuchot
2014-08-10sizeof() a pointer of the right struct to appease clang.Martin Pieuchot
2014-08-10Merge xhci_device_setup() into xhci_pipe_init() there's no reason toMartin Pieuchot
2014-08-10Since USB xfer pools are accessed in interrupt context, initialize themMartin Pieuchot
2014-08-10Set and check for XFER_BUSY in the common methods instead of doing itMartin Pieuchot
2014-08-10fix kqueue read/write filters for msdosfs and fusefsJonathan Gray
2014-08-10No more bluetooth in netintr(), so delete NETISR_BT. Zap the declarationPhilip Guenther
2014-08-10Fix the length check for reinjected ICMP packets: sizeof(struct icmp) isLawrence Teo
2014-08-10Rename p_hdrlen to min_hdrlen to better reflect its purpose.Lawrence Teo
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin Pieuchot
2014-08-09Correctly recognize Super Speed devices, this is part of the work toMartin Pieuchot
2014-08-09Handle super speed hub descriptors.Martin Pieuchot
2014-08-09Do not store the whole USB hub descriptor in the "struct usbd_hub"Martin Pieuchot
2014-08-08drm/radeon: fix typo in radeon_connector_is_dp12_capable()Jonathan Gray
2014-08-08drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devicesJonathan Gray
2014-08-08drm/radeon/atom: fix dithering on certain panelsJonathan Gray
2014-08-08drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiJonathan Gray
2014-08-08regenJonathan Gray
2014-08-08add bochs and microsoft emulated vgaJonathan Gray
2014-08-08use nitems() instead of various local constructsJasper Lievisse Adriaanse
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot
2014-08-08Super Speed hub descriptor definition and routine, required for upcomingMartin Pieuchot
2014-08-08Even if the endpoint it reseted before the stack gets informed that aMartin Pieuchot
2014-08-08Fix debug printfs.Martin Pieuchot
2014-08-06Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files.Philip Guenther
2014-08-06Correct some dma cleanup error paths.Jonathan Gray
2014-08-06fix an off by oneJonathan Gray
2014-08-05Only check if the abort transfer is the interrupt one if the pipe isMartin Pieuchot
2014-08-03Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadtStefan Sperling
2014-08-03Add ral(4) at cardbus to GENERIC on macppc; ok deraadtStefan Sperling
2014-08-03don't return unitialised memory on error in ehci_alloc_sqtd()Jonathan Gray
2014-08-03When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 codeJonathan Gray
2014-08-01When attempting to rebuild a softraid volume, use the actual data offsetJoel Sing