summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-03-07Rename struct etheripstat members for consistency, move them all to 64bitsJeremie Courreges-Anglas
2017-03-07If a user-defined macro is aborted because it exceeds the stackIngo Schwarze
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-07fix completely empty .Eo: no blank line wantedIngo Schwarze
2017-03-07Need to flush before writing out cells we are not collecting, also addNicholas Marriott
2017-03-07If moving cells outside the current used count, update it.Nicholas Marriott
2017-03-07fix spacing after empty .FlIngo Schwarze
2017-03-07implement .An -split and -nosplitIngo Schwarze
2017-03-07Fix .In formatting in the SYNOPSIS:Ingo Schwarze
2017-03-07tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT, handle themSunil Nimmagadda
2017-03-06Using .Nd only makes sense in the NAME section.Ingo Schwarze
2017-03-06URIs need different escaping; reported by reyk@Ingo Schwarze
2017-03-06Collect strings correctly when on terminals that don't support UTF-8.Nicholas Marriott
2017-03-06When redrawing a combined UTF-8 characters in its existing position,Nicholas Marriott
2017-03-06Check l->hosts before dereferencing; fixes potential null pointer deref.Darren Tucker
2017-03-06linenum is unsigned long so use %lu in log formats. ok deraadt@Darren Tucker
2017-03-04Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze
2017-03-04Make the description of -K autodetection easer to understand.Ingo Schwarze
2017-03-03Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze
2017-03-03new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze
2017-03-03remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze
2017-03-03Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze
2017-03-03A missing initialization could randomly cause regular expressionIngo Schwarze
2017-03-03Fix previous: do not access the byte before the string if the stringIngo Schwarze
2017-03-03fix ssh-keygen -H accidentally corrupting known_hosts that containedDamien Miller
2017-03-02close ftp(1)'s output file to avoid leaking one FD per request.Stuart Henderson
2017-03-01update currency exchange rates;Jason McIntyre
2017-02-28Use a do{}while loop with ssize_t return value when calling tls_read()Philip Guenther
2017-02-28small memleak: free fd_set on connection timeout (though we are heading toDamien Miller
2017-02-27errant dot; from klemens nanniJason McIntyre
2017-02-27If splitw -b is used, insert the new pane before the current one in theNicholas Marriott
2017-02-26Move away from BN_zero, the one returning an int is deprecated and theOtto Moerbeek
2017-02-24add support for variables in the lhs of SYSV modifiers.Marc Espie
2017-02-24might as well set the listener socket CLOEXECDamien Miller
2017-02-23- write parse errors to stderr, prompted by Martijn DekkerOtto Moerbeek
2017-02-23Introduce e command, equivalent to p, but writes to stderrOtto Moerbeek
2017-02-22Pledge man.cgi(8).Ingo Schwarze
2017-02-22Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze
2017-02-22Remove unused-with-dead-store variable oldpsanl.Tom Cosgrove
2017-02-22Minor bits: fix an array size, add comment, make grid_cell_entry static.Nicholas Marriott
2017-02-22Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze
2017-02-21Change pane redraw to collect cells up as well, and simplify it a bit.Nicholas Marriott
2017-02-21Don't need is1,is2,is3 so remove them.Nicholas Marriott
2017-02-21Scrolling at least needs to be flushed before sending EL to the terminalNicholas Marriott
2017-02-20Crank all members of struct ipipstat to 64 bitsJeremie Courreges-Anglas
2017-02-20* Hoist Copyright notice to the top, don't hide it in the middle.Ingo Schwarze
2017-02-19Do not break the line at U+00A0 NO-BREAK SPACE.Ingo Schwarze
2017-02-19Recognise AArch64 binaries and core dumps.Jonathan Gray
2017-02-19Add SGR 28 to clear hidden flag.Nicholas Marriott
2017-02-19Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"Damien Miller