Bjoern Heidotting
f3910c2b92
Update to the following revisions:
...
r53824: document freebsd-small list removal
r53823: document freebsd-afs list removal
r53822: document freebsd-ia32 list removal
2020-06-05 21:51:27 +00:00
Bjoern Heidotting
129d369810
Update to r53820:
...
handbook: document freebsd-mobile list removal
2020-06-05 21:40:21 +00:00
Bjoern Heidotting
5b0d92abc7
Update to r53958:
...
Add the hardening section to the handbook
2020-06-05 21:22:02 +00:00
Johann Kois
bb93efff3a
r54185 -> r54196
...
MFde: Resnyc the project news
2020-06-05 06:57:27 +00:00
Glen Barber
4030e224e6
Update the 11.4-RELEASE schedule to reflect that RC3 has been removed,
...
and the RELEASE builds will begin next week. Adjust the announcement
date by one week accordingly.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-06-04 23:37:09 +00:00
Renato Botelho
48b369806b
Update my GPG key 0x6A5918C8F4222329 with proper primary address
2020-06-03 17:11:53 +00:00
Renato Botelho
81fd24d731
Update my GPG key 0x6A5918C8F4222329
2020-06-03 17:10:33 +00:00
Hiroki Sato
99afe44089
Add announcement of 2020 Community Survey.
...
Submitted by: seanc
Reviewed by: cem
Differential Revision: https://reviews.freebsd.org/D25112
2020-06-03 06:23:51 +00:00
Mark Linimon
0eda9fee2e
Document OSVERSION 1300097.
2020-06-03 06:16:36 +00:00
Hiroki Tagato
451b60dae8
Add geoffroy desvernay to contributors
...
Maintainer of: devel/p5-Algorithm-Cron
devel/p5-App-local-lib-helper
devel/p5-File-ShareDir-Tarball
devel/p5-MooX-Singleton
devel/p5-MooseX-MungeHas
dns/p5-AnyEvent-DNS-EtcHosts
mail/mailgraph
mail/p5-Mail-DMARC
mail/sympa
net/p5-NetAddr-MAC
net/p5-URI-Based
net-mgmt/netdisco-mibs
net-mgmt/netdisco
net-mgmt/ocsinventory-ocsreports
net-mgmt/ocsinventory-server
textproc/p5-Template-AutoFilter
textproc/p5-Template-Plugin-CSV
www/p5-Dancer-Plugin-Swagger
www/p5-URL-Encode
PR: 246815
Approved by: mentors (implicit)
2020-06-03 05:38:47 +00:00
Serhii (Sergey) Kozlov
758815d7d9
Add my (skozlov) key
2020-06-02 22:36:43 +00:00
Ryusuke SUZUKI
af13637e26
Fix broken links.
2020-06-02 08:47:03 +00:00
Bjoern Heidotting
3a7b1eb5cc
Update to r54106:
...
Update Image Scanners section:
- remove mention to deprecated frontend;
- update kernel config settings;
- update devfs(8) part for device nodes permissions.
2020-06-01 18:13:29 +00:00
Bjoern Heidotting
2565e140fe
Update to r54123:
...
Update the /etc/make.conf entries regarding
sendmail.
2020-06-01 18:09:53 +00:00
Bjoern Heidotting
30b26a24ab
Update to r54122:
...
Correct the location of the dtrace-toolkit when
installed from ports/packages.
2020-06-01 18:06:53 +00:00
Kristof Provost
9d1a366d5d
EuroBSDCon 2020 has been cancelled
...
Remove it from the events list.
Approved by: bcr
2020-06-01 14:14:17 +00:00
Johann Kois
6905581c4d
r54148 -> r54185
...
MFde: Resync the project news
2020-05-31 07:04:12 +00:00
Ryusuke SUZUKI
73adf24eab
- Merge the following from the English version:
...
r53941 -> r53945 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2020-05-30 15:56:38 +00:00
Glen Barber
a2c4795698
Announce 11.4-RC2.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-30 02:31:00 +00:00
Brad Davis
682d581f98
Replace the manual fetch method with bsdinstall and break the methods
...
into separate sections.
Will follow up with the white space change as a separate commit.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D25044
2020-05-29 20:14:40 +00:00
Glen Barber
1e0ed8ab16
Update the 11.4-RELEASE schedule to reflect merge requests to releng/11.4
...
are no longer being accepted.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-29 00:06:42 +00:00
Glen Barber
78e7a31bc3
Update the 11.4-RELEASE schedule to reflect RC2 builds have started.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-29 00:04:07 +00:00
Glen Barber
93561c1e66
Connect the hardware and relnotes pages to the build.
...
Pointyhat: gjb (myself)
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-26 12:29:44 +00:00
Mark Linimon
9522b2f5b7
Remove the specific reference to PayPal, as there are now other payment
...
modes accepted.
While here, modernize and tighten up the text.
TODO: I am checking with the Foundation to see if the physical address
is still the right one.
2020-05-24 21:19:34 +00:00
Dimitry Andric
d72ec786ce
Document __FreeBSD_version values 1300096 and 1104001.
2020-05-23 21:01:26 +00:00
Benedict Reuschling
dcbe4e87a2
Add explanation to the ZFS quota examples about /home.
...
The ZFS quota examples started with setting quotas for a user that was not
created in the chapter. This led to some confusion for (new) people who tried
out the example and got an error message about the missing user.
Add a small paragraph to explain this concept and that ideally, when creating
a user, the /home dataset should be created first to not shadow it afterwards.
PR: 177514
Submitted by: Bryan Bosworth
Reviewed by: noone (5 day review timeout)
Differential Revision: https://reviews.freebsd.org/D24913
2020-05-23 12:31:37 +00:00
Ryusuke SUZUKI
2b0ad06063
- Merge the following from the English version:
...
r53618 -> r53830 head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
r52914 -> r53830 head/ja_JP.eucJP/share/xml/mailing-lists.ent
2020-05-23 02:38:18 +00:00
Glen Barber
15296370a2
Revert previous commit.
...
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 22:21:57 +00:00
Glen Barber
e52a1e514c
Add a gratuitious newline to the index page to make sure it gets rebuilt
...
on the next update, following a misfire when sending the 11.4-RC1
announcement.
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 21:57:24 +00:00
Glen Barber
e4b230fde9
Correct the 11.4-RC1 announcement with the real link.
...
Approved by: re (implicit)
Pointyhat: gjb (myself)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 21:54:06 +00:00
Glen Barber
6c6bcf9876
Announce 11.4-RC1.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 21:45:25 +00:00
Glen Barber
2a069df3ad
Set svn:auto-props on the 11.4R directory.
...
Add signed checksums for 11.4-RC1.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 21:43:46 +00:00
Wei Hu
00450ece5a
Document OSVERSION 1300095 for HyperV socket support.
...
Sponsored by: Microsoft
2020-05-22 11:17:03 +00:00
Marc Fonvieille
4b4627a9a2
Revert previous commit until the 11.4-R release.
2020-05-22 09:51:41 +00:00
Marc Fonvieille
72774780c8
Temporary bump rel1.current for 11.4-R.
2020-05-22 09:47:45 +00:00
Glen Barber
194bfeb7eb
Update the 11.4-RELEASE schedule to reflect RC1 builds have started.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-22 00:04:03 +00:00
Glen Barber
f5873a2002
Adjust the 11.4-RELEASE schedule to reflect BETA3 had been removed.
...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
2020-05-21 19:41:00 +00:00
Marc Fonvieille
a885dc7618
MFen:
...
r53992 --> r54158
2020-05-21 14:04:57 +00:00
Marc Fonvieille
bb42792836
MFen:
...
r53739 --> r53947
2020-05-21 14:02:26 +00:00
Marc Fonvieille
096e2d6638
MFen:
...
r53989 --> r53992
2020-05-21 08:25:15 +00:00
Marc Fonvieille
b9488ca2c7
MFen:
...
r53979 --> r53989
2020-05-20 16:46:28 +00:00
Marc Fonvieille
382472d735
Typo: s/This options/This option/
2020-05-20 15:50:59 +00:00
Ryusuke SUZUKI
410fad411f
- Merge the following from the English version:
...
r53939 -> r53941 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2020-05-20 14:04:00 +00:00
Ryusuke SUZUKI
9c62bf8db2
- Merge the following from the English version:
...
r53920 -> r53939 head/ja_JP.eucJP/books/handbook/Makefile
r53935 -> r53939 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2020-05-20 09:54:41 +00:00
Wolfram Schneider
403e7a0e5f
add NetBSD 8.2 and 9.01 manual pages
2020-05-19 20:10:26 +00:00
Wolfram Schneider
e8c851fb6b
add OpenBSD 6.7 manual pages
2020-05-19 17:46:43 +00:00
Ryusuke SUZUKI
12486a339a
- Merge the following from the English version:
...
r53932 -> r53935 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2020-05-18 13:47:01 +00:00
Hiroki Tagato
2ff95f0f4d
Add gspu to contributors
...
Maintainer of: x11-servers/Xfstt
PR: 245936
Approved by: mentors (implicit)
2020-05-18 11:23:00 +00:00
Sergio Carlavilla Delgado
2ab7c040d4
Add the Armenia BSD User Group (AMBUG) to the usergroups list
...
PR: 246501
Submitted by: antranigv (at) freebsd.am
2020-05-17 19:33:38 +00:00
Bjoern Heidotting
e8d0974645
Update to r53945:
...
Upgrade the enabling services section of the install chapter
2020-05-17 18:36:05 +00:00