Age | Commit message (Expand) | Author |
2009-01-28 | Re-add "Category" category to sendbug template. Without it, reports | Ray Lai |
2008-12-14 | Remove useless fields from template, they just serve to confuse | Ray Lai |
2008-10-06 | parse all arguments before going and doing the job requested by -P | Theo de Raadt |
2008-06-14 | - remove ports category after discussion w/ many | Peter Valchev |
2008-05-08 | replace "/usr/sbin/sendmail" with _PATH_SENDMAIL | Charles Longeau |
2008-04-19 | Decrement len variable after removing newline, prevents copying the | Ray Lai |
2008-01-04 | Eliminate false positives from <> comments, avoiding mangling | Ray Lai |
2008-01-03 | In preparation of eliminating <> comment false positives: | Ray Lai |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-09-18 | Don't treat lines in angle brackets <...> as comments in dmesg. | Ray Lai |
2007-09-07 | Synced atomicio implementation in nc and sendbug with ssh. | Tobias Stoeckmann |
2007-07-31 | Remove some unused headers, from Igor Zinovik. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-11 | If fork fails with EAGAIN, ignore errno and fail. Looping just | Ray Lai |
2007-05-11 | Instead of returning -1 and setting errno to ECHILD if the editor | Ray Lai |
2007-05-09 | Be more consistent about when dmesg is attached to template. | Ray Lai |
2007-05-07 | Simplify some loops. | Ray Lai |
2007-05-06 | Restore signals before returning. | Ray Lai |
2007-05-06 | Save and restore signals once instead of each time fork fails with | Ray Lai |
2007-04-25 | Remove extra code that only applies to setuid/setgid programs. | Ray Lai |
2007-04-13 | document dmesg(8) attachment a little more fully; ok ray | Jason McIntyre |
2007-04-13 | +.Xr dmesg 8 | Jason McIntyre |
2007-04-07 | Sprinkle const poison, remove unneeded variable. | Ray Lai |
2007-04-07 | Use __progname and warn instead of fprintf where appropriate. | Ray Lai |
2007-04-07 | De-lint. | Ray Lai |
2007-04-06 | Warn if one of the required fields is not filled out. Requested | Ray Lai |
2007-04-06 | Don't shadow variables. Enable -Wshadow. | Ray Lai |
2007-04-06 | argc does not include __progname after subtracting optind. | Ray Lai |
2007-04-06 | Only include newest dmesg. | Ray Lai |
2007-04-06 | Attach dmesg to sendbug reports by default. Use -D flag to disable. | Ray Lai |
2007-03-28 | flesh the text out; ok ray | Jason McIntyre |
2007-03-28 | +.Xr crash 8 | Jason McIntyre |
2007-03-28 | CC: a copy of the bug report to sender. Requested by Travers Buda. | Ray Lai |
2007-03-27 | Replace some scary pointer code. The new code is O(n^2) for strings | Ray Lai |
2007-03-27 | Remove variable name from prototype. | Ray Lai |
2007-03-26 | - tweak the opening sentence | Jason McIntyre |
2007-03-26 | Simplify gecos parsing code and prevent buffer overflow | Moritz Jodeit |
2007-03-26 | Remove pointless cast. No binary change. | Ray Lai |
2007-03-26 | Break on waitpid success; we shouldn't continue on WIFSIGNALED, and | Ray Lai |
2007-03-26 | Certain errors in editit() should be fatal. | Ray Lai |
2007-03-26 | Don't print warnings in editit(), instead make errno reliable on | Ray Lai |
2007-03-26 | Accept $VISUAL in addition to $EDITOR. | Ray Lai |
2007-03-26 | Save and restore signal handlers. Although we do not install our | Ray Lai |
2007-03-26 | Restore errno before calling perror(). | Ray Lai |
2007-03-26 | Check fork() == -1 instead of fork() < 0. | Ray Lai |
2007-03-26 | When someone hits ^C in an editor, the editor does exit(130), I | Ray Lai |
2007-03-26 | more careful waitpid() discussed with ray (plus some knf) | Theo de Raadt |
2007-03-25 | fork() does not return EPROCLIM, so don't test for it. | Ray Lai |
2007-03-25 | more cleaning :) | Theo de Raadt |
2007-03-25 | Change editit() to return -1 on error and 0 on success, like many | Ray Lai |