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