MIHIRA Sanpei Yoshiro
5696dee9f4
Add Planex UE-200TX-G to list of supported devices.
...
(http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001756.html )
Submitted by: nork
MFC after: 3 days
2010-09-10 11:01:11 +00:00
Christian Brueffer
f0a7fc8b30
Xref aesni(4).
2010-09-09 21:39:06 +00:00
Christian Brueffer
6728a0dfbb
Some more grammar, wording and mdoc fixes.
2010-09-09 21:37:05 +00:00
Matthew D Fleming
4351ba272c
Add drain functionality to sbufs. The drain is a function that is
...
called when the sbuf internal buffer is filled. For kernel sbufs with a
drain, the internal buffer will never be expanded. For userland sbufs
with a drain, the internal buffer may still be expanded by
sbuf_[v]printf(3).
Sbufs now have three basic uses:
1) static string manipulation. Overflow is marked.
2) dynamic string manipulation. Overflow triggers string growth.
3) drained string manipulation. Overflow triggers draining.
In all cases the manipulation is 'safe' in that overflow is detected and
managed.
Reviewed by: phk (the previous version)
2010-09-09 17:49:18 +00:00
Matthew D Fleming
db960cf00a
Fix small errors in the sbuf(9) man page.
2010-09-09 16:27:02 +00:00
MIHIRA Sanpei Yoshiro
4c394c189f
Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices.
...
Submitted by: nork at FreeBSD.org
MFC after: 3 days
2010-09-08 13:26:19 +00:00
Weongyo Jeong
50398e411f
Adds LOADER TUNABLES section to mention knobs which could be controlled
...
by loader(8) interface.
2010-09-06 22:23:35 +00:00
Weongyo Jeong
5454c3c04e
Adds a CAVEATS section to mention DMA issues that currently only
...
a solution is using PIO mode. As fas as I know all open source based
broadcom drivers for specially LP PHY has this issue because it's
a reverse engineered driver from wl(4).
Pointed by: Warren Block <wblock at wonkity.com>
2010-09-06 22:10:57 +00:00
Weongyo Jeong
d3e3be7fc7
Adds bwi(4) at SEE ALSO section because some old devices aren't
...
supported by the bwn(4) firmware that as fas as I know the vendor
dropped its support. Bumps date also.
2010-09-06 22:02:08 +00:00
Konstantin Belousov
f5447a3079
Grammar fixes.
...
Submitted by: Ben Kaduk <minimarmot gmail com>, Valentin Nechaev
2010-09-06 21:29:21 +00:00
Konstantin Belousov
edb78df075
Add aesni(4) manpage.
2010-09-06 20:35:48 +00:00
Glen Barber
d57429e2c2
Note in rc.conf(5) that jail_list should contain only alphanumeric
...
characters.
PR: 150098
Submitted by: cc (cpt_complain at yahoo dot com)
Approved by: keramida (mentor)
MFC after: 1 week
2010-09-05 20:04:54 +00:00
Alexander Motin
af82b9a9ee
Add support for the Sharp/Micron flash chips to powermac_mvram(4).
...
Tested on PowerMac G4 AGP.
Reviewed by: nwhitehorn
2010-09-05 20:04:02 +00:00
Konstantin Belousov
3037e5d20a
Document "show cdev" command.
...
MFC after: 3 days
2010-09-05 14:52:27 +00:00
Konstantin Belousov
5e9cd1dbf8
Document MAKEDEV_ETERNAL.
...
MFC after: 3 days
2010-09-05 14:47:46 +00:00
Pyun YongHyeon
629cb67ffa
Better wording.
...
Submitted by: jkim
2010-09-02 20:43:01 +00:00
Pyun YongHyeon
f0092b8fc8
Document tunable dev.sis.%unit.manual_pad
...
While I'm here Xref vlan(4) as sis(4) supports VLAN oversized
frames.
2010-09-02 18:22:06 +00:00
Max Laier
36058c09e4
rmlock(9) two additions and one change/fix:
...
- add rm_try_rlock().
- add RM_SLEEPABLE to use sx(9) as the back-end lock in order to sleep while
holding the write lock.
- change rm_noreadtoken to a cpu bitmask to indicate which CPUs need to go
through the lock/unlock in order to synchronize. As a side effect, this
also avoids IPI to CPUs without any readers during rm_wlock.
Discussed with: ups@, rwatson@ on arch@
Sponsored by: Isilon Systems, Inc.
2010-09-01 19:50:03 +00:00
Maxim Konovalov
0090656231
o Sync the man page with the reality: nfs/ includes
...
are under include/ and include/fs/.
PR: docs/139153
Submitted by: gjb
MFC after: 1 week
2010-09-01 12:08:54 +00:00
Ed Schouten
2400afc155
Remove reference to device minor numbers in psm(4) man page.
...
The number returned by stat(2) is generated automatically, so it is not
possible to deduce whether the device is blocking or not.
MFC after: 1 week
2010-09-01 09:53:24 +00:00
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