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