John Baldwin
ea84acd6ad
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
Dag-Erling Smørgrav
863edaec4d
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +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
Archie Cobbs
e449cfc4c7
Document /usr/include/isc.
...
Noticed by: ru
2000-12-12 05:19:10 +00:00
Ruslan Ermilov
d7b336c076
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
Ruslan Ermilov
d41608a89c
Document /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 13:41:57 +00:00
Dag-Erling Smørgrav
7892746ed4
Add a reference to the fetch(3) man page.
2000-12-10 13:24:41 +00:00
Bruce Evans
247ff8f1e5
Actually install pci_vendors.
2000-12-10 08:06:36 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
John Baldwin
baeb94c70d
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 Cobbs
894fbb6682
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
Jason Evans
aabafca098
Do not check for existence of ${_dir}/kern/ , because for modules that set
...
.PATH to ${.CURDIR}/[...]/kern , the "exists" expression will fail for the
form exists(${.CURDIR}/[...]/kern/). This appears to be happening because
make is searching for the argument to "exists" by using .PATH rather than a
relative search, because .PATH and the argument match at the beginning.
Additionally, make appears to consider a path that starts with ${.CURDIR}
as relative, even though it expands to an absolute path.
The reason that most people aren't seeing this problem is that the absolute
paths of /usr/src/sys and /sys are also searched, so as long as the kernel
source can be found in at least one of those places, no problems surface.
This problem was inadvertently introduced on 1 December 2000, with the
addition of the sysvipc modules.
2000-12-08 20:36:32 +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
Mike Smith
a20970a608
Add a PCI vendor/device database, used by pciconf (and available for use
...
by other tools as well).
Note that omissions and corrections for this file should be resolved
via http://www.yourvote.com/pci , as this is the master source for this
database, rather than by editing this file directly.
2000-12-07 10:56:29 +00:00
Ruslan Ermilov
4c5804ea54
Install the stock (as supplied by groff(1) distribution) tmac.an
...
and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have
been modified to call groff(1) with -mandoc argument.
2000-12-06 17:02:33 +00:00
Ruslan Ermilov
f6d2f1c200
Groff 1.16.1 implements .psbb request internally in troff(1)
...
rather than as a macro using the .sy request, so we may drop
the unsafe (-U) mode.
2000-12-06 11:56:34 +00:00
Ruslan Ermilov
ad051d3564
These groff(1) documents require sed(1) parsing.
2000-12-06 10:32:40 +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
Ruslan Ermilov
fe409e49d0
groff does not use MANDEPEND anymore.
2000-12-05 19:56:50 +00:00
Tatsumi Hosokawa
b7f97db312
Added termcap entry for multilingual sysinstall
2000-12-04 06:09:04 +00:00
Ruslan Ermilov
a3a04c4787
This page requires tbl(1).
2000-12-01 13:51:33 +00:00
Brian Somers
81bb1040b1
Add more comments, fix a typo, mention how to do PPPoUDP using encryption
...
to create a VPN.
2000-12-01 11:52:22 +00:00
Ruslan Ermilov
6e982e07ec
Eliminate a few more groff(1) warnings.
2000-12-01 11:33:55 +00:00
Brian Somers
88cd46c4d3
Get rid of that damned ``i4b-L4-i4b_l4_setup_timeout: 975625189: ERROR:
...
idletime[900]+earlyhup[5] > unitlength[60]!'' message.
2000-11-30 23:08:36 +00:00
Brian Somers
9f361a4b13
Add some comments and $FreeBSD$
2000-11-30 22:24:51 +00:00
Brian Somers
35ccfc58d8
Update some misleading comments, empty ``set logout'', and add a
...
comment describing how to take advantage of telcos that give
free phone calls at certain times.
2000-11-30 22:22:09 +00:00
Ruslan Ermilov
e232ab3921
Eliminate groff(1) warnings.
2000-11-30 18:39:57 +00:00
Ruslan Ermilov
52415bd99c
Eliminate groff(1) warnings.
2000-11-30 17:06:28 +00:00
Ruslan Ermilov
79c8781d5e
Backout rev 1.2 (this paper is in me(7) not in ms(7) format),
...
eliminate remaining groff(1) warnings.
2000-11-30 13:07:14 +00:00
Nik Clayton
3cfa3ff7a1
Add make.conf(5).
2000-11-30 12:10:18 +00:00
Gregory Neil Shapiro
b6f094a043
Add commentary about shared SASL files versus sendmail compilation.
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2000-11-30 05:34:53 +00:00
Nik Clayton
8786063f1f
Typo police.
2000-11-29 14:27:20 +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
Ruslan Ermilov
a953ed108b
Eliminate groff(1) warnings.
2000-11-29 08:51:24 +00:00
Ruslan Ermilov
7a96412797
Eliminate `number register
.U' not defined'' groff(1) warnings.
2000-11-29 08:36:36 +00:00
Ruslan Ermilov
f6f31d8a89
Eliminate groff(1) warnings.
2000-11-28 19:26:53 +00:00
Ruslan Ermilov
68bd193f97
Eliminate groff(1) warnings, unbind from tbl(1).
2000-11-28 11:32:03 +00:00
Ruslan Ermilov
60ba35af7c
${GRIND} implies -f.
2000-11-28 11:18:02 +00:00
Ruslan Ermilov
77a0943ded
Eliminate groff(1) warnings.
2000-11-27 18:16:24 +00:00
Ruslan Ermilov
ea3d0ab695
Eliminate groff(1) warnings.
2000-11-27 18:00:51 +00:00
Jeroen Ruigrok van der Werven
b61c02a706
Correct some more dates and fix the order based on those dates.
...
Also add some forgotten point releases.
2000-11-27 17:03:04 +00:00
Jeroen Ruigrok van der Werven
3c8b8b84b9
NetBSD 1.4.3 is released.
...
Detail some FreeBSD release dates.
OpenBSD 2.8 will be released 1 Dec 2000.
Some grammar and typo fixes.
2000-11-27 16:35:21 +00:00
Sheldon Hearn
e2d7360d81
Fix invalid comments.
2000-11-27 14:28:35 +00:00
Ruslan Ermilov
530cc0fcff
Use groff(1) versions of these documents.
2000-11-27 09:23:27 +00:00
Ruslan Ermilov
09d07d748c
Eliminate groff(1) warnings: unbreak refer(1)ences.
2000-11-27 07:55:08 +00:00