Age | Commit message (Expand) | Author |
2015-03-21 | Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit | Mark Kettenis |
2015-03-21 | When an IOMMU is not available, and an sbus board has register ranges not | Miod Vallat |
2015-03-21 | Make sure we reset all relevant state when resetting or stopping an interface. | Mark Kettenis |
2015-03-21 | Only reconfigure LDC queues ipon reset instead of unconfiguring them first. | Mark Kettenis |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-20 | The ACPI standard says that a PCI function number of FFFF can be used to refer | Mark Kettenis |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-20 | Convert to if_input(), tested by Fabian Raetz, thanks! | Martin Pieuchot |
2015-03-20 | some re(4) chips can do jumbos, but none of them can checksum jumbo | David Gwynne |
2015-03-20 | reintroduce r1.173: | David Gwynne |
2015-03-20 | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable | Stefan Sperling |
2015-03-20 | Re-apply -r1.115 that got accidentally reverted and brought to my | Mike Belopuhov |
2015-03-20 | Fix an outdated comment, spotted by mpi@ | Mike Larkin |
2015-03-19 | Let it compile! | Martin Pieuchot |
2015-03-19 | Let it compile. | Martin Pieuchot |
2015-03-19 | Abort tasks are run in their own thead, that's why they need a special | Martin Pieuchot |
2015-03-19 | Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with | Martin Pieuchot |
2015-03-19 | unlock MII on smsc_miibus_readreg error | Jonathan Gray |
2015-03-19 | missing gcu_var.h conversion | Theo de Raadt |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-03-18 | Allow for VM_MIN_KERNEL_ADDRESS to not be a constant. | Miod Vallat |
2015-03-18 | Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address within | Miod Vallat |
2015-03-18 | Revert 1.52, per the comment above the incorrectly changed line. Reduces the | Miod Vallat |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | Baytrail/e3800 devices found in MinnowboardMax. | Ryan Thomas McBride |
2015-03-18 | Convert to if_input(), tested by jsing@. | Martin Pieuchot |
2015-03-18 | Prevent sign extension due to pointer arithmetics | Mike Belopuhov |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2015-03-18 | use device_lookup to find gcu0 rather than iterating over alldevs. | David Gwynne |
2015-03-18 | "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating | Ryan Thomas McBride |
2015-03-17 | The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytes | Miod Vallat |
2015-03-17 | Merge two "#ifdef NCARP" chunks. | Martin Pieuchot |
2015-03-17 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-16 | Include <sys/param.h> rather than <sys/types.h> when also including | Miod Vallat |
2015-03-16 | Convert to if_input(), tested by jsg@. | Martin Pieuchot |
2015-03-16 | convert timeout_add() calls using hz to timeout_add_msec() | Jonathan Gray |
2015-03-16 | When state creations happen in short term by outgoing packets of one | YASUOKA Masahiko |
2015-03-16 | Revert 1.39. Resetting after specifically putting the keyboard in a | Joshua Stein |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-15 | Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT | Kenneth R Westerback |
2015-03-14 | Allow for multiple concurrent devopen() calls, and fill the .readdir member | Miod Vallat |
2015-03-14 | Check for the size of the supposed destination address when constructing | Martin Pieuchot |
2015-03-14 | RTL8411 works also, according to tiix@openmailbox | Theo de Raadt |
2015-03-14 | Remove wrong reference to zlib. | Loganaden Velvindron |
2015-03-14 | add sys/atomic.h back for membar_* needed for at least armv7 | Jonathan Gray |
2015-03-14 | restore systm.h, needed for strcmp. from Steven McDonald | Ted Unangst |