Archie Cobbs
01e86e31a7
Miscellaneous edits.
1999-11-19 04:40:34 +00:00
Archie Cobbs
326c3126d5
Add reference to ng_pppoe(8).
1999-11-19 04:32:28 +00:00
Archie Cobbs
debfa5183b
Update to reflect changed functionality.
1999-11-19 04:30:26 +00:00
Alexey Zelkin
b1915357ce
Fix invalid option name: DIVERT -> IPDIVERT
1999-11-17 12:34:35 +00:00
David E. O'Brien
54d477a4f1
Make "-mpreferred-stack-boundary=2" the default on the i386.
...
This reduces the size of the kernel and modules when compiled with GCC 2.95.
1999-11-17 07:30:35 +00:00
Archie Cobbs
8be226ccde
Add reference to new netgraph node type "ksocket".
1999-11-16 23:27:37 +00:00
Archie Cobbs
f7045ac0eb
New Netgraph node type "ksocket".
...
Obtained from: Whistle source tree
1999-11-16 23:27:10 +00:00
Josef Karthauser
0ddd2cfc7c
Added $FreeBSD$ idents.
1999-11-16 17:27:07 +00:00
Josef Karthauser
ce15e191a2
Added $FreeBSD$ tags.
1999-11-16 17:16:18 +00:00
Joseph Koshy
a069ee36df
Remove unsupported hardstatus related terminal capabilities for the
...
'xterm' entry.
PR: misc/12209
Submitted by: Christian Weisgerber
1999-11-16 11:01:19 +00:00
Alexey Zelkin
474fc32b33
* remove i386 specific mark
...
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
Alexey Zelkin
26a4cb66b9
Deactivate manpages repo-copied to man4 directory (all these drivers
...
not i386 specific anymore -- move them to appropriate place)
1999-11-15 23:10:44 +00:00
Chris Costello
1f297a8943
Update the ASCII diagram for FreeBSD 3.3
1999-11-15 23:09:34 +00:00
Alexey Zelkin
83984cbd0b
Activate manpages repo-copied from man4.i386.
1999-11-15 23:05:18 +00:00
Marcel Moolenaar
0917704bd4
${MACHINE} -> ${MACHINE_ARCH}
...
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.
Tags added to:
sys/boot/Makefile
sys/boot/arc/loader/Makefile
sys/kern/Makefile
usr.bin/cpp/Makefile
usr.bin/gcore/Makefile
usr.bin/truss/Makefile
usr.bin/gcore/Makefile:
fixed typo: MACHINDE -> MACHINE_ARCH
1999-11-14 13:54:44 +00:00
Eivind Eklund
b04b572b08
Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and
...
VOP_SYMLINK.
1999-11-13 21:00:26 +00:00
Bill Fumerola
d07bc90792
'Dq' -> '.Dq'
1999-11-12 04:03:04 +00:00
Archie Cobbs
71cb548de4
Update to reflect changes in the node type.
1999-11-10 06:17:51 +00:00
Kazutaka YOKOTA
33099659f2
Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.
...
Found by: abial
1999-11-09 12:18:10 +00:00
Alexey Zelkin
4c62f5d13a
Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformat
1999-11-09 00:08:58 +00:00
Kazutaka YOKOTA
7a88382dc3
- Document SC_TWOBUTTON_MOUSE, SC_NORM_ATTR, SC_NORM_REV_ATTR,
...
SC_KERNEL_CONS_ATTR and SC_KERNEL_CONS_REV_ATTR.
Nudged by eivind
1999-11-08 14:16:48 +00:00
Kazutaka YOKOTA
5acf51ea02
- This is the new version of libvgl jointly developed by sos and I.
...
It adds new functions and extend some structures and can handle
VESA modes.
- Update the man page.
- Bump the library version number.
(The old version will be added to compat3x.)
1999-11-08 11:37:46 +00:00
Archie Cobbs
db8cd7ce1f
Update to better reflect reality.
1999-11-08 03:14:58 +00:00
Archie Cobbs
aa5297630e
Add missing documentation for the two control messages supported
...
by this node type.
1999-11-08 03:14:15 +00:00
Archie Cobbs
d1f183b5d8
Add some more clarification.
1999-11-08 03:13:28 +00:00
Julian Elischer
a14a0223ae
Stop nroff from complaining about the freeBSD version..
...
Also some updates to the vjc node man page.
1999-11-07 05:16:27 +00:00
Julian Elischer
41d4aa314c
Bring the man page for netgraph socket nodes up to date.
1999-11-06 21:07:32 +00:00
Chris Costello
a578682870
Fix a typo.
...
PR: docs/14684
1999-11-03 20:41:50 +00:00
Boris Popov
98403914e5
Add examples for a mount_nwfs command.
1999-11-03 12:06:13 +00:00
Joerg Wunsch
93c6e868e8
Move the description of the traditional sleep() form out into the history
...
section, we no longer have it.
Fix mdoc style violations caused by a previous committer.
1999-11-03 10:39:54 +00:00
Nik Clayton
cb3af1531c
Fix a disappearing section due to use of (') in the text. Use the
...
.Sq macro instead.
PR: docs/13153
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1999-11-02 19:58:39 +00:00
Alexey Zelkin
b844b13b6a
Fix file names in .FILES section.
...
Remove reference to obsolete files /us/src/share/tmac/README
1999-11-02 13:47:09 +00:00
Alexey Zelkin
af56842c46
Document .Ox and .Nx macros
1999-11-02 13:27:27 +00:00
Alexey Zelkin
385efa2c25
Document .St macro.
1999-11-02 13:23:56 +00:00
Nicolas Souchu
c0b6742c79
Add alpm smbus lowlevel driver manpage
1999-11-01 22:55:50 +00:00
Greg Lehey
d022814b8f
Add $FreeBSD$
...
Correct the date on which DST begins in Victoria and New South Wales
in the year 2000: as the result of some local function in Sydney, DST
will begin on Sunday, 27 August instead of Sunday, 29 Cotober.
This change had already been made, but the date was incorrectly
specified as (Saturday) 26 August.
Submitted by: Howard Lowndes <lannet@lannet.com.au>
1999-11-01 20:13:05 +00:00
Brian Feldman
4566afd5ac
Remove an excess body lying around.
...
Submitted by: mpp
1999-10-31 04:01:16 +00:00
Brian Feldman
ea14e5c394
This is the much-anticipated ELF manual page! Everyone be sure to
...
thank Jeroen and all who helped bring it about :)
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team
1999-10-30 22:07:11 +00:00
Brian Feldman
3756a2e63a
This is the much-anticipated ELF manual page! Everyone be sure to
...
thank Jeroen and all who helped bring it about :)
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team
1999-10-30 22:00:04 +00:00
Mike Pritchard
a779383359
mdoc style fix.
1999-10-30 20:56:07 +00:00
Mike Pritchard
7f9d26bd9d
Fix some spelling errors.
1999-10-30 20:30:19 +00:00
Alexey Zelkin
9b8ef6b73a
$FreeBSD$ tags moved to bottom of license aggmt.
1999-10-30 16:05:26 +00:00
Alexey Zelkin
fce5ff3017
Remove comments left since mdoc.template time or just useless comments
1999-10-30 15:38:20 +00:00
Alexey Zelkin
e1e5fdf6d4
mdoc(7)'fy
1999-10-30 15:12:25 +00:00
Alexey Zelkin
a169de1e31
mdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1)
1999-10-30 14:15:49 +00:00
Alexey Zelkin
466f8f3f33
Fix invalid pathes in FILES section, mdoc(7)'fy
1999-10-30 14:10:31 +00:00
Alexey Zelkin
ba554517e2
Backout previous commit. This change should be applied to -STABLE only.
1999-10-30 13:22:00 +00:00
Alexey Zelkin
0e83ca8d54
add MLINKS: bpf.4 -> bpfilter.4
1999-10-30 13:17:58 +00:00
Poul-Henning Kamp
02c58685a4
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
...
"rw" argument, rather than hijacking B_{READ|WRITE}.
Fix two bugs (physio & cam) resulting by the confusion caused by this.
Submitted by: Tor.Egge@fast.no
Reviewed by: alc, ken (partly)
1999-10-30 06:32:05 +00:00
Archie Cobbs
10c2a9dbbd
Revamped and more useful PPP node type, supporting multi-link PPP directly.
1999-10-29 22:30:26 +00:00
Julian Elischer
235d5c76dc
Slight touchups noticed after checkin.
1999-10-29 06:00:11 +00:00
Julian Elischer
0332e30b19
Add a man page for the pppoe node. Includes sample code.
1999-10-29 05:56:00 +00:00
Matthew Dillon
4111d344ce
make.conf is being made to conform to the /etc/defaults/ standard that
...
was settled on a few months ago.
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-27 19:24:49 +00:00
David E. O'Brien
94af69baa9
I really didn't want to maintain this.
...
(so *that's* why the Makefile looked rather strange)
1999-10-27 09:02:49 +00:00
Matthew N. Dodd
39696c1c3e
Modify the man page for the 'ep' driver to be somewhat consistent with
...
the recent changes.
1999-10-27 06:39:26 +00:00
David E. O'Brien
375f0ab687
Adopt ports I care about.
1999-10-26 07:51:24 +00:00
Julian Elischer
b58a8a3b1d
Now that Netgraph is in the system there are some cleanups we can do.
...
Also save a slightly closer to completion version of the PPPOE code.
Submitted by: Archie Cobbs <archie@freebsd.org>
1999-10-23 04:28:11 +00:00
Julian Elischer
4cf49a4355
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org )
Obtained from: Whistle CVS tree
1999-10-21 09:06:11 +00:00
Chris Costello
0a20dd7b86
Fix a few typos (capitalization and punctuation).
...
PR: docs/14407
Submitted by: grog
1999-10-18 22:40:13 +00:00
Andrey A. Chernov
aa07da0cb3
Add ua.koi8-u.kbd
...
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-10-18 22:17:08 +00:00
Andrey A. Chernov
f82f4705a2
Add uk_UA.KOI8-U
...
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-10-18 22:04:06 +00:00
Andrey A. Chernov
6ebda9ce71
Add uk_UA.KOI8-U
...
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-10-18 21:57:33 +00:00
Andrey A. Chernov
d3579613e2
add uk_UA.KOI8-U
...
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-10-18 21:49:02 +00:00
Andrey A. Chernov
d254842ad2
Add colldef
1999-10-18 13:57:10 +00:00
Andrey A. Chernov
bbe2c48965
Add 8859-5, remove BUILD_TOOLS ifdef
1999-10-18 13:54:51 +00:00
Andrey A. Chernov
8354533396
Move sources one directory up
1999-10-18 13:39:50 +00:00
Andrey A. Chernov
8b5335543a
add mklocale
1999-10-17 13:42:03 +00:00
Andrey A. Chernov
97b80e70e6
restore 8859-5, remove BUILD_TOOLS define
1999-10-17 11:00:45 +00:00
John Hay
63bf54263a
Note that we support the PCI version of the Digi SYNC/570i cards.
1999-10-17 09:43:51 +00:00
Jordan K. Hubbard
5c4dffb899
sync with earlier change removing broken locale.
1999-10-16 12:49:33 +00:00
Bill Paul
ed8c6514c4
Convert the mx driver to miibus.
...
In order to make this work, I created a pseudo-PHY driver to deal with
Macronix chips that use the built-in NWAY support and symbol mode port.
This is actually all of them, with the exception of the original MX98713
which presents its NWAY support via the MII serial interface.
The mxphy driver actually manipulates the controller registers directly
rather than using the miibus_readreg()/miibus_writereg() bus interface
since there are no MII registers to read. The mx driver itself pretends
that the NWAY interface is a PHY locayed at MII address 31 for the sole
purpose of allowing the mxphy_probe() routine to know when it needs to
attach to a host controller.
1999-10-16 05:24:13 +00:00
Boris Popov
ce0b1244e8
Add libncp to the list of known libraries.
1999-10-15 08:54:09 +00:00
Mike Smith
caa4ea97c1
Document the use of pseudo_AF_HDRCMPLT with BPF.
1999-10-15 05:07:26 +00:00
Jordan K. Hubbard
0fe2cc8ec8
Remove one of the locales which is currently breaking the build.
1999-10-14 19:20:01 +00:00
Chris Piazza
20d8fa6f36
Revert previous change, I misread it as an if( when it really
...
wasn't.
1999-10-10 09:28:14 +00:00
Chris Piazza
133dba33b6
Add the missing ')' in
...
(p = f()) == NULL
1999-10-09 23:12:57 +00:00
Brian Somers
4085cc2dee
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
Sheldon Hearn
9c6fde3cd3
Remove the description of the deprecated savecore_enable option,
...
which is no longer used. Expand the description of the dumpdev
option accordingly.
PR: 14152
Reported by: nrahlstr
1999-10-06 09:20:40 +00:00
Nick Hibma
d7576d81ca
Add comment about the debugging flag
1999-10-05 20:30:21 +00:00
Greg Lehey
85e244dbfa
Bring in line with reality.
1999-10-05 05:33:35 +00:00
Ruslan Ermilov
6589cfd259
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
Brian Somers
20e5b092e0
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
Andrey A. Chernov
eea7efeb2f
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
Andrey A. Chernov
09d2aa2966
ISO8859-5 time definition
1999-10-03 01:41:17 +00:00
Andrey A. Chernov
0c7899d082
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
Andrey A. Chernov
3eefc574c3
ISO8859-5 locale
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 00:56:29 +00:00
Daniel C. Sobral
cec2aa9c05
Update man page to loader.conf(5) days.
1999-10-02 12:49:43 +00:00
Dag-Erling Smørgrav
fff6710f7e
Fix typo.
...
Pointed out by: Kelly Yancey <kbyanc@posi.net>
1999-10-02 10:21:10 +00:00
Mike Pritchard
6740f1c4ef
Correctly escape a macro call in the description of the .D1 macro.
...
Also use the correct macro (.D1, not .Dl) to format the text,
and in the example output.
PR: docs/14051
Submitted by: <andrew@ugh.net.au>
1999-09-30 14:39:22 +00:00
Joseph Koshy
be06a4dfa7
Correct typos and -mdoc usage. Improve clarity of language.
...
PR: docs/140007
(partial)
Submitted by: Adam Wight <adamw@holonet.net>
1999-09-30 09:35:54 +00:00
Matthew Dillon
cc4a02e299
Bring kernel malloc documentation up to date, including the example.
...
PR: docs/10059
1999-09-29 16:49:18 +00:00
Daniel C. Sobral
bce2576f49
Fixes a silly bug that somehow escaped my notice all these months.
1999-09-29 04:46:01 +00:00
Brian Somers
889c1efb8d
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
Bill Paul
c63d3a6678
Update the Starfire driver comments and man page to include the URL of
...
the AIC-6915 Programmer's Manual which I finally found online at Adaptec's
site.
1999-09-26 18:35:30 +00:00
Chris Costello
94b1839d20
Document the make_dev(9) and remove_dev(9) facilities.
...
remove_dev(9) is created as a link to the existing make_dev(9) page.
Reviewed by: phk
1999-09-25 20:12:01 +00:00
John Baldwin
b232a7db96
Update the dictionary to contain all of the words in
...
/usr/share/dict/{eign,web2,propernames}. Most of the additions are
proper names, but the word 'all' is a notable exception.
PR: misc/12285
Reviewed by: bde
1999-09-25 18:35:42 +00:00
Matthew Dillon
87b0140cdf
mdoc style cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:21:21 +00:00
Matthew Dillon
e55373e21c
mdoc cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:11:54 +00:00
Chris Costello
2baad6b54c
Remove a useless new line.
1999-09-25 16:11:09 +00:00
Chris Costello
2da64d5dd7
Document the devtoname(9) kernel interface.
1999-09-25 15:58:33 +00:00
Matthew Dillon
37af288330
More locking clarifications. Add skeleton manual page for VOP_LEASE
1999-09-24 17:11:02 +00:00
Matthew Dillon
fb3fd47611
More synchronization of the VOP documentation to the real world.
1999-09-24 13:58:55 +00:00
Matthew Dillon
bebac989cc
More clarification of locking requirements.
1999-09-24 10:42:45 +00:00
Matthew Dillon
065aee8253
Bring more VOP manual pages up to date in regards to locking
...
requirements.
1999-09-24 10:19:43 +00:00
Matthew Dillon
fe11eb74af
Update errors in documentation for various VOP_ calls. Specifically,
...
describe the correct locking state expected on entry and return.
1999-09-24 07:07:02 +00:00
Alexey Zelkin
0dc03e0114
Add to .Nm devstat_end_transaction_buf().
...
Do some ordering.
Noticed by: ken
1999-09-23 13:31:15 +00:00
Matthew Dillon
2d2409d66d
Bring ccd documentation up to date. Reference vinum, elucidate more
...
on mirroring and interleaving.
1999-09-23 10:04:25 +00:00
Alexey Zelkin
443cf26413
.PB -> .El
...
PR: docs/13283
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 22:23:17 +00:00
Alexey Zelkin
a66435652d
Fix style typo.
...
PR: docs/13134
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 21:51:06 +00:00
Alexey Zelkin
e10bef6e21
mdoc(7)'fy
1999-09-22 21:43:18 +00:00
Poul-Henning Kamp
04a2253821
Document the new free/erase transaction type.
...
Reminded about by: ken
1999-09-22 20:27:21 +00:00
Bill Paul
efee742ecc
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
...
ethernet card (PCI, VIA Rhine II chipset).
1999-09-22 19:46:14 +00:00
Roger Hardiman
0b34bea2ac
Update man page to include the sysclts and kernel options commonly used
1999-09-22 17:36:43 +00:00
Joseph Koshy
5b94fc490c
Describe the 'start_vinum' rc.conf knob.
...
PR: conf/13357
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-09-22 06:26:24 +00:00
Chris Costello
92e13d2a9c
Cross-reference to nca(4) removed: No CAM driver for this device has yet
...
to be written.
1999-09-22 05:29:53 +00:00
Bill Paul
1088f6c7c1
Spruce up the ADMtek driver: conver to newbus, miibus and add support
...
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created
a loadable module.
I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
1999-09-22 05:07:51 +00:00
Chris Costello
0cdbe88198
Remove reference to eg(4) device: it does not exist anymore.
1999-09-22 05:05:16 +00:00
Søren Schmidt
620a20ca28
Update so that only whole blocks are written to disk, the system
...
has dislearned how to handle != blocksize request to the raw/char
device.
1999-09-21 20:05:54 +00:00
Alexey Zelkin
fe27e01fac
Synchronization NAME section with SYNOPSIS.
1999-09-21 19:18:09 +00:00
Alexey Zelkin
d69fea87ec
"tcp_extensions" turns on RFC1323 extensions only.
...
PR: docs/13879
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1999-09-21 18:50:03 +00:00
Matthew Dillon
c35bc469bd
Bring documentation up to date, add a few more vnconfig examples.
1999-09-21 01:03:11 +00:00
Alexey Zelkin
c6d6e7726f
Correct spelling : ascii -> ASCII
...
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
1999-09-20 09:15:23 +00:00
Sheldon Hearn
2e9d38764f
Remove the wait.1 manpage. There is no userland wait(1) utility, and the
...
manpage does not describe the builtin wait command provided by either
of the standard shells. There is already an entry for wait.1 in the
builtins.1 MLINKS list.
1999-09-20 08:45:43 +00:00
Alexey Zelkin
b41a0eb3b3
Add link syscons.4 -> sc.4
...
PR: docs/13289
1999-09-19 18:15:16 +00:00
Matthew Dillon
ad27d06632
Minor cleanups
...
Reviewed by: Matthew Dillon <dillon@backplane.com>
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-09-19 05:30:12 +00:00
Poul-Henning Kamp
bd9e52dcc4
document devstat_end_transaction_buf()
1999-09-18 21:31:19 +00:00
Matthew Dillon
d93b26d657
Bring security page uptodate, add more references, clarify some of
...
the comments, etc.
1999-09-18 18:21:38 +00:00
Brian Somers
848f4ae4fb
Suggest using just finrst in the dial filter, and not syn.
...
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
1999-09-16 18:52:46 +00:00
Jose M. Alcaide
52a57daa0d
Add spanish support, fixing my own PR.
...
PR: i386/10595
Submitted by: Jose M. Alcaide (jose@we.lc.ehu.es )
1999-09-16 10:46:32 +00:00
Alexey Zelkin
9c800c95af
mdoc(7)'fy.
...
Pointed out by: ru
1999-09-15 18:50:39 +00:00
Peter Wemm
77dec3a0c7
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
Alexey Zelkin
7dde7bbd34
rc.conf -> /etc/motd
...
PR: docs/13748
1999-09-14 15:56:58 +00:00
Sheldon Hearn
e6d3cf2648
Correct some hard sentence breaks. Only those surrounding the previous
...
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.
Reported by: bde
1999-09-14 11:46:04 +00:00
Ruslan Ermilov
c931dae17f
Adjust descriptions for if_up() and if_down().
...
Reviewed by: wollman
1999-09-14 01:05:40 +00:00
Ruslan Ermilov
646bae6082
- Describe all available message headers.
...
- Sync structures/constants with sources.
- Fix multiple typos.
Reviewed by: wollman
1999-09-14 00:26:11 +00:00
Alexey Zelkin
8b3038f872
Document .Ta macro.
...
Requested by: ru
Ok'ed by: mpp
1999-09-13 18:58:53 +00:00
Alexey Zelkin
19df0a6144
Fix typo: vi(8) -> vi(1)
...
Noticed by: ru
1999-09-13 18:38:53 +00:00
Alexey Zelkin
61f06d829c
Document .Ox and .Nx macros.
...
Reviewed by: mpp
1999-09-13 17:33:16 +00:00
Alexey Zelkin
a7299f79f8
Update to current state of filesystems layout (almost complete)
...
Stylize
PR: docs/13229
Reviewed by: mpp
1999-09-13 17:20:58 +00:00
Dag-Erling Smørgrav
c7ed8409ad
Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,
...
icmp_drop_redirect and icmp_log_redirect.
1999-09-13 09:18:31 +00:00
Doug Rabson
57129f42d5
Add new manpage device_set_flags.9 and add links for
...
device_set_desc_copy.9 and device_get_flags.9.
1999-09-12 16:01:11 +00:00
Dmitrij Tejblum
91169b79b6
Add "alternative" forms of full month names.
1999-09-11 22:14:18 +00:00
Alfred Perlstein
2f42dfd0a2
vnode -> mountpoint
...
reference vfs_check_export
change license to my own, (ok'd by dfr) and remove advert clause.
remove extra Id tags and emacs cruft, this should be a fresh file.
1999-09-11 21:00:03 +00:00
Andrey A. Chernov
19076007f1
Describe man_locales
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 19:03:45 +00:00
Chris Costello
7ad5ee3757
Add a link for uiomove.9 to uio.9
1999-09-11 15:39:31 +00:00
Bruce Evans
ea14abdc6c
Fixed breakage of intro.1 -> introduction.1 link and minor disordering in
...
previous commit.
1999-09-11 04:59:47 +00:00
Alfred Perlstein
fb6d83aa60
Document VFS changes:
...
VFS_CHECKEXP.9, now used to check export credentials
VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done.
VFS.9, inform people of the vfs_std* functions available to avoid
ugly casts to eopnotsup and making of dummy functions to return 0.
1999-09-11 00:57:20 +00:00
Sheldon Hearn
c644db6aa2
Improve shell documentation:
...
* Consistently misspell built-in as builtin.
* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).
* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.
* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.
* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.
* Undo English contractions.
Reviewed by: mpp, rgrimes
1999-09-08 15:40:46 +00:00
Brian Somers
28eb42e11f
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
Brian Somers
73cf919a66
alias -> nat
1999-09-07 07:56:54 +00:00
Nick Hibma
fe3cac87c1
1) s/mod(un)?load/kld$1load/
...
2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables
(KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the
Makefile of the ATAPI module
3) textual fixups
1999-09-06 20:11:59 +00:00
Doug Rabson
b99b8460af
Add device_set_desc_copy(9).
1999-09-06 15:13:09 +00:00
Bill Paul
e5a9fd5435
This commit adds driver support for PCI fast ethernet NICs based on
...
the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation
XPressNet. Datasheet is available from www.davicom8.com.
The DM910x chips are still more tulip clones. The API is reproduced
pretty faithfully, unfortunately the performance is pretty bad. The
transmitter seems to have a lot of problems DMAing multi-fragment
packets. The only way to make it work reliably is to coalesce transmitted
packets into a single contiguous buffer. The Linux driver (written by
Davicom) actually does something similar to this. I can't recomment this
NIC as anything more than a "connectivity solution."
This driver uses newbus and miibus and is supported on both i386
and alpha platforms.
1999-09-06 06:14:30 +00:00
Bill Paul
9555e59a1e
This commit adds driver support for the Silicon Integrated Systems
...
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.
This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.
1999-09-05 21:01:03 +00:00
Peter Wemm
70efa284c0
$Revision$,$Date$ -> $FreeBSD$
1999-09-05 19:11:41 +00:00
Poul-Henning Kamp
05b4ca773e
add missing :
1999-09-05 14:57:24 +00:00
Alexey Zelkin
f6f8f44dac
mdoc(7) style fixes:
...
.Bx Free -> .Fx
Cross references to ports splited into different subsection
PR: 13256
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-04 14:55:22 +00:00
Alexey Zelkin
51c4d2954f
Mark some "i386 only" stuff as "i386 only"
...
PR: docs/13227
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-04 12:56:28 +00:00
Alexey Zelkin
0d28dd1dc5
Replace stale references to device_add_child_after(9) with
...
device_child_add_ordered(9)
PR: 13210
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
Forgotten by: dfr
1999-09-04 12:37:21 +00:00
Mark Murray
37103b14af
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
Sheldon Hearn
f808774cff
Update the instructions for setting up audio symlinks, now that MAKEDEV
...
DTRT (well, it's been doing it since rev 1.97).
1999-09-03 15:11:43 +00:00
Chris Costello
d4be94a1f8
Change NetBSD' in the description to
FreeBSD' in the sentence,
...
"NetBSD provides machine-independent bus support and drivers for USB
devices."
1999-09-03 13:47:58 +00:00
Alexey Zelkin
f88310c35c
Link man4/i386/alpm.4 to man4/
...
That will make this page visible for whatis/catman
PR: docs/13226
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-03 13:31:40 +00:00
David E. O'Brien
4f2571dd77
MFS: tweak my wording a little.
1999-09-02 18:10:40 +00:00
David E. O'Brien
6a37402ef6
- Don't use contractions
...
- discuss the setting of hostname in the face of DHCP
Submitted by: John Baldwin <jobaldwi@vt.edu> (DHCP part)
1999-09-02 05:12:03 +00:00
John Polstra
ad49df8e02
Add ports-irc, ports-java, and ports-x11-servers. For some reason
...
these made it into the RELENG_3 branch but not into -current.
1999-08-31 18:06:53 +00:00
John Polstra
b2e5ee7600
Adjust the examples to reflect the new "src-sys-crypto" collection.
...
Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository. People fetching the repository might want them.
1999-08-31 17:26:21 +00:00
Mike Pritchard
7dc5a4da76
Add $FreeBSD$ lines to these example man pages, along with a note
...
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.
1999-08-28 23:32:12 +00:00
Mike Pritchard
49364d3cb3
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:23:38 +00:00
Mike Pritchard
8b8f358eed
Some minor mdoc style cleanup.
1999-08-28 22:11:17 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Joerg Wunsch
0d87948161
. mention the existence of various flags in the synopsis, so it's more
...
obvious to the casual reader
. add flag 0x80 description
1999-08-26 13:41:43 +00:00
Mitsuru IWASAKI
be2a6b0b43
Document apmd stuff.
1999-08-25 15:13:24 +00:00
Sheldon Hearn
e530514d58
Correct xref: setlocal -> setlocale(3).
...
PR: 13321
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-23 12:55:19 +00:00
Chris Costello
bfd80317d4
Remove cross-reference to removed man page od.4
...
sd(4) reference was also removed in the sentence:
"In general the interfaces are similar to
those described by wd(4) sd(4) and od(4)."
1999-08-22 23:52:01 +00:00
Chris Costello
9401c3d753
Remove od.4 -- Kenneth Merry writes:
...
It's not supported any more. It was never ported to CAM, and that
functionality has been taken over by the da driver. So the man page can be
removed.
Reviewed by: ken
1999-08-22 23:40:41 +00:00
Brian Somers
cdd53d9ce9
ppp_alias -> ppp_nat
...
Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
1999-08-22 23:26:05 +00:00
Brian Somers
ff3bb91ab4
Decrease the isdn recovery time to 1 second and mention that it
...
should always be less than ppps redial timeout.
1999-08-22 23:18:42 +00:00
Tim Vanderhoek
a77a29a661
The vty monster has feasted and now provides 8 vtys by default.
...
PR: docs/13310 (Maxim Soboleva <sobomax@altavista.ne>)
1999-08-22 19:09:19 +00:00
Dmitrij Tejblum
df95264df9
Put full month names in another form ("genitive case"), the only form
...
suitable for printing dates (like in strftime(... "%e %B %Y" ...)).
1999-08-22 16:12:13 +00:00
Kazutaka YOKOTA
a676a98301
Revise description on moused options:
...
- Clearly distinguish PS/2, bus, and serial protocols.
- Explicitly state that serial mouse protocols don't work with
the PS/2 and bus mice.
1999-08-22 06:12:58 +00:00
Bill Paul
23e4757cd7
This commit adds device driver support for the Sundance Technologies ST201
...
PCI fast ethernet controller. Currently, the only card I know that uses
this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the
only cards I have are samples sent to me by D-Link.)
This driver is the first to make use of the miibus code once I'm sure
it all works together nicely, I'll start converting the other drivers.
The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design
only with its own register layout. Support is provided for ifmedia,
hardware multicast filtering, bridging and promiscuous mode.
1999-08-21 18:34:58 +00:00
Tim Vanderhoek
d3936aa36e
The "depends-list" target disappeared in r.1.300 (Dec. 12, 1998) of
...
bsd.port.mk. Replace its occurrence in this file with a synonym.
PR: docs/13255
1999-08-21 17:22:29 +00:00
Chris Costello
2a67fa4383
Remove superfluous `preserve' entry.
...
PR: docs/13279
1999-08-21 04:43:59 +00:00
Chris Costello
f227cbfb22
Fix spelling error: compliment -> complement
1999-08-21 04:37:39 +00:00
Ralf S. Engelschall
49b1e06a15
Fix EINVAL related descriptions.
1999-08-20 07:00:22 +00:00
Geoff Rehmet
45a033b14f
Update blackhole(4)
1999-08-20 05:47:05 +00:00
Kenneth D. Merry
3ece1bd296
Fix short timeout problems with the pt(4) driver:
...
- increase the default timeout from 10 seconds to 60 seconds
- add a new kernel option, SCSI_PT_DEFAULT_TIMEOUT, that lets users specify
the default timeout for the pt driver to use
- add two new ioctls, one to get the timeout for a given pt device, the
other to set the timeout for a given pt device. The idea is that
userland applications using the device can set the timeout to suit their
purposes. The ioctls are defined in a new header file, sys/ptio.h
PR: 10266
Reviewed by: gibbs, joerg
1999-08-20 03:48:11 +00:00
Mike Pritchard
066512998e
Document some common ENVIRONMENT variables.
...
PR: docs/13233
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-18 19:53:04 +00:00
Geoff Rehmet
1e95670ae6
Document sysctl MIBs under net.inet.udp
1999-08-18 07:04:42 +00:00
Chris Costello
f437b38cf7
Fix a bunch of broken cross-references
1999-08-18 05:55:22 +00:00
Brian Somers
14bbfc5ddc
Add a second arg to ``set timeout'' as an example of a minimum idle
...
period.
1999-08-17 19:23:49 +00:00
Brian Somers
be76e834d7
Use ``set openmode passive'' in the ssh VPN example
1999-08-17 15:00:15 +00:00
Geoff Rehmet
e760dabd67
Document a whole truckload of sysctl MIBs under net.inet.tcp,
...
including tcp.blackhole, tcp.log_in_vain and others.
1999-08-17 14:54:26 +00:00
Geoff Rehmet
849d3459bf
Add man page for black hole sysctl MIBs.
...
references to follow.
1999-08-17 13:46:38 +00:00
Kazutaka YOKOTA
59b271160a
Mention Interlink VersaPad support.
1999-08-17 12:14:41 +00:00
Justin T. Gibbs
8760939718
Add a cleanup handler called "atexit" to make sure we free up target
...
mode instances.
Print out exception information passed out from the kernel target mode
driver to this userland daemon.
1999-08-16 22:52:17 +00:00
Chris Costello
340b8cda25
Bad ref time(2) changed to time(3)
1999-08-16 22:11:19 +00:00