Age | Commit message (Expand) | Author |
2016-03-10 | don't check stack-allocated arrays against NULL | mmcc |
2016-03-10 | Enforce some naming sanity. Stop using 'sc_link' to mean two different | Kenneth R Westerback |
2016-03-09 | Remove pointless function pointers from urtwn(4) softc. They didn't serve | Stefan Sperling |
2016-03-09 | Make rtwn(4) check for "unsupported test chip" error during attach again. | Stefan Sperling |
2016-03-09 | Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND | Stefan Sperling |
2016-03-09 | Split the rtwn(4) driver into two layers: | Stefan Sperling |
2016-03-07 | For rtwn(4) and urtwn(4) inline driver-specific definitions in their | Stefan Sperling |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file. | Stefan Sperling |
2016-03-07 | Merge rtwn(4) and urtwn(4) register definitions into a common header file. | Stefan Sperling |
2016-03-07 | Fix end signature check, from Patrick Wildt. | Martin Pieuchot |
2016-03-04 | extra ) not needed, spotted by tiago silva | Theo de Raadt |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |
2016-03-03 | Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11 | Christian Weisgerber |
2016-03-03 | Move fdt to a more centralized location so it can be used by arm as well. Dif... | Brandon Mercer |
2016-03-02 | Claim to be more versions of windows for _OSI checks. | Jonathan Gray |
2016-03-01 | Copy the stackgap_init() and stackgap_alloc() functions from | Christian Weisgerber |
2016-02-28 | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. | Stefan Kempf |
2016-02-27 | pakets -> packets | mmcc |
2016-02-24 | Fix the build with DRMDEBUG. Committing now instead of after unlock to | Jonathan Gray |
2016-02-20 | sync | Theo de Raadt |
2016-02-20 | pci bridge, from Hrvoje Popovski | Theo de Raadt |
2016-02-19 | enable snooping on Intel C610 | Jonathan Gray |
2016-02-19 | Right shift by an amount larger than width of type is undefined behavior. | Stefan Kempf |
2016-02-18 | Add support for the Intel i219 network chip to the em(4) driver. | Alexander Bluhm |
2016-02-18 | regen | Alexander Bluhm |
2016-02-18 | Add Intel i219 em(4). | Alexander Bluhm |
2016-02-15 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-14 | Avoid using uninitialized variables in two corner cases. In one | Kenneth R Westerback |
2016-02-13 | Make iwm(4) initialize net80211 callback pointers at attach time. | Stefan Sperling |
2016-02-12 | pcakets -> packets | mmcc |
2016-02-11 | ipmi(4) - Check sensor name length more carefully | Masao Uebayashi |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-02-08 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-07 | Fix off-by-one in loop termination condition. | tb |
2016-02-07 | Comment. | Masao Uebayashi |
2016-02-07 | Remove a too strict assertion. | Masao Uebayashi |
2016-02-07 | Make sure the maximum iwm(4) firmware command payload size fits into | Stefan Sperling |
2016-02-06 | Add support for the 9 series PCH. | Mark Kettenis |
2016-02-06 | Enable the code that reads the BIOS from the ACPI VFCT table on platforms | Mark Kettenis |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | Implement acpi_get_table_with_size(). Will soon be used to read VFCT | Mark Kettenis |
2016-02-05 | Simple moderation of Tx completion notifications | Mike Belopuhov |
2016-02-05 | Silence warnings from static analyzers; found by jsg@ | Mike Belopuhov |
2016-02-05 | Improve Linux PCI compatibility code. | Mark Kettenis |
2016-02-05 | Fix a pci vendor/device conversion missed in rev 1.6. | Mark Kettenis |
2016-02-05 | Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) | Masao Uebayashi |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |