Rebecca Cran
e7f8dd75b3
Fix incorrect usage of 'assure' and 'insure'.
...
Approved by: rrs (mentor)
2010-08-28 16:32:01 +00:00
Gabor Kovesdan
eb0c1bafd0
- Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREP
2010-08-25 09:48:21 +00:00
Edward Tomasz Napierala
6b85cd6ddc
s/ithread/interrupt thread/
2010-08-24 21:38:44 +00:00
Warner Losh
25faff346c
MFtbemd:
...
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
2010-08-23 22:24:11 +00:00
Pyun YongHyeon
72cfc9a608
Better wording and fix wrong explanation.
...
Submitted by: Ben Kaduk ( minimarmot <> gmail dot com )
2010-08-23 00:10:43 +00:00
Pyun YongHyeon
b817ddc741
Document tunable dev.rl.%unit.prefer_iomap
2010-08-22 21:32:48 +00:00
Ed Schouten
cd1c27af36
Add missing mlink for insmntque1().
...
MFC after: 1 week
2010-08-22 16:42:46 +00:00
Pyun YongHyeon
8024e98228
Document newly introduced tunable dev.bge.%d.forced_udpcsum.
...
While I'm here also mention tunable dev.bge.%d.forced_collapse.
2010-08-22 01:40:59 +00:00
Joel Dahl
c913de0e06
Put parentheses around a few macros to prevent mdoc warnings.
2010-08-16 21:26:47 +00:00
Joel Dahl
c2025a7660
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
...
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 15:18:30 +00:00
Joel Dahl
13852a6e15
Fix .Dd from last commit.
...
Submitted by Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 12:37:17 +00:00
Christian Brueffer
0f7e249192
Fixed a typo.
...
PR: 148701
Submitted by: Glen Barber <glen.j.barber@gmail.com>
MFC after: 1 week
2010-08-15 21:37:30 +00:00
Christian Brueffer
cd64d3f2f0
Fixed a typo and added a comma.
...
PR: 148681
Submitted by: Glen Barber <glen.j.barber@gmail.com>
MFC after: 1 week
2010-08-15 21:34:50 +00:00
Christian Brueffer
6a8d8aa193
Tie up some loose ends r88509 left behind:
...
- chooseproc() is long gone, MLINK choosethread instead
- Update NAME section for choosethread
- Mark chooseproc.9 for removal
PR: 149549
Submitted by: pluknet
MFC after: 1 week
2010-08-15 21:25:52 +00:00
Christian Brueffer
b0ee1e8ae6
Use our standard section 4 SYNOPSIS. While here, fixed markup whitespace
...
and adapted an Xref.
2010-08-15 20:56:13 +00:00
Joel Dahl
4f76d548c9
Fix typo.
2010-08-13 20:27:40 +00:00
Takanori Watanabe
34d9d01f86
Hook tpm.4 manual to hook.
2010-08-13 05:01:44 +00:00
Ivan Voras
c491a612fd
Describe vfs.read_max and update vfs.hirunningspace documentation. While
...
there, update nits.
Considered viewed by: jeff, phk, rwatson
2010-08-12 21:21:50 +00:00
Takanori Watanabe
2032024cd6
Fix copyright information.
2010-08-12 01:08:50 +00:00
Takanori Watanabe
97f24f666f
Add tpm(4) driver for Trusted Platform Module.
...
You may want to look at http://bsssd.sourceforge.net/ .
Submitted by: Hans-Joerg Hoexer <Hans-Joerg_Hoexer@genua.de>
2010-08-12 00:16:18 +00:00
Matthew D Fleming
e3813573bd
Rework memguard(9) to reserve significantly more KVA to detect
...
use-after-free over a longer time. Also release the backing pages of
a guarded allocation at free(9) time to reduce the overhead of using
memguard(9). Allow setting and varying the malloc type at run-time.
Add knobs to allow:
- randomly guarding memory
- adding un-backed KVA guard pages to detect underflow and overflow
- a lower limit on the size of allocations that are guarded
Reviewed by: alc
Reviewed by: brueffer, Ulrich Spörlein <uqs spoerlein net> (man page)
Silence from: -arch
Approved by: zml (mentor)
MFC after: 1 month
2010-08-11 22:10:37 +00:00
Pyun YongHyeon
b805efe6dd
Document newly added controller AR8151 and AR8152.
2010-08-09 17:33:03 +00:00
Dag-Erling Smørgrav
c3a2dbe9e5
Document the MEXTADD macro.
...
MFC after: 2 weeks
2010-08-07 13:26:08 +00:00
Joel Dahl
7f22a6d334
Fix typo in comment.
2010-08-07 08:31:32 +00:00
Bernhard Schmidt
39eb4bc6b2
Obviously the option is known as COMPAT_LINUX32 on amd64.
...
PR: docs/149182
Pointed out by: Fernando <fernando.apesteguia at gmail.com>
MFC after: 3 days
2010-08-06 20:18:16 +00:00
Stefan Farfeleder
6da339ce79
Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,
...
make_dev_cred and make_dev_credf.
2010-08-06 16:50:48 +00:00
Joel Dahl
f6ac23919b
Fix typos and spelling mistakes.
2010-08-06 14:33:42 +00:00
Pyun YongHyeon
85bac12c99
Reflect default Tx interrupt moderation timer value change(50ms -> 1ms).
2010-08-06 00:52:23 +00:00
Benedict Reuschling
227405d48c
Correctly sort usbconfig(8) within the SEE ALSO section.
...
Noticed by: dougb
MFC after: 3 days
2010-08-03 19:25:58 +00:00
Benedict Reuschling
b2fdb73b9a
Update references from nonexistent usbconfig(1) to usbconfig(8).
...
PR: docs/149221
Submitted by: Lars Hartmann (lars at chaotika dot org)
MFC after: 3 days
2010-08-03 16:21:48 +00:00
Ulrich Spörlein
b6514098d6
mdoc: remove unused/empty macros
2010-08-02 13:11:27 +00:00
Pawel Jakub Dawidek
3035649e73
Correct function name.
...
MFC after: 3 days
2010-08-01 21:54:25 +00:00
Joel Dahl
b06cfd40f9
Fix a bunch of typos and spelling mistakes.
2010-07-31 12:14:28 +00:00
Joel Dahl
9ba4735280
Spelling fixes.
2010-07-31 10:01:15 +00:00
Ulrich Spörlein
32ba16b6e6
Fix a couple of typos.
...
PR: docs/148891
Submitted by: olgeni
MFC after: 1 week
2010-07-30 11:58:18 +00:00
Simon L. B. Nielsen
74aed54846
Missing IFCAP_* macro descriptions in ifnet(9).
...
PR: docs/148952
Submitted by: Lars Hartmann <lars@chaotika.org>
MFC after: 2 weeks
2010-07-27 08:45:29 +00:00
Rui Paulo
daef39e7ae
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
2010-07-25 17:55:57 +00:00
Gabor Kovesdan
cf62d79aa8
- Regenerate after adding WITH_GNU_GREP
2010-07-22 19:30:13 +00:00
Matthew D Fleming
242ed5d96c
Fix taskqueue_drain(9) to not have false negatives. For threaded
...
taskqueues, more than one task can be running simultaneously.
Also make taskqueue_run(9) static to the file, since there are no
consumers in the base kernel and the function signature needs to change
with this fix.
Remove mention of taskqueue_run(9) and taskqueue_run_fast(9) from the
taskqueue(9) man page.
Reviewed by: jhb
Approved by: zml (mentor)
2010-07-22 16:41:09 +00:00
Bernhard Schmidt
2833a73148
Update manpage to reflect changes regarding the 6050's firmware.
...
MFC after: 3 days
2010-07-20 10:45:05 +00:00
Edward Tomasz Napierala
891d46ce1d
Add reference to uhsoctl(1).
2010-07-20 06:38:57 +00:00
Andrew Thompson
21a9d6e706
- Support for Globetrotter iCON 452.
...
- Fixed the interface probe routine to only attach to USB interfaces the driver
actually supports. This allows other drivers to attach to things like
MicroSD slots etc.
- Fixed network interface enumeration to be globally sequential instead of
relying on the USB interface numbers. This make sure the first network
interface always is at uhso0 and the second at usho1 and so on.
- Added a radio kill switch; exposed through sysctl.
- Updated the manual page to be verbose about the number of serial ports and
include iCON 452 in the set of tested hardware.
Submitted by: Fredrik Lindberg
2010-07-20 03:10:22 +00:00
Simon L. B. Nielsen
b9ec8f3b6c
Cross reference tree(3) and queue(3).
...
MFC after: 1 week
2010-07-18 08:34:44 +00:00
Maxim Konovalov
49d91a7fbe
o Fix typo: "is is" -> "is".
...
PR: docs/148697
Submitted by: Warren Block
MFC after: 1 week
2010-07-17 00:29:38 +00:00
Rafal Jaworowski
42c8cbe162
Provide initial man pages for Flattened Device Tree support and the common
...
drivers.
Sponsored by: The FreeBSD Foundation
2010-07-14 13:03:00 +00:00
Simon L. B. Nielsen
2d3034115b
Bump document for content change in r210002.
2010-07-13 16:47:29 +00:00
Simon L. B. Nielsen
b93a33cded
In the example for how to create a VLAN, also include an example of
...
setting the IP address. While it is documented earlier in rc.conf(5)
that the '.' in the VLAN name becomes a '_' in rc.conf, this may not be
easy to find when just using rc.conf(5) as reference documentation.
MFC after: 1 week
2010-07-13 16:24:04 +00:00
Maxim Konovalov
6cbaa952a3
o Correct path to include file.
...
PR: docs/148545
Submitted by: Anton Shterenlikht
MFC after: 1 week
2010-07-13 16:16:41 +00:00
Nathan Whitehorn
299a3f1c30
Install arch-specific manpages by MACHINE_CPUARCH, not MACHINE_ARCH.
2010-07-13 12:51:02 +00:00
Jaakko Heinonen
13c02cbb18
Extend the kernel unit number allocator for allocating specific unit
...
numbers. This change adds a new function alloc_unr_specific() which
returns the requested unit number if it is free. If the number is
already allocated or out of the range, -1 is returned.
Update alloc_unr(9) manual page accordingly and add a MLINK for
alloc_unr_specific(9).
Discussed on: freebsd-hackers
2010-07-05 16:23:55 +00:00