| Commit message (Expand) | Author | Age | Files | Lines |
* | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), |  deraadt | 2017-08-21 | 1 | -4/+9 |
* | Use the files in /var/db/acpi instead of trying to run acpidump. |  kettenis | 2016-10-18 | 1 | -7/+3 |
* | Also print a warning if the user doesn't fill the mail Subject |  jca | 2016-05-18 | 1 | -3/+7 |
* | Print a user-friendly message if some fields are missing; ok tedu@ |  jca | 2016-05-18 | 1 | -7/+13 |
* | Last parameter to execl[e]() functions *must* be cast to a pointer. |  krw | 2016-03-17 | 1 | -2/+2 |
* | remove TMPDIR support |  deraadt | 2015-10-26 | 1 | -5/+2 |
* | -version options on commands like this make no sense; the version number |  deraadt | 2015-10-11 | 1 | -7/+3 |
* | normalize a few more tame request orderings, to help review |  deraadt | 2015-10-10 | 1 | -2/+2 |
* | pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed out |  deraadt | 2015-10-10 | 1 | -1/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 1 | -3/+3 |
* | Have sendbug(1) submit error reports to bugs@, instead of gnats@. |  phessler | 2012-07-21 | 1 | -2/+2 |
* | Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@ |  sthen | 2010-04-20 | 1 | -5/+3 |
* | Include usbdevs -v output in the PR template, showing us device IDs which |  sthen | 2010-04-20 | 1 | -5/+28 |
* | fixes memory and FILE handle leaks. `acpidir' is allocated via |  deraadt | 2010-03-23 | 1 | -1/+3 |
* | initialize tmpdir before use; PR 6214 |  deraadt | 2009-08-26 | 1 | -3/+4 |
* | Remove gecos expanding code, since the expanded string is no longer |  ray | 2009-06-07 | 1 | -38/+4 |
* | Include pcidump and acpidump output when sendbug is run as root, |  ray | 2009-06-06 | 1 | -9/+90 |
* | Re-add "Category" category to sendbug template. Without it, reports |  ray | 2009-01-28 | 1 | -10/+19 |
* | Remove useless fields from template, they just serve to confuse |  ray | 2008-12-14 | 1 | -51/+12 |
* | parse all arguments before going and doing the job requested by -P |  deraadt | 2008-10-06 | 1 | -5/+10 |
* | - remove ports category after discussion w/ many |  pvalchev | 2008-06-14 | 1 | -3/+3 |
* | replace "/usr/sbin/sendmail" with _PATH_SENDMAIL |  chl | 2008-05-08 | 1 | -2/+2 |
* | Decrement len variable after removing newline, prevents copying the |  ray | 2008-04-19 | 1 | -5/+7 |
* | Eliminate false positives from <> comments, avoiding mangling |  ray | 2008-01-04 | 1 | -27/+38 |
* | In preparation of eliminating <> comment false positives: |  ray | 2008-01-03 | 1 | -23/+31 |
* | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by |  deraadt | 2007-10-17 | 1 | -12/+9 |
* | Don't treat lines in angle brackets <...> as comments in dmesg. |  ray | 2007-09-18 | 1 | -7/+15 |
* | Remove some unused headers, from Igor Zinovik. |  ray | 2007-07-31 | 1 | -2/+1 |
* | If fork fails with EAGAIN, ignore errno and fail. Looping just |  ray | 2007-05-11 | 1 | -6/+3 |
* | Instead of returning -1 and setting errno to ECHILD if the editor |  ray | 2007-05-11 | 1 | -5/+11 |
* | Be more consistent about when dmesg is attached to template. |  ray | 2007-05-09 | 1 | -7/+7 |
* | Simplify some loops. |  ray | 2007-05-07 | 1 | -28/+17 |
* | Restore signals before returning. |  ray | 2007-05-06 | 1 | -4/+10 |
* | Save and restore signals once instead of each time fork fails with |  ray | 2007-05-06 | 1 | -5/+5 |
* | Remove extra code that only applies to setuid/setgid programs. |  ray | 2007-04-25 | 1 | -5/+3 |
* | Sprinkle const poison, remove unneeded variable. |  ray | 2007-04-07 | 1 | -6/+5 |
* | Use __progname and warn instead of fprintf where appropriate. |  ray | 2007-04-07 | 1 | -5/+6 |
* | De-lint. |  ray | 2007-04-07 | 1 | -4/+5 |
* | Warn if one of the required fields is not filled out. Requested |  ray | 2007-04-06 | 1 | -1/+74 |
* | Don't shadow variables. Enable -Wshadow. |  ray | 2007-04-06 | 1 | -10/+10 |
* | argc does not include __progname after subtracting optind. |  ray | 2007-04-06 | 1 | -2/+2 |
* | Only include newest dmesg. |  ray | 2007-04-06 | 1 | -25/+47 |
* | Attach dmesg to sendbug reports by default. Use -D flag to disable. |  ray | 2007-04-06 | 1 | -7/+38 |
* | CC: a copy of the bug report to sender. Requested by Travers Buda. |  ray | 2007-03-28 | 1 | -2/+2 |
* | Replace some scary pointer code. The new code is O(n^2) for strings |  ray | 2007-03-27 | 1 | -24/+29 |
* | Remove variable name from prototype. |  ray | 2007-03-27 | 1 | -2/+2 |
* | Simplify gecos parsing code and prevent buffer overflow |  moritz | 2007-03-26 | 1 | -12/+8 |
* | Remove pointless cast. No binary change. |  ray | 2007-03-26 | 1 | -2/+2 |
* | Break on waitpid success; we shouldn't continue on WIFSIGNALED, and |  ray | 2007-03-26 | 1 | -2/+2 |