Age | Commit message (Expand) | Author |
2016-05-28 | Add support for Intel Wireless 3165 devices to iwm(4). | Stefan Sperling |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-05-28 | Backout pf.c r1.972, pf_norm.c r1.184, ok claudio | Stuart Henderson |
2016-05-28 | In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it. | Stefan Sperling |
2016-05-28 | Add support for Intel Wireless 8260 devices to iwm(4). | Stefan Sperling |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-28 | add sizes to free() calls for descrip tables | Ted Unangst |
2016-05-28 | no need to open key disk for writing, from bytevolcano. ok jung | Ted Unangst |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-27 | rename(2) operation requires "rpath cpath" at the underlying operation | Theo de Raadt |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem | Martin Natano |
2016-05-26 | Make amaps use less kernel memory (2nd try) | Stefan Kempf |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-25 | regen | Stefan Sperling |
2016-05-25 | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. | Stefan Sperling |
2016-05-25 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
2016-05-25 | MNT_EXKERB bit is unused | Theo de Raadt |
2016-05-24 | Remove two sysctls which were introduced only for development of the | Theo de Raadt |
2016-05-24 | Drop a redundant set of FPA pool definitions. | Visa Hankala |
2016-05-24 | Reduce the size of gather buffers and allocate more of them to make | Visa Hankala |
2016-05-24 | Try to defragment overly long mbuf chains. | Visa Hankala |
2016-05-24 | Fix previous. | Visa Hankala |
2016-05-24 | Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ | Reyk Floeter |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-05-24 | Do not call nd6_output() without route entry argument. | Martin Pieuchot |
2016-05-24 | Disabling active cooling trip points when we lack the right method to operate. | Sebastien Marie |
2016-05-24 | remove some ancient debugging code | Mike Larkin |
2016-05-23 | Use arc4random_uniform() instead of arc4random() to avoid modulus bias. | Theo Buehler |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-23 | regen | Chris Cappuccio |
2016-05-23 | VIA VL805 xHCI | Chris Cappuccio |
2016-05-23 | repair typo of sizeof in copyin() | Theo de Raadt |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |
2016-05-23 | Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770S | Chris Cappuccio |
2016-05-23 | Pass the device node to ia_cookie so we can pick it up in the i2c driver. | Marcus Glocker |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-05-23 | Print the name from the corresponding FDT node to make identifying simplebus(4) | Mark Kettenis |
2016-05-23 | Pass a route entry to if_output() instead of relying on arpresolve() magic. | Martin Pieuchot |
2016-05-23 | Get rid of usbd_get_device_strings() because we use it only once. | Martin Pieuchot |
2016-05-23 | Fix shutdown sequence. | Marcus Glocker |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-05-23 | Pass a 'struct in_addr *' to arplookup() instead of always dereferencing | Martin Pieuchot |
2016-05-23 | Shorten en error string. | Martin Pieuchot |
2016-05-23 | regen | David Gwynne |
2016-05-23 | add the intel xl710 device ids from the documentation | David Gwynne |
2016-05-23 | Some of our fan scaling calculations with the muK temperature unit above | Marcus Glocker |
2016-05-23 | build armv7 efiboot | Jonathan Gray |