Commit graph

1026 commits

Author SHA1 Message Date
Christian Brueffer
e1177d1e49 Add snd_hdspe(4). 2012-03-01 19:50:58 +00:00
Christian Brueffer
e94facac4e Added isci(4) and oci(4). 2012-02-20 13:32:40 +00:00
Hiroki Sato
a3e34ae400 - Fix ($user-html-header$) to support <script src="foo">. While the rendered
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
  unnecessary spaces after the tag, most of the www browsers and HTML
  processors cannot recognize it as the end of <script>.  To workaround this,
  ($user-html-headers$) now outputs the start and the end tag independently
  in each single line.

- Add %html-header-script% to control if <script> is included in <head>.

- Add html.header.script.google knob for SGML and XML documents in non-DocBook
  DTD.  %html.header.script.google; and $html.header.script.google.

- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion.  Note that
  <script> is disabled temporarily.

Discussed with:	gjb and core
Tested by:	gjb
2012-01-31 02:01:32 +00:00
Daniel Gerzo
c6a043d242 - ftp2.se.FreeBSD.org mirror also supports rsync now
Submitted by:	empty@telia.com
2012-01-30 18:59:13 +00:00
Daniel Gerzo
be64af3060 - the contents of the ftp2.se.freebsd.org are available through http
as well

PR:	www/164461
2012-01-30 12:22:20 +00:00
Hiroki Sato
26962ca4e3 Add tab expansion procedure into ($verbatim-display$). Although DSSSL
specification supports expand-tabs: characteristics in paragraph flow objects,
printable format backends in our DSSSL processors (Jade or OpenJade) do not
support it.

The committed code expands a literal tab character into literal spaces with
length of %default-tab-spacing%.  In the position calculation, it assumes all
of characters have a fixed width and the number of characters in a node list
can be obtained by (string-length (data nl)).  Note that this can be false
especially when different font sizes are used.

Tested by:	wblock
2012-01-28 08:56:56 +00:00
Hiroki Sato
c37a403e82 Add xhci(4). 2012-01-16 23:52:41 +00:00
Pav Lucistnik
86b94c2ed2 - Remove ftp2.hu.FreeBSD.org which ceased operation
Submitted by:	pgj
2012-01-16 21:08:30 +00:00
Andrew Thompson
d4cc5b4445 The NZ mirror also allows http. 2012-01-12 22:00:21 +00:00
Hiroki Sato
fb59877ae1 9.0-RELEASE is officially released!
Hat on:	re
2012-01-12 20:42:22 +00:00
Hiroki Sato
a11437e608 Add posix_fallocate(2), h_ertt(4), tws(4), rtadvctl(8), hhook(9), and khelp(9). 2012-01-11 23:45:35 +00:00
Andrew Thompson
13ddf0e0ec The NZ ftp mirror is back. 2012-01-11 20:54:37 +00:00
Christian Brueffer
6fc37a3bcb Add hpt27xx entity. 2012-01-11 18:37:40 +00:00
Hiroki Sato
4e75da6758 Add geom_map(4). 2012-01-10 07:59:02 +00:00
Hiroki Sato
f36a24911d Add wtmpcvt(1) and utmpx(3). 2012-01-10 07:13:00 +00:00
Hiroki Sato
698a44d70b Add graid(8), rctl(8), resolvconf(8), and usbdump(8). 2012-01-10 07:06:32 +00:00
Hiroki Sato
86a7a72c9d cc(4) and cc(9) were renamed to mod_cc(4) and mod_cc(9).
Spotted by:	lstewart
2012-01-09 14:23:02 +00:00
Hiroki Sato
eb96a14872 Add cbrtl(3). 2012-01-08 22:40:57 +00:00
Hiroki Sato
5e9d08a9d2 Add cexp(3) and cexpf(3). 2012-01-08 22:07:45 +00:00
Hiroki Sato
dae7ca2f4b Add nfsv4(4). 2012-01-08 18:42:09 +00:00
Hiroki Sato
ffb98ad0f2 Add clang(1), clang++(1), clang-cpp(1), bsdinstall(8), and utxrm(8). 2012-01-08 17:41:03 +00:00
Hiroki Sato
aff10e3a85 Add cc(4), cc_chd(4), cc_cubic(4), cc_hd(4), cc_htcp(4), cc_newreno(4),
cc_vegas(4), cxgbe(4), and cc(9).
2012-01-08 14:01:52 +00:00
Hiroki Sato
83d74f0570 Add vte(4) and poweroff(8). 2012-01-07 18:31:28 +00:00
Benedict Reuschling
42290080cd Correct the link to the style.Makefile(5) man page. It was previously
linking to style_Makefile(5), which does not exist and therefore
produced a link in the documentation to a nonexisting html man page.
2011-12-24 13:48:45 +00:00
Dmitry Morozovsky
4a50f95240 Implement <SVNref> tag element, which generates link to SVNweb to the given
revision.

Mark last two __FreeBSD_version bumps with it, and format long lines.

Prodded by:			glebius
With great DSL help from:	pluknet
2011-12-18 12:51:56 +00:00
Johann Kois
b88b8c6171 PR: www/162363
Update the mirrors for Switzerland:

- both http mirrors support IPv4 and IPv6.
- ftp2.ch does not exist (remove it)

Requested by:   Fabian wenk (fabian ett wenks dott ch)
2011-11-18 15:07:02 +00:00
Christian Brueffer
e040a1443d Add netmap(4) and sfxge(4). 2011-11-17 15:33:58 +00:00
Manolis Kiagias
560e0ccea3 Add an entity for mps(4) to unbreak the build 2011-11-13 06:00:58 +00:00
Christian Brueffer
b1861204a2 Add an entity for qlxgb(4). 2011-11-06 20:45:39 +00:00
Benedict Reuschling
1046ce0db1 Mention style(9) as an important guideline for FreeBSD development
and provide links to STYLE.MAKEFILE(5).

PR:			docs/160696
Submitted by:		radiomlodychbandytow at o2 dot pl
Discussed on:		freebsd-doc
^M removal help by:	gjb
2011-10-17 18:10:51 +00:00
Marc Fonvieille
7f53a52ef4 Revert the previous commit temporarily until the release is done. 2011-10-14 18:16:25 +00:00
Marc Fonvieille
379103d55b Temporary (for real) add 9.0 bits. 2011-10-14 18:09:05 +00:00
Pav Lucistnik
1c0f0ec9aa - Add rsync protocol for ftp1.fr
Submitted by:	Alain AUDEBERT aka 2A <deuza@fr.freebsd.org>
2011-09-11 11:28:10 +00:00
Marc Fonvieille
485037ecef Revert the previous commit temporarily until the release is done. 2011-09-09 19:40:48 +00:00
Marc Fonvieille
9734485d27 Temporary add 9.0 bits. 2011-09-09 19:35:37 +00:00
Doug Barton
fb52d5ad60 We now have an embarrassment of riches in callout graphics, so expand
our horizons!

Submitted by:	gjb
2011-09-05 23:19:53 +00:00
Pav Lucistnik
4ab2798b17 - ftp4.fr is now accessible also over http
Submitted by:	Alain AUDEBERT aka 2A <deuza@fr.freebsd.org>
2011-08-30 10:59:33 +00:00
Christian Brueffer
69762fd914 Add vxge(4) manpage entity. 2011-08-25 20:27:19 +00:00
Marc Fonvieille
bb9f6af347 Add ftp4.fr.FreeBSD.org to the list.
Requested by:	Alain AUDEBERT <deuza@fr.freebsd.org>
2011-08-15 18:23:48 +00:00
Hiroki Sato
d45a5d1627 - FreeBSD/pc98 is a Tier 2 platform now[*].
- Use &arch.*; for architecture names consistently.

Discussed with:	nyan, re, so, and core[*]
2011-08-01 06:51:56 +00:00
Simon L. B. Nielsen
cefe4106c2 Remove www3.dk.FreeBSD.org from the HTTP mirror list as it's the
same server as www.dk.FreeBSD.org now.
2011-06-07 22:04:45 +00:00
Doug Barton
9d3bbc90b4 www4.us.freebsd.org is a CNAME to freebsd.n.flirble.org
which currently has no records
2011-05-31 21:00:48 +00:00
Benedict Reuschling
276c529d83 Please welcome a new section about DNSSEC to the handbook.
A detailed introduction to the problem is given, as well as examples
for setting up DNSSEC with BIND and further readings are included.

A big thank you to Niclas Zeising for the writeup and others who provided
feedback and corrections/additions.

PR:		docs/157245
Submitted by:	Niclas Zeising (niclas dot zeising at gmail dot com)
Additions by:	Benjamin Kaduk, Warren Block, dougb@
2011-05-25 14:18:20 +00:00
Benedict Reuschling
3eb222c7a8 Add trailing /-es to the swedish mirrors that were forgotten in
the previous update of that mirror.

Detected by a script from:		Pav Lucistnik
2011-05-17 19:30:27 +00:00
Benedict Reuschling
edb8d182d4 Remove Indonesian mirrors as they appear to be dead.
PR: 			docs/157123
Submitted by:	Dikshie (dikshie at lapi at itb at ac at id)
2011-05-17 17:14:40 +00:00
Benedict Reuschling
36d9899532 Update mirror list entry for ftp4.se.freebsd.org to reflect http access.
PR:				docs/157111
Submitted by:	Niclas Zeising (zeising at lysator dot liu dot se)
2011-05-17 12:51:51 +00:00
Johann Kois
f91de372f6 PR: www/146089
Some Austrian mirrors will be taken down soon due to very low activity.  So remove them from the mirror list:

- www2.at.FreeBSD.org
- ftp2.at.FreeBSD.org
- cvsup2.at.FreeBSD.org

Additionally note that:
- www.at.FreeBSD.org
- ftp.at.FreeBSD.org
- cvsup.at.FreeBSD.org

should now have a valid/complete valid IPv6 entry/configuration.

Information provided by:        Alfred Nagl (nagl ett wu dott ac dott at)
2011-04-03 13:55:02 +00:00
Marc Fonvieille
09aa72e9bc Update re@ team members list to reality. While I'm there create a
&team.re; entity to help future use of a such list.  Other teams may
want to follow the same scheme.

Approved by:	re@
Oudated list spotted by:  ryusuke@
2011-03-17 19:05:11 +00:00
Marc Fonvieille
6549aa799b Update some manpathes. 2011-03-13 19:29:57 +00:00
Marc Fonvieille
181c5b4983 Update Xorg version. 2011-03-13 19:24:19 +00:00