Commit Graph

7510 Commits

Author SHA1 Message Date
Ruslan Ermilov
92b1f2f7a3 mdoc(7) police: sweep. 2002-11-29 16:42:23 +00:00
Ruslan Ermilov
ef31810d3f Back out part of last delta that was committed by accident.
(.Xr is not yet that smart.)
2002-11-29 11:50:08 +00:00
Ruslan Ermilov
d962d52ac0 mdoc(7) police: scheduled sweep.
Approved by:	re
2002-11-29 11:39:20 +00:00
Ruslan Ermilov
e60fa8374d mdoc(7) police: catch up to the code changes.
Approved by:	re
2002-11-29 11:36:32 +00:00
David E. O'Brien
a2a8085e7e As warned on freebsd-current@, remove the perl wrapper from /usr/src.
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with.  There are limitations to it that don't have a
clear "fix".

Reviewed by:	markm, kris
Extorted approval from:	re(jhb)
2002-11-27 17:46:26 +00:00
Ruslan Ermilov
cd96609654 Removed the vestiges of modems(5).
Approved by:	re
2002-11-27 16:45:10 +00:00
Ruslan Ermilov
e27480d64d mdoc(7) police:
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.

Approved by:	re
2002-11-26 17:55:41 +00:00
Ruslan Ermilov
43e927ec32 NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGS
for the -static flag instead when constructing LIBPAM.

(This fixes false warnings from ``make checkdpadd -DNOSHARED'' in
lib/libpam/modules/.)

Submitted by:	bde, ru
Approved by:	re
2002-11-26 09:00:02 +00:00
Nate Lawson
5cc6190e87 Add a DPADD section to fix 'make checkdpadd'
Submitted by:	ru
Approved by:	re (previously)
2002-11-25 19:29:05 +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
Johan Karlsson
fe00ab2fd1 Reflect that we now use
device ppc
and
	hint.ppc.0.at="isa"
	hint.ppc.0.irq="7"
in /boot/device.hints to configure the ppc device.

Reviewed by: trhodes, ru
Approved by: re@ (rwatson)
2002-11-25 13:49:31 +00:00
Nate Lawson
37efca486e Install new files from examples dir.
Approved by:	re (previously)
2002-11-24 23:57:07 +00:00
Ruslan Ermilov
298aa4e5fa Added the syncache(4) manpage.
Submitted by:	jlemon
2002-11-23 19:43:44 +00:00
Nate Lawson
c38b150ae4 New SCSI target emulator code
This code allows a user program to enable target mode on a SIM and
then emulate any number of devices (disks, tape drives, etc.)  All
decisions about device behavior (UA, CA, inquiry response) are left
to the usermode program and the kernel driver is merely a conduit
for CCBs.  This enables multiple concurrent target emulators, each
using its own backing store and IO model.

Also included is a user program that emulates a disk (RBC) using a
file as a backing store.  This provides functionality similar to
md(4) at the CAM layer.

Code has been tested on ahc(4) and should also work on isp(4) (and
other SIMs that gain target mode support).  It is a complete rewrite
of /sys/cam/scsi_target* and /usr/share/examples/scsi_target.

Design, comments from:	gibbs
Supported by:		Cryptography Research
Approved by:		re
2002-11-22 22:55:51 +00:00
Tom Rhodes
a19f1419b5 Catch the make.conf manual page up with defaults/make.conf
PR:		45470
Approved by:	re (bmah)
Submitted by:	Carl Schmidt <carl@slackerbsd.org> (original version)
2002-11-22 18:27:59 +00:00
Gordon Tetlow
54e347fb3b Update rc(8) manpage to reflect rc.d
Add an rc.subr(8) manpage
Hook rc.subr.8 up to the build.

Submitted by:	Mike Makonnen <mtm@identd.net>
Approved by:	re@ (bmah)
Obtained from:	NetBSD
2002-11-21 20:12:05 +00:00
Julian Elischer
bbc195991d Make the bluetooth man pages appear 2002-11-21 00:06:08 +00:00
Julian Elischer
878ed22696 The second try a committing the bluetooth code
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.

We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)

Not yet linked to the build

Submitted by:	Maksim Yevmenkin <myevmenk@exodus.net>
Approved by:	re
2002-11-20 23:01:59 +00:00
Chris Costello
2699228f1e Activate mac_biba.9
Approved by:	re
Sponsored by:	DARPA, Network Associates Labs
2002-11-20 22:28:20 +00:00
Chris Costello
36e4f12d71 Document the Biba MAC policy.
Approved by:	re
Sponsored by:	DARPA, NAI Labs
Obtained from:	TrustedBSD Project
2002-11-20 22:26:58 +00:00
John Baldwin
5c5145d7f9 Document the KERNELS variable. 2002-11-18 20:31:35 +00:00
Yoshihiro Takahashi
1e89c49d2e Add EXTLOCALDIR document. 2002-11-18 12:25:53 +00:00
Alfred Perlstein
4919e8cbe9 Flesh out the description of the uma_zcreate callback function arguements
a bit.  As there may be changes soon we're still a bit vague unfortunatly.
2002-11-18 01:11:58 +00:00
John Baldwin
22eef9d51e Document NOCDROM and NO_FLOPPIES. 2002-11-15 20:55:37 +00:00
Sam Leffler
a5eb8d53b2 document auto-recognition of device capabilities 2002-11-15 00:25:33 +00:00
Ruslan Ermilov
40c6b893d8 Take __FreeBSD_version into account when BOOTSTRAPPING. 2002-11-13 13:49:29 +00:00
Thomas Moestl
67bc3e2af3 Update to match recent snp fixes.
Reviewed by:	dd
2002-11-11 10:59:28 +00:00
Warner Losh
e8ef497c66 Document devd_enable.
Submitted by: dougb
2002-11-10 09:19:42 +00:00
Marcel Moolenaar
d350feff2c Build the doc subdir on ia64. We have groff working for a while. 2002-11-10 00:04:33 +00:00
Hidetoshi Shimokawa
d4f6170598 Add fwe.4. 2002-11-08 03:24:32 +00:00
Tom Rhodes
01f5fdee5c Restore most (90%) of the text I removed in my previous commit. Remove the
part about spelling and grammar.

Discussed with:	-developers
2002-11-06 18:58:02 +00:00
Tom Rhodes
ad727d7c98 Remove Realtek discriminating comments from the rl(4) manual page.
This leaves us with 'just the facts'

PR:	31271
2002-11-06 03:53:08 +00:00
Dima Dorfman
c00809fcf9 Fix formatting bogon. 2002-11-05 19:23:25 +00:00
Dima Dorfman
489587c5a5 Undelete FILES section (taken from RELENG_4), primarily to give the
location of the passwd and master.passwd files.

Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:18:19 +00:00
Dima Dorfman
d722865a31 master.passwd, not master.password
Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:13:06 +00:00
John Baldwin
69c3915a5b Fix a grammar bogon.
PR:		44883
Submitted by:	Christian Brueffer <chris@unixpages.org>
2002-11-04 19:18:57 +00:00
Robert Watson
bf139e9706 License: update, remove clause three of BSD license per approval of
NAI.

Add cautionary notes on the experimental status of the MAC Framework
in FreeBSD 5.0.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2002-11-04 18:11:17 +00:00
Poul-Henning Kamp
5afa461402 Run a revision on the GBDE encryption facility.
Replace ARC4 with SHA2-512.
Change lock-structure encoding to use random ordering rather for obscurity.
Encrypt lock-structure with AES/256 instead of AES/128.
Change kkey derivation to be MD5 hash based.
Watch for malloc(M_NOWAIT) failures and ditch our cache when they happen.
Remove clause 3 of the license with NAI Labs consent.

Many thanks to "Lucky Green" <shamrock@cypherpunks.to> and "David
Wagner" <daw@cs.berkeley.edu>, for code reading, inputs and
suggestions.

This code has still not been stared at for 10 years by a gang of
hard-core cryptographers.  Discretion advised.

NB: These changes result in the on-disk format changing: dump/restore needed.

Sponsored by:   DARPA & NAI Labs.
2002-11-04 09:27:01 +00:00
Maxim Konovalov
0bd7c043ab Add OpenBSD 3.2.
Submitted by:	Sergey A. Osokin <osa@freebsd.org.ru>
MFC after:	1 week
2002-11-04 09:19:24 +00:00
Alfred Perlstein
ac1cc6ee11 Backout "compatibility hack" for __sF.
Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
2002-11-04 03:23:56 +00:00
Robert Watson
bcedbf7819 X-ref clock_gettime(2). 2002-11-02 23:59:02 +00:00
Alfred Perlstein
0fc25b925d Provide a hook to make __sF visible outside of libc for commercial apps
if WANT_COMPAT4_STDIO is defined when compiling libc.

Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-11-02 19:47:53 +00:00
Robert Watson
efbc63a783 Further clarifications of the #ifdef/#if/#elif/#endif style information,
largely submitted by bde.  Return our exemption of the #ifdef lint
comments since the exemption is intended to handle a particularly
common current case without mandating change.  Improve language and
spelling, and slightly clarify the notions associated specifically
with #elif.

Obtained from:	bde
2002-11-01 16:20:31 +00:00
Thomas Quinot
a4ff0220ab Fix minor typo.
Note that ATAPI/CAM has been MFC'd into RELENG_4 and will appear
in FreeBSD 4.8.

Reviewed by:	roberto
2002-11-01 10:02:31 +00:00
Julian Elischer
94d31abc4e More formatting fixes 2002-10-31 23:36:16 +00:00
Julian Elischer
5bec8a73ac Slight formatting change. 2002-10-31 23:26:02 +00:00
Julian Elischer
585ff168dc Add the netgraph 'source' module.
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.

I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is  what is originally submitted.
Man page my me, info from Dave's README.

Submitted by:	Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from:	Sandvine inc.
MFC after:	1 week
2002-10-31 23:03:09 +00:00
Thomas Quinot
a1e2d9ff4d Add ATAPI/CAM man page.
Reviewed by:	roberto
2002-10-31 10:52:47 +00:00
Thomas Quinot
17b1e1df1a Remove bogus advertising clauses.
Reviewed by:	n_hibma, roberto
2002-10-30 22:27:54 +00:00
Ruslan Ermilov
47a6766105 Document most of bsd.doc.mk variables. 2002-10-30 17:03:48 +00:00
Ruslan Ermilov
e8583ea057 All uses of CD_HACK have been eliminated. 2002-10-30 15:30:06 +00:00
Ruslan Ermilov
1ae6878f83 Fixes to get rid of CD_HACK. 2002-10-30 15:20:50 +00:00
Sheldon Hearn
a8ea83bdf1 Regen:
* Hart:		rev 339 of pcidevs.txt (2002-10-21)
* Boemler:	vendors.txt (2002-10-28)
2002-10-30 13:35:48 +00:00
Ruslan Ermilov
abcdf29d48 Fixes to get rid of CD_HACK. 2002-10-30 13:07:34 +00:00
Thomas Quinot
9dab9ccba4 Man page for ATAPI/CAM.
Reviewed by:	roberto
2002-10-30 08:42:24 +00:00
Ruslan Ermilov
e5f3fe8c97 PRINTERDEVICE can now take multiple values. 2002-10-29 16:13:21 +00:00
Ruslan Ermilov
3c193bda8a Index is unique for each PRINTERDEVICE.
Abuse .for so that the variable expansion works inside the N modifier.
This won't be a simple abuse with the next version of bsd.doc.mk
which will support multi-value PRINTERDEVICE.
2002-10-29 15:51:37 +00:00
Ruslan Ermilov
71fe318b85 Use a single style for share/doc/ makefiles. 2002-10-29 15:01:59 +00:00
Ruslan Ermilov
c189e39fe2 Sort SUBDIR list.
Don't mention SGML docs which now live elsewhere.
2002-10-29 14:58:00 +00:00
Ruslan Ermilov
b382ba4fb1 bsd.doc.mk changes:
Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS.

Only create _stamp.extra when necessary.

Get rid of SOELIMPP and OBJS.

Use Groff version of soelim(1); we need its -I option
for the following to work.

Don't needlessly chdir to SRCDIR.  Only a few documents
need CD_HACK, and those that need it either use refer(1)
or .PSPIC macro which internally uses the .psbb call.
2002-10-29 14:56:09 +00:00
Chris Costello
2c26594d26 o Change .Nd to be less redundant and more consistent with upcoming policy
man pages.
o Move a misplaced comment.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Labs
2002-10-29 00:21:03 +00:00
Chris Costello
e91aeae5e1 Correctly spell "te" as "mls". 2002-10-28 23:03:25 +00:00
Chris Costello
30ee002788 Add a man page describing the Mandatory Access Control label format.
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Labs
2002-10-28 22:54:54 +00:00
Robert Watson
5ab0c4ceeb 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 Rizzo
9a96729c64 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
Alexey Zelkin
1f1e884a91 Add & hookup manpage for pthread_attr_get_np(3).
MFC after:	3 days
2002-10-26 15:04:29 +00:00
Andrey A. Chernov
69966c6574 Add lt_LT.ISO8859-13
PR:             44268
Submitted by:   Kestutis Paulikas <kestas@elen.ktu.lt>
2002-10-25 22:02:10 +00:00
Thomas Quinot
7644e396f3 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
Hidetoshi Shimokawa
ea1d1ef06f add manpages for FireWire. 2002-10-25 14:34:24 +00:00
Tim J. Robbins
9c78e04d62 Make the example "assertion failure" message match reality. 2002-10-25 14:22:20 +00:00
Tim J. Robbins
a40c540ffa Update the Standards section for the addition of the C99 va_copy macro. 2002-10-25 12:22:14 +00:00
Ruslan Ermilov
1bebaf0233 Preprocess with tbl(1) only where needed. 2002-10-25 09:14:09 +00:00
Ruslan Ermilov
bd0dbc8b3c Don't preprocess with tbl(1). 2002-10-25 09:05:10 +00:00
Ruslan Ermilov
621ea7dfa7 Kill the remnants of BOG. 2002-10-25 09:03:09 +00:00
Ruslan Ermilov
1ce6b93097 Preprocess with tbl(1). 2002-10-25 08:55:47 +00:00
Ruslan Ermilov
b4740bfe12 Don't preprocess with tbl(1). 2002-10-25 08:55:24 +00:00
Ruslan Ermilov
7ce2069ad6 Don't preprocess with tbl(1). 2002-10-25 08:40:24 +00:00
Ruslan Ermilov
15cd62721a Simplify. 2002-10-25 08:39:25 +00:00
Ruslan Ermilov
a3e8fd0b7f Don't preprocess with tbl(1). 2002-10-25 08:10:40 +00:00
Ruslan Ermilov
2f3459e9ce Preprocess with tbl(1). 2002-10-25 08:06:58 +00:00
Ruslan Ermilov
7b9ecf5a64 Eliminate warnings. 2002-10-24 13:31:34 +00:00
Ruslan Ermilov
037509314d Preprocess with tbl(1), eliminate warnings. 2002-10-24 13:21:29 +00:00
Ruslan Ermilov
218c7678a6 Fixed a warning. 2002-10-24 12:59:10 +00:00
Sheldon Hearn
a7af55af93 * 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
Ruslan Ermilov
3047fefe49 Fixed references and a bunch of other warnings. 2002-10-24 12:56:20 +00:00
Dag-Erling Smørgrav
9ccc706104 Add a simple man page for the aio facility. 2002-10-24 12:22:19 +00:00
Robert Watson
f64a0a56d4 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
Giorgos Keramidas
0c7911f3ff Minor grammar fix: referenced to -> in reference to. 2002-10-22 23:36:10 +00:00
Giorgos Keramidas
56e37108f4 Add description of fetch-recursive target. 2002-10-22 23:11:38 +00:00
Giorgos Keramidas
a5d3110615 Refer to doc/en_US.ISO8859-1 for documentation. 2002-10-22 23:06:29 +00:00
Giorgos Keramidas
6b3e3c6f80 Split an excessively long sentence. 2002-10-22 22:52:24 +00:00
Giorgos Keramidas
3c2486a77c Improve wording by removing repetitive use of 'default'. 2002-10-22 22:43:24 +00:00
Giorgos Keramidas
60eefdafd2 The ipfw module is only loaded if necessary. 2002-10-22 22:39:18 +00:00
Giorgos Keramidas
7361df2133 s/then/than/ where appropriate. 2002-10-22 22:36:56 +00:00
Giorgos Keramidas
0b6579f22d rulset -> ruleset 2002-10-22 22:34:29 +00:00
Luigi Rizzo
4af9c6707c 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
Poul-Henning Kamp
f33aca987b Change to match NO_MAKEDEV* -> MAKEDEV*. 2002-10-22 15:02:53 +00:00
Thomas Moestl
cf8cc48964 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
Robert Watson
64027e4d85 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
Ian Dowse
c557ae16ce 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