Julian Elischer
069154d55f
Rewrite of netgraph to start getting ready for SMP.
...
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
2001-01-06 00:46:47 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Ruslan Ermilov
1f4335a6c5
Mdoc(7)ify.
2000-12-28 16:18:43 +00:00
Julian Elischer
589f6ed8ce
Divorce the kernel binary ABI version number from the message
...
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
2000-12-18 20:03:32 +00:00
Ruslan Ermilov
88544700ca
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
Ruslan Ermilov
ed40311694
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
Assar Westerlund
9a6f618efe
document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEAD
2000-12-13 13:40:42 +00:00
Julian Elischer
859a4d166c
Reviewed by: Archie@freebsd.org
...
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
2000-12-12 18:52:14 +00:00
Ruslan Ermilov
965061ea67
mdoc(7) police: Add a missing .Os.
2000-12-12 15:38:44 +00:00
Ruslan Ermilov
d7b336c076
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
Archie Cobbs
894fbb6682
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
Marcel Moolenaar
d50575082a
Add Linuxulator manpage. Derived from i386 version.
2000-12-08 02:52:26 +00:00
Marcel Moolenaar
f9e5924cbe
The osfulator can be compiled-in now:
...
o add kernel option to the synopsis.
o remove "only as module" from bugs.
Reviewed by: sheldonh
2000-12-08 02:49:01 +00:00
Sheldon Hearn
27b7ba4bb1
Fix bogon in previous commit, whereby the contents of SUBDIR were lost
...
in the assignment of man4.alpha!
This prevented the man4.i386 pages from being installed.
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2000-12-06 08:45:03 +00:00
Sheldon Hearn
bbb6bd4e0e
Looks like my last round of suggestions didn't make it in. Fix invalid
...
cross-references.
2000-11-29 10:29:28 +00:00
Mark Newton
4657706b8a
Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this should
...
have happened with the last commit).
2000-11-29 09:53:22 +00:00
Mark Newton
0553a1b07b
Introduce svr4(4) and streams(4).
...
Reviewed by: sheldonh
2000-11-29 09:50:11 +00:00
Sheldon Hearn
e2d7360d81
Fix invalid comments.
2000-11-27 14:28:35 +00:00
Daniel Harris
b13034ed0f
compatability -> compatibility
...
PR: 23112
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:43:15 +00:00
Alexey Zelkin
fd3e41837b
remove bogus Xref to lsdev(8)
...
PR: docs/13218
2000-11-22 17:57:44 +00:00
Ruslan Ermilov
b92a189eb9
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
Ruslan Ermilov
68161b6b7d
mdoc(7) police: fixed typo.
2000-11-22 13:49:11 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
4b66483fd8
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
Sheldon Hearn
1692a4f147
Fix problems introduced in rev 1.18:
...
* Broken (sectionless) cross-reference to nsswitch.conf.
* Trailing whitespace.
2000-11-20 15:56:22 +00:00
Sheldon Hearn
54c7f1620a
Connect the new man4.alpha to the build.
2000-11-20 13:16:44 +00:00
Sheldon Hearn
1b2da3b0e4
Document the osf1 module.
...
Submitted by: gallatin
2000-11-20 12:59:08 +00:00
Sheldon Hearn
5cd66fd5a0
Fix broken cross-reference to linprocfs(5).
2000-11-20 12:49:11 +00:00
Ben Smithurst
aabbf63eef
Fix typo; s/demon/daemon/
...
PR: 22955, 22956
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-20 10:15:38 +00:00
Ben Smithurst
f414612af0
Fix typos.
...
PR: 22922
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:18:34 +00:00
Ruslan Ermilov
218d216271
mdoc(7) police: eliminate warnings.
2000-11-17 15:40:57 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ben Smithurst
d5c58b9b78
fix typo; compliment -> complement.
...
PR: 22840
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-16 12:19:19 +00:00
Ben Smithurst
3e8a697e32
remove trailing fullstop from SEE ALSO.
...
Reviewed by: grog
2000-11-16 11:42:11 +00:00
Archie Cobbs
6e8d625628
New netgraph node type ng_one2many(4).
2000-11-16 05:58:33 +00:00
Archie Cobbs
c3427a5cc8
Add ichsmb.4 to the list.
2000-11-16 03:43:56 +00:00
Ben Smithurst
6fe89339b9
remove fullstops from the end of .Xr lines in SEE ALSO sections.
2000-11-15 16:00:07 +00:00
Ruslan Ermilov
192d7a5f22
Spell the author's name correctly.
2000-11-14 13:43:43 +00:00
Ruslan Ermilov
b82f5db0ac
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
Ruslan Ermilov
8e8536e1c2
Spell the sos's name correctly.
2000-11-14 13:09:12 +00:00
Ruslan Ermilov
b5c508fba3
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
Ben Smithurst
cffeda3ce2
fix a typo; abso -> also
...
PR: 22806
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-13 20:36:06 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Archie Cobbs
3918c80b80
Now almost all Ethernet drivers support bridging.
...
Noticed by: gallatin
2000-11-10 16:58:13 +00:00
Jeroen Ruigrok van der Werven
b2a80a67da
Document that the 3c905C-TX is supported aside from Dell equipment.
2000-11-10 15:35:37 +00:00
Warner Losh
322040325e
Add sn to files to install
2000-11-08 06:32:40 +00:00
Warner Losh
c1ecac83cc
simple sn man page, since we're missing one right now
2000-11-08 06:30:55 +00:00
Ruslan Ermilov
888bb0ddd2
Fixed typo: .ar -> .Ar
2000-11-06 15:18:56 +00:00
Ruslan Ermilov
a9a88e5db1
-mdoc cleanup: replace custom .ES/.EE macros with literal display.
2000-11-06 12:37:45 +00:00
Ruslan Ermilov
97781a0aa9
Fixed typo: .PB -> .El
2000-11-06 12:19:35 +00:00