summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.Brent Cook
2015-02-06Use the same time for both calls to format_expand_time.Nicholas Marriott
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06Do not rely on unspecified behavior for the size_t overflow check.Todd C. Miller
2015-02-06status_replace can now become local to status.c and it no longer needsNicholas Marriott
2015-02-06Use formats not status_replace for set-titles-string.Nicholas Marriott
2015-02-06Add format_expand_time and use it instead of status_replace whereNicholas Marriott
2015-02-06replace the last legacy generic message type, "argument count wrong",Ingo Schwarze
2015-02-06Move pane border options to window options rather than session, from Marc Finet.Nicholas Marriott
2015-02-06better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze
2015-02-06better diagnostics about excess arguments to .PD .ft .spIngo Schwarze
2015-02-06knfTed Unangst
2015-02-06change the width types to unsigned. negative widths make no sense,Ted Unangst
2015-02-06fix an integer overflow found by mlarkinTed Unangst
2015-02-06better error reporting for .br .fi .nf with argumentsIngo Schwarze
2015-02-06Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze
2015-02-06better handle .Fo and .Fd without argumentIngo Schwarze
2015-02-06Remove route/netstat -f encap in favor of ipsecctl -s flow.Reyk Floeter
2015-02-06better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze
2015-02-06better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05Reset bracket paste mode on detach.Nicholas Marriott
2015-02-05Remove a couple of now-unused variables.Nicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-02-05There is no need to save the guard state because the function checks itNicholas Marriott
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
2015-02-04improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
2015-02-03reduce indentation for better readabilityIngo Schwarze
2015-02-03Avoid closing out an explicit block twice when broken by .ItIngo Schwarze
2015-02-03missing ;Theo de Raadt
2015-02-03Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze
2015-02-03Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze
2015-02-03slightly extend the passphrase prompt if running with -c in order toAlexander Hall
2015-02-02handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;Damien Miller
2015-02-02Simplify and reindent make_pending(). No functional changeIngo Schwarze
2015-02-02Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze
2015-02-02Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze
2015-02-02turn UpdateHostkeys off by default until I figure out mlarkin@'sDamien Miller
2015-02-02Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze
2015-02-02When a full block macro gets closed out by a mismatchingIngo Schwarze
2015-02-02increasing encounters with difficult DNS setups in darknets hasTheo de Raadt
2015-02-01get rid of rew_sub() in blk_part_imp(); no functional changeIngo Schwarze
2015-02-01Remove two unused arguments from status_replace.Nicholas Marriott
2015-02-01fix .Eo/.Ec spacingIngo Schwarze
2015-02-01Simplify blk_part_exp(), no functional change.Ingo Schwarze