| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), |  deraadt | 1 | -4/+9 |
| 2016-10-18 | Use the files in /var/db/acpi instead of trying to run acpidump. |  kettenis | 1 | -7/+3 |
| 2016-07-13 | ross l richardson reports that an auto reply is no longer generated |  jmc | 1 | -5/+3 |
| 2016-05-18 | Also print a warning if the user doesn't fill the mail Subject |  jca | 1 | -3/+7 |
| 2016-05-18 | Print a user-friendly message if some fields are missing; ok tedu@ |  jca | 1 | -7/+13 |
| 2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. |  krw | 1 | -2/+2 |
| 2016-02-18 | TMPDIR is no longer supported; |  jmc | 1 | -6/+2 |
| 2015-10-26 | remove TMPDIR support |  deraadt | 1 | -5/+2 |
| 2015-10-11 | -version options on commands like this make no sense; the version number |  deraadt | 2 | -12/+6 |
| 2015-10-10 | normalize a few more tame request orderings, to help review |  deraadt | 1 | -2/+2 |
| 2015-10-10 | pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed out |  deraadt | 1 | -1/+4 |
| 2015-09-09 | The .Nd macro is intended to provide "a one line description", so avoid |  schwarze | 1 | -4/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+1 |
| 2014-03-23 | Point people to the bugs@ archives on marc.info. |  bcallah | 1 | -3/+3 |
| 2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 1 | -3/+3 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -4/+4 |
| 2013-07-07 | point folks to the mailing list archive to follow bug reports, |  jmc | 1 | -6/+5 |
| 2012-12-04 | remove some unnecessary sys/param.h inclusions |  deraadt | 1 | -3/+1 |
| 2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. |  schwarze | 1 | -3/+3 |
| 2012-07-21 | Have sendbug(1) submit error reports to bugs@, instead of gnats@. |  phessler | 1 | -2/+2 |
| 2010-04-20 | Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@ |  sthen | 1 | -5/+3 |
| 2010-04-20 | Include usbdevs -v output in the PR template, showing us device IDs which |  sthen | 2 | -7/+32 |
| 2010-03-23 | fixes memory and FILE handle leaks. `acpidir' is allocated via |  deraadt | 1 | -1/+3 |
| 2009-08-26 | initialize tmpdir before use; PR 6214 |  deraadt | 1 | -3/+4 |
| 2009-06-10 | no real need for these in SEE ALSO; ok ray |  jmc | 1 | -6/+4 |
| 2009-06-07 | Remove gecos expanding code, since the expanded string is no longer |  ray | 1 | -38/+4 |
| 2009-06-06 | Include pcidump and acpidump output when sendbug is run as root, |  ray | 2 | -24/+123 |
| 2009-01-28 | Re-add "Category" category to sendbug template. Without it, reports |  ray | 1 | -10/+19 |
| 2008-12-14 | Remove useless fields from template, they just serve to confuse |  ray | 2 | -56/+15 |
| 2008-10-06 | parse all arguments before going and doing the job requested by -P |  deraadt | 1 | -5/+10 |
| 2008-06-14 | - remove ports category after discussion w/ many |  pvalchev | 1 | -3/+3 |
| 2008-05-08 | replace "/usr/sbin/sendmail" with _PATH_SENDMAIL |  chl | 1 | -2/+2 |
| 2008-04-19 | Decrement len variable after removing newline, prevents copying the |  ray | 1 | -5/+7 |
| 2008-01-04 | Eliminate false positives from <> comments, avoiding mangling |  ray | 1 | -27/+38 |
| 2008-01-03 | In preparation of eliminating <> comment false positives: |  ray | 1 | -23/+31 |
| 2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by |  deraadt | 1 | -12/+9 |
| 2007-09-18 | Don't treat lines in angle brackets <...> as comments in dmesg. |  ray | 1 | -7/+15 |
| 2007-09-07 | Synced atomicio implementation in nc and sendbug with ssh. |  tobias | 1 | -3/+11 |
| 2007-07-31 | Remove some unused headers, from Igor Zinovik. |  ray | 2 | -4/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just |  ray | 1 | -6/+3 |
| 2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor |  ray | 1 | -5/+11 |
| 2007-05-09 | Be more consistent about when dmesg is attached to template. |  ray | 1 | -7/+7 |
| 2007-05-07 | Simplify some loops. |  ray | 1 | -28/+17 |
| 2007-05-06 | Restore signals before returning. |  ray | 1 | -4/+10 |
| 2007-05-06 | Save and restore signals once instead of each time fork fails with |  ray | 1 | -5/+5 |
| 2007-04-25 | Remove extra code that only applies to setuid/setgid programs. |  ray | 1 | -5/+3 |
| 2007-04-13 | document dmesg(8) attachment a little more fully; ok ray |  jmc | 1 | -3/+6 |
| 2007-04-13 | +.Xr dmesg 8 |  jmc | 1 | -2/+3 |
| 2007-04-07 | Sprinkle const poison, remove unneeded variable. |  ray | 1 | -6/+5 |