summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19basic unit test for sshsig.[ch], including FIDO keysDamien Miller
2020-06-19basic unit test for FIDO kep parsingDamien Miller
2020-06-19backout pipe change, it crashes some archTheo de Raadt
2020-06-19syncTheo de Raadt
2020-06-18check public host key matches private; ok markus@ (as part ofDamien Miller
2020-06-18avoid spurious "Unable to load host key" message when sshd can load aDamien Miller
2020-06-18pass the mbuf with the data separately to the one with the pkthdr to mtap.David Gwynne
2020-06-18add $OpenBSD$ tagsDavid Gwynne
2020-06-18extend the bpf_hdr struct to include some metadata if available.David Gwynne
2020-06-18AST handling.Mark Kettenis
2020-06-18Cache kernel SLB entries in per-CPU struct and restore them uponMark Kettenis
2020-06-18- tweak pcamux.4 textJason McIntyre
2020-06-18Fix handling of short EAP-MSCHAP messages.tobhe
2020-06-18pcamux(4)Mark Kettenis
2020-06-18Add pcamux(4), a driver for the PCA8548 I2C switch.Mark Kettenis
2020-06-18BCM5719 A1 seen in the wild.Mark Kettenis
2020-06-18uint8_t is a discrete, not a continuous type,Ingo Schwarze
2020-06-18Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit.Martin Pieuchot
2020-06-18Many of these functions have several arguments, and some argumentsIngo Schwarze
2020-06-18basic macro cleanup, and reword two phrases about closed intervalsIngo Schwarze
2020-06-18Combine and replace duplicated code in pipex(4) and pppx(4) by new functionsmvs
2020-06-18Compare `so' and `sosp' types just after `sosp' obtaining. We can't splicemvs
2020-06-18Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip*Theo Buehler
2020-06-18avoid -Wpointer-compare warning which broke build with clang 10Jonathan Gray
2020-06-18Add test that splicing inet and unix sockets. This test should be abortedmvs
2020-06-18The same simplification can be done a second time: widen the type,Theo Buehler
2020-06-18Apply rules to the number of events returned by the last read(2).Martin Pieuchot
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2020-06-18Fix a bunch of typos in various man pages.Frederic Cambus
2020-06-18Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.Frederic Cambus
2020-06-18The redraw callback could be fired with a NULL pane if it updates whileNicholas Marriott
2020-06-18Add a flag to make a client wait for an empty line before exiting inNicholas Marriott
2020-06-18Add entry for wsfont_init.9 in man9 Makefile.Frederic Cambus
2020-06-18Now that the calls to stoeplitz_cache_entry() are out of the way, we canTheo Buehler
2020-06-18Check control types and skip unknown ones.Alexandre Ratchov
2020-06-18Allow names to start with digits or underscoresAlexandre Ratchov
2020-06-18Don't try to open device that's already openAlexandre Ratchov
2020-06-18Document sioctl_desc structure maxval attributeAlexandre Ratchov
2020-06-18Fix comments about sioctl_desc's maxval fieldAlexandre Ratchov
2020-06-18The next step is to use that we have cached the result of the matrixTheo Buehler
2020-06-17Fix broken HID descriptors of Elecom trackballs.Ulf Brosziewski
2020-06-17Print CPU name and cache info in the same way as we do on arm64.Mark Kettenis
2020-06-17Manually tag the section option.Ingo Schwarze
2020-06-17Fix length check in ca_getreq().tobhe
2020-06-17More pmap bits, mostly from powerpc andd arm64.Mark Kettenis
2020-06-17Instead of performing three distinct allocations per created pipe,anton
2020-06-17Explicitly unmap DMA memory using pmap_kremove(9).Mark Kettenis
2020-06-17We are no longer using the "keep" file as a flag.Florian Obser
2020-06-17needs param.h, not types.hTheo de Raadt
2020-06-17Document that rand() returns non-deterministic random numbers unless aTim van der Molen