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