David E. O'Brien
124d870a2e
Document the existance of fla(4).
2003-07-14 03:23:58 +00:00
Sean Kelly
370c3cb57c
- Add a software watchdog facility.
...
This commit has two pieces. One half is the watchdog kernel code which lives
primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland
daemon which, when run, will keep the watchdog from firing while the userland
is intact and functioning.
Approved by: jeff (mentor)
2003-06-26 09:50:52 +00:00
Hartmut Brandt
87b1aa8cb8
This is the man page for the netgraph ATM node.
2003-06-25 13:21:55 +00:00
Sam Leffler
7c3015e371
attach Atheros manual pages to the build
2003-06-23 20:54:39 +00:00
Hartmut Brandt
fb24f088ae
This is a driver for Fore PCA200E cards that uses busdma and works on
...
little endian and big endian and with 32 and 64 bit pointers. It already
has the hooks to be used for HARP, NATM and ngATM.
2003-06-23 14:46:12 +00:00
Hartmut Brandt
104d36fc36
The man page for the Fore/Marconi HE155/622 driver.
2003-06-17 16:14:31 +00:00
Hartmut Brandt
27dcc304bf
Factor out the description of how to configure a CLIP into its own
...
man page. This will be more scaleable as more driver man pages hit
the tree. Add also a description on how to do this configuration
in the rc.conf script.
2003-06-13 12:33:33 +00:00
Hartmut Brandt
591f4054cb
This is a driver for the physical layer chips used in ATM interfaces.
...
It currently supports the PMC Sierra Lite, Ultra and 622 chips and
the IDT 77105. The driver handles media options and state in a consistent
manner for ATM drivers. The next commit to the midway driver will make
it use utopia.
2003-06-12 14:28:32 +00:00
Thomas Moestl
cc264d0083
- Add manpages for the gem and hme ethernet drivers. These were obtained
...
from NetBSD, and changed slightly to account for FreeBSD specifics.
- Hook them up to the build.
- Add them to the list of miibus-using drivers in miibus(4).
2003-06-10 18:53:15 +00:00
Ruslan Ermilov
7ad3fab81e
Fixed cross references to pccbb(4), fixed spelling of "device cbb",
...
and linked the pccbb(4) manpage to cbb(4).
Reviewed by: imp
2003-06-05 21:12:55 +00:00
Hartmut Brandt
ca7810d47e
The midway driver has been busdmaified and is not i386-specific anymore.
...
Repo-copy it from the i386 specific man4 section to the common one.
Remove the i386 keyword from the man page header.
Document the sysctl interface to the driver.
Fix a spelling error (ALL -> AAL).
2003-06-03 07:58:39 +00:00
Tom Rhodes
8e13d96bd9
Add a manual page for the USB Enhanced Host Controller Driver.
...
Submitted by: ticso (who obtained the original version from NetBSD)
2003-05-18 19:55:39 +00:00
Hiten Pandya
ca15350e7d
Add manual page for, Myson Technology PCI Ethernet Driver.
...
PR: docs/39214
Reviewed by: bmah, julian, trhodes
Approved by: des (mentor), re (scottl)
2003-05-18 19:02:38 +00:00
Julian Elischer
f2bb1cae36
Part one of undating the bluetooth code to the newest version
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00
Shunsuke Akiyama
11e04b0528
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
David E. O'Brien
041616aa13
The i386-specific asr manpage has been repo copied to the MI section.
2003-04-20 22:01:37 +00:00
Bill Paul
87b4a25958
Add device driver support for the ASIX Electronics AX88172 USB 2.0
...
ethernet controller. The driver has been tested with the LinkSys
USB200M adapter. I know for a fact that there are other devices out
there with this chip but don't have all the USB vendor/device IDs.
Note: I'm not sure if this will force the driver to end up in the
install kernel image or not. Special magic needs to be done to exclude
it to keep the boot floppies from bloating again, someone please
advise.
2003-04-20 19:05:33 +00:00
Max Khon
7d0de413cb
Driver for Granch SBNI16 SHDSL modem
...
Submitted by: Denis I. Timofeev <timofeev@granch.ru>
MFC after: 1 week
2003-04-13 06:27:13 +00:00
Tom Rhodes
ca6a2c5aef
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
Chris Costello
0c6e926f49
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:08:59 +00:00
Warner Losh
78515472cb
Remove bogus card.4, and replace it with a link to oldcard.4. ru
...
pointed this out a while ago, and I'm just now getting back to it. It
obsoletes one of ru's changes, but since oldcard.4 is so much better,
that doesn't matter.
Submitted by: ru
2003-03-28 07:14:12 +00:00
Sam Leffler
d947796288
manual page for rndtest driver/module
2003-03-11 19:16:42 +00:00
Warner Losh
5d1af4c2ac
OLDCARD man page. This sucks, but not too bad. and better than
...
what we had before. Improvements encouraged and welcome.
2003-02-27 20:45:26 +00:00
Warner Losh
d93d332481
Explain what exca is.
2003-02-23 22:22:29 +00:00
Tom Rhodes
6f8ebcc232
Link several of the if_* modules to their respected manual pages.
2003-02-15 22:28:33 +00:00
Tom Rhodes
8950078a6d
Add a manual page for miibus(4) and attach it to the build.
...
Reviewed by: peter, rwatson (older version)
2003-02-15 16:01:36 +00:00
Sam Leffler
4fd3f3c599
hook fast_ipsec.4 up
2003-01-21 05:35:56 +00:00
Chris Costello
a56840346b
Welcome mac(4), the central source of information for all things MAC.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:57:39 +00:00
Tim J. Robbins
264f5acaf6
Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4).
2003-01-14 02:57:54 +00:00
Chris Costello
8a51e9cbf0
Document the LOMAC security policy.
...
This man page was co-written by Brian Feldman <green>.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:30:00 +00:00
Tom Rhodes
20eb03a262
Add two new manual pages. Welcome the ida(4) and iir(4) manual pages.
2003-01-06 04:51:20 +00:00
David E. O'Brien
5f6a4ada9f
Add a manpage for the LAN Media Corp PCI WAN adapter driver.
...
Obtained from: NetBSD
2003-01-05 04:47:46 +00:00
Tom Rhodes
bea567e5f4
Add a manual page for the ciss driver.
...
Reviewed by: obrien
2002-12-30 22:54:01 +00:00
Olivier Houchard
d7aea33300
Import of a minimalist trm(4) man page.
...
Anyone with more man pages knowledge than I have should feel free to complete
it.
2002-12-16 18:44:24 +00:00
Warner Losh
b279e597c8
Add a rudimentary man page for /dev/devctl.
...
Approved by: re (blanket devd)
2002-12-11 23:08:19 +00:00
Alexander Kabaev
a5297d2a51
Connect ubsa.4 man page to the build.
...
Approved by: re (rwatson)
2002-12-11 19:34:14 +00:00
Chris Costello
28debfb5be
Un-break world.
...
Reported by: Ray Kohler <ataraxia@cox.net>
Approved by: re (blanket)
2002-12-11 03:25:35 +00:00
Chris Costello
057baf3783
Document the following MAC policies:
...
o ifoff: Interface silencing policy
o partition: Process partitioning policy
Add associated Makefile entries and man page cross-references.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-11 01:02:26 +00:00
Chris Costello
17c5113a22
Document the following MAC policies:
...
o None: Stub policy
o Seeotheruids: The "see processes and sockets owned by other users" policy
o Test: Debugging policy
Standardize the SYNOPSIS and HISTORY sections.
Update SEE ALSO sections.
2002-12-10 00:39:17 +00:00
Chris Costello
3ebc28efa8
Document the following MAC policies:
...
o Biba: A data integrity policy
o BSD Extended: Support for the firewall-like access controls (ugidfw(8))
o MLS: Multi-level security, a confidentiality policy
(These files originally lived in src/share/man/man9)
Approved by: re (blanket)
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
2002-12-05 00:05:38 +00:00
Nate Lawson
33893c674d
Hook the targ.4 manpage into the build
...
Submitted by: Attila Nagy <bra@fsn.hu>
Approved by: re (previously)
2002-11-25 18:31:07 +00:00
Ruslan Ermilov
298aa4e5fa
Added the syncache(4) manpage.
...
Submitted by: jlemon
2002-11-23 19:43:44 +00:00
Julian Elischer
bbc195991d
Make the bluetooth man pages appear
2002-11-21 00:06:08 +00:00
Hidetoshi Shimokawa
d4f6170598
Add fwe.4.
2002-11-08 03:24:32 +00:00
Thomas Quinot
a1e2d9ff4d
Add ATAPI/CAM man page.
...
Reviewed by: roberto
2002-10-31 10:52:47 +00:00
Hidetoshi Shimokawa
ea1d1ef06f
add manpages for FireWire.
2002-10-25 14:34:24 +00:00
Dag-Erling Smørgrav
9ccc706104
Add a simple man page for the aio facility.
2002-10-24 12:22:19 +00:00
Scott Long
f9d186edc8
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
...
world. This should be considered highly experimental.
Approved-by: re
2002-10-20 08:17:39 +00:00
Poul-Henning Kamp
86ebc3343c
Add the manual page which explains how gbde works and which bits it is
...
composed off.
Sponsored by: DARPA & NAI Labs.
2002-10-19 21:44:57 +00:00
Sam Leffler
f4bf433552
manual pages for the new kernel crypto support (need work)
...
Obtained from: openbsd
2002-10-04 20:43:30 +00:00