summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-05-17move section 3 manual page to the usual setIngo Schwarze
2020-05-17Add machdep.compatible.Mark Kettenis
2020-05-17Look at the openbsd,boothowto property.Mark Kettenis
2020-05-17Hand those pages over to uvm.Mark Kettenis
2020-05-17As done everywhere else, use a local version of MINIMUM() and avoidTheo de Raadt
2020-05-17in order for PKG_CACHE to work, skipped entries at the end should stillMarc Espie
2020-05-17Add missing definition tags to abbreviated commands. As an example,anton
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needMark Kettenis
2020-05-17Send a decode error alert if a server provides an empty certificate list.Joel Sing
2020-05-17restore VGA fonts on VT switchJonathan Gray
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.Theo de Raadt
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add function for attaching RTC drivers, to reduce direct useVisa Hankala
2020-05-17The 64-bit Power ABI reserves r13 for the thread pointer, so use thatMark Kettenis
2020-05-17Fix WITNESS buildkn
2020-05-17Add machdep.compatible.Mark Kettenis
2020-05-17Add kqueue_scan_state structVisa Hankala
2020-05-17Do not redefine todr_handle. The variable now lives in kern_time.c.Visa Hankala
2020-05-17Prevent kcov from collecting coverage after the kernel has panicked.anton
2020-05-17fix typo in a commentJonathan Gray
2020-05-17Add GOST certificate test in appstest.shKinichiro Inoguchi
2020-05-17Fix forgotten references to removed mixer.4 manualAlexandre Ratchov
2020-05-17Print lists as comma-separated itemsAlexandre Ratchov
2020-05-17When -m is used, don't print controls that didn't changeAlexandre Ratchov
2020-05-17When -m is used, always print one line per controlAlexandre Ratchov
2020-05-17Factor code to print numbers, no behavior changeAlexandre Ratchov
2020-05-17Suppress display output and reduce s_time to 1 sec in appstest.shKinichiro Inoguchi
2020-05-17Fix server client test with TLSv1.3 in appstest.shKinichiro Inoguchi
2020-05-16Get memory information from the device tree.Mark Kettenis
2020-05-16somehow yacc pieces got missed from the "domain name" commit; add them.Stuart Henderson
2020-05-16entropy_add_ptr and entropy_input_rotate are only used insideTheo de Raadt
2020-05-16syncTheo de Raadt
2020-05-16use a consistent notation for x[GM]Hz (at least for the wireless pages);Jason McIntyre
2020-05-16Return TLS13_IO_WANT_POLLIN after processing post-handshake messages.Joel Sing
2020-05-16+.Xr gpio 4 ,Jason McIntyre
2020-05-16Planting the first seed for OpenBSD/powerpc64.Mark Kettenis
2020-05-16document that these devices support background scanning;Jason McIntyre
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-16Move lazy resize from the pane to the window, there is no point inNicholas Marriott
2020-05-16On select-window, make this client the latest client for the window.Nicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16Send CSI u sequences for any keys that do not have a defined sequenceNicholas Marriott
2020-05-16add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 tooMartin Reindl
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott
2020-05-16Recognise extended key sequences on input (both the forms xterm offers).Nicholas Marriott
2020-05-16xterm-keys has been on by default for five years and all other modernNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add screen write flags instead of individual bits and fix line lengthNicholas Marriott