ben
6fe7969777
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
ru
a8609c073f
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
ru
0a221c5a50
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
dmlb
4c886876c0
Add manual for ray driver.
...
Reviewed by: ru
2001-01-11 22:38:10 +00:00
ru
0ae3d329ee
Fixed mdoc(7)NG warnings introduced in the previous revision.
2001-01-09 15:20:58 +00:00
julian
ff86256bf7
Part 2 of the netgraph rewrite.
...
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
2001-01-08 05:34:06 +00:00
julian
f0c46a9d00
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
sobomax
3cd6a133d3
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
ben
87a2343bbe
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
ben
70057689c9
Remove comma after final .Nm entry before .Nd
2000-12-30 18:58:15 +00:00
ben
59b8a3e902
Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.
2000-12-30 18:54:35 +00:00
ru
8ba4187688
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
phk
db19e4509b
CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.
...
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
2000-12-29 09:55:40 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
ben
0f7bbc08d0
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
ben
8ea0341013
Add some text saying that this page may occasionally be out of date with the
...
real make.conf.
2000-12-29 01:54:39 +00:00
ru
c75062e22b
Mdoc(7)ify.
2000-12-28 16:18:43 +00:00
des
4b9504e071
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
bmilekic
7614d31157
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
julian
0c949560a1
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
jhb
656396e81a
Catch up to the changes to the kthread API.
2000-12-15 20:39:35 +00:00
ru
e5a37f2e6f
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
ru
51b13b77a8
mdoc(7) police: removed duplicate .Os calls.
2000-12-14 12:40:48 +00:00
ru
c23c39b3a4
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
sheldonh
9cf63b7743
Grammar fix.
2000-12-14 09:36:49 +00:00
ru
e3880f5f55
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
2000-12-14 08:55:32 +00:00
jhb
5c076dd607
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
des
1575d4ecd7
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +00:00
assar
d04bc13c87
document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEAD
2000-12-13 13:40:42 +00:00
julian
2d1192e612
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
ru
9e9fbcba54
mdoc(7) police: Add a missing .Os.
2000-12-12 15:38:44 +00:00
archie
036bc5984a
Document /usr/include/isc.
...
Noticed by: ru
2000-12-12 05:19:10 +00:00
ru
ee79097019
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
ru
c3f185f682
Document /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 13:41:57 +00:00
jhb
3e12cdd636
Fix some nits in the globs used to describe the various sets of atomic
...
operations.
Submitted by: jake, jasone
2000-12-08 22:10:28 +00:00
archie
83ea67fe27
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
marcel
2f10d8e43e
Add Linuxulator manpage. Derived from i386 version.
2000-12-08 02:52:26 +00:00
marcel
2c65c94e0b
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
sheldonh
eb857c8b2f
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
nik
44e0a7703c
Add make.conf(5).
2000-11-30 12:10:18 +00:00
nik
462a106e09
Typo police.
2000-11-29 14:27:20 +00:00
sheldonh
f3c153e463
Looks like my last round of suggestions didn't make it in. Fix invalid
...
cross-references.
2000-11-29 10:29:28 +00:00
newton
9d9f60da2d
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
newton
ae6f14bdd3
Introduce svr4(4) and streams(4).
...
Reviewed by: sheldonh
2000-11-29 09:50:11 +00:00
sheldonh
f7433a8d1a
Fix invalid comments.
2000-11-27 14:28:35 +00:00
dannyboy
39eefb2f5b
compatability -> compatibility
...
PR: 23112
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:43:15 +00:00
asmodai
3b66620c2d
Document EI_OSABI and EI_ABIVERSION.
...
Requested by: obrien
2000-11-24 10:42:21 +00:00
ben
bef994a037
Mention mergemaster(8).
...
Submitted by: obrien
2000-11-24 10:22:08 +00:00
dcs
1d6df45810
Add a brief warning about devclass and multiple device driver attachments.
2000-11-23 17:19:54 +00:00
ben
fd757c350a
Use a more generic name for the compiler cross-reference. (cc instead of
...
gcc.)
Suggested by: sheldonh (not sholdonh)
2000-11-23 14:44:45 +00:00