summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.Stefan Sperling
2019-11-08The u_long fields in struct disk_parms (secsize, heads, cyls, sectors)Kenneth R Westerback
2019-11-08Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t.Martin Pieuchot
2019-11-08void being too clever about setting/clearing ifpromisc on the parent.David Gwynne
2019-11-08convert interface address change hooks to tasks and a task_list.David Gwynne
2019-11-08Add support for button 2 and 3 to imt(4).YASUOKA Masahiko
2019-11-07Remove get_pc_str_offset(), which has been unused since we switchedPatrick Wildt
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07sd_size() is a wrapper around sd_read_cap_10() and sd_read_cap_16() soKenneth R Westerback
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07adjfreq(2): fix atomic swapcheloha
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_t, missed in previous.Martin Pieuchot
2019-11-07Do propper kernel input validation for in_control() ioctl(2)Alexander Bluhm
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Showing kernel WEP keys to userland has been disabled in genericAlexander Bluhm
2019-11-07Only root is allowed to set the WEP key. Add an suser() check toAlexander Bluhm
2019-11-07remove the detach and linkstate hooks when the parent is going away.David Gwynne
2019-11-07Avoid NULL dereference in arpinvalidate() and nd6_invalidate() byKenneth R Westerback
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07FALSE -> 0, missed in previous.Martin Pieuchot
2019-11-07move the port destructor calls in clone destroy back out of NET_LOCK.David Gwynne
2019-11-07serialise hook adds and dels with a mutex instead of an implicit NET_LOCK.David Gwynne
2019-11-07turn the linkstate hooks into a task list, like the detach hooks.David Gwynne
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPMarcus Glocker
2019-11-06Use atomic operations consistently while writing to kubsan_slot.anton
2019-11-06Pull break into ifdef; noticed by bluhm who also OK'ed the previousFlorian Obser
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenStefan Sperling
2019-11-06Fix RTA_DNS checks:Florian Obser
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-11-05Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.Claudio Jeker
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-05Give some END()s to assembly symbols.Martin Pieuchot
2019-11-04remove mobileip(4)David Gwynne
2019-11-04Restore the old way of dispatching dead procs through idle proc.Visa Hankala
2019-11-04Regularly poll and report kubsan findings using the timeout(9) APIanton
2019-11-04Add ogx(4), a driver for the OCTEON III network processor.Visa Hankala
2019-11-04Switch iwm 3160, 7260, and 7265 to -17 firmware images.Stefan Sperling
2019-11-04Make iwm send the DQA command later, as Linux does. We were sending it toStefan Sperling
2019-11-04Don't send the BT coex config command to iwm 8k init firmware because newerStefan Sperling
2019-11-04iwm API version -31 firmware and up will crash after load unless the driverStefan Sperling
2019-11-04Fix handling of iwm_sf_config() input argument.Stefan Sperling
2019-11-04Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.Stefan Sperling