=== Query And Reports Pages ===

/!\ this entire section is obsolete as of 20140609.

 * [[http://www.freebsd.org/cgi/query-pr.cgi|GNATS Problem Report query ]] webpage
 * [[http://www.freebsd.org/support/bugreports.html|GNATS Problem Report Submission ]] webpage
 * [[http://people.freebsd.org/~linimon/studies/prs/recentprs_day.html|New PRs in the last 24 hours]]; [[http://people.freebsd.org/~linimon/studies/prs/recentprs_week.html|New PRs in the last week]]; [[http://people.freebsd.org/~linimon/studies/prs/recentprs_month.html|New PRs in the last month]].  They are static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/stalefeedback.html|PRs in the feedback state which have not been modified in 2 months]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/recommended_prs.html|PRs recommended for committer evaluation by the bugbusting team]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/pr_manpage_index.html|PRs indexed by manpage]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/pr_tag_index.html|PRs indexed by tag]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/prs_possibly_committed.html|PRs which may have already been committed]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/prs_for_tag_patch.html|PRs with patches]].  That one is static and generated once a day for now.
 * [[http://people.freebsd.org/~linimon/studies/prs/well_known_prs.html|Well-Known PRs as determined by the bugbusting team]].  That one is static and generated once a day for now.  (This one is new and includes commentary and analysis.)

=== How-Tos ===

 * [[http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/|Writing FreeBSD Problem Reports ]]
 * [[http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pr-guidelines/|Problem Report Handling Guidelines ]] (for FreeBSD contributors with access to the PR database)
 * [[KernelBugTriage|Kernel Bug Report Triaging Guide ]] (preliminary)
 * BugBusting [[BugBusting/TipsAndTricks|Tips and Tricks ]]
 * How to deal with PRs that have been flagged as having patches in them.
 * [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html|Kernel Debugging Guide ]] in the [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook|Developer's Handbook ]]
 * [[http://www.bsdcan.org/2008/schedule/attachments/45_article.pdf|Introduction to Debugging the FreeBSD Kernel]] presented by JohnBaldwin at BSDCan 2008.  Consider this to be recent extensions to the above.  Recommended.
 * [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html|ACPI Debugging Guide ]] in the Developer's Handbook.  This is a good place to start if you are having problems with identifying hardware.  (For instance, for many irq routing, hanging, device not accessible, panics, etc., you might want to see if disabling acpi fixes the problem in question.  There are a large number of bad BIOS implementations out there; we put in hacks to work around as many as we can, but more are always needed.)
 * Information about [[Debugging]] with gdb on FreeBSD
 * Greg Lehey's [[http://www.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf|debugging tutorial]].  This may not be as up-to-date as some of the above.

=== Email Resources ===

 * The [[http://docs.freebsd.org/mail/current/freebsd-bugbusters.html|freebsd-bugbusters mailing list ]] (for general discussion about bugbusting).  Periodic postings include:

=== IRC Resources ===

 * #freebsd-bugbusters IRC channel on EFNet

=== Other Wiki Resources ===

 * Information about [[Bugathons]]
 * [[BugBusting/Commonly_reported_issues|Commonly Reported Issues]] formerly maintained by Jeremy Chadwick
 * A list of committers willing to have PRs [[AssigningPRs|assigned to them]].  (This is in addition to the auto-assigns to mailing lists, and for ports)
 * [[BugBusting/Volunteers|signup sheet for volunteers]]
 * [[BugBusting/HowToHelp|how to help]]

=== Metadiscussions ===

 * [[BugBusting/StateOfBugbusting|The State of Bugbusting]] talks about the state of bugbusting on FreeBSD, and discusses ideas for how we can improve.
 * [[http://people.freebsd.org/~linimon/presentations/prs2008/|FreeBSD Bugbusting: Where We Are, Where We Ought To Be]].  This is MarkLinimon's presentation at [[http://www.bsdcan.org|BSDCan 2008]], and includes some new analysis and ideas in addition to the above.

=== Statistics ===

 * (obsolete) [[http://www.oook.cz/bsd/prstats/|GNATS PR statistics ]] from pav
 * (obsolete) [[http://people.freebsd.org/~edwin/gnats/|GNATS PR statistics ]] from edwin

=== Other Resources ===

 * The bugmeister team, bugmeister@FreeBSD.org (responsible for the maintenance of the database and associated code)

----
CategoryStale