summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Expand target from client and use it to expand the prompt.Nicholas Marriott
2020-05-16Move editor stuff to common code in popup.c.Nicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running aNicholas Marriott
2020-05-16Do not loop forever when search finds an empty match, GitHub issue 2203.Nicholas Marriott
2020-05-16Fix next-matching-bracket logic, from Chris Barber.Nicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Support embedded styles in the display-message message, GitHub issueNicholas Marriott
2020-05-16When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis