summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-26Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze
2015-01-25Don't leak the individual strings when copying environment.Nicholas Marriott
2015-01-24Fix getopt string; the -N flag doesn't take an argument.Todd C. Miller
2015-01-24preserve .PP before .RE; effect found in audio/pms(1)Ingo Schwarze
2015-01-24Convert openssl(1) sess_id to the new option handling.Doug Hogan
2015-01-24Convert openssl(1)'s rsa.c to the new option handling code.Doug Hogan
2015-01-24Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze
2015-01-24Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze
2015-01-23a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS...Marc Espie
2015-01-23While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze
2015-01-23Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze
2015-01-23typoMarc Espie
2015-01-23remove a bunch of dangerous casts (useless casts from void * to somethingMarc Espie
2015-01-23don't need to define debugging 0 anymoreTed Unangst
2015-01-23Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze
2015-01-22Slightly improve \w width measurements:Ingo Schwarze
2015-01-22Traditional roff(7) explicitly allows certain control charactersIngo Schwarze
2015-01-22heirarchy -> hierarchy;Jason McIntyre
2015-01-22Provide a warning about chroot misuses (which sadly, seem to have becomeTheo de Raadt
2015-01-22Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze
2015-01-22Processing $OpenBSD$ as well as sccs's @(#) is an OpenBSD extension, andKenneth R Westerback
2015-01-22Only allow the -r flag when sending a message; from Martin BrandenburgTodd C. Miller
2015-01-22Recognise 'F'/'f' constant suffix for single precision floating point.Jonathan Gray
2015-01-21Do not need sys/cdefs.hTheo de Raadt
2015-01-21Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze
2015-01-21Improve overstriking. When overstriking a wider character with aIngo Schwarze
2015-01-21In options-table.c r1.51 an extra space was added to the default status-right,Stuart Henderson
2015-01-21fix macro breakage and update usage();Jason McIntyre
2015-01-21Simplify internals and rewrite file header parsing code:Alexandre Ratchov
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-21Remove unsafe micro-optimization of *bit test*Philip Guenther
2015-01-21pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze
2015-01-21blank lines in tables do not need special handling; simplifies codeIngo Schwarze
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-20tweak previous;Jason McIntyre
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze
2015-01-20i wrote thisTed Unangst
2015-01-20kex_setup errors are fatal()Markus Friedl
2015-01-20tweak previous;Jason McIntyre
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-20Make the man(1) and apropos(1) options -s and -S much less expensive:Ingo Schwarze
2015-01-20Add support for the "-r fromaddr" flag now that we don't supportTodd C. Miller
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20typo in comment ;) ok nicmStuart Henderson
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2015-01-20make this compile with KERBEROS5 enabledDamien Miller
2015-01-20fix hostkeys in agent; ok markus@Damien Miller
2015-01-20We all have syslog() now; assume LOG_PID and LOG_DAEMONPhilip Guenther