Age | Commit message (Expand) | Author |
2022-04-10 | Add more missing archs to "categories": aarch64, mips64el and powerpc64 | Jeremie Courreges-Anglas |
2022-03-29 | Update list ofarchitectures | Jeremie Courreges-Anglas |
2022-02-18 | prefer https links in man pages | Jonathan Gray |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2016-10-18 | Use the files in /var/db/acpi instead of trying to run acpidump. | Mark Kettenis |
2016-07-13 | ross l richardson reports that an auto reply is no longer generated | Jason McIntyre |
2016-05-18 | Also print a warning if the user doesn't fill the mail Subject | Jeremie Courreges-Anglas |
2016-05-18 | Print a user-friendly message if some fields are missing; ok tedu@ | Jeremie Courreges-Anglas |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-02-18 | TMPDIR is no longer supported; | Jason McIntyre |
2015-10-26 | remove TMPDIR support | Theo de Raadt |
2015-10-11 | -version options on commands like this make no sense; the version number | Theo de Raadt |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-10 | pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed out | Theo de Raadt |
2015-09-09 | The .Nd macro is intended to provide "a one line description", so avoid | Ingo Schwarze |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-03-23 | Point people to the bugs@ archives on marc.info. | Brian Callahan |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-07 | point folks to the mailing list archive to follow bug reports, | Jason McIntyre |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-08-12 | Use .Lk for HTTP hyperlinks, not .Pa. | Ingo Schwarze |
2012-07-21 | Have sendbug(1) submit error reports to bugs@, instead of gnats@. | Peter Hessler |
2010-04-20 | Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@ | Stuart Henderson |
2010-04-20 | Include usbdevs -v output in the PR template, showing us device IDs which | Stuart Henderson |
2010-03-23 | fixes memory and FILE handle leaks. `acpidir' is allocated via | Theo de Raadt |
2009-08-26 | initialize tmpdir before use; PR 6214 | Theo de Raadt |
2009-06-10 | no real need for these in SEE ALSO; ok ray | Jason McIntyre |
2009-06-07 | Remove gecos expanding code, since the expanded string is no longer | Ray Lai |
2009-06-06 | Include pcidump and acpidump output when sendbug is run as root, | Ray Lai |
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 |