summaryrefslogtreecommitdiffstats
path: root/usr.bin/sendbug (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),deraadt2017-08-211-4/+9
* Use the files in /var/db/acpi instead of trying to run acpidump.kettenis2016-10-181-7/+3
* ross l richardson reports that an auto reply is no longer generatedjmc2016-07-131-5/+3
* Also print a warning if the user doesn't fill the mail Subjectjca2016-05-181-3/+7
* Print a user-friendly message if some fields are missing; ok tedu@jca2016-05-181-7/+13
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* TMPDIR is no longer supported;jmc2016-02-181-6/+2
* remove TMPDIR supportderaadt2015-10-261-5/+2
* -version options on commands like this make no sense; the version numberderaadt2015-10-112-12/+6
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed outderaadt2015-10-101-1/+4
* The .Nd macro is intended to provide "a one line description", so avoidschwarze2015-09-091-4/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Point people to the bugs@ archives on marc.info.bcallah2014-03-231-3/+3
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-3/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* point folks to the mailing list archive to follow bug reports,jmc2013-07-071-6/+5
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-3/+1
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
* Have sendbug(1) submit error reports to bugs@, instead of gnats@.phessler2012-07-211-2/+2
* Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@sthen2010-04-201-5/+3
* Include usbdevs -v output in the PR template, showing us device IDs whichsthen2010-04-202-7/+32
* fixes memory and FILE handle leaks. `acpidir' is allocated viaderaadt2010-03-231-1/+3
* initialize tmpdir before use; PR 6214deraadt2009-08-261-3/+4
* no real need for these in SEE ALSO; ok rayjmc2009-06-101-6/+4
* Remove gecos expanding code, since the expanded string is no longerray2009-06-071-38/+4
* Include pcidump and acpidump output when sendbug is run as root,ray2009-06-062-24/+123
* Re-add "Category" category to sendbug template. Without it, reportsray2009-01-281-10/+19
* Remove useless fields from template, they just serve to confuseray2008-12-142-56/+15
* parse all arguments before going and doing the job requested by -Pderaadt2008-10-061-5/+10
* - remove ports category after discussion w/ manypvalchev2008-06-141-3/+3
* replace "/usr/sbin/sendmail" with _PATH_SENDMAILchl2008-05-081-2/+2
* Decrement len variable after removing newline, prevents copying theray2008-04-191-5/+7
* Eliminate false positives from <> comments, avoiding manglingray2008-01-041-27/+38
* In preparation of eliminating <> comment false positives:ray2008-01-031-23/+31
* - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byderaadt2007-10-171-12/+9
* Don't treat lines in angle brackets <...> as comments in dmesg.ray2007-09-181-7/+15
* Synced atomicio implementation in nc and sendbug with ssh.tobias2007-09-071-3/+11
* Remove some unused headers, from Igor Zinovik.ray2007-07-312-4/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* If fork fails with EAGAIN, ignore errno and fail. Looping justray2007-05-111-6/+3
* Instead of returning -1 and setting errno to ECHILD if the editorray2007-05-111-5/+11
* Be more consistent about when dmesg is attached to template.ray2007-05-091-7/+7
* Simplify some loops.ray2007-05-071-28/+17
* Restore signals before returning.ray2007-05-061-4/+10
* Save and restore signals once instead of each time fork fails withray2007-05-061-5/+5
* Remove extra code that only applies to setuid/setgid programs.ray2007-04-251-5/+3
* document dmesg(8) attachment a little more fully; ok rayjmc2007-04-131-3/+6
* +.Xr dmesg 8jmc2007-04-131-2/+3
* Sprinkle const poison, remove unneeded variable.ray2007-04-071-6/+5