Age | Commit message (Expand) | Author |
2014-04-09 | Fix m_freem(NULL) in error case. | Christopher Zimmermann |
2014-04-09 | apparently NVM is a type of mass storage now | David Gwynne |
2014-04-09 | sync | Theo de Raadt |
2014-04-09 | I have seen a Hitachi ISP2100 in the wild, and next time do not want | Theo de Raadt |
2014-04-09 | remove an abstraction that just wraps a straight malloc on attach for | David Gwynne |
2014-04-09 | some mild knf | David Gwynne |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2014-04-08 | Fewer <uvm/uvm.h>! | Martin Pieuchot |
2014-04-08 | Less <uvm/uvm.h> | Martin Pieuchot |
2014-04-08 | No need for <uvm/uvm_page.h> | Martin Pieuchot |
2014-04-08 | Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctly | Miod Vallat |
2014-04-08 | Add rgephy(4) for axe(4) and axen(4). | Brad Smith |
2014-04-07 | Add MSI support for xhci(4). Also add a quirk for some of the Fresco | Brad Smith |
2014-04-07 | Enable upd(4) on archs where uhidev(4) is present, requested by mpi@. | andre |
2014-04-07 | - Remove a enumerator for supported sensors, makes better usage of our usb api; | andre |
2014-04-07 | In udp_output() also use the correct source address in case of an unbound soc... | Christopher Zimmermann |
2014-04-07 | increase MSGBUFSIZE | Theo de Raadt |
2014-04-07 | Use the `use_polling' hack to make sure usb_delay_ms() will not | Martin Pieuchot |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-07 | regen | Brad Smith |
2014-04-07 | Add Fresco Logic FL1400. | Brad Smith |
2014-04-07 | When iterating through fabric ports, start at our own port ID. It doesn't | Jonathan Matthew |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-07 | reduce the diff to linux for drm pci vid/pid tests | Jonathan Gray |
2014-04-07 | ISP2322 chips need a different firmware image to other 2300s, so until we | Jonathan Matthew |
2014-04-06 | Rework the command polling loop in a similar fashion as was done for qla(4). | Mark Kettenis |
2014-04-06 | Clear the interrupt before reading the response queue pointer register in | Mark Kettenis |
2014-04-06 | get rid of expensive temporary connect in udp_output(). | Christopher Zimmermann |
2014-04-06 | factor out source and destination address mangling from in_pcbconnect() | Christopher Zimmermann |
2014-04-06 | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. | Christopher Zimmermann |
2014-04-05 | Fix logic error and prevent theoretical infinite loop in the worst case scenario | Miod Vallat |
2014-04-05 | enable hds, and give up on isp | Theo de Raadt |
2014-04-05 | qla and qle are working well enough, so just delete use of isp. don't | Theo de Raadt |
2014-04-05 | Be sure to release rwlock when returning error in pppxclose(). | Miod Vallat |
2014-04-05 | set adapter buswidth according to the number of loop ids supported by the | Jonathan Matthew |
2014-04-04 | Second step of the R4000 EOP errata WAR: when pmap invalidates a page which | Miod Vallat |
2014-04-04 | If the PDC_COPROC call fails, and we are running on a PA 1.1 system, assume | Miod Vallat |
2014-04-04 | It seems that, when the on-board USB controller is an ALI M5237 USB and its | Miod Vallat |
2014-04-04 | Rework the command polling loop so it can handle multiple responses in a single | Jonathan Matthew |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2014-04-04 | let device_register match scsi devices to anything hanging off a | David Gwynne |
2014-04-03 | bcopy -> memcpy | Ted Unangst |
2014-04-03 | regen | Miod Vallat |
2014-04-03 | XIRING Ximax CDC adapter | Miod Vallat |
2014-04-03 | add a uvm_yield function and use it in the reaper path to prevent the | Ted Unangst |
2014-04-03 | if it's ok to wait, it must also be ok to give the kernel lock. do so. | Ted Unangst |
2014-04-03 | uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case, | Miod Vallat |
2014-04-03 | Add the missing 6322 PCI id. | Brad Smith |
2014-04-03 | Do not keep the EOP check bits in PGF_PRESERVE. | Miod Vallat |
2014-04-03 | fix $OpenBSD$, noticed by philip | Bob Beck |