Commit graph

350 commits

Author SHA1 Message Date
Jason Helfman
124975c5fa - favor American English spelling of behavior 2016-03-27 19:17:51 +00:00
Jason Helfman
1bdad098d8 - address punctuation
Submitted by:	wblock@
2016-03-06 20:38:56 +00:00
Jason Helfman
a50bf6247e - whitespace change only (translators may igore) 2016-03-06 20:19:49 +00:00
Jason Helfman
e09f3d4522 - improve readability
Submitted by:	Chris Petrik
Differential Revision:	https://reviews.freebsd.org/D5557 (based on)
2016-03-06 17:39:25 +00:00
Christian Brueffer
f3284f2df7 Typo fix.
Submitted by:	Jim Nasby
2015-12-15 10:03:50 +00:00
Warner Losh
7368817d25 Update some obsolete references in the CAM / SCSI stuff. 2015-04-12 00:06:59 +00:00
Jason Helfman
7d7b2e5cdc - remove directory class
Differential Revision:	https://reviews.freebsd.org/D1737
Approved by:	wblock (mentor)
2015-02-15 05:29:24 +00:00
Jason Helfman
aa2b127d13 - fix typo in directory path
PR:		197067
Differential Revision:	https://reviews.freebsd.org/D1713
Submitted by:	mathias@monnerville.com
Approved by:	wblock (mentor)
2015-01-30 04:17:17 +00:00
John Baldwin
e292bc8947 Use 'struct thread' instead of 'd_thread_t' in example PCI driver. 2015-01-13 19:23:17 +00:00
Dru Lavigne
85bbcc56ec Fix grammo.
Submitted by:	bjk
Sponsored by:	iXsystems
2014-04-24 11:36:42 +00:00
Dru Lavigne
5d064932b2 Update URLs in USB sections and put them in Synopsis.
Fix some typos and inconsistencies noted in PR119545.
Add sentence indicating that this chapter discusses 2.0 implementation.
This whole chapter still needs an update for the 3.x implementation.

Sponsored by:	iXsystems
2014-04-23 14:57:23 +00:00
Warren Block
55fdd66f9b Whitespace-only fixes, translators please ignore. 2014-03-14 02:13:48 +00:00
Warren Block
823ae79c06 Restore <replaceable> tags. 2014-03-14 01:58:10 +00:00
Warren Block
31d08ba8b6 Rewrite of portions of the Boot chapter by Sergio Andrés Gómez del Real.
Committed version is a modified version of the one submitted with the
patch. Thanks to Sergio Andrés Gómez del Real for the submission, to
John-Mark Gurney for technical review, and to both for their patience.

PR:		docs/185780
Submitted by:	Sergio Andrés Gómez del Real <Sergio.G.DelReal@gmail.com>
Reviewed by:	jmg
2014-01-26 02:30:34 +00:00
Warren Block
9bb650e5d4 Whitespace-only fixes, translators please ignore. 2014-01-14 23:52:09 +00:00
Warren Block
59e35cd682 Whitespace-only fixes, translators please ignore. 2014-01-14 23:45:40 +00:00
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
23e4e6e242 - Add namespace declaration to index elements 2013-07-24 20:07:18 +00:00
Gabor Kovesdan
4a47cdca9b - Enable indexes by default; now they are not so difficult to generate 2013-07-24 19:38:10 +00:00
Gabor Kovesdan
988c5ce88c - MFH 2013-07-24 19:11:16 +00:00
Warren Block
15d408c4f4 Whitespace-only fixes. Translators, please ignore. 2013-07-24 02:39:59 +00:00
Warren Block
9dc994da05 Whitespace-only fixes. Translators, please ignore. 2013-07-24 02:20:36 +00:00
Gabor Kovesdan
adbdb3187f - Whitespac changes; translators may ignore 2013-07-23 19:21:07 +00:00
Gabor Kovesdan
736c0caff1 - Fix misplaced indexterms. 2013-07-23 18:55:22 +00:00
Gabor Kovesdan
3bb5364812 - Add namespace declarations to entities 2013-06-07 19:44:22 +00:00
Eitan Adler
e3fe665e7d Fix tabs/spaces
Reported by:	hrs
2013-05-19 19:13:03 +00:00
Eitan Adler
2e78335125 Update the Makefile snippet which builds boot2 2013-05-19 04:34:10 +00:00
Eitan Adler
5dfb76f223 Use $FreeBSD$ for the PubDate as this appears to be expanded by the XSLT transform 2013-05-19 04:25:40 +00:00
Eitan Adler
0aed7424d4 Explictly list the trademarks used in the document. 2013-05-19 04:22:05 +00:00
Gabor Kovesdan
b1f6349527 - MFH 2013-03-20 21:05:33 +00:00
Eitan Adler
fbbf024e83 Some additional changes from jhb:
- It now initializes the buffer to a known-good state (length of 0) so that
  you can't do a buffer overrun by reading it without writing to it.
- It doesn't include the trailing null character in 'len' and always leaves
  room for it during writes by restricting writes to writing only 255 chars,
  but letting reads read 256 chars.  This means after init you can do a read
  of one byte to get an empty string, and if you write "foo" (3 bytes) you
  can read back "foo\0" (I think this is the original intent).  Letting
  'len' not hold the null simplifies a fair bit of logic in write.
- Use 'td' for thread pointers, not 'p' (which is from when this was a
  'struct proc *').
- Some style fixes.
- Don't ever set uio_offset directly, uiomove() already changes it, and in
  fact we should read it after the write to handle partial writes.

Submitted by:	jhb
Approved by:	bcr (mentor, implicit)
2013-03-17 02:06:36 +00:00
Eitan Adler
f7e5185a24 Alpha is long gone
Approved by:	bcr (mentor)
2013-03-01 19:58:25 +00:00
Eitan Adler
76e2e7e60f Fix a whole bunch of whitespace issues
Translators: there are no content changes here

Approved by:	bcr (mentor)
2013-03-01 19:58:22 +00:00
Gabor Kovesdan
3ab2d87bc1 - MFH 2013-02-18 15:29:06 +00:00
Eitan Adler
c7122fa8aa All the bits about MAKEDEV and mknod should be removed. They haven't
been necessary since 4.x.

Noted by:	jhb
Approved by:	bcr (mentor)
2013-02-16 17:47:00 +00:00
Eitan Adler
8c7cad2cf5 Add the years I made substantial changes to the arch handbook.
Approved by:	bcr (mentor)
2013-02-16 16:51:37 +00:00
Eitan Adler
3a68731f51 Minor wording niggles
Submitted by:	bjk
Approved by:	bcr (mentor)
2013-02-14 14:20:32 +00:00
Eitan Adler
ec5189fbb7 Remove outdated reference, informal language, for a reference to
the handbook.

Approved by:	bcr (mentor)
2013-02-14 14:20:30 +00:00
Eitan Adler
46bc121ee5 Fix indentation and whitespace
Translators may ignore

Approved by:	bcr (mentor)
2013-02-11 13:46:30 +00:00
Eitan Adler
f864914934 Fix indentation.
Translators may probably ignore.

Approved by:	bcr (mentor)
2013-02-11 13:46:28 +00:00
Eitan Adler
b161de5a10 Fix igor nit picks
Approved by:	 bcr (mentor)
2013-02-11 13:46:26 +00:00
Eitan Adler
2c78fe9dfe Fix whitespace
Translators can ignore

Approved by:	bcr (mentor)
2013-02-11 13:46:24 +00:00
Rene Ladan
487bc1cf4a Wrap a device_t instance in <structname> tags and
fix a false positive from igor.

Submitted by:	wblock
Approved by:	gjb (mentor)
2013-02-11 10:53:20 +00:00
Warner Losh
b5221dddd2 Delete two paragraphs that are no longer relevant... 2013-02-11 03:22:06 +00:00
Rene Ladan
de7984b241 Some 'igor -z' improvements.
Approved by:	gjb (mentor)
2013-02-11 00:10:02 +00:00
Rene Ladan
20f43a362d Some 'igor -z' improvements.
Approved by:	gjb (mentor)
2013-02-11 00:09:24 +00:00
Rene Ladan
1b76f97228 Some 'igor -z' improvements.
Approved by:	gjb (mentor)
2013-02-11 00:08:43 +00:00
Rene Ladan
7cd6d948e5 Some 'igor -z' improvements.
Approved by:	gjb (mentor)
2013-02-11 00:08:08 +00:00
Rene Ladan
8a568a3deb Some 'igor -z' improvements.
Approved by:	gjb (mentor)
2013-02-11 00:07:29 +00:00