Commit graph

1862 commits

Author SHA1 Message Date
Hiroki Sato
30f09fcbbd Add posix_fadvise(2). 2012-04-09 04:41:05 +00:00
Sofian Brabez
e60b444e04 Update my key.
Approved by:	jadawin@, miwi@ (mentors)
2012-03-28 10:49:04 +00:00
Ollivier Robert
01c60ffad6 Add rsync to the list of protocols supported by ftp6.fr.freebsd.org.
Requested by:	Manuel Bouyer <bouyer@antioche.eu.org> (site maintainer)
2012-03-27 22:06:38 +00:00
Cherry G. Mathew
54350f3829 Add myself as a new committer.
Also add my pgp key information.

Approved by:    gibbs (mentor)
2012-03-23 13:46:25 +00:00
Benjamin Kaduk
1464782f8c Add myself as a new committer; remove entry from "Additional Contributors"
section.
Also add my PGP key.

Approved by:	hrs (mentor)
2012-03-13 16:15:46 +00:00
Marc Fonvieille
d027c8a1d8 Update ports size & number of ports.
Submitted by:	ryusuke@
2012-03-08 21:07:12 +00:00
Marc Fonvieille
7024ef0147 Reverse previous commit until 8.3-R is out. 2012-03-05 20:29:18 +00:00
Marc Fonvieille
f8d9716c01 Temporary add 8.3 bits. 2012-03-05 20:04:37 +00:00
Ryusuke SUZUKI
8d2528a552 Fix rel2.current.notes, rel2.current.hardware, and rel2.current.errata entities.
(rel.current; -> rel2.current;)

Approved by: hrs@
2012-03-05 09:46:26 +00:00
Alex Kozlov
758569e122 Add myself to authors and contrib.committers.
Add my PGP key.

Approved by:	itetcu (mentor)
2012-03-01 19:58:05 +00:00
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
Justin T. Gibbs
0bdcdd9715 Add my public pgp key. 2012-02-19 22:15:54 +00:00
Hiroki Sato
dd25cb3a05 Update my key. 2012-02-11 18:04:30 +00:00
Hiroki Sato
290385d7cd Prevent generation of foo.html-e files. 2012-02-11 17:59:46 +00:00
Matthew Seaman
68b35bbbe0 Adding my pgp key
Approved by:	shaun (mentor)
2012-02-09 13:57:41 +00:00
Davide Italiano
8270711d8c Add myself to the files (this and previous commit). Also, clear up the fact that my last commit message was accidentally left blank.
Approved by: alc, gnn (mentors)
2012-01-31 22:54:32 +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
Warren Block
747f2d46e6 Add a workaround to prevent Tidy from converting tabs to spaces
by converting them to &#09; before Tidy gets them.  Then Tidy
converts them back to real tabs, not spaces.

Reviewed by:	hrs, gjb
2012-01-29 07:25:49 +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
Xin LI
b8744c0d3f Update my key. 2012-01-27 19:37:04 +00:00
Warren Block
c3ebf18dee Be more specific about which table headers to force left-justified so
header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
2012-01-25 22:16:36 +00:00
Ulrich Spörlein
2ec9223e66 Unbreak build when .OBJDIR is being used (i.e. after running make obj).
_IMAGES_FOO already contains fully qualified paths, so prepending
${.OBJDIR} is breaking the build.

Approved by:	hrs
2012-01-17 08:36:59 +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
Sean Bruno
cb09678811 add my pgp pub key, I think 2012-01-11 12:32:05 +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
Warren Block
e42b39db05 Fix rendering of calloutlist entries so they appear on the same line as
the definition.

Approved by:	gjb (mentor)
2012-01-07 00:46:26 +00:00
Warren Block
c26ee529de Remove trailing whitespace.
Approved by:	gjb (mentor)
2012-01-06 15:11:37 +00:00
Warren Block
018e7cfc14 Clarity changes:
Left-align table headers so they line up with columns.

  Set line-height: 1.1 in programlistings so descenders have a little
  clearance from the line below.

Appearance changes:
  Remove padding entries from various blockquotes.

  Reduce "body blockquote" line-spacing: from 1.5 to 1.3 so lines don't
  look double-spaced.

  Fix uneven margin spacing on notes and other blockquotes.

  Add rounded border corners.

Reviewed by:	(original version) Niclas Zeising, Remko Lodder, Eitan
		Adler, doc@ (no objections)
Approved by:	gjb (mentor)
2012-01-06 14:20:52 +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
Jason Helfman
fac1074260 Adding my pgp key
Approved by: crees, rene (mentors)
2011-12-19 21:12:08 +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
Dmitry Morozovsky
cb89fc003b Some additional signatures retrieved during last months. 2011-12-14 09:37:34 +00:00