summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-08Mention that we support building a port from Go modules now.Aaron Bieber
2020-07-08New regression tests for character and string conversionsIngo Schwarze
2020-07-07Add opalsens(4), a driver for sensors provided by the OPAL firmware.Mark Kettenis
2020-07-07Revert r1.121 and rewrite merge_option_data() to achieve same effectKenneth R Westerback
2020-07-07Remove temporary RSA keys/callbacks code.Joel Sing
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.Joel Sing
2020-07-07Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.Joel Sing
2020-07-07Enable TLSv1.3 for the generic TLS_method().Joel Sing
2020-07-07Fix shared DH secret length in log message.tobhe
2020-07-07syncTheo de Raadt
2020-07-07Stop using make_addr() which trims trailing zeros of the netmask, setYASUOKA Masahiko
2020-07-07fix a copy pasto.David Gwynne
2020-07-07Update required firmware file path in iwx(4) man page.Stefan Sperling
2020-07-07Switch iwx(4) from -46 to -48 firmware.Stefan Sperling
2020-07-07Add support for set -o pipefailJeremie Courreges-Anglas
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.David Gwynne
2020-07-07add kstat support for some of the counters the chip maintains.David Gwynne
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha
2020-07-07correct recently broken commentsTheo de Raadt
2020-07-07don't try and be too clever in the kstat update timeout.David Gwynne
2020-07-07remove some old code from a previous version of the kstat diff.David Gwynne
2020-07-07add kstat support for reading hardware counters.David Gwynne
2020-07-07Get rid of some rasops callbacks in efifb that only call rasopsJoshua Stein
2020-07-07small typoTheo de Raadt
2020-07-07add kstat support for reading the "hardware" counters for each ring.David Gwynne
2020-07-07add kstats for rx queues (ifiqs) and transmit queues (ifqs).David Gwynne
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon mayMark Kettenis
2020-07-06Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs
2020-07-06sync; various $ARCH/timetc.h files to md.*Stuart Henderson
2020-07-06pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs
2020-07-06fix spellingTheo de Raadt
2020-07-06syncTheo de Raadt
2020-07-06Save and restore FPU around signal handlers.Mark Kettenis
2020-07-06Minor tweaks in the description of %g:Ingo Schwarze
2020-07-06in 2014 I added this annotation: /* XXX floating point printf in signal handl...Theo de Raadt
2020-07-06Use mnemonic KERN_PROC_ALL not literal zerokn
2020-07-06Hide most of the contents behind #ifdef _KERNEL. Reorganize the file aMark Kettenis
2020-07-06Add a few ${.CURDIR} to make the new RCS tests work with obj/ and obj@.Theo Buehler
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()Jonathan Gray
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06syncTheo de Raadt
2020-07-06make a very quick and dirty pass on a manpage for the kstat api.David Gwynne
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-06Do not eliminate redundant clears, the code is wrong and doing itNicholas Marriott
2020-07-06Add a way for control mode clients to subscribe to a format and beNicholas Marriott
2020-07-06Make this build on powerpc64.Mark Kettenis