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