summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-05-20regenMartin Pieuchot
2014-05-20Add VIA VL80x xHCI.Martin Pieuchot
2014-05-20Format string fixes for XHCI_DEBUG.Martin Pieuchot
2014-05-20Add -o max_read=XXX support in fuse. This is needed by usmb to have aSylvestre Gallon
2014-05-20Assign the queue ID to the correct packet header when sending ICMP messages.Martin Pieuchot
2014-05-20Fix eui64 address generation, broken since the removal of the link-layerMartin Pieuchot
2014-05-20correctly match size and buffer. from enh at googleMartin Pieuchot
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-05-19consistent use of uint32_t for poison valuesTed Unangst
2014-05-19Add some consistency in fuse error handling. We need to return ENXIOSylvestre Gallon
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-19fix format mistakes visible if AUDIO_DEBUG is definedAlexandre Ratchov
2014-05-19unbreak the build when DIAGNOSTIC is not definedJonathan Gray
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis LeeStefan Sperling
2014-05-18hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@Jeremie Courreges-Anglas
2014-05-18_PIC is an optional method, so we shouldn't be aborting the rest of theMike Larkin
2014-05-18Do not pass an xfer pointer to the timeout routine checking for root hubMartin Pieuchot
2014-05-18Fix tail packet check in elantech v3 touchpad code. Due to a typo thisStefan Sperling
2014-05-18Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.Stefan Sperling
2014-05-18regenStefan Sperling
2014-05-18Add PCI ID for Realtek RTL8402 card reader.Stefan Sperling
2014-05-17One more mistake introduced in 1.65Miod Vallat
2014-05-17...and it needs a guard against NULL as well.Miod Vallat
2014-05-17Fix previous commit by making sure we are not dereferencing uninitializedMiod Vallat
2014-05-17When looking at another process, use the data from struct processPhilip Guenther
2014-05-17Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().Stefan Sperling
2014-05-17fix format mistakes visible if AZALIA_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if UAUDIO_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if AUICH_DEBUG is definedAlexandre Ratchov
2014-05-17unbreak build with AUDIO_DEBUG: use %lx for bus_addr_tAlexandre Ratchov
2014-05-17In pmap_remove_page(), do not keep wired mappings; the callers want them gone.Miod Vallat
2014-05-17Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in caseMiod Vallat
2014-05-17unbreak build: exchange %b args order, from miod@Alexandre Ratchov
2014-05-17Lower VUPS value for delay() to behave closer to the intent.Miod Vallat
2014-05-17Print the rpb device type and unit values if the root device can't be foundMiod Vallat
2014-05-17When the firmware tells us a loop id is already in use, add the deviceJonathan Matthew
2014-05-17Change the return value of interrupt handler to 0 when nothing isKenji Aoyama
2014-05-16Reduce the difference between HC drivers by always passing a genericMartin Pieuchot
2014-05-16There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-16It seems that there is new and old revision of CH340.sasano
2014-05-16regenDavid Coppa
2014-05-16Add Alcatel OneTouch L100VDavid Coppa
2014-05-16Do not put any link-layer address on the per-ifp lists or on the RB-Martin Pieuchot
2014-05-15regenMartin Pieuchot
2014-05-15XHCI -> xHCIMartin Pieuchot
2014-05-15Use a more appropriate malloc(9) type than M_TEMP for the keymap memoryMartin Pieuchot
2014-05-15Do not use nd6_rtrequest() for addresses configured on loopbackMartin Pieuchot
2014-05-15knote_processexit() needs the thread to pass down to FRELE(), so pass itPhilip Guenther
2014-05-15Prefer prsignal() to send process signalsPhilip Guenther
2014-05-15Move from struct proc to process the reference-count-holding pointersPhilip Guenther