Ruey-Cherng Yu
7fcc53a195
- Traditional Chinese translation of the news item (Apr 17th)
2018-04-23 06:24:27 +00:00
Sean Chittenden
5b719b83a4
Update my status and PGP information.
...
Approved by: swills (mentor)
2018-04-23 00:13:20 +00:00
Matthew Seaman
875cbfcb55
Extend the expiration date for my PGP keys for another two years.
2018-04-22 08:09:44 +00:00
Ryusuke SUZUKI
b3f1c7ef39
- Merge the following from the English version:
...
r51261 -> r51568 head/ja_JP.eucJP/books/handbook/book.xml
2018-04-22 06:52:15 +00:00
Alan Somers
924bfb34cb
Update my PGP key with its new expiration date.
2018-04-21 13:47:45 +00:00
Guido Falsi
baf30b2dc2
Add Alexander Sieg, submitter adn maintainer of sysutils/yadm.
...
PR: 224820
2018-04-21 11:30:30 +00:00
Mathieu Arnold
6f428b5aea
Typo in URL.
...
Sponsored by: Absolight
2018-04-20 12:15:56 +00:00
Mathieu Arnold
1f4a6e5b86
Add a missing xml:id on the Phabricator section.
...
Sponsored by: Absolight
2018-04-20 12:08:48 +00:00
Mathieu Arnold
956136ef29
whitespace fixes.
...
Sponsored by: Absolight
2018-04-20 12:07:52 +00:00
Mathieu Arnold
9351586f46
Add a procedure for new committers with existing Phabricator account.
...
Sponsored by: Absolight
2018-04-20 12:07:50 +00:00
Ryusuke SUZUKI
ce0d102131
- Merge the following from the English version:
...
r51524 -> r51571 head/ja_JP.eucJP/share/xml/news.xml
2018-04-20 11:11:35 +00:00
Glen Barber
7ad5592556
Update the 11.2-RELEASE schedule to reflect the code slush has started.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2018-04-20 03:21:52 +00:00
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
Sean Eric Fagan
ba78e991f8
New (returned, anyway) committer information.
...
Approved by: mav (mentor)
2018-04-18 19:25:52 +00:00
Mathieu Arnold
0c681a0fb0
Add a not on how to use @desktop-file-utils.
...
Sponsored by: Absolight
2018-04-18 16:27:56 +00:00
Eitan Adler
b3937a500a
[pmake] remove advertising clause
...
See https://www.freebsd.org/copyright/license.html and
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2018-04-18 10:25:11 +00:00
Eitan Adler
323b9c8861
[handbook] Add 2018 to copyright
2018-04-18 09:50:58 +00:00
Eitan Adler
a74022e29a
[handbook] remove two links from the zfs links page
...
These two links just go to ads pages. For the "evil tuning guide" I was
able to find find some pages with a similar title but they are
years old and don't give current advice. For "ZFS Best Practices Guide"
there are many variants and none seemed particularly worthwhile to link.
Reported by: Jakob Rönnbäck <jakob.ronnback@me.com>
2018-04-18 07:27:36 +00:00
Glen Barber
62771287b3
Add new manual page references from -CURRENT.
...
Sponsored by: The FreeBSD Foundation
2018-04-17 15:17:13 +00:00
Eitan Adler
a4d1509e5e
[porters handbook] Remove duplicate 'april'
2018-04-17 11:35:00 +00:00
Mathieu Arnold
4fb7af99e3
whitespace.
...
Sponsored by: Absolight
2018-04-17 11:24:26 +00:00
Mathieu Arnold
f6daa2a296
Add missing xml:id to sectx elements.
...
Sponsored by: Absolight
2018-04-17 11:20:38 +00:00
Eitan Adler
738b9546a9
[porters handbook] Document __FreeBSD_version 1200062
2018-04-17 11:18:48 +00:00
Mathieu Arnold
b428c08fdf
Split this into substeps.
...
Sponsored by: Absolight
2018-04-17 11:05:42 +00:00
Mathieu Arnold
ce578ba8b3
Add a substeps example for the procedure.
...
Sponsored by: Absolight
2018-04-17 11:05:40 +00:00
Mathieu Arnold
18312182fe
Expand this step a bit.
...
Sponsored by: Absolight
2018-04-17 10:56:44 +00:00
Mathieu Arnold
0ccfa863b4
Expand a bit the last step of the exp-run procedure.
...
Sponsored by: Absolight
2018-04-17 10:54:36 +00:00
Glen Barber
24ab3747db
Fix a stale comment regarding MFC requests.
...
Submitted by: kevans
Sponsored by: The FreeBSD Foundation
2018-04-16 16:11:13 +00:00
Allan Jude
83ee771cc1
Improve the instructions for growing disks
...
The previous instructions did not explaina all of the steps, and lacked
information to explain to the user which numbers and device names they
might need to change for their circumstances
Reported by: Myke Geiger
Reviewed by: bcr
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D14502
2018-04-15 14:54:26 +00:00
Allan Jude
b47dcf477c
Update website link for the Prague BSD User Group
...
PR: 227525
Submitted by: Martin Filla <martinfilla@post.cz>
2018-04-15 14:50:27 +00:00
Eitan Adler
018a16d9b0
bugs: Add BSDMeeting
...
PR: 227397
Submitted by: Martin Filla <martinfilla@post.cz>
2018-04-14 18:24:07 +00:00
Warren Block
180dbe12fd
Reword a halting, if/then sentence.
...
Sponsored by: iXsystems
2018-04-12 16:12:17 +00:00
Warren Block
235c8b2e2d
Add missing space. This is kind of a content change, but committed
...
separately for translators.
Reported by: mpts on IRC
Sponsored by: iXsystems
2018-04-12 16:11:23 +00:00
Ruey-Cherng Yu
fd4140873a
- Traditional Chinese translation of the news items (Apr 4th and Apr 7th)
2018-04-12 07:58:34 +00:00
Mathieu Arnold
15da0f5680
Add a note about WITH_DEBUG wrt stripping elf files.
...
PR: 226382
Reported by: Mateusz Piotrowski
Sponsored by: Absolight
2018-04-12 07:34:45 +00:00
Tom Jones
c9484b483d
Add Tom Jones (thj) as new src committer.
...
- Add authors.ent entry
- Add email
- Add news item
- Add PGP key
Approved by: jtl (mentor)
Differential Revision: https://reviews.freebsd.org/D15043
2018-04-12 07:23:54 +00:00
Mathieu Arnold
1031b2f99e
Typo.
...
PR: 227251
Reported by: Mateusz Piotrowski
Sponsored by: Absolight
2018-04-12 07:19:15 +00:00
Mathieu Arnold
fa212b7047
Remove SFJP->SOURCEFORGE_JP from here, they were removed.
...
PR: 226921
Reported by: Yasuhiro KIMURA
Sponsored by: Absolight
2018-04-12 07:19:13 +00:00
Mathieu Arnold
645991a38f
Fix copy&paste error in MESON_TRUE... section.
...
PR: 226251
Reported by: Zsolt Udvari
Sponsored by: Absolight
2018-04-12 07:19:10 +00:00
Eitan Adler
3eb0137f9e
Drop if_tap, sort kld_list
...
Modules are auto-loaded by ifconfig so there is no reason to explicitly list them.
Reported by: jhb
2018-04-11 06:22:20 +00:00
Ram Kishore Vegesna
1b5255faa2
New committer: Ram Kishore Vegesna
...
Added an author entry, updated developer and committers list.
Approved by: ken,mav
2018-04-10 18:37:58 +00:00
Glen Barber
340b7f7785
Regen after r332370.
...
Sponsored by: The FreeBSD Foundation
2018-04-10 14:08:55 +00:00
Kyle Evans
683f018b96
Document __FreeBSD_version 1101515
...
1101515 reverts the newly introduced feature described in the entry for
110514.
2018-04-10 13:39:22 +00:00
Jonathan T. Looney
89f069029f
Update PGP key expiry dates for jtl.
2018-04-09 15:01:38 +00:00
Eitan Adler
24c8874987
handbook: prefer use of kld_list over loader.conf
...
While these are not semantically identical, prefer using kld_list where
possible.
2018-04-09 08:00:47 +00:00
Sevan Janiyan
a7b2a2379b
Update FreeBSD versions referenced in Poudriere docs.
...
Use a macro to link to nullfs(5).
Submitted by: seanc
Reviewed by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D14067
2018-04-06 16:20:13 +00:00
Ed Schouten
e0a0e04fde
Document __FreeBSD_version 1200061.
...
syslog(3) now generates RFC 5424 formatted messages.
2018-04-06 13:04:16 +00:00
Kyle Evans
1af27255d2
Fix incorrect revision in the 1101514 description.
2018-04-06 02:59:44 +00:00
Kyle Evans
04fd0dd819
Document __FreeBSD_version 1101514.
2018-04-06 02:55:48 +00:00
Johann Kois
fac031c4da
r51517 -> r51524
...
MFde: Resync the project news
2018-04-05 12:58:02 +00:00