jraynard
0db69331c5
Typo fixes
1998-05-03 22:59:47 +00:00
steve
c835de3f06
Typo and grammer fixes.
...
PR: 6482
Submitted by: Allen Campbell <allenc@verinet.com>
1998-05-03 17:57:39 +00:00
andreas
e4bced7382
Fixes incorrect company and product names in uha(4) manpage and
...
LINT config file. Should be merged to -STABLE as well.
PR: closes 6447
Submitted by: Steven Plite splite@purdue.edu
1998-04-29 17:09:41 +00:00
brian
116081d5f2
Add natd support.
...
PR: 6339
Submitted by: cdillon@wolves.k12.mo.us
1998-04-18 10:27:19 +00:00
jb
ab575a6efe
Add a reference to the gcc linker option -pthread that is part of
...
the FreeBSD configuration LIB_SPEC.
1998-04-10 09:33:09 +00:00
sos
0fd7f986bb
Add the LBA addressing flag.
1998-04-09 22:31:47 +00:00
jb
a6ff3fe2e9
This function compiles with the standard, so say so.
1998-04-03 09:12:19 +00:00
jb
449d1d74af
This function compiles with the standard, so say so.
...
Add a note about not touching errno and warn about previous drafts
of the standard which changed the level of indirection to the thread
argument. POSIX had a bit of trouble deciding what to do. So anyone
coding to both draft 4 and draft 10 (the final draft) will get burnt
by this function. I did. Grrr.
1998-04-03 09:11:15 +00:00
jmz
2a67e29c69
Document the WORMIOCFIRSTWRITABLEADDR ioctl.
1998-03-31 01:55:11 +00:00
dufault
8ed0defc6e
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
...
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:
Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;
Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;
Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;
Add options to LINT;
Minor fixes to P1003_1B code during testing.
1998-03-28 11:51:01 +00:00
peter
4c78c6be81
Updates for the new si driver.
...
Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
1998-03-23 20:24:31 +00:00
bde
ad583a7187
Fixed a function arg type in the synopsis.
1998-03-23 13:07:17 +00:00
charnier
1ccad14adc
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
...
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
jkh
181b9496fd
Add man page for the bktr driver.
...
PR: 5954
Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
1998-03-09 10:56:22 +00:00
jkh
dc96ced4d9
Document rarpd flags.
1998-03-09 08:50:59 +00:00
jkh
f2ffce9385
Typo fixes.
...
PR: 5951
Submitted by: Doug <Studded@dal.net>
1998-03-09 02:21:17 +00:00
dufault
d3dd91fcbc
Reviewed by: bde
...
Changes to support building with _POSIX_SOURCE set to 199309L:
1. Add sys/_posix.h to handle those preprocessor defs that POSIX
says have effects when defined before including any header files;
2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE
3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now
defined in POSIX. These show up when:
_POSIX_SOURCE and _POSIX_C_SOURCE are not set or
_POSIX_C_SOURCE is set >= 199309L
and vanish when:
_POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L.
4. Explain these in man 9 posix4;
5. Include _posix.h and conditionalize on new feature test.
1998-03-08 17:25:38 +00:00
jkh
d90fc7eec4
Documented moused flags.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1998-03-07 09:04:24 +00:00
dufault
e28788f2a4
Reviewed by: msmith, bde long ago
...
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
phk
c5228af8cf
Make it possible to indicate that we don't care about the remote
...
sides IP address, as long as it isn't 0.0.0.0
1998-02-28 21:01:09 +00:00
jraynard
e34d61643b
Fix a few typos.
1998-02-28 15:37:25 +00:00
jraynard
c8c52f6eb7
Strings are terminated by NUL, not NULL.
1998-02-28 15:35:22 +00:00
jhay
39634559b5
Update to reflect reality. We do support the WANic 400/405 PCI cards.
...
Fix some typos and clean it up a little.
1998-02-28 07:06:25 +00:00
jkh
d12528aaff
Update man page to reflect reality.
...
PR: 5828
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-02-26 02:44:17 +00:00
jkh
09726f2920
isofs -> cd9660
...
PR: 5849
Submitted by: Benjamin Lewis <bhlewis@gte.net>
1998-02-26 02:17:42 +00:00
bde
fe00dbc3ff
Update to sort of match reality by literally including <sys/dirent.h>
...
instead of a pre-BSD4.4 version of <dirent.h>. The old version had
library goop which is still in <dirent.h>. See reality if you want
real details.
1998-02-24 02:39:00 +00:00
bde
b4cedfe969
Update to match reality again.
1998-02-24 02:19:02 +00:00
jkh
ebd2dc578d
Update docs for new stable-167 driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
hosokawa
4718f96363
Updated my e-mail address.
1998-02-20 07:19:51 +00:00
msmith
2013639267
Remove qcam manpages
...
Submitted by: pst
1998-02-18 13:50:19 +00:00
guido
5bccced64d
Document new variables forward_sourceroute and accept_sourceroute. While
...
we're at it: also document the already existing arpproxy.
1998-02-16 19:25:41 +00:00
hoek
38db9a70a8
Change documentation for `make package' (Thanks (indirectly) O'Brien!).
...
Document `make readmes'. This is getting old, and the intent is to
stop questions regarding it; however, I have a suspicion documenting it
will work counter to ending questions about it and am mentally prepared
to see it go-ooooooooo.......
1998-02-07 21:07:51 +00:00
jlemon
856becd843
Document the fpgetprec/fpsetprec functions in their man page.
...
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by: bde
1998-02-04 22:30:20 +00:00
wollman
0c5a9444e9
Don't install printcap.5 from here.
1998-02-04 15:59:43 +00:00
wollman
9674677a17
Mention nameD_program.
1998-02-04 15:57:13 +00:00
jkh
fb6946e127
MF22
1998-02-04 15:05:23 +00:00
hoek
7e70e3bbc1
Fill-in and fill-out a little.
...
Correct a small misfact. :)
1998-01-31 02:55:58 +00:00
jkh
2f0c56242f
MF22: Add tx.4 to build list.
1998-01-30 00:43:16 +00:00
jkh
fd85da8f39
Add new man page for tx driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
obrien
03884de988
Get the year right. ;)
1998-01-28 01:12:05 +00:00
obrien
24db7387e4
Explains targets and environ vars much better.
...
Mostly submitted by: imp
1998-01-28 01:09:46 +00:00
yokota
e91db411b2
Add brief note on error message from the driver.
1998-01-24 12:14:13 +00:00
bde
d7c390eb8a
Don't refer to the nonexistent function VOP_VALLOC.
1998-01-20 11:08:06 +00:00
pst
de471d9a3b
I wrote a poor, but better-than-nothing manual page for the wfd subdriver.
...
Obtained from: od.4
1998-01-17 05:15:01 +00:00
bde
ebfc352c09
Removed obsolete man pages.
1998-01-16 18:56:34 +00:00
bde
551a2d6746
Removed references to the man pages for the obsolete interfaces
...
VOP_BLKATOFF, VOP_SEEK, VOP_SELECT, VOP_TRUNCATE, VOP_UPDATE,
VOP_VALLOC and VOP_VFREE.
1998-01-16 18:49:42 +00:00
bde
9a32771ecf
Fixed synopsis again. Too much was blown away by splatting a NetBSD-
...
based version over the top of the FreeBSD version in rev.1.6.
1998-01-16 18:45:52 +00:00
bde
69456bf194
Fixed bitrot. The type of the "level" is intrmask_t, not int.
1998-01-16 18:14:34 +00:00
bde
50ea0c54c5
Fixed prototype for tsleep() (const poisoning).
1998-01-16 18:12:57 +00:00
bde
a6e05ea1ce
Fixed a missing #include in the synopsis.
1998-01-16 18:06:23 +00:00