summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-08-31clarify that patterns are extended regular expressions; ok millert@ phessler@Christian Weisgerber
2018-08-31Dont print "default" for "0.0.0.0" if it is a host route.YASUOKA Masahiko
2018-08-29Reset line flag when clearing selection, GitHub issue 1454.Nicholas Marriott
2018-08-29recognize kcov ioctl commands; ok deraadt@ mpi@ visa@anton
2018-08-29Keep any text killed in the command prompt with C-w and yank it withNicholas Marriott
2018-08-29Add C-Left and C-Right as aliases for M-b and M-f.Nicholas Marriott
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2018-08-28Drop SSLv2, SSLv3 support.cheloha
2018-08-28fix misplaced parenthesis inside if-clause. it's harmless and the only issue isRicardo Mestre
2018-08-28fix build with DEBUG_PK enabledRicardo Mestre
2018-08-28Check for SSL_write(3) error.cheloha
2018-08-27Reduce excessive right padding in tagged list heads.Ingo Schwarze
2018-08-27Memory leaks, from Gang Fan in GitHub issue 1453.Nicholas Marriott
2018-08-26Handle fork() errors. The Perl fork() wrapper returns undef ratherChristian Weisgerber
2018-08-26Support nesting of elements with next-line scope.Ingo Schwarze
2018-08-26Add q: format prefix to escape sh(1) special characters. Suggested byNicholas Marriott
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
2018-08-24update usage for pkcs8;Jason McIntyre
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-24The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}Theo Buehler
2018-08-24Stop handling broken PKCS#8 formats in openssl(1).Theo Buehler
2018-08-23The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze
2018-08-23all_jobs can be static.Nicholas Marriott
2018-08-23A sequence of increasingly restrictive pledges was already presentTheo de Raadt
2018-08-23Move job struct into job.c.Nicholas Marriott
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-23memleak introduced in r1.83; from Colin WatsonDamien Miller
2018-08-22Use a monotonic clock for the benchmark timeout.cheloha
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andNicholas Marriott
2018-08-21Implement the \\$@ escape sequence (insert all macro arguments,Ingo Schwarze
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha
2018-08-21AIX reports the CODESET as "ISO8859-1" in the POSIX locale.Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-20Move offset of window list into status struct.Nicholas Marriott
2018-08-20\f[] means \fP, not \fRIngo Schwarze
2018-08-20Expand \n(.$ (the number of macro arguments) right in roff_userdef(),Ingo Schwarze
2018-08-20Add -Z to find-window as well.Nicholas Marriott
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromNicholas Marriott
2018-08-19Add the \) special character, a variant of \& so arcane that iIngo Schwarze
2018-08-19Do alignment of non-numeric strings in numeric cells the same wayIngo Schwarze
2018-08-19Add a flag to force redrawing of the status line even if the contentNicholas Marriott
2018-08-19Don't leak a strdup()'ed string on error in do_accept().Theo Buehler
2018-08-19do not print horizontal lines inside vertical spansIngo Schwarze
2018-08-19Expand \u and \U escape sequences in command strings, from ChristopherNicholas Marriott
2018-08-19Mostly complete implementation of the 'c' (character available)Ingo Schwarze
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and forNicholas Marriott
2018-08-18Bugfix: When a line ends with '\ \"', don't strip the trailing spaceIngo Schwarze
2018-08-18support the highly surprising escape sequence \# (line continuationIngo Schwarze