GayBSD documentation tree
Find a file
John Baldwin d26b8ed87a Various updates to the kernel debugging chapter.
- Document vmcore.last and describe it as the way to find the most recent
  dump rather than the highest numbered dump.
- Document crashinfo and that it automatically runs to generate a
  core.txt.N file if core dumps are enabled in rc.conf.
- Add a section on testing kernel dumps via the debug.kdb.panic sysctl.
  Remove a later note about debug.kdb.panic from the DDB section.
- Remove any mention of gdb -k (for pre 5-3 kernels) and just talk about
  kgdb.
- Remove paragraph that talks about trying to find the kernel.debug file.
  Instead, recommand 'kgdb -n <N>' which does this lookup automatically,
  and specifically recommend 'kgb -n last' to open the most recent
  crash dump.  Mention the fallback of specifying the kernel and
  vmcore directly if needed.
- Remove example dump from FreeBSD 2.  It is generally no longer relevant.
  It used gdb -k which uses a different stack trace format as well as
  including a 'frame' command that doesn't existing kgdb.  (kgdb instead
  lets you switch to different threads and processes).
- Remove mention of old boot blocks that don't load debug symbols.  I think
  this was last relevant in FreeBSD 2.x or 3.x.
- Rework the description of 'boot -d' to assume the boot menu and explicitly
  mention 'boot -d' at the loader prompt.
- Document how to get stack traces of other threads in DDB.
- Fix a few references to gdb to reference kgdb instead.
- Replace 'call cpu_reset' with 'reset' for DDB.

Differential Revision:	https://reviews.freebsd.org/D14711
2018-04-18 23:48:42 +00:00
bn_BD.UTF-8 Unhook articles/new-users from the build until we find a way to fix 2017-06-23 12:37:23 +00:00
da_DK.ISO8859-1 sync from English Makefile, r51076 2017-10-07 11:25:06 +00:00
de_DE.ISO8859-1 r51517 -> r51524 2018-04-05 12:58:02 +00:00
el_GR.ISO8859-7 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
en_US.ISO8859-1 Various updates to the kernel debugging chapter. 2018-04-18 23:48:42 +00:00
es_ES.ISO8859-1 sync from English Makefile, r51076 2017-10-07 11:25:06 +00:00
fr_FR.ISO8859-1 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
hu_HU.ISO8859-2 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
it_IT.ISO8859-15 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
ja_JP.eucJP - Merge the following from the English version: 2018-04-03 11:04:36 +00:00
ko_KR.UTF-8 change download links from ftp to download.freebsd.org 2017-10-01 12:05:26 +00:00
mn_MN.UTF-8 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
nl_NL.ISO8859-1 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
no_NO.ISO8859-1
pl_PL.ISO8859-2 sync with English makefile, r51099 2017-10-11 11:31:27 +00:00
pt_BR.ISO8859-1 sync from English Makefile, r51076 2017-10-07 11:25:06 +00:00
ru_RU.KOI8-R relaydelay: wave goodbye 2017-12-12 02:18:20 +00:00
share New (returned, anyway) committer information. 2018-04-18 19:25:52 +00:00
sr_YU.ISO8859-2
tr_TR.ISO8859-9 sync from English Makefile, r51076 2017-10-07 11:25:06 +00:00
zh_CN.UTF-8 Update zh_CN/share/xml/release.l10n.ent based on the latest en_US version. 2018-03-28 19:21:52 +00:00
zh_TW.UTF-8 - Traditional Chinese translation of the news items (Apr 4th and Apr 7th) 2018-04-12 07:58:34 +00:00
.arcconfig callsign isn't required anymore 2016-09-29 06:20:15 +00:00
Makefile
README HTTPS links to www.freebsd.org 2017-07-18 13:02:10 +00:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.