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