Age | Commit message (Expand) | Author |
2014-07-02 | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze |
2014-07-02 | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze |
2014-07-02 | Clean up warnings related to macros and nesting. | Ingo Schwarze |
2014-07-02 | Fix the column numbers associated with in_line_argn() macros; | Ingo Schwarze |
2014-07-02 | populate pool npages, as per src/sys/kern/subr_pool.c r1.135 | David Gwynne |
2014-07-02 | Change column display in -Ttree to be 1-based instead of 0-based | Ingo Schwarze |
2014-07-02 | properly process minherit(2) flags; ok guenther@ matthew@ | Otto Moerbeek |
2014-07-02 | Improve "skipping paragraph macro" messages, | Ingo Schwarze |
2014-07-02 | fix ssh protocol 1 on the server that regressed with the sshkey change | Damien Miller |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-07-02 | info about pools is currently given to userland by copying each | David Gwynne |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-07-01 | update currency exchange rates; | Jason McIntyre |
2014-07-01 | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze |
2014-06-30 | garbage collect two unused enum mandocerr items | Ingo Schwarze |
2014-06-30 | suppress spurious error message when loading key with a passphrase; | Damien Miller |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Major roff_getname() cleanup. | Ingo Schwarze |
2014-06-29 | Bugfix in roff_setstrn(): | Ingo Schwarze |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-27 | fix loading of private keys | Markus Friedl |
2014-06-27 | fix remote fwding with same listen port but different listen address | Markus Friedl |
2014-06-25 | Handle escaped back slashes and missing new lines at end of line by using | Tobias Stoeckmann |
2014-06-25 | unblock SIGSEGV before raising it | Theo de Raadt |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-06-25 | Improve messages related to the roff(7) .so request. | Ingo Schwarze |
2014-06-24 | when copying local->remote fails during read, don't send uninitialised | Damien Miller |
2014-06-24 | don't fatal() when hostname canonicalisation fails with a | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-06-24 | fix bug in KRL generation: multiple consecutive revoked certificate | Damien Miller |
2014-06-23 | Below DIAGNOSTICS, document the SYSERR message level; | Ingo Schwarze |
2014-06-23 | Allow keys and send-keys to invisible panes, from saggy-kun at users dot | Nicholas Marriott |
2014-06-23 | Count mouse clicks correctly, from Balazs Kezes. | Nicholas Marriott |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-22 | Negative time{spec,val}s with non-zero subsecond parts require extra | Philip Guenther |
2014-06-21 | Reduce the verbosity of error messages caused by open(2) failures. | Ingo Schwarze |
2014-06-21 | Prefix messages about bad command line options and arguments | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | Start systematic improvements of error reporting. | Ingo Schwarze |
2014-06-20 | Prefix error messages from mandoc(1) with "mandoc: " | Ingo Schwarze |
2014-06-20 | Comment style nits. | Nicholas Marriott |
2014-06-20 | Make -S- and -E- mean the start and end to capture-pane to avoid having | Nicholas Marriott |
2014-06-20 | More tweaking of set_basedir(). | Ingo Schwarze |
2014-06-19 | Copy newline when at EOL in vi(1) mode, from Balazs Kezes. | Nicholas Marriott |
2014-06-19 | Reset the buttons when the wheel is used, from Balazs Kezes. | Nicholas Marriott |
2014-06-19 | Some terminals send spurious releases for mouse wheel in SGR mouse mode, | Nicholas Marriott |
2014-06-19 | Some simple set_basedir() cleanup; more to come. | Ingo Schwarze |
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson |