Commit Graph

7421 Commits

Author SHA1 Message Date
rwatson
9bed972f7f Clarify style(9) WRT comments following #endif, #else.
The closing comment is required only for long conditionally defined
code sections, with the exception of lint cases.  Attempt to document
also the logic for using '!' before the SOMETIMESSOMETHGINGHERE.
The goal of these comments is to make complex cases more
comprehensible, not to require them in all cases.  The rules here are
derived from behavior used in 90+% of the kernel source code.

Reviewed by and discussed with:	jhb, bde, mike
2002-10-28 19:33:22 +00:00
luigi
63c45477f8 Remove stale information from these two manpage, and point the readers
to the one up-to-date page which is ipfw(8).

MFC after: 3 days
2002-10-28 07:24:58 +00:00
phantom
7c24cfd639 Add & hookup manpage for pthread_attr_get_np(3).
MFC after:	3 days
2002-10-26 15:04:29 +00:00
ache
be368cb8ed Add lt_LT.ISO8859-13
PR:             44268
Submitted by:   Kestutis Paulikas <kestas@elen.ktu.lt>
2002-10-25 22:02:10 +00:00
thomas
5f04582b98 Add a new /etc/periodic/security script to check for packets
rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf
knob (daily_status_security_ipfdenied_enable).

Reviewed by:	roberto
Approved by:	re@
2002-10-25 15:16:54 +00:00
simokawa
f906b12129 add manpages for FireWire. 2002-10-25 14:34:24 +00:00
tjr
8081144898 Make the example "assertion failure" message match reality. 2002-10-25 14:22:20 +00:00
tjr
ccccae1697 Update the Standards section for the addition of the C99 va_copy macro. 2002-10-25 12:22:14 +00:00
ru
28af73a3f0 Preprocess with tbl(1) only where needed. 2002-10-25 09:14:09 +00:00
ru
aa223142eb Don't preprocess with tbl(1). 2002-10-25 09:05:10 +00:00
ru
1e7102d458 Kill the remnants of BOG. 2002-10-25 09:03:09 +00:00
ru
f9ae6b8374 Preprocess with tbl(1). 2002-10-25 08:55:47 +00:00
ru
eae19d46e8 Don't preprocess with tbl(1). 2002-10-25 08:55:24 +00:00
ru
b88c9f6465 Don't preprocess with tbl(1). 2002-10-25 08:40:24 +00:00
ru
bdf7d9f2d3 Simplify. 2002-10-25 08:39:25 +00:00
ru
cc2d743ac6 Don't preprocess with tbl(1). 2002-10-25 08:10:40 +00:00
ru
4ba86c9c65 Preprocess with tbl(1). 2002-10-25 08:06:58 +00:00
ru
d375d1f87e Eliminate warnings. 2002-10-24 13:31:34 +00:00
ru
86981db1f3 Preprocess with tbl(1), eliminate warnings. 2002-10-24 13:21:29 +00:00
ru
da142700b6 Fixed a warning. 2002-10-24 12:59:10 +00:00
sheldonh
4a05ff75c4 * Modernize aio(4), providing instructions for static and dynamic kernel
linking.

* Fix disorder in the SEE ALSO sections of aio_*(2).

* Remove unnecessary cross-references from the SEE ALSO sections of
  aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced
  from aio(4).

* Remove the KERNEL OPTIONS sections from aio_*(2), now that these
  pages cross-reference aio(4), which contains suitable kernel linking
  reference material.
2002-10-24 12:57:05 +00:00
ru
cbfed83be7 Fixed references and a bunch of other warnings. 2002-10-24 12:56:20 +00:00
des
145c0d1df5 Add a simple man page for the aio facility. 2002-10-24 12:22:19 +00:00
rwatson
b1f3300574 Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of the
bugs (device naming) isn't present [anymore].

Submitted by:	Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-10-24 01:44:50 +00:00
keramida
108d37ed64 Minor grammar fix: referenced to -> in reference to. 2002-10-22 23:36:10 +00:00
keramida
295c9ea598 Add description of fetch-recursive target. 2002-10-22 23:11:38 +00:00
keramida
7e86d5f8c8 Refer to doc/en_US.ISO8859-1 for documentation. 2002-10-22 23:06:29 +00:00
keramida
76baed53a5 Split an excessively long sentence. 2002-10-22 22:52:24 +00:00
keramida
bc98f7e56f Improve wording by removing repetitive use of 'default'. 2002-10-22 22:43:24 +00:00
keramida
2324a81171 The ipfw module is only loaded if necessary. 2002-10-22 22:39:18 +00:00
keramida
4cfc71f82a s/then/than/ where appropriate. 2002-10-22 22:36:56 +00:00
keramida
e2708ebfb6 rulset -> ruleset 2002-10-22 22:34:29 +00:00
luigi
89cbc59d95 List some of the Compact Flash readers known to work with this driver.
MFC after: 3 days
2002-10-22 15:23:13 +00:00
phk
bf87a21176 Change to match NO_MAKEDEV* -> MAKEDEV*. 2002-10-22 15:02:53 +00:00
tmm
2526469d81 Update for BSD.include.dist r1.60 (addition of include/dev/ofw).
Forgotten by:	tmm
Prodded by:	ru
2002-10-22 10:37:07 +00:00
rwatson
3c8e561d95 Add mac(9), a man page providing a basic introduction to the concepts
associated with the TrustedBSD MAC Framework, as well as some credits
to developers and contributors.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-10-21 23:51:18 +00:00
iedowse
e667aaaf49 Implement a new IP_SENDSRCADDR ancillary message type that permits
a server process bound to a wildcard UDP socket to select the IP
address from which outgoing packets are sent on a per-datagram
basis. When combined with IP_RECVDSTADDR, such a server process can
guarantee to reply to an incoming request using the same source IP
address as the destination IP address of the request, without having
to open one socket per server IP address.

Discussed on:	-net
Approved by:	re
2002-10-21 20:40:02 +00:00
gallatin
d1313dacb8 Add some documentation of FreeBSD's special synchronization quirks
which may surprise developers coming from Solaris, or other platforms
which have a similar interface, but slightly different rules.

Reviewed by: jhb, ru
2002-10-21 12:54:13 +00:00
murray
3d5063bd61 Note that support for the third 'drivers floppy' has been implemented.
Also point to the AWK scripts instead of the older Perl ones, now that
they've been rewritten.
2002-10-21 10:48:19 +00:00
markm
9bb9a6e52a Move more games stuff to the attic. 2002-10-21 07:50:38 +00:00
keramida
25d254018d crash(8) is a manual page, not a `section'. 2002-10-21 01:27:41 +00:00
keramida
3ebbc496f2 Minor typo fixes. 2002-10-21 01:24:10 +00:00
keramida
f4f438b542 Use .Ed to terminate .Bd display. 2002-10-21 01:13:46 +00:00
phk
494e5bcedd Stamping out more Danglish. 2002-10-20 20:59:10 +00:00
chris
b06790961b Move .Os to its proper location in the document. 2002-10-20 19:44:36 +00:00
chris
e77b5311e1 o Spelling, punctuation and markup fixes.
o Correctly use the "No chain is stronger than its weakest link" adage.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
2002-10-20 19:38:28 +00:00
ceri
f0ac28c9c0 Correct various typos.
PR:		docs/44302
Submitted by:	Christian Brueffer <chris@unixpages.org>
Approved by:	phk
2002-10-20 15:27:32 +00:00
ceri
2f2139f974 Remove quotes to make an example of kernel configuration valid.
PR:		docs/44306
Submitted by:	Dmitry Dyomin <old@old.com.ua>
MFC after:	3 days
2002-10-20 15:19:40 +00:00
markm
4e5361837a Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00
scottl
d3d7d15e95 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