summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-05-30In automatic performance mode on systems with offline CPUs because of SMTsolene
2020-05-30Introduce kqueue_terminate() & kqueue_free(), no functional changes.Martin Pieuchot
2020-05-30Fix UVIDEO_DEBUG buildIngo Feinerer
2020-05-29If no station happens to be associated when ieee80211_setkeys() runs thenStefan Sperling
2020-05-29In hostap mode, after completing a new group key handshake with allStefan Sperling
2020-05-29Mark the descriptor as dead when starting to destroy it.Martin Pieuchot
2020-05-29When the preferred cylinder group if full scan forward (wrapping if needed)Otto Moerbeek
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-29rndvar.h not needed hereTheo de Raadt
2020-05-293 includes not neededTheo de Raadt
2020-05-28When calling rasops_init() in efifb_cnremap() and efifb_attach(), passFrederic Cambus
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-28Make generation numbers unsigned and fill them using a random numberOtto Moerbeek
2020-05-28Call cninit() after parsing boot parameter to make cninit() possibleYASUOKA Masahiko
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2020-05-28File allocation in socket(2) & socketpair(2) no longer need the KERNEL_LOCK().Martin Pieuchot
2020-05-27Enter ddb at a trap instruction or with db_enter().gkoehler
2020-05-27Connectionless sockets like UDP can be re-connected to a differentAlexander Bluhm
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-27Fix pmon_iostrategy()Visa Hankala
2020-05-27Document the various flavors of NET_LOCK() and rename the reader version.Martin Pieuchot
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2020-05-27raise max columns and rows in efifb to 160Jonathan Gray
2020-05-27don't limit clflush to Intel CPUsJonathan Gray
2020-05-27limit clflush before monitor errata workaround to IntelJonathan Gray
2020-05-27set up rx so packets end up at the end of the mbuf cluster.David Gwynne
2020-05-27Update comment block at the top to describe (a) the ring damage logic,Theo de Raadt
2020-05-26Stop requiring that .strtab has long alignment.gkoehler
2020-05-26sgi had the same bug as sparc64 -- failed to put readdir and fchmodTheo de Raadt
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26Implement write support for block devices and add readdir and fchmodMark Kettenis
2020-05-26Extract more randomness from mbuf flowVisa Hankala
2020-05-26Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt theTheo de Raadt
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedTheo de Raadt
2020-05-26Check outcome of loadrandom() on octeonVisa Hankala
2020-05-26Rework kernel loading with octboot(4)Visa Hankala
2020-05-26fix wrong firmware filename typo in a comment in iwx_read_firmware()Stefan Sperling
2020-05-26Make the necessary adjustments to parse iwx(4) -48 firmware image files.Stefan Sperling
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.Stefan Sperling
2020-05-26Don't enable any BT modules in the iwx(4) BT_COEX command.Stefan Sperling
2020-05-26Make iwx(4) flush the Tx path before removing the AP from the firmware'sStefan Sperling
2020-05-26Make iwx(4) binding command work on -48 firmware.Stefan Sperling
2020-05-26Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.Stefan Sperling
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.Kenji Aoyama
2020-05-26Let unencrypted 802.11 frames pass during hardware decryption post-processing.Stefan Sperling
2020-05-26Use C99 initializers in 'struct filterops' definitions.Martin Pieuchot
2020-05-26Make cdev_{audio,video}_init() expose a kqfilter handler.Martin Pieuchot