Age | Commit message (Expand) | Author |
2020-06-10 | Update awk to March 5, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 25, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 27, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2013 version, no real code changes. | Todd C. Miller |
2020-06-10 | sync | Theo de Raadt |
2020-06-10 | Provide an optimized implementation of ffs(3) in the kernel on | Christian Weisgerber |
2020-06-10 | Add clock interrupt support, adapted from the randomized dual clock | Mark Kettenis |
2020-06-10 | Allocate MSIs from the range provided by the device tree and bind them | Mark Kettenis |
2020-06-10 | Another OPAL API that we need. | Mark Kettenis |
2020-06-10 | Avoid out-of-bounds access when dumping (faulty) edid info; as seen | Otto Moerbeek |
2020-06-10 | cwfg(4) | Patrick Wildt |
2020-06-10 | Enable cwfg(4) | Patrick Wildt |
2020-06-10 | Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allows | Patrick Wildt |
2020-06-10 | Cast imsg->data to char pointer to silence GCC warning | kn |
2020-06-10 | A bit of MSI support code; we need to distinguish between 32-bit and 64-bit | Mark Kettenis |
2020-06-10 | Add MSI support calls. | Mark Kettenis |
2020-06-10 | Add ahci(4), bge(4) and xhci(4); ahci(4) and xhci(4) remain disabled for now. | Mark Kettenis |
2020-06-10 | Add opal(4) a driver that interacts with the OPAL frimware and implements | Mark Kettenis |
2020-06-10 | Add RTC read and write calls. | Mark Kettenis |
2020-06-10 | Move closef() outside fdplock() in sys_socketpair(). This prevents | Visa Hankala |
2020-06-10 | document PKCS7_get_signer_info(3) | Ingo Schwarze |
2020-06-10 | describe six more PKCS7 attribute functions | Ingo Schwarze |
2020-06-10 | Fix wrong size passed to free(9) when freeing an iwx(4) firmware image. | Stefan Sperling |
2020-06-10 | Compute the Tx queue ID consistently in iwx(4). | Stefan Sperling |
2020-06-10 | document -s for now (this will be reorganized at some point) | Marc Espie |
2020-06-10 | Instead of a buffer size limit on each pane, set a limit of 300 seconds | Nicholas Marriott |
2020-06-10 | When the pause-after flag is set, send an alternative %extended-output | Nicholas Marriott |
2020-06-09 | regen | Mark Kettenis |
2020-06-09 | Add IBM POWER9 host bridge. | Mark Kettenis |
2020-06-09 | Add a few missing bits. | Mark Kettenis |
2020-06-09 | Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler. | tobhe |
2020-06-09 | document -n | Marc Espie |
2020-06-09 | Show a message while pkg_add updates the font cache. This occurs at the | Stuart Henderson |
2020-06-09 | Refuse to remove locked revisions with rcs -orange. | Joris Vink |
2020-06-09 | Implement intr_enable(), intr_disable() and intr_restore(). | Mark Kettenis |
2020-06-09 | Add mtdec(). | Mark Kettenis |
2020-06-09 | Make FRAME_LEAVE a bit more complete and do things in the same order as | Mark Kettenis |
2020-06-09 | The check_includes step is incorrect dependency management model for | Theo de Raadt |
2020-06-09 | document REGISTER_PLIST_OPTS | Marc Espie |
2020-06-09 | Include width in error message. | Nicholas Marriott |
2020-06-09 | It is not sensible to store pointers into an array we are going to | Nicholas Marriott |
2020-06-09 | Do not call encap routines with the IFQ mutex held, as they might | Gerhard Roth |
2020-06-09 | Various changes related but independant from multiqueue logic: | Martin Pieuchot |
2020-06-09 | Implement the rx side of checksum and vlan offloads too. | Jonathan Matthew |
2020-06-09 | set TLS SNI when relaying to host | Sebastien Marie |
2020-06-09 | reduce the diff to linux | Jonathan Gray |
2020-06-09 | match on Intel 200 Series HD Audio pci id | Jonathan Gray |
2020-06-09 | Prepare buffer for both receive and transmit side so that a client can | YASUOKA Masahiko |