Ed Schouten
ccfd3aab30
Turn MAXPTSDEVS into a sysctl tunable.
...
This allows users to increase the maximum amount of pseudo-terminals
without changing any source code. Users must increase UT_LINESIZE before
attempting to increase kern.pts_maxdev.
2009-04-25 10:05:55 +00:00
Maxim Konovalov
ffe65ca91d
o Correct geli(8) command line.
...
PR: docs/133961
Submitted by: Aldis Berjoza
MFC after: 1 week
2009-04-24 06:44:58 +00:00
Christian Brueffer
2a72feb42b
Correct the information about when the respective functionality first
...
appeared in FreeBSD.
PR: 133785
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
MFC after: 3 days
2009-04-23 08:37:56 +00:00
Rafal Jaworowski
9e8894a010
Provide manual page for the tsec(4) device driver.
...
Obtained from: Semihalf
2009-04-22 15:25:00 +00:00
Edward Tomasz Napierala
1f6ac2bd3d
Turns out rtm_use does still exist, just under different name - for
...
a long time (since 6.1) it was #defined as rtm_fmask. Update manual
page. While here, sync some constants with what's in route.h.
2009-04-22 12:52:12 +00:00
Antoine Brodin
9d9ab10e8b
vlan(4) no longer depends on miibus(4).
...
Reviewed by: jhb@
MFC after: 1 month
2009-04-20 15:01:45 +00:00
Edward Tomasz Napierala
2ba2ee8d07
Adjust route(4) manual page to remove rtm_use field, which was removed
...
from the route.h some time ago.
Reviewed by: rwatson
2009-04-20 13:53:40 +00:00
Robert Watson
78fc60e401
Garbage collect man page reference to IFF_NEEDSGIANT.
2009-04-18 20:09:43 +00:00
Warner Losh
39ce911c1e
This turns out to be wrong...
2009-04-18 04:21:04 +00:00
Robert Watson
71807e2542
Remove man pages ar(4), ray(4), and sr(4) following removal of these
...
non-MPSAFE device drivers.
2009-04-16 11:09:59 +00:00
Tim Kientzle
7970a63721
Any tar program should work here; the explicit
...
reference to bsdtar is misleading.
2009-04-11 22:39:38 +00:00
Edward Tomasz Napierala
d0d7c39c72
Remove 'IMPLEMENTATION NOTES' section from acl(9); it was just a copy/paste
...
from <sys/acl.h> and it would get out-of-date pretty soon.
2009-04-11 10:37:04 +00:00
Warner Losh
a2910806e5
Updates based on my testing of the cards.
2009-04-10 15:01:48 +00:00
Robert Watson
cd5213b94b
Remove VOP_LEASE(9) man page, as we no longer have a VOP_LEASE() in the
...
kernel.
2009-04-10 10:59:48 +00:00
Ed Schouten
11c39fb4a3
Add C++ operators to operator(7) manual page.
...
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
2009-04-08 20:20:19 +00:00
Xin LI
358b0d9003
Add the following media types as supported by bce(4):
...
- 1000BaseSX
- 2500BaseSX
While I'm there, correct 1000BaseTX as more standard 1000BaseT.
MFC after: 3 days
2009-04-07 22:23:48 +00:00
Christian Brueffer
2469ad2e30
Remove superfluous dot.
2009-04-07 20:13:48 +00:00
Christian Brueffer
b502ecac39
Reword the HARDWARE section so uath(4) can actually be recognized in
...
the hardware notes on the website. While here sort SEE ALSO.
2009-04-07 20:11:02 +00:00
Christian Brueffer
5794d21c2c
Mdoc cleanup.
...
Prompted by: man2hwnotes.pl
MFC after: 3 days
2009-04-07 20:00:20 +00:00
Christian Brueffer
e7d6c4e74e
Move an "end list" macro to the right place.
...
Found by: man2hwnotes.pl
MFC after: 3 days
2009-04-07 19:53:36 +00:00
Weongyo Jeong
fdda6436a7
do not cause a line break in the AUTHORS section.
...
Pointed by: yongari
2009-04-07 04:12:34 +00:00
Weongyo Jeong
54a6481fd1
connect uath.4 to the build.
2009-04-06 12:47:09 +00:00
Ed Schouten
439fd52c3c
Regenerate src.conf.5.
2009-04-05 22:15:35 +00:00
Ed Schouten
d2a0bb0803
Remove if_ppp(4) and if_sl(4).
...
Not only did these two drivers depend on IFF_NEEDSGIANT, they were
broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been
replaced by ppp(8). There is no replacement for if_sl(4).
If we see regressions in for example the ports tree, we should just use
__FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are
present. Version 800045 is used to denote the import of MPSAFE TTY.
Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the
lists.
2009-04-05 22:08:18 +00:00
Weongyo Jeong
dc60165b73
Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX
...
chipsets.
Reviewed by: sam
2009-04-04 11:23:00 +00:00
Tom Rhodes
cd5e62f992
Catch up with recent locking changes.
...
PR: 132546
Submitted by: pluknet <pluknet@gmail.com>
Reviewed by: alc
2009-04-03 23:52:47 +00:00
Tom Rhodes
5a2d42de0c
Remove the fla.4 manual page, the driver was nuked
...
over four years ago.
Noticed by: rene
Prodded by: brueffer
2009-04-01 09:22:25 +00:00
Tom Rhodes
7ba7e04135
On second thought, remove the comma too.
2009-04-01 08:08:25 +00:00
Tom Rhodes
9c0f9817ff
Remove KSE bits, cross reference libthr.3.
...
PR: 132392
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (original version)
2009-04-01 07:13:21 +00:00
Edward Tomasz Napierala
6283502e20
Remove pseudocode from VOP_* manual pages. It was out of date anyway.
...
Reviewed by: scottl
Approved by: rwatson (mentor)
2009-03-30 20:56:37 +00:00
John Baldwin
497435aafd
Add a simple manage for the refcount(9) API.
...
Requested by: rwatson
2009-03-30 18:01:12 +00:00
Christian Brueffer
f885252242
Fix typo.
2009-03-29 21:08:48 +00:00
Sam Leffler
50959dc8d4
remove bogus nwid use; that's a compat shim for netbsd
2009-03-29 18:14:45 +00:00
Sam Leffler
c01c776a52
fix wired-wireless failover example and remove incorrect
...
comment about WPA not working
2009-03-29 18:05:04 +00:00
Warner Losh
2766fd061c
Update to include Toshiba LANCT00A card being supported, as well as a
...
caution that while the Mitsubishi M8895 has a DP83902, its ASIC is
undocumented and doens't work with either the NE2000 or the WD80x3
drivers.
2009-03-28 20:59:25 +00:00
Weongyo Jeong
cb1d58e298
bump date.
...
Pointed by: yongari
2009-03-26 06:12:04 +00:00
Weongyo Jeong
298ff442c0
adds malo(4).
2009-03-26 04:17:35 +00:00
Weongyo Jeong
bf5dca34b6
bwi(4) and mwl(4) doesn't exist at CURRENT.
2009-03-26 04:16:40 +00:00
Weongyo Jeong
e575f1bfc8
The malo(4) device driver first appeared in FreeBSD 7.1 not 8.0.
...
Reported by: John <lists_at_reiteration.net>
MFC after: 3 days
2009-03-26 02:59:10 +00:00
Warner Losh
6594f4b3d1
Add recently added cards.
2009-03-25 22:14:46 +00:00
Sam Leffler
284699a790
update; mostly to eliminate ambiguity about what hardware is supported
2009-03-25 21:20:15 +00:00
Robert Noland
ba0b16188e
Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is a
...
flag to bus_dmamem_alloc() rather than bus_dmamap_load();
Discussed with: kib
MFC after: 3 days
2009-03-22 21:00:58 +00:00
Andrew Thompson
2b78d30630
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
...
driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and
contained no logic, the default interface is now libusb (supported by sane).
Reviewed by: HPS
2009-03-19 20:33:26 +00:00
Warner Losh
e3ed9db21c
Reference exca.
2009-03-18 20:03:33 +00:00
Sam Leffler
cdd7d4bcfe
(finally) document -n
2009-03-16 15:54:21 +00:00
Robert Watson
3cb73e3d8b
Teach the loopback interface about checksum generation and validation
...
avoidance:
- Enable setting the RXCSUM and TXCSUM flags for loopback interfaces;
set both by default.
- When RXCSUM is set, flag packets sent over the loopback interface as
having checked and valid IP, UDP, TCP checksums so that higher
protocol layers won't check them.
- Always clear CSUM_{IP,UDP_TCP} checksum required flags on transmit,
as they will have gotten there as a result of TXCSUM being set.
This is done only for packets explicitly sent over the loopback, not
simulated loopback via if_simloop() due to !SIMPLEX interfaces, etc.
Note that enabling TXCSUM but not RXCSUM will lead to unhappiness, as
checksums won't be generated but will be validated.
Kris reports that this leads to significant performance improvements
in loopback benchmarking with TCP and UDP for throughput:
RXCSUM RXCSUM+TXCSUM
TCP 15% 37%
UDP 10% 74%
Update man page.
Reviewed by: sam
Tested by: kris
MFC after: 1 week
2009-03-15 20:17:44 +00:00
Robert Watson
49dd3b8df9
Don't suggest mounting procfs in diskless configurations.
...
MFC after: 3 days
2009-03-13 23:42:34 +00:00
Rui Paulo
569c3c7dcd
Rename the k8temp(4) man page to amdtemp(4) and update its contents for
...
the new families.
MFC after: 2 weeks
2009-03-13 16:42:24 +00:00
Brooks Davis
3e5f41cf03
Add support for setting the debug flags on wlan interfaces after the are
...
created using wlandebug_<ifn> variables.
2009-03-13 07:12:25 +00:00
Pyun YongHyeon
fdd3e2aa19
Xref altq.4 and bump .Dd
2009-03-12 01:27:15 +00:00