David E. O'Brien
9d27d78bc6
Document the DEC variants.
...
Also note the model numbers for the AcceleRAID and eXtremeRAID variants.
Reviewed by: wilko
2003-04-20 22:07:38 +00:00
David E. O'Brien
f339525e76
Document the DEC variants.
2003-04-20 22:04:36 +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
e5c195da55
Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
...
devices).
2003-04-20 20:15:42 +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
John Polstra
8c0d4b5f92
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
...
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
2003-04-20 01:53:13 +00:00
Hidetoshi Shimokawa
909928b6ea
We don't need "device fwohci" in the kernel config file.
2003-04-17 03:46:09 +00:00
Mike Makonnen
600b20796f
Add new knobs for controlling jails in rc.d and document them.
...
Approved by: makrm (mentor)
2003-04-16 16:29:51 +00:00
Ruslan Ermilov
568dc1b801
There is no format(8) manual page available, but it would be really
...
nice to have, now that we have different semantics of initializing
disks on systems with BSD labels, SUN labels, and GPT partitions.
2003-04-16 12:11:01 +00:00
Ruslan Ermilov
9d05db9df5
Create the whatis(1) database in /usr/share/openssl/man.
2003-04-16 11:28:45 +00:00
Tom Rhodes
c1e3a71e35
Catch this file up with rc.conf(5).
...
Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
2003-04-15 21:48:40 +00:00
Maxime Henrion
4cc07f169c
Add a note about the work I did for fxp(4) here.
2003-04-15 21:21:36 +00:00
Mike Silbersack
5a00719d7b
Add a description of m_defragrandomfailures.
2003-04-15 02:26:13 +00:00
Mike Silbersack
0e7537d0d4
Update the list of devices supported to match the driver.
...
MFC after: 2 days
2003-04-13 23:31:47 +00:00
Mike Silbersack
3cab047e0b
Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
...
at present.)
2003-04-13 23:31:06 +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
Max Khon
fcbbbd4a4b
manual page for Granch SBNI12-xx network interface driver
2003-04-13 06:13:47 +00:00
Tim J. Robbins
66d6259121
Add terse descriptions for NLSPATH and LC_*.
2003-04-12 05:20:15 +00:00
Takeshi Shibagaki
a8f985e51e
NEC PK-WL001 is Lucent, not Prism-II.
2003-04-10 17:04:03 +00:00
Hartmut Brandt
7081c47416
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
Jake Burkholder
8dc6de5168
Fix non-word.
...
Noticed by: njl
2003-04-09 16:58:39 +00:00
Hartmut Brandt
473e34ce22
Explicitely document the locking requirements for the malloc interface.
...
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
2003-04-09 08:27:32 +00:00
Jake Burkholder
a3d266d593
Add a man page for options PAE.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-09 06:49:44 +00:00
Matthew N. Dodd
29ade36225
Dynamic object dependency mapping: libmap.
...
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
2003-04-07 16:21:26 +00:00
Murray Stokely
f5178c4fdb
Note that kern.securelevel must be set to '-1' to build a release
...
successfully.
PR: docs/42339
MFC after: 3 days
2003-04-07 11:40:25 +00:00
Murray Stokely
aa5427ae66
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
Murray Stokely
914a29a84d
Note that Sitecom CN-300 MultiFlash works with FreeBSD and provide
...
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
2003-04-07 11:26:54 +00:00
Murray Stokely
0c7dd12c30
Document a workaround for the problem of infrastructure changes in the
...
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
2003-04-07 10:50:00 +00:00
Maxim Konovalov
50d32b06cc
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +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
Tom Rhodes
4fde7c2f9d
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
Warner Losh
7235963e95
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
Warner Losh
d12d35d416
DWL-520 is used to describe three or four different cards. only some
...
of them are prism based and are thus supported by wi. Document this
fact.
2003-04-05 07:41:52 +00:00
Matthew N. Dodd
340ff79fa8
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
Poul-Henning Kamp
21ee4ab688
Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
...
into byte strings of unknown alignment.
2003-04-03 08:58:04 +00:00
Matthew N. Dodd
2c56e246fa
Back out support for RFC3514.
...
RFC3514 poses an unacceptale risk to compliant systems.
2003-04-02 20:14:44 +00:00
Matthew N. Dodd
09139a4537
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
...
(See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by
way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an
Informational RFC and support is not yet widespread
this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides
information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate
and test the implementation.
2003-04-01 08:21:44 +00:00
Chris Costello
a508b2a6c1
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:10:10 +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
4e6e1b8646
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
Warner Losh
d082b08904
Document what bus_set_resource(9) does. It is used by bus drivers to
...
bind resources that client drivers later access.
2003-03-30 00:25:23 +00:00
Kris Kennaway
6a897e3f7e
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
Warner Losh
f8fb8dbd70
Note: this is OLDCARD, and tweak comment about clpd 6729/30.
2003-03-29 05:44:49 +00:00
Warner Losh
ec33f2d50f
Add a new man page for bus_activate_resource and
...
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
2003-03-29 05:16:15 +00:00
Warner Losh
1aa895cd3f
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
Warner Losh
c4ac3bc51d
Fix some typos:
...
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
2003-03-29 05:09:15 +00:00
Warner Losh
d1636fcf4e
Expound a little bit about the softc, where its size is found and a
...
caution against emulating legacy softc methods used in the tree.
2003-03-28 07:28:31 +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
Warner Losh
9b89e63ce7
Create a man page for bus_child_present(9), a function to see if a
...
given device is considered accessible by its parent device bus driver
(or its parent, etc).
2003-03-28 07:09:17 +00:00
Takeshi Shibagaki
a94c7d66aa
Add an information and fix typo.
2003-03-27 19:33:22 +00:00