Allan Jude
69f470147c
Fix a typo
...
Obtained from: bjk
2014-12-09 20:47:15 +00:00
Allan Jude
27235e74ad
Update freebsd-update major upgrade instructions to offer 'pkg upgrade' in addition to portmaster.
...
Differential Revision: https://reviews.freebsd.org/D1288
Reviewed by: bapt
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
2014-12-09 19:32:01 +00:00
Johannes Jost Meixner
4fc581e1e2
Rework desktop and linuxemu bits for c6.
...
Now that ports defaults to CentOS 6.6, redo the relevant handbook bits,
replacing Fedora 10 with CentOS 6.6. While there, improve the wording a little.
Differential Revision: https://reviews.freebsd.org/D1117
Approved by: wblock, bcr
Approved by: swills (mentor)
2014-12-09 18:58:52 +00:00
Hiroki Sato
328aa8f0dd
Use <programlisting> and <callout> instead of <procedure>.
...
Discussed with: bcr
2014-12-09 14:02:20 +00:00
Dimitry Andric
43fd415c47
Document __FreeBSD_version values 1100048 and 1100049.
2014-12-09 07:39:43 +00:00
Jason Helfman
2f37d5c25c
- point to correct url, as this does not resolve
...
PR: 195714
Differential Revision: https://reviews.freebsd.org/D1270
Submitted by: pt307@cam.ac.uk
Approved by: bcr (mentor)
2014-12-08 16:11:26 +00:00
Benedict Reuschling
c064626c89
Properly format this paragraph to replace spaces with tabs.
2014-12-08 14:24:10 +00:00
Dominic Fandrey
e8151363c4
Add new ports commiter, kami a.k.a. me.
...
Add all the info according to the Committer's Guide.
Differential Revision: https://reviews.freebsd.org/D975
Reviewed by: cs
Approved by: cs
2014-12-06 21:26:07 +00:00
Benedict Reuschling
94cbef681c
Revert my previous change.
...
To quote form the standard:
"reaching the } that terminates the main function returns a value of 0."
- 5.1.2.2.3 Program termination in 2ISO/IEC 9899:2012
Pointed out by: kib
2014-12-06 19:39:54 +00:00
Benedict Reuschling
647bbf1d27
Change the "hello world" examples so that they return 0.
...
I realize that this is not a C programming primer, but
we can at least try to be correct here. :-)
2014-12-06 18:24:35 +00:00
Benedict Reuschling
fd41fff072
Remove programlistings that are inside other elements and replace them
...
based on the context they appear in with <screen><userinput> tags.
Also, remove three separate screen tags that belong together and
wrap them into one. The output is not changed by these changes.
Obtained from: igor(1) output and rereading the FDP primer
2014-12-06 18:14:32 +00:00
Pawel Pekala
1a2b6fddd8
For textproc/uchardet
...
PR: 195083
2014-12-06 14:51:10 +00:00
Jason Helfman
122b79613c
- remove deprecated gnats reference
...
Differential Revision: https://reviews.freebsd.org/D1123
Approved by: wblock (mentor)
2014-12-04 00:44:54 +00:00
Jason Helfman
78572ac3ee
- address issue of using send-pr to submit bugs
...
- add link for using bugzilla for reporting bugs
- drop committers mailing list and point users to community mailing lists
PR: 195432
Differential Revision: https://reviews.freebsd.org/D1237
Reported by: kim.grasman@gmail.com
Reviewed by: remko, wblock (mentors)
Approved by: wblock (mentor)
2014-12-03 23:22:19 +00:00
Benedict Reuschling
60bb7cca2d
Fix capitalization in title tags according to AP style rules.
...
Obtained from: igor(1)
2014-12-03 20:41:46 +00:00
Benedict Reuschling
41086a000a
Change some sentences where it makes sense to remove the redundant
...
filename and word. Translators can ignore this.
Obtained from: igor -E output
2014-12-03 20:32:03 +00:00
Benedict Reuschling
20c21e98b7
Remove some instances of redundant markup and word in sentences.
...
Obtained from: igor(8)
2014-12-03 20:04:29 +00:00
Benedict Reuschling
3bea668d72
Add two spaces at the start of a sentence where needed.
...
This is a whitespace change that translators can ignore.
Obtained from: igor -n invocation
2014-12-03 17:16:21 +00:00
Benedict Reuschling
9440ff7930
Remove redundant markup and words except in two instances where
...
the removal would put the marked up section at the beginning of
the sentence, which we try to avoid. These need to be dealed with
separately by rephrasing the sentence.
Obtained from: Jenkins checkstyle igor(8) warnings
2014-12-03 17:07:07 +00:00
Benedict Reuschling
208d8bdfbd
Wrap long line that got missed in my earlier sweep (r46049).
...
Obtained from: Jenkins checkstyle igor(8) plugin
2014-12-03 15:56:53 +00:00
Benedict Reuschling
9b8d8d670e
Whitespace fixes:
...
- break listitem tags to their own line (down from term tags)
- add an empty line between term and listitem tags
- add an empty line between consecutive varlistentry tags
This change is purely cosmetical to conform to our block element
formatting guidelines layed out in the FDP primer. It also silences
igor(8) in the standard invocation. Translators can ignore.
Obtained from: igor(8) output
2014-12-03 15:49:40 +00:00
Warren Block
c8e2be5f8b
Fix a reference to NFS that really was talking about DHCP.
...
Submitted by: butch@jameswhitby.org on doc@
2014-12-02 22:26:57 +00:00
Benedict Reuschling
8614444d5d
Move title tags into their own line and remove preceding empty lines
...
from these where appropriate. No content change, so translators can
safely ignore these.
Pointed out by: hrs@
Pointy hat to: bcr@
2014-12-02 14:36:52 +00:00
Frederic Culot
1264c2e93b
- Update the list of active and retired committers as some ports commit bit
...
were recently taken in for safekeeping
2014-12-02 13:07:08 +00:00
Benedict Reuschling
fffcb430cb
Make a big sweep for overlong lines in the handbook and fix them.
...
Translators can ignore this.
Obtained from: igor(8) output
2014-12-02 12:00:32 +00:00
Benedict Reuschling
6a6b75d06e
Remove a tab within a sentence that doesn't belong there.
...
This is a whitespace change that translators can ignore.
2014-12-02 11:56:06 +00:00
Benedict Reuschling
fae6ddd41b
Remove redundant markup and words in a sentence. Provide proper
...
capitalization in title tags.
Obtained from: igor(8) output
2014-12-02 11:26:58 +00:00
Benedict Reuschling
41b8fb41ee
Wrap long lines and use two spaces at the start of two sentences.
...
This is a whitespace change that translators can ignore.
Obtained from: igor(8) output
2014-12-02 11:15:50 +00:00
Benedict Reuschling
9d711c7220
Move the title tag into a line of its own.
...
Reported by: hrs@
2014-12-02 08:58:50 +00:00
Benedict Reuschling
d1e451f7e7
Wrap long lines.
...
Translators can ignore this.
Obtained from: igor(8) output
2014-12-02 07:24:43 +00:00
Benedict Reuschling
54d4d6006b
Wrap long xmlns lines.
...
Translators can ignore this change.
Obtained from: igor(8) output
2014-12-02 07:16:45 +00:00
Benedict Reuschling
b35a4ed1a6
Wrap long lines. This change can be ignored by translators.
...
Obtained from: igor(8) output
2014-12-02 06:59:17 +00:00
Jason Helfman
41d9629e19
- fix svn command and mention svnweb interface
...
PR: 195295 (based on)
Differential Revision: https://reviews.freebsd.org/D1222
Submitted by: pt307@cam.ac.uk
Approved by: wblock (mentor)
2014-12-01 19:56:49 +00:00
Benedict Reuschling
b7262d5f33
Fix 2 bad indents and wrap a long line.
...
No content change, so translators can ignore this.
Obtained from: Jenkins checkstyle igor script
2014-12-01 19:33:38 +00:00
Jason Helfman
7166239162
- add Enlightenment mailing list
...
PR: 195405
Differential Revision: https://reviews.freebsd.org/D1235
Submitted by: jadawin@
Approved by: wblock (mentor)
2014-12-01 18:47:11 +00:00
Jason Helfman
38d7378be0
- retire cvsweb mailing list
...
PR: 191910
Differential Revision: https://reviews.freebsd.org/D1248
Submitted by: jadawin@
Approved by: bcr (mentor)
2014-12-01 08:06:11 +00:00
Craig Rodrigues
bcfbfb4968
List some services which require Kerberos password.
2014-11-29 01:16:18 +00:00
Glen Barber
2f34daaa89
Update the releng/index.html page to note releng/10.1
...
handoff to secteam@.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-26 23:06:14 +00:00
Glen Barber
817ebc74be
Final update to 10.1-RELEASE schedule to reflect the
...
releng/10.1 branch has been turned over to secteam@.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-26 23:04:17 +00:00
Lars Engels
46dde9e6b1
Add Alphons "Fonz" van Werven
2014-11-26 20:52:30 +00:00
Warren Block
82c210f9e3
Whitespace-only fixes, translators please ignore.
2014-11-25 22:47:39 +00:00
Jason Helfman
af0e9df5f5
- resolve a missing closing parenthetical
...
PR: 195364
Differential Revision: https://reviews.freebsd.org/D1228
Submitted by: luferbsd@gmail.com
Approved by: remko (mentor)
2014-11-25 20:44:54 +00:00
Christian Brueffer
d3cdcee330
Fix grammar.
...
Submitted by: kargl
2014-11-25 17:06:13 +00:00
Jason Helfman
4da1e96de8
recommend net/samba-smbclient in favor of net/samba-libsmbclient
...
for accessing SMB/CIFS shares in a Microsoft Windows network
PR: 19511
Differential Revision: https://reviews.freebsd.org/D1223
Reported by: sfisher@sdf.org
Approved by: bcr (mentor)
2014-11-25 16:31:19 +00:00
Glen Barber
445a48bd53
Add Anne Dickison to marketing@
...
Sponsored by: The FreeBSD Foundation
2014-11-25 05:37:47 +00:00
Jason Helfman
bccf6e45c8
- remove gnats reference from docproj
...
- update url for bug listing
Differential Revision: https://reviews.freebsd.org/D1219
Approved by: remko (mentor)
2014-11-24 18:53:44 +00:00
Jason Helfman
24e341fd47
- drop gnats id (html anchor) from committers-guide
...
- change linking in internal site, and remove gnats referrences
Differential Revision: https://reviews.freebsd.org/D1177
Approved by: bcr (mentor)
2014-11-24 17:31:34 +00:00
Warren Block
63c54e06aa
Fix first path to xorg.conf.
...
Submitted by: gjb
2014-11-24 02:50:34 +00:00
Warren Block
8b83e67420
Add a quick start that shows starting X without a configuration file.
...
Update the explanation of which graphics cards are supported.
2014-11-24 02:15:39 +00:00
Craig Rodrigues
3c64d65d5c
List some podcasts.
...
Reviewed by: allanjude
2014-11-23 01:30:04 +00:00
Jason Helfman
e0676e6a78
- address command-line issue in jail building section
...
http://lists.freebsd.org/pipermail/freebsd-doc/2014-November/024583.html
Differential Revision: https://reviews.freebsd.org/D1205
Reported by: david.orourke@gmail.com
Approved by: bcr (mentor)
2014-11-21 18:17:32 +00:00
Glen Barber
8a3e06278f
Fix 'releng/' branch.
...
Submitted by: Mark Millard (via stable@)
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-19 04:38:01 +00:00
Warren Block
a6ea4fa645
Minor edits for clarity and style.
2014-11-18 01:40:08 +00:00
Warren Block
802593383d
Whitespace-only fixes, translators please ignore.
2014-11-18 01:24:53 +00:00
Jason Helfman
523a0509f6
- remove deprecated gnats from pr-guidelines article
...
PR: 194787
Differential Revision: https://reviews.freebsd.org/D1121
Reported by: emaste
Approved by: remko (mentor)
2014-11-14 20:07:39 +00:00
Glen Barber
057360855d
Add arm/armv6 SD Card Image link.
...
Add amd64 and i386 VM images link.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:57:04 +00:00
Glen Barber
ab2c677d57
Add 10.0-RELEASE to the "Prior Releases Still Being Supported"
...
section.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:39:13 +00:00
Glen Barber
0117231e54
Add releng/10.1 to the security.xml support page.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:38:49 +00:00
Glen Barber
41b5034ccd
Comment the 'Upcoming Release Schedule'.
...
Update the 10.1 schedule to reflect 10.1-RELEASE is
available.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:26:41 +00:00
Glen Barber
310756a19a
Turn off the where.html download links for 10.1-RC4.
...
Update the current 10.x release to reflect 10.1.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:25:17 +00:00
Glen Barber
c61fbf4e0b
Connect announce.xml and announce.asc to the build.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:14:46 +00:00
Glen Barber
b6c583707d
Add the PGP-signed announcement.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:14:12 +00:00
Glen Barber
a2334ecb55
Add the announce.xml file.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-14 19:13:48 +00:00
Jason Helfman
85e588f2c3
- update tuning for jails
...
https://lists.freebsd.org/pipermail/freebsd-doc/2014-November/024540.html
Differential Revision: https://reviews.freebsd.org/D1135
Submitted by: cedric@synapse-interactive.fr (mailing-list note)
Approved by: wblock (mentor)
2014-11-14 00:08:17 +00:00
Jason Helfman
dda4400850
- fix formatting for SourceForge, and point out FreeBSD site to check
...
for ports
Differential Revision: https://reviews.freebsd.org/D1156
Approved by: wblock (mentor)
2014-11-14 00:05:28 +00:00
Jason Helfman
600fccecdf
- add a note regarding pkg-search
...
Differential Revision: https://reviews.freebsd.org/D1136
Approved by: wblock (mentor)
2014-11-14 00:02:58 +00:00
Glen Barber
6ea076f8c5
Connect installation.html to the build.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-13 20:33:46 +00:00
Konstantin Belousov
c4e09d64c0
Document __FreeBSD_versions 1100046 and 1100047.
...
Sponsored by: The FreeBSD Foundation.
2014-11-13 19:22:00 +00:00
Warren Block
0fe7bfaeb5
Update bluetooth rfcomm_sppd documentation.
...
PR: 194691
Submitted by: tobias.rehbein@web.de
Reviewed by: jhb
2014-11-13 18:40:20 +00:00
Jason Helfman
e5031bd37d
- remove extraneous markup
...
Differential Revision: https://reviews.freebsd.org/D1153
Approved by: bcr (mentor)
2014-11-13 17:07:42 +00:00
Glen Barber
8ae5cfcb20
The installation document seems to have disappeared from
...
stable/10 at some point. Take the installation.html from
10.0R and modify to fit 10.1R.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-13 11:19:19 +00:00
Jason Helfman
c47b93acf0
- tighten verbage
...
Differential Revision: https://reviews.freebsd.org/D1139
Approved by: wblock (mentor)
2014-11-12 21:05:08 +00:00
Christian Brueffer
fdc7bf1912
Fix typo.
...
Submitted by: stargrave@stargrave.org
2014-11-12 20:12:16 +00:00
Jason Helfman
866ca1aa07
Update documentation now that CVSup service has been shutdown.
...
PR: 194916
Differential Revision: https://reviews.freebsd.org/D1137
Approved by: emaste, remko (mentor)
2014-11-11 08:01:42 +00:00
Glen Barber
53a5f9cf5b
Update the 10.1-RELEASE schedule to reflect the final
...
builds have started, a few weeks later than the initial
anticipated date.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-11 06:06:24 +00:00
Glen Barber
de20a28713
Regen after r274368
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-11 05:48:06 +00:00
Jason Helfman
c94587ee51
Freecode is now serving static content. Update handbook to reflect new
...
and active software sources.
https://lists.freebsd.org/pipermail/freebsd-doc/2014-November/024532.html
Differential Revision: https://reviews.freebsd.org/D1131
Submitted by: ssanty1969@gmail.com via mail to doc@
Reviewed by: wblock,remko (mentors)
Approved by: remko (mentor)
2014-11-10 19:35:01 +00:00
Glen Barber
65b3f3a884
Belatedly regen after r274019
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-10 17:33:49 +00:00
Glen Barber
6ebfe70b47
Add strikethrough tags for previous dates, in
...
followup to r45962.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-10 06:32:07 +00:00
Glen Barber
501f4c20c5
Push back the 10.1-RELEASE build and announcement
...
dates while the last remaining issue for the release
is being resolved.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-10 06:30:17 +00:00
Gavin Atkinson
89c03f1152
Blindly switch all http://*.freebsd.org to https in man.cgi.
2014-11-08 19:38:17 +00:00
Wolfram Schneider
13d78d5546
add CentOS manual pages for 5.9, 5.10, 5.11, 6.4, 6.5, 6.6, 7.0
2014-11-08 17:33:33 +00:00
Wolfram Schneider
657cf61f40
add manual pages for Debian 6.0.10 and Debian 7.7.0
2014-11-08 17:27:34 +00:00
Johannes Jost Meixner
8b37b9d126
Add new contributor.
...
Differential Revision: https://reviews.freebsd.org/D1053
Reviewed by: bcr
Approved by: swills (mentor)
2014-11-08 15:14:13 +00:00
Pawel Pekala
ced41646bf
For devel/git-extras
...
PR: 194542
2014-11-08 11:37:22 +00:00
Mathieu Arnold
62d91d6373
Enhance the Poudriere chapter a great bit.
...
Differential Revision: https://reviews.freebsd.org/D770
Submitted by: riggs
Reviewed by: wblock
Sponsored by: Absolight
2014-11-07 22:06:52 +00:00
Mathieu Arnold
df56018912
Add a bit about adding, moving and copying files for patches.
...
Differential Revision: https://reviews.freebsd.org/D1052
Reviewed by: wblock
Sponsored by: Absolight
2014-11-07 22:02:59 +00:00
Gavin Atkinson
3d0bd79474
Updates: we no longer use lighttpd, and web site searching is no longer
...
WAIS.
2014-11-06 22:49:31 +00:00
Warren Block
c7f81016f8
Add a missing entry for freebsd-pkg in the list of mailing lists. It
...
was already present in the list of charters.
2014-11-06 15:13:50 +00:00
Warren Block
1e07a71a55
Whitespace-only fixes, translators please ignore.
2014-11-06 03:33:44 +00:00
Warren Block
3c5e1f1f1c
In the section on re-adding a deleted port, clarify what addport is and
...
link back to the section where it is described. Also clean up some of
the language in that first section.
2014-11-06 03:12:49 +00:00
Glen Barber
88d214017b
Wrap a line that was making my brain itch.
...
Sponsored by: The FreeBSD Foundation
2014-11-06 03:01:11 +00:00
Glen Barber
6c583ebb7b
Document __FreeBSD_version numbers 1100045, 1001502,
...
903506, 804507.
Sponsored by: The FreeBSD Foundation
2014-11-06 02:58:05 +00:00
Glen Barber
230510f1d3
Regen after r274160, r274161
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-06 02:35:10 +00:00
Jason Helfman
ce10de78c4
- remove deprecated references to GNATS
...
- point users to community link off of main support page so they don't
have to dig for the information
Differential Revision: https://reviews.freebsd.org/D1120
Approved by: wblock (mentor)
2014-11-05 23:33:09 +00:00
Jason Helfman
40c42cd70d
- remove deprecated GNATS references
...
Differential Revision: https://reviews.freebsd.org/D1059
Reviewed by: remko, wblock (mentors)
Approved by: wblock (mentor)
2014-11-05 17:08:03 +00:00
Jason Helfman
55a72c9882
- remove deprecated GNATS references
...
Differential Revision: https://reviews.freebsd.org/D1056
Approved by: bapt, bcr (mentor)
2014-11-05 17:00:24 +00:00
Warren Block
5d9ff04d77
Add IDs to the quick start sections.
2014-11-05 16:20:39 +00:00
Gavin Atkinson
35a4e5ba7f
Switch website search on the search page to use DuckDuckGo.
2014-11-05 00:13:52 +00:00
Jean-Sébastien Pédron
1f0caf5837
Document __FreeBSD_version 1100042 and 1100043
...
Differential Revision: https://reviews.freebsd.org/D1110
Reviewed by: bapt@, wblock@
Approved by: bapt@, wblock@
2014-11-04 23:10:30 +00:00
Gavin Atkinson
20c5805b7d
On the CGI pages, use the same style of "donate" links as the rest of the
...
site uses.
2014-11-04 06:07:09 +00:00
Gavin Atkinson
2511fd8ae9
Factor out searching man pages and ported applications into their own
...
section, using man.cgi and ports.cgi, ready to switch the main search
over to DuckDuckGo.
2014-11-04 05:36:10 +00:00
Gavin Atkinson
f754a77481
Switch search box at top of CGI pages over to DuckDuckGo, as per r45919.
2014-11-04 05:12:06 +00:00
Alex Kozlov
a65057efec
- Remove obsolete 'Threading Libraries' paragraph
...
Reviewed by: mat, bcr
Approved by: mat (portmgr), bcr
Differential Revision: https://reviews.freebsd.org/D997
2014-11-03 10:47:18 +00:00
Glen Barber
c56b7df1c8
Regen after r274019
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-11-03 09:05:31 +00:00
Gordon Tetlow
78c47a4fab
Add myself as a committer again.
...
Differential Revision: https://reviews.freebsd.org/D1074
Approved by: mat (mentor)
2014-11-02 23:16:20 +00:00
Wolfram Schneider
c6fcc98222
add NetBSD 6.1.5 manual pages
2014-11-02 10:18:50 +00:00
Wolfram Schneider
a1665bbff7
add OpenBSD 5.4, 5.5 and 5.6 manual pages
2014-11-02 10:02:09 +00:00
Eitan Adler
daf2f66d99
Fix typo
...
Submitted by: Winston <wbe@psr.com>
2014-11-02 06:00:13 +00:00
Brad Davis
4150de2c1d
- Use the correct argument for svn up vs svn co
2014-11-01 22:39:42 +00:00
Gavin Atkinson
25eb21c8c4
Add a piece of history: the FreeBSD 1.0 release announcement. In a couple
...
of hours, FreeBSD will turn 21.
2014-11-01 20:51:25 +00:00
Warren Block
a5f36db51b
Correct a link to the wiki page.
...
PR: 194737
Submitted by: pi
2014-11-01 13:59:32 +00:00
Jason Helfman
9ac5484ddb
- address concern and point out that ports-mgmt/poudriere or
...
ports-mgmt/poudriere-devel need to be installed in order
for poudriere(8) to be available.
PR: 194584
Differential Revision: https://reviews.freebsd.org/D1057
Submitted by: ngie
Reviewed by: wblock,remko
Approved by: wblock
2014-10-31 22:12:20 +00:00
Dag-Erling Smørgrav
8645c42774
Push back the EoL date for 10.0 to 2014-02-28.
2014-10-31 21:03:11 +00:00
Jason Helfman
0660e60f12
- minor gnats cleanup
...
Differential Revision: D1055
Approved by: bcr
2014-10-31 20:28:04 +00:00
Mark Felder
6f12f406b2
These changes make the file pass iconv -f UTF-8 test and also permit the
...
file to be edited/saved by nvi without truncating the file.
2014-10-31 14:14:25 +00:00
Mark Felder
cf51defe98
Fix Kalle's name.
2014-10-31 13:49:27 +00:00
Mark Felder
49406562ac
Alban was kind enough to submit the net-mgmt/unifi4 port
...
PR: 194628
2014-10-31 13:46:56 +00:00
Mateusz Guzik
630c60fb92
Document __FreeBSD_version 1100041
2014-10-30 22:49:20 +00:00
Glen Barber
165a05fa9d
Update the 10.1-RELEASE schedule to reflect 10.1-RC4 builds have
...
started, a day late (which is my fault).
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-30 22:30:16 +00:00
Remko Lodder
6312cda316
Update my email address as being the Security Team
...
Secretary.
Prodded by: gjb
2014-10-29 12:45:46 +00:00
Dmitry Marakasov
dee46ad7e3
- Add Andrey Fesenko for russian/emkatic
2014-10-28 20:35:17 +00:00
Warren Block
1bb639f448
Add mva's updates to the Using Python section, with thanks to mat.
...
Differential Revision: https://reviews.freebsd.org/D573
2014-10-28 20:15:02 +00:00
Glen Barber
7e74b95b46
Add a link on where.html to the VM images directory
...
on FTP.
Sponsored by: The FreeBSD Foundation
2014-10-27 22:24:21 +00:00
Glen Barber
bdf8b4ba94
Re-enable the TODO list URL on where.html.
...
Remove links to the wiki version of the TODO page.
Sponsored by: The FreeBSD Foundation
2014-10-27 22:14:57 +00:00
Pawel Pekala
dc8aad86df
For deskutils/treesheets
...
PR: 193337
2014-10-26 18:20:27 +00:00
Glen Barber
23657fee27
Regen after r273620
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-25 01:18:10 +00:00
Glen Barber
57ce173a91
Regenerate after r273608
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-24 21:43:17 +00:00
Glen Barber
95acf30af2
Update the anticipated timeframe for 10.1-RELEASE.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-24 17:04:29 +00:00
Matthew Seaman
d21ab0ccd6
Add new committer: Tim Little
2014-10-24 16:15:55 +00:00
Glen Barber
27103fb36c
Adjustments to the 10.1-RELEASE schedule:
...
- Add 10.1-RC4 as a late addition.
- Adjust the dates for 10.1-RELEASE builds and
announcement.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-24 16:08:29 +00:00
Warren Block
ae655514c9
Correct the example for identifying a wireless card.
2014-10-24 13:37:36 +00:00
Alex Kozlov
dee2b6a26c
- Fix badly wrapped line
...
Approved by: mat (portmgr)
2014-10-23 12:35:16 +00:00
Glen Barber
29ecd48c81
Update the 10.1-RELEASE schedule page to reflect the -RC3
...
builds have started, four days later than planned.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-21 23:16:34 +00:00
Glen Barber
7f67e841bb
Regenerate after r273433.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-21 21:47:26 +00:00
Glen Barber
c9d2e63ca4
Document __FreeBSD_version values: 1100040, 1001501,
...
903505, 804506
Sponsored by: The FreeBSD Foundation
2014-10-21 21:39:11 +00:00
John Baldwin
7265df7e90
Document 1100030 (SOCK_RAW changes), 1100033 (*access* mode arg validation),
...
1100038 (TCP wrapper header cleanups), and 1100039 (removal of MAP_RENAME
and MAP_NORESERVE).
2014-10-20 14:56:01 +00:00
Gavin Atkinson
f642748a73
The bibliography has been changed many times since February 1999, don't
...
hardcode the published date.
2014-10-19 23:03:09 +00:00
Glen Barber
18b6ba2c77
Add one more 10.1-RELEASE ports entry.
...
Sponsored by: The FreeBSD Foundation
2014-10-17 20:58:33 +00:00
Glen Barber
4659a19d9d
Add the FreeBSD 10.1-RELEASE ports manual page entries.
...
Sponsored by: The FreeBSD Foundation
2014-10-17 20:54:24 +00:00
Glen Barber
ac10f65a8d
Add FreeBSD 10.1-RELEASE to man.cgi.
...
Update 10.0-STABLE -> 10.1-STABLE.
Set the default manual page path to 10.1-RELEASE.
Sponsored by: The FreeBSD Foundation
2014-10-17 20:49:16 +00:00
Xin LI
9791a088fc
Remove old so@ key which was expired and keep only the current one.
2014-10-17 18:08:49 +00:00
Glen Barber
fda0dc00a2
Regenerate after r273231
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-17 16:03:24 +00:00
Glen Barber
9744ab8d96
Regenerate after r273222-r273230
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-17 15:40:51 +00:00
Alex Kozlov
ca0e6e196d
- Document modern way to work with vulnerability database
...
- Do some rewording, remove "you" and "your" where possible (special thanks to wblock)
Reviewed by: mat, wblock
Approved by: mat, wblock
Differential Revision: https://reviews.freebsd.org/D941
2014-10-16 12:30:42 +00:00
Xin LI
efe94dda33
FreeBSD 9.3-RELEASE would be the last stable/9 release, so make the EoL
...
time of stable/9 match its EoL time.
2014-10-16 00:38:59 +00:00
Gavin Atkinson
4e718926f2
Ensure the Google Analytics code only runs when served from FreeBSD.org
...
or google.com servers. This was always the intention, but due to a bug
it would also run when (for example) accessed via
http://www.freebsd.org.nyud.net .
Approved by: webstats (eadler)
2014-10-14 23:32:42 +00:00
Christian Brueffer
c6ce6f0c13
Spell DARPA properly.
2014-10-14 22:08:07 +00:00
Benjamin Kaduk
fd6a407420
Publish the 2014Q3 Status Report
...
Update the deadline for the next report, and add a news entry.
Approved by: hrs (mentor, blanket)
2014-10-14 21:13:46 +00:00
Benjamin Kaduk
43453c5091
Remove the count of entries from the Q3 report
...
We can let the entries speak for themselves.
Approved by: hrs (mentor, blanket)
2014-10-14 20:38:51 +00:00
Benjamin Kaduk
35217bb4b2
Further edits to the Q3 report for grammar and readability
...
Approved by: hrs (mentor, blanket)
2014-10-14 20:35:16 +00:00
Ed Maste
5c8585551c
Clarify DCTCP status
...
Reviewed by: gjb, gnn
2014-10-14 16:03:36 +00:00
Mathieu Arnold
ab0ac87d14
Use more correct english for dependency explanations.
...
Differential Revision: https://reviews.freebsd.org/D946
Sponsored by: Absolight
2014-10-14 15:49:00 +00:00
Warren Block
b6d5748bb6
Fix spelling.
2014-10-14 14:58:57 +00:00
Glen Barber
0eb891675a
Regen after r273083.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-14 12:51:18 +00:00
Glen Barber
94189c71af
Regen after r273082.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-14 12:43:56 +00:00
Benedict Reuschling
1023235089
Fix broken link to fetchmail homepage.
...
The berlios website has shut down on May 12th, 2014.
Submitted by: Bjoern Heidotting
2014-10-14 10:06:25 +00:00
Benjamin Kaduk
3f86132efe
Some edits to the Q3 report for grammar and readability
...
Approved by: hrs (mentor, blanket)
2014-10-14 04:18:35 +00:00
Benjamin Kaduk
51c15bbae7
Update the core team report
...
Approved by: hrs (mentor, blanket)
2014-10-14 01:29:48 +00:00
Gavin Atkinson
355b398813
Correct location of Linux Flash browser plugin.
...
PR: 193655
Submitted by: raycherng gmail com
2014-10-13 23:14:10 +00:00
Glen Barber
3c661c7c13
Add sponsor tag forgotten in the clusteradm submission.
...
Sponsored by: The FreeBSD Foundation
2014-10-13 19:12:04 +00:00
Benjamin Kaduk
9f2b32ceb7
Add clusteradm report
...
Approved by: hrs (mentor, blanket)
2014-10-13 18:50:59 +00:00
Sergey Kandaurov
72b5113a1b
Sort.
2014-10-13 07:58:58 +00:00
Warren Block
a492bc41a2
Add Foundation report.
2014-10-12 21:52:47 +00:00
Warren Block
d4eca460b5
Miscellaneous markup edits.
2014-10-12 21:35:13 +00:00
Warren Block
669a6a6c0e
Whitespace-only fixes, translators please ignore.
2014-10-12 21:33:48 +00:00
Warren Block
a1751fbcca
Clarity and consistency edits.
2014-10-12 21:23:35 +00:00
Warren Block
b31f4dcfb4
Edit for clarity and consistency.
2014-10-12 21:04:40 +00:00
Warren Block
f5a7a5c045
Whitespace-only fixes, translators please ignore.
2014-10-12 20:53:29 +00:00
Warren Block
38c9a35d17
Add RELENG report.
2014-10-12 20:45:55 +00:00
Ryusuke SUZUKI
557d00de05
Unbreak the build.
2014-10-12 14:12:07 +00:00
David Chisnall
a43e88cf35
Editing pass through the report, added a summary.
2014-10-12 12:44:51 +00:00
Warren Block
66dee84cde
Link to the versions chapter rather than the title ID. Since the title
...
ID is no longer needed, remove it.
PR: 194302
Submitted by: fernando.apesteguia@gmail.com
2014-10-12 01:29:25 +00:00
Warren Block
5c491d0daa
Fix the ZFS report URL.
2014-10-11 04:07:33 +00:00
Warren Block
39f87cc4ad
Add Handbook ezjail section report.
2014-10-11 04:03:43 +00:00
Warren Block
0b71a19d92
Remove empty help and links sections.
2014-10-11 03:53:44 +00:00
Warren Block
3ee9f5f481
Whitespace cleanup, translators please ignore.
2014-10-11 03:50:54 +00:00
Warren Block
b6edcea1ed
Use &os; instead of FreeBSD.
2014-10-11 03:47:08 +00:00
Warren Block
8011066289
Add introduction to ARMv6 section.
2014-10-11 03:42:57 +00:00
Benjamin Kaduk
e9b733e026
Fix spelling of Shawn Webb's name
...
Un-wrap URL elements (the mouseover displays badly when they are wrapped).
Submitted by: wblock
Approved by: hrs (mentor, blanket)
2014-10-11 02:05:08 +00:00
Benjamin Kaduk
ee2a12c6a3
Add the ASLR report
...
Approved by: hrs (mentor, blanket)
2014-10-11 01:53:30 +00:00
Benjamin Kaduk
a92e76dc1b
Add the Xen paravirtualization report
...
Approved by: hrs (mentor, blanket)
2014-10-11 01:49:33 +00:00
Warren Block
49594a564a
Fix build.
2014-10-11 00:38:05 +00:00
Benjamin Kaduk
0ebee59366
Add report on CTL acceleration
...
Approved by: hrs (mentor, blanket)
2014-10-11 00:15:23 +00:00
Warren Block
cf59562711
Expand a contraction.
2014-10-10 23:46:43 +00:00
Warren Block
0b4a8c548f
Add Debian GNU/kFreeBSD report.
2014-10-10 23:45:01 +00:00
Benjamin Kaduk
d973006691
Add draft report for Intel GPU updates
...
Approved by: hrs (mentor, blanket)
2014-10-10 23:16:33 +00:00
Gavin Atkinson
1506089756
Delete freebsd.css; it is no longer used.
2014-10-10 22:54:06 +00:00
Warren Block
cc74565d15
Add a title to the Michael Lucas entry.
...
Submitted by: kwm
2014-10-10 21:10:52 +00:00
Warren Block
895f0bec17
Add vt(4) report.
2014-10-10 20:59:38 +00:00
Warren Block
4636be5590
Add LLDB report.
2014-10-10 20:55:35 +00:00
Warren Block
67d7df89e8
Add UEFI report.
2014-10-10 20:48:02 +00:00
Ed Maste
31d3afdca6
Revert my accidental changes to this file: r45769, r45770, r45771
2014-10-10 20:45:47 +00:00
Warren Block
509829689f
Add arm64 report.
2014-10-10 20:43:06 +00:00
Ed Maste
02d372820d
Add a note about autofs testing based on discussion w/ trasz@
2014-10-10 20:28:22 +00:00
Benedict Reuschling
16b89044ba
Attempt to fix the report build.
2014-10-10 20:26:12 +00:00
Ed Maste
b387eaf6e7
Remove UEFI entry from wrong quarterly :(
2014-10-10 19:39:49 +00:00
Ed Maste
d369b2ffec
Add UEFI submission
2014-10-10 19:14:27 +00:00
Ed Maste
c568fea1dc
Move ports report to team section
2014-10-10 17:28:33 +00:00
Glen Barber
4365747a23
Update 10.1 schedule to reflect RC2 builds began on time.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2014-10-10 17:13:12 +00:00