Kenneth D. Merry
c70e20d81a
Update the da(4) man page for CAM. The da.4 man page was repository-copied
...
from the sd.4 man page.
This includes a discussion of write caching and its effects.
Reviewed by: ken
Submitted by: gibbs
1998-10-16 03:28:12 +00:00
Kenneth D. Merry
de336449f3
Change the worm(4) man page to note that there is no longer a worm(4)
...
driver, and point users in the right direction for similar functionality.
The functionality that used to be provided there is now provided by the
cd(4) driver and cdrecord.
Fix cross-references in a few other man pages. (i.e. delete references to
things I haven't written yet)
1998-10-16 00:26:28 +00:00
Warner Losh
068a441ad2
Add wst.4
1998-10-15 20:45:57 +00:00
Warner Losh
278f786595
Man page for the wst driver. I had planned on committing this earlier,
...
but forgot.
1998-10-15 20:43:25 +00:00
Wolfram Schneider
0e67e2031b
Added reference to ifconfig(8).
1998-10-15 20:36:55 +00:00
Wolfram Schneider
6bede6b481
Added manpage link plip.4 -> lp.4
1998-10-15 20:35:28 +00:00
Wolfram Schneider
7007efd40c
Add reference to lp(4).
1998-10-15 20:27:26 +00:00
Kenneth D. Merry
e6c744a084
Update the cd(9) man page for the CAM cd driver. This really just an
...
update of the quirk entry descriptions to reflect the current state of
things.
Once I find out where such things belong, I'll document things like
the changer scheduling mechanism, actions taken at probe, etc.
1998-10-12 04:09:49 +00:00
Kenneth D. Merry
2d8eb2c034
Update the cd(4) man page for the CAM cd driver.
...
This includes a description of the changer timeout kernel options and
sysctl variables. I didn't check to make sure the ioctl descriptions are
up to date; that will come sometime later. (The ioctls haven't changed in
the CAM driver, but I'm not sure if the man page was in sync with even the
old driver.)
1998-10-12 03:27:51 +00:00
Kenneth D. Merry
979df6777e
Add a man page for the transport layer driver.... my last commit blew up in the
...
middle of adding this file...
1998-10-12 00:31:42 +00:00
Kenneth D. Merry
ce79705e73
Add man pages for the passthrough driver and the CAM transport layer
...
driver.
1998-10-12 00:26:03 +00:00
Dag-Erling Smørgrav
5a948e4ba7
While I'm at it, remove the tickadj manpage from src/share/man0/man8,
...
though I'm afraid there's a lot more that needs fixing in this file,
judging by 'find /usr/src -name "*.8" -print'.
Spotted-by: glimpse -H /usr/src tickadj
1998-10-08 18:52:17 +00:00
Dag-Erling Smørgrav
b354705227
Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.
...
Disable building tickadj(8) by removing util from SUBDIR in the xntpd
Makefile. Note that the sources are still there and tickadj can still
be built and installed by doing:
# cd /usr/src/usr.sbin/xntpd/util
# make all install
There are enough references to tickadj in e.g. the xntpd documentation
(not to mention the sysctl variables it uses etc.) that I don't feel
up to implementing the final solution right now.
Kinda-approved-by: phk
1998-10-08 18:47:30 +00:00
Poul-Henning Kamp
7d5c779c86
Here are some scripts and man pages for configuring HARP ATM
...
interfaces.
Reviewed by: phk
Submitted by: Mike Spengler <mks@networkcs.com>
1998-10-06 19:24:31 +00:00
Greg Lehey
8814fd974a
Bring man page up to date
1998-09-29 10:26:02 +00:00
Eivind Eklund
74c6d86921
Add a section on vnode types. Mostly based on information supplied by
...
Terry Lambert <terry@lambert.org>
1998-09-28 23:36:35 +00:00
Greg Lehey
6d07e4c64d
Include vinum.4 in MAN4
1998-09-28 02:59:56 +00:00
Greg Lehey
ac2143fc96
Man page for vinum--initial import
1998-09-28 02:06:21 +00:00
Eivind Eklund
c78f3f0d75
Add a manpage for namei().
...
Markup changes and review by: dfr
1998-09-27 13:35:49 +00:00
Joseph Koshy
721df085fe
Added names of additional controller chips supported by the NCR driver
...
to the manual page.
PR: 7967
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-18 04:36:48 +00:00
Justin T. Gibbs
fb43a2ea5d
Add devstat.9.
1998-09-15 10:26:57 +00:00
Justin T. Gibbs
b7ae50c0d9
Document new volume tag and element status support.
1998-09-15 10:26:24 +00:00
Justin T. Gibbs
a8abf21632
Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at
...
splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC
isn't quite late enough for disk controllers.
1998-09-15 08:48:57 +00:00
Justin T. Gibbs
c61d88e026
Man page describing the in kernel device statistics routines.
...
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
1998-09-15 06:49:18 +00:00
Alexander Langer
d4a76feb0a
Added pthread read/write locks.
1998-09-12 13:53:58 +00:00
Alexander Langer
c0e366326f
Implement pthread read/write locks as defined by Version 2 of the Single
...
UNIX Specification.
As with our standard mutexes, process shared locks are not supported at
this time.
1998-09-07 19:01:43 +00:00
Doug Rabson
cefd51ec44
Add manpages for the new device framework.
1998-09-03 21:52:05 +00:00
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Joseph Koshy
842d977707
Remove identity crisis in ispcvt(8) man page. Include reference to
...
ispcvt(8) in pcvt(4).
PR: docs/7743
Submitted by: <k-horik@yk.rim.or.jp>
1998-08-26 02:46:24 +00:00
Joseph Koshy
5a3eb871a7
Add "pcm.4" to Makefile.
...
PR: 7636
Submitted by: <Janick.Taillandier@ratp.fr>
1998-08-19 01:54:13 +00:00
Bruce Evans
e587e32f15
Fixed order and formatting.
1998-08-17 16:39:07 +00:00
Bill Paul
fc164cbc0f
Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=
...
line. *hangs head in shame*
1998-08-16 19:54:20 +00:00
Bill Paul
ffcc5b5933
Whoops... really add the man page and update the Makefile this
...
time.
1998-08-16 17:19:58 +00:00
Jordan K. Hubbard
615e5e1586
New man page for pcm(4) driver. Me, I think this is more likely
...
generic and should go one level up, but it can keep the sb(4) man
page company for now until somebody moves all the no-longer-x86-specific
driver man pages up some day.
Submitted by: luigi
1998-08-09 19:42:53 +00:00
Bruce Evans
cec5d8b382
FIxed missing include in synopsis.
1998-08-03 17:29:44 +00:00
Bruce Evans
99b4f8244c
FIxed bitrot in prototype in synopsis.
1998-08-03 17:27:41 +00:00
Bruce Evans
30b854394a
Changed prototype in synopsis to match prototype in <pthread.h>.
1998-08-03 16:54:51 +00:00
Alexander Langer
8ac3b85e63
The pthreads standard has been published. Change:
...
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.
Discussed with: jb
1998-08-03 00:58:37 +00:00
Poul-Henning Kamp
1fbdc08dfe
I've put together man pages for the pthread_cleanup, pthread_cond, and
...
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).
PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>
1998-07-31 09:09:19 +00:00
Kenjiro Cho
8d8a81c91e
add en ATM driver manual.
1998-07-29 05:42:20 +00:00
Kenjiro Cho
149958e6a9
add Native ATM Protocol manual.
1998-07-29 05:41:20 +00:00
Joerg Wunsch
aa81f3a9d8
Document sef's recent changes in the corefile naming.
...
Reviewed by: sef (well, i believe his `Looks good' was a review result :)
1998-07-21 18:16:16 +00:00
Mike Smith
7299385d7d
Add a section 4 manpage for the 'cs' driver.
1998-07-20 20:02:32 +00:00
Jacques Vidrine
8ffc434538
natd_interface can now be specified as either an IP address or
...
an interface name, so describe that here.
1998-07-08 23:31:28 +00:00
Poul-Henning Kamp
0b014ec5ac
Fix argument reversal in example.
...
PR: 7138
Reviewed by: phk
Submitted by: Robert Watson <robert+freebsd@cyrus.watson.org>
1998-07-02 05:37:33 +00:00
Tim Vanderhoek
4a441c67ea
Fix .Ar usage. Add .Xrefs as appropriate.
1998-06-29 07:04:08 +00:00
Tim Vanderhoek
ac2acba219
A little typos and grammer fixes.
1998-06-29 06:56:40 +00:00
Tim Vanderhoek
805a2777e4
SEE ALSO http://www.FreeBSD.ORG/ports
1998-06-29 06:54:34 +00:00
Tim Vanderhoek
4043c58e27
misc. spelling and grammar gnits.
1998-06-28 21:33:42 +00:00
Joseph Koshy
606acacafa
Mention `kern_securelevel' variables in manual page.
...
Reminded-by: max
1998-06-25 04:27:56 +00:00