harti
a90ae59dd6
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
77de9f867a
Add a man page for options PAE.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-09 06:49:44 +00:00
mdodd
5ce5797f85
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
f0a2206dbc
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
16a93d5f11
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
murray
ee2d32bb63
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
f8221d23db
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
b4fd6eb111
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +00:00
trhodes
cb5cc10e31
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
trhodes
59cf51a9ff
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
imp
ce62a0d85e
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
imp
f66b0dbcbb
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
mdodd
71a96a3848
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
phk
50ba1a096a
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
mdodd
ccc6071f7e
Back out support for RFC3514.
...
RFC3514 poses an unacceptale risk to compliant systems.
2003-04-02 20:14:44 +00:00
mdodd
e72fdee732
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
2fbb955545
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
312b86743c
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
imp
88a3831a18
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
imp
2ef9e9afdb
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
aca28d10d8
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
imp
9c17bd3bea
Note: this is OLDCARD, and tweak comment about clpd 6729/30.
2003-03-29 05:44:49 +00:00
imp
39ff9583eb
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
imp
535fc60c54
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
imp
6ee9b4c6fc
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
imp
5d5d5f775c
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
imp
572bed9dc2
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
imp
256832481a
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
shiba
eba009d07f
Add an information and fix typo.
2003-03-27 19:33:22 +00:00
keramida
194bdafb2c
Fix typo in the version of the diff that I committed.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
keramida
5ded06e352
Document mountd_flags.
...
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
keramida
872a3a449b
Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
...
PR: 50139
Submitted by: asmodai
2003-03-26 01:34:23 +00:00
jhb
81073fb53b
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
trhodes
11ef408e47
Fix a typo in msmith's email address.
...
Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
ps
1f67c859cb
Add some HP cards to the supported list of cards. Also mention
...
that 1000BaseTX only supports full-duplex.
Submitted by: John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
trhodes
69f730dbf6
Remove MAKEDEV rot.
...
PR: 50286, 50285
Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
jhb
506e1c7087
Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
...
didn't have a manpage.
Reminded by: ru
2003-03-25 16:36:47 +00:00
keramida
6e2e539f02
Add a tiny manpage to make sure users aren't surprised when they
...
search for MAKEDEV, now that it's deprecated.
2003-03-25 15:07:01 +00:00
keramida
e8b53d24b7
Delete MAKEDEV references
...
PR: 50284
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 15:01:10 +00:00
keramida
1eaf47abcc
Delete MAKEDEV references and update the text about /dev/foo control
...
devices that return the next available device when opened.
PR: 50280, 50281, 50282, 50283
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:49:02 +00:00
keramida
911be1a6f2
Delete MAKEDEV references and add small blurb that points to devfs(5)
...
and devd(8).
PR: docs/50278
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:35:27 +00:00
keramida
80aaddaf3b
Delete MAKEDEV reference.
...
PR: docs/50277
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:26:33 +00:00
keramida
20af5c9087
Delete MAKEDEV traces
2003-03-25 12:09:06 +00:00
charnier
d0441d10b5
The .Fn function. Use .Xr where appropriate.
2003-03-24 16:05:24 +00:00
brueffer
cc9d4b9003
Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.
...
Approved by: ceri (mentor), phk
Not objected by: ru
2003-03-23 19:02:41 +00:00
ru
325bd5acd2
Sync types with headers.
2003-03-23 08:23:43 +00:00
obrien
fe0afe560c
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
njl
1772de4664
Clarify the proper bitmask for target mode with another example.
2003-03-23 00:56:20 +00:00
ru
938f2753fc
Document the net.inet.icmp branch of the sysctl(3) MIB.
...
Submitted by: mdodd
2003-03-22 13:47:28 +00:00
ru
d7f295ffee
mdoc(7) police: Tidy up the formatting.
2003-03-22 13:43:06 +00:00