Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-08 | Delete commented out code from openssl(1) apps. | Doug Hogan | |
From OpenSSL commits: 6f91b017bbb7140f816721141ac156d1b828a6b3 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 a2b18e657ea1a932d125154f4e13ab2258796d90 ok miod@, jsing@ | |||
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko | |
listen queue (backlog) limit or the memory shortage in syn-cache. ok henning reyk claudio | |||
2015-02-08 | -a for -I or -i is gone for good. So adjust manpage. | Claudio Jeker | |
2015-02-08 | The multicast address printing code has been disabled for 7 years. | Claudio Jeker | |
Nobody complained about it missing. It is time to kill it for real. OK phessler, henning, deraadt | |||
2015-02-08 | Do extend CFLAGS instead of assigning it so that DEBUG=-g works | Claudio Jeker | |
OK deraadt@ | |||
2015-02-07 | Check for \0 in the right place, from J Raynor. | Nicholas Marriott | |
2015-02-07 | sync usage(); ok espie | Jason McIntyre | |
2015-02-07 | Closing a block validates it, which may end up deleting it, | Ingo Schwarze | |
so if we are in a loop over blocks, cleanly restart the loop rather than risking use after free; found by jsg@ with afl. | |||
2015-02-07 | document -C | Marc Espie | |
2015-02-07 | add support for the popular -C option, in the least intrusive way possible: | Marc Espie | |
parse thru parameters for -C upfront, and then we can setup CURDIR/OBJDIR so as not to disturb anything else. okay millert@, "makes sense" guenther@ | |||
2015-02-07 | remove unused cu(1) support in tip; it is supplied as a seperate | Theo de Raadt | |
simpler binary written by nicm since 5.4 ok jsing dlg | |||
2015-02-07 | be more careful about argc == 0 | Ingo Schwarze | |
2015-02-07 | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | Brent Cook | |
HP-UX defines BSIZE in its <sys/param.h>, and there is a route where its getting included as a side-effect. I tracked back to at least from HP-UX 9.0 ca. 1993, up to the latest, so the user namespace is polluted. from kinichiro <kinichiro.inoguchi@gmail.com> ok miod@, jsing@ | |||
2015-02-06 | Use the same time for both calls to format_expand_time. | Nicholas Marriott | |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller | |
obsolete SIZE_T_MAX. OK miod@ beck@ | |||
2015-02-06 | Do not rely on unspecified behavior for the size_t overflow check. | Todd C. Miller | |
OK miod@ | |||
2015-02-06 | status_replace can now become local to status.c and it no longer needs | Nicholas Marriott | |
the jobsflag argument. While here there is no need to repeat work that format_defaults already does. | |||
2015-02-06 | Use formats not status_replace for set-titles-string. | Nicholas Marriott | |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott | |
command execution is not needed. | |||
2015-02-06 | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze | |
by more specific messages, improving diagnostics for .cc .tr .Bl -column | |||
2015-02-06 | Move pane border options to window options rather than session, from Marc Finet. | Nicholas Marriott | |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze | |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze | |
2015-02-06 | knf | Ted Unangst | |
2015-02-06 | change the width types to unsigned. negative widths make no sense, | Ted Unangst | |
and as deraadt points out, monitors keep getting bigger. now supports twice as many columns. | |||
2015-02-06 | fix an integer overflow found by mlarkin | Ted Unangst | |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze | |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze | |
replacing the last instances by more specific warnings. Improved functionality, minus 50 lines of code. | |||
2015-02-06 | better handle .Fo and .Fd without argument | Ingo Schwarze | |
better handle .Fo with more than one argument | |||
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter | |
OK deraadt@ | |||
2015-02-06 | better handle empty .Bd .Bl .D1 .Dl blocks | Ingo Schwarze | |
2015-02-06 | better handle .In .Sh .Ss .St .Xr without arguments | Ingo Schwarze | |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller | |
2015-02-05 | Reset bracket paste mode on detach. | Nicholas Marriott | |
2015-02-05 | Remove a couple of now-unused variables. | Nicholas Marriott | |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott | |
functions. | |||
2015-02-05 | There is no need to save the guard state because the function checks it | Nicholas Marriott | |
again anyway. | |||
2015-02-05 | fix handling of empty .An macros | Ingo Schwarze | |
2015-02-05 | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | |
Minus one struct member, minus 17 lines of code, no functional change. | |||
2015-02-04 | Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0(). | Ingo Schwarze | |
Discard empty .Bk blocks. Improve related diagnostics. | |||
2015-02-04 | improve diagnostics regarding arguments of .An .Pp .Lp .br .sp | Ingo Schwarze | |
in particular, get rid of check_count(..., CHECK_EQ, 0) | |||
2015-02-04 | fix column numbers of macro arguments in messages | Ingo Schwarze | |
2015-02-04 | discard .Rs head arguments and improve .Rs diagnostics | Ingo Schwarze | |
2015-02-04 | more specific .Nd diagnostics, allowing to get rid of enum check_lvl | Ingo Schwarze | |
and the respective argument of check_count() | |||
2015-02-03 | reduce indentation for better readability | Ingo Schwarze | |
2015-02-03 | Avoid closing out an explicit block twice when broken by .It | Ingo Schwarze | |
(assertion failure); regression found in jsg@'s afl test case 847. | |||
2015-02-03 | missing ; | Theo de Raadt | |
djm and mlarkin really having great interactions recently | |||
2015-02-03 | Finally delete the kitchensink functions rew_sub() and rew_dohalt(). | Ingo Schwarze | |
They were a maintenance and auditing nightmare because if you changed one bit in there, stuff tended to break at seemingly unrelated places. No functional change except getting rid of one bogus error message, but minus 80 lines of code. | |||
2015-02-03 | Bring .Pp/.Lp handling inside .Nm blocks closer to groff; | Ingo Schwarze | |
as a bonus, get rid of another call to rew_sub(). | |||
2015-02-03 | slightly extend the passphrase prompt if running with -c in order to | Alexander Hall | |
give the user a chance to notice if unintentionally running without it wording tweak and ok djm@ |