Age | Commit message (Expand) | Author |
2014-05-20 | regen | Martin Pieuchot |
2014-05-20 | Add VIA VL80x xHCI. | Martin Pieuchot |
2014-05-20 | Format string fixes for XHCI_DEBUG. | Martin Pieuchot |
2014-05-20 | Add -o max_read=XXX support in fuse. This is needed by usmb to have a | Sylvestre Gallon |
2014-05-20 | Assign the queue ID to the correct packet header when sending ICMP messages. | Martin Pieuchot |
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot |
2014-05-20 | correctly match size and buffer. from enh at google | Martin Pieuchot |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-05-19 | consistent use of uint32_t for poison values | Ted Unangst |
2014-05-19 | Add some consistency in fuse error handling. We need to return ENXIO | Sylvestre Gallon |
2014-05-19 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-19 | fix format mistakes visible if AUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-19 | unbreak the build when DIAGNOSTIC is not defined | Jonathan Gray |
2014-05-19 | Update run(4) firmware to version 0.33, with permission from Dennis Lee | Stefan Sperling |
2014-05-18 | hid_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 the | Mike Larkin |
2014-05-18 | Do not pass an xfer pointer to the timeout routine checking for root hub | Martin Pieuchot |
2014-05-18 | Fix tail packet check in elantech v3 touchpad code. Due to a typo this | Stefan Sperling |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling |
2014-05-18 | regen | Stefan Sperling |
2014-05-18 | Add PCI ID for Realtek RTL8402 card reader. | Stefan Sperling |
2014-05-17 | One more mistake introduced in 1.65 | Miod Vallat |
2014-05-17 | ...and it needs a guard against NULL as well. | Miod Vallat |
2014-05-17 | Fix previous commit by making sure we are not dereferencing uninitialized | Miod Vallat |
2014-05-17 | When looking at another process, use the data from struct process | Philip Guenther |
2014-05-17 | Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). | Stefan Sperling |
2014-05-17 | fix format mistakes visible if AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if UAUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if AUICH_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t | Alexandre Ratchov |
2014-05-17 | In pmap_remove_page(), do not keep wired mappings; the callers want them gone. | Miod Vallat |
2014-05-17 | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case | Miod Vallat |
2014-05-17 | unbreak build: exchange %b args order, from miod@ | Alexandre Ratchov |
2014-05-17 | Lower VUPS value for delay() to behave closer to the intent. | Miod Vallat |
2014-05-17 | Print the rpb device type and unit values if the root device can't be found | Miod Vallat |
2014-05-17 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-17 | Change the return value of interrupt handler to 0 when nothing is | Kenji Aoyama |
2014-05-16 | Reduce the difference between HC drivers by always passing a generic | Martin Pieuchot |
2014-05-16 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-16 | It seems that there is new and old revision of CH340. | sasano |
2014-05-16 | regen | David Coppa |
2014-05-16 | Add Alcatel OneTouch L100V | David Coppa |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-05-15 | regen | Martin Pieuchot |
2014-05-15 | XHCI -> xHCI | Martin Pieuchot |
2014-05-15 | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory | Martin Pieuchot |
2014-05-15 | Do not use nd6_rtrequest() for addresses configured on loopback | Martin Pieuchot |
2014-05-15 | knote_processexit() needs the thread to pass down to FRELE(), so pass it | Philip Guenther |
2014-05-15 | Prefer prsignal() to send process signals | Philip Guenther |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |