Luigi Rizzo
523c249f97
Update the manpage to reflect reality (and what was already in -stable).
2001-06-20 15:01:17 +00:00
Bill Paul
c92a454e2b
Typo/mind-o fixes.
2001-06-18 20:57:03 +00:00
Dima Dorfman
c91ed2eb6c
Correct getopt usage and a syntax error (period used instead of a semicolon).
2001-06-18 20:36:06 +00:00
Wilko Bulte
fb6958b226
Note support for the Digital Etherworks DE305 card
2001-06-17 14:25:09 +00:00
Dima Dorfman
1f5398eeff
Add missing article.
2001-06-17 02:24:04 +00:00
Dima Dorfman
9baaab27a0
OpenSSH doesn't forward keys by default.
2001-06-16 00:32:19 +00:00
Robert Watson
0734b428c7
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
Dag-Erling Smørgrav
b0def2b548
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
...
ignore NUL bytes in the source string.
2001-06-11 17:05:52 +00:00
Hajimu UMEMOTO
3384154590
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
Dag-Erling Smørgrav
d647935801
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
...
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
2001-06-10 15:48:04 +00:00
Maxim Sobolev
000d56193c
Fix cross-references:
...
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after: 1 week
2001-06-10 12:06:54 +00:00
Warner Losh
7ceb85ba65
Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x version
...
of this code doesn't do that.
2001-06-10 04:40:02 +00:00
Warner Losh
b904bfb0bc
fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't since
...
ft was removed from the tree prior to branching releng_3!
2001-06-10 00:27:18 +00:00
Maxim Sobolev
8657581bfd
Correct cross-reference:
...
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
2001-06-07 16:59:19 +00:00
Ruslan Ermilov
802de205fd
master.passwd(5) -> passwd(5).
2001-06-07 07:27:52 +00:00
Joerg Wunsch
4a70e151df
Document /usr/include/dev/{ic,wi}.
...
Reminded by: ru
2001-06-05 18:52:55 +00:00
Brian Somers
72155f03b6
Talk a bit about how cloning works with devfs(5).
...
Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE.
Tidy up a little.
2001-06-05 14:26:17 +00:00
Maxim Sobolev
1cdc139280
Correct cross-references:
...
setsockopt.3 --> setsockopt.2
syslog.8 --> syslogd.8
tcpdump.8 --> tcpdump.1
MFC after: 1 week
2001-06-05 12:50:33 +00:00
Maxim Sobolev
fe11f6f605
Correct cross-references:
...
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
2001-06-05 12:40:03 +00:00
Maxim Sobolev
76c6864951
Fix cross-references:
...
ipnat.8 --> ipnat.1
environ.5 --> environ.7
isssetugid.2 --> issetugid.2
MFC after: 1 week
2001-06-05 12:23:22 +00:00
Matthew Dillon
1a4c56a67d
Fix type-o's, update page
2001-06-05 05:59:21 +00:00
Dima Dorfman
d33f4d20c9
Add a missing word.
...
Obtained from: OpenBSD
2001-06-05 00:25:18 +00:00
Dima Dorfman
5940a2ebe0
Add a missing word.
2001-06-05 00:11:08 +00:00
Eric Melville
35f3d11437
Add sprog.7 to the list.
2001-06-04 22:15:44 +00:00
Eric Melville
ef73da6384
Add sprog.7, the beginnings of the secure programming guide.
...
Reviewed by: ru
2001-06-04 15:32:44 +00:00
Poul-Henning Kamp
849f35cf88
Add diskcheck-daemon.
...
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.
Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.
Idea by: phk
Written by: ben
2001-06-03 20:02:03 +00:00
Maxim Sobolev
aafff06bb4
Correct varuable name: WITHOUT_X --> WITHOUT_X11.
...
Reviewed by: ports, portmgr
Approved by: will, obrien
2001-06-02 23:56:11 +00:00
Warner Losh
bbced07e88
Man page for orm driver.
...
PR: 22078
Submitted by: Nikolai Saoukh <nms@otdel-1.org>
2001-06-01 21:02:18 +00:00
Ruslan Ermilov
0b381bf1fd
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
Dima Dorfman
6f238937be
Fix a spacing issue. (No content changes.)
2001-06-01 01:36:03 +00:00
Dima Dorfman
adf08670f2
Document the half-supported WITHOUT_X.
...
PR: 27709
Submitted by: Mike Meyer <mwm@mired.org>
2001-05-31 22:36:35 +00:00
Bill Paul
c678bc4f13
Add device driver support for the Level 1 LXT1001 NetCellerator
...
gigabit ethernet controller chip. This device is used on some
fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and
TCP/IP checksum offload on receive are supported. Hardware VLAN
filtering is not, because it doesn't play well with our existing
VLAN code. Also add manual page.
There is a 4.x version of this driver available at
http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous
and wants to test it. I still need to do performance testing and
tuning with this device.
(For my next trick, I will make the 3Com 3cR990 sit up and beg.)
2001-05-31 21:44:26 +00:00
Bill Paul
fae6989e0c
Fix date. This man page was not written on July 11, 2001, because that
...
day hasn't happened yet. It should be May. Ignore failed time-travel
experiment, K PLZ THX.
2001-05-31 00:18:19 +00:00
Brian Somers
f8fb1acb36
Default daily_accounting_flags to -q. I thought this was a typo in the
...
originally submitted patch (oops!).
Also check for an empty $daily_accounting_save.
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
2001-05-30 20:23:43 +00:00
Brian Somers
c4d5bb5129
Add $daily_accounting_save and $daily_accounting_flags
...
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
MFC after: 2 weeks
2001-05-30 16:46:53 +00:00
Dima Dorfman
8a6ecebcdf
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
Dima Dorfman
f14b89faeb
Document depends_dev.
...
Reviewed by: phk
2001-05-29 04:14:33 +00:00
Dima Dorfman
a19771414c
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
Matthew Dillon
fc32c80215
Add two new manual pages related to general firewall and tuning issues
...
Reviewed by: hackers
2001-05-27 23:14:27 +00:00
Jimmy Olgeni
88bc7f853c
Fix typo: "an socket" -> "a socket".
...
Place period at the end of AUTHORS section.
MFC after: 1 week
2001-05-27 22:17:46 +00:00
Ruslan Ermilov
1f4e04b562
Document /usr/include/fs/ntfs and /usr/include/fs/nwfs.
2001-05-26 12:04:02 +00:00
Poul-Henning Kamp
a9ee73f55c
Forgot to cvs add these two files for the previous commit.
2001-05-26 09:28:43 +00:00
Poul-Henning Kamp
419d8080a4
Currently, each wireless networking driver has it's own control program
...
despite the fact that most people want to set exactly the same settings
regardless of which card they have. It has been repeatidly suggested
that this configuration should be done via ifconfig. This patch
implements the required functionality in ifconfig and add support to the
wi and an drivers. It also provides partial, untested support for the
awi driver.
PR: 25577
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
2001-05-26 09:27:08 +00:00
Ruslan Ermilov
1166fb516b
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
David E. O'Brien
fdec774ff3
RFC 1323 (TCP extensions) is now on by default.
2001-05-25 04:27:48 +00:00
Ruslan Ermilov
4f3d8832ff
Document new /usr/include/fs include subdirs.
2001-05-23 17:22:38 +00:00
Ruslan Ermilov
6ad10804f7
Rename (after a repo-copy) some mount(8) programs:
...
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
2001-05-23 14:58:19 +00:00
Ruslan Ermilov
f3bb47cca0
Add NO_I4B to avoid building/installing isdn4bsd package.
...
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
2001-05-23 13:32:32 +00:00
Dima Dorfman
692bb1c3bb
Introduce a background_fsck rc.conf option which allows the user to
...
enable or disable background fsck'ing all in one shot. Default is
currently 'YES'.
Reviewed by: jkh
2001-05-22 00:05:48 +00:00
Archie Cobbs
20d7cd248d
Ensure the generated BPF in the example deliver the whole packet.
2001-05-19 17:47:51 +00:00