Age | Commit message (Expand) | Author |
2018-08-18 | .RE causes a line break even if .RS is not open | Ingo Schwarze |
2018-08-18 | .SY causes a one-column indentation even without any argument | Ingo Schwarze |
2018-08-18 | Plug SSL object leaks in doConnection(). | cheloha |
2018-08-18 | Do not allocate a column for decimal points if all numbers are integers. | Ingo Schwarze |
2018-08-18 | Some tidying and helper functions. | Nicholas Marriott |
2018-08-18 | Unsurprisingly, zero-width non-breaking spaces have... width 0. | Ingo Schwarze |
2018-08-18 | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze |
2018-08-18 | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze |
2018-08-18 | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze |
2018-08-18 | prevent line breaks in the middle of .OP | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-17 | spelling; | Jason McIntyre |
2018-08-17 | Make the wording more concise, use the imperative throughout, state | Ingo Schwarze |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Revert previous, which was wrong as noted by schwarze. Also revert a hunk | Theo Buehler |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2018-08-16 | Add the KEYC_XTERM flag to all function keys that imply a modifier so | Nicholas Marriott |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-16 | Remove unused variable. | rob |
2018-08-15 | Remove dead assignment in login(1). | Frederic Cambus |
2018-08-15 | fix incomplete variable renaming in previous; | Ingo Schwarze |
2018-08-14 | Improve consistency of the substitution command further. | Ingo Schwarze |
2018-08-14 | Don't fail by default in the -new case; ok tb jca | cheloha |
2018-08-14 | Add size to arguments struct too. | Nicholas Marriott |
2018-08-14 | Some tidying, use a struct for arguments (there will be more later) and | Nicholas Marriott |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-08-12 | better diagnosics on alg list assembly errors; ok deraadt@ markus@ | Damien Miller |
2018-08-11 | Refactor the nearly identical benchmark loops into a single loop. | cheloha |
2018-08-11 | actually s/unveil/pledge on err(3), I missed it on previous commit. | Ricardo Mestre |
2018-08-11 | the only fs access kdump(1) needs is to the tracefile which by default is | Ricardo Mestre |
2018-08-11 | look(1) will access /usr/share/dict/words to look for the string we want, or it | Ricardo Mestre |
2018-08-11 | Just like in mesg(1) in biff(1) we just need to push down pledge(2) a little | Ricardo Mestre |
2018-08-11 | this one was my fault, when an error occurrs on mesg(1) it must exit with error | Ricardo Mestre |
2018-08-10 | handle the non-portable GNU-style \[charNN], \[charNNN] character | Ingo Schwarze |
2018-08-10 | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-08-10 | In typical swiss-army style, various modes and options cause | Theo de Raadt |
2018-08-10 | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze |
2018-08-10 | improve | Damien Miller |
2018-08-10 | Describe pubkey format, prompted by bz#2853 | Damien Miller |
2018-08-10 | fix numbering | Damien Miller |
2018-08-09 | If somebody asks "man 3 chmod", | Ingo Schwarze |
2018-08-09 | Whoops, didn't mean to commit this. | Nicholas Marriott |
2018-08-09 | Bump the UTF-8 character array up to 18 to allow for more combining | Nicholas Marriott |
2018-08-08 | pledge with "unveil" at the top, so that the various modes can unveil | Theo de Raadt |
2018-08-08 | Use unveil(2) in the helper process to disallow access to other files | Alexandre Ratchov |