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