Commit Graph

5883 Commits

Author SHA1 Message Date
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
Ruslan Ermilov
29d19e86ae Make this really work. 2001-06-18 12:35:14 +00:00
Wilko Bulte
fb6958b226 Note support for the Digital Etherworks DE305 card 2001-06-17 14:25:09 +00:00
Yoshihiro Takahashi
6bb4c6e64f Added PC-98x1 keymaps. 2001-06-17 03:10:38 +00:00
Dima Dorfman
1f5398eeff Add missing article. 2001-06-17 02:24:04 +00:00
David E. O'Brien
3f5a93f6d3 Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"
in Makefile's shared with NetBSD.
2001-06-16 07:27:23 +00:00
Dima Dorfman
9baaab27a0 OpenSSH doesn't forward keys by default. 2001-06-16 00:32:19 +00:00
Jens Schweikhardt
838bfef239 New entry for rxvt.
PR:		28154
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-06-15 16:24:44 +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
Nik Clayton
d4e639b22b Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on this
announcement from JKH (back when he was still working for Lotus)

    http://minnie.tuhs.org/cgi-bin/newsread?23150

This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is
a Scorpio.
2001-06-15 10:20:58 +00:00
Nik Clayton
4ed950ad98 Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
from another host.
2001-06-15 08:35:57 +00:00
Ruslan Ermilov
dfcf88a3a0 Style nits:
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP

Submitted by:	bde
2001-06-14 06:08:02 +00:00
Ruslan Ermilov
ecce24742d Games ownership cleanup.
Urged by:	bde
2001-06-13 15:26:31 +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
Andrey A. Chernov
127f4717f9 ISO_ -> ISO rename 2001-06-11 02:17:23 +00:00
Andrey A. Chernov
bc930028f5 ISO_ -> ISO (partially) 2001-06-11 02:12:25 +00:00
Andrey A. Chernov
ce4bd508ed ISO_ -> ISO in comment 2001-06-11 01:32:33 +00:00
Andrey A. Chernov
fe6f7d3ab4 ISO_ -> ISO in DOC_LANG 2001-06-11 01:26:52 +00:00
Andrey A. Chernov
7158e1b8bd Fix encoding info 2001-06-10 22:13:29 +00:00
Hajimu UMEMOTO
ce6282db3b Implement EDNS0 support, as EDNS0 support will be made mandatory for
IPv6 transport-ready resolvers/DNS servers.  Need careful configuration
when enable it. (default config is not affected).
See manpage for details.

XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.

Obtained from:	KAME/NetBSD
2001-06-10 20:25:24 +00:00
Andrey A. Chernov
4fd6d738cb Add more *.US-ASCII and Latin15 entries 2001-06-10 20:11:05 +00:00
Andrey A. Chernov
f5498e6910 Add more Latin15 links 2001-06-10 19:47:57 +00:00
Andrey A. Chernov
5b21e0d65c Add more *.US-ASCII and Latin15 entries 2001-06-10 19:41:17 +00:00
Andrey A. Chernov
458ff763e9 Add more *.US-ASCII entries 2001-06-10 19:21:54 +00:00
Andrey A. Chernov
b8db996bd4 Add more *.US-ASCII entries
Misc cleanup
2001-06-10 19:16:43 +00:00
Andrey A. Chernov
6cc14454fd Add more *.US-ASCII entries 2001-06-10 18:57:27 +00:00
Andrey A. Chernov
d12bab7b5c Add more *.US-ASCII family 2001-06-10 18:53:43 +00:00
Andrey A. Chernov
f615cc2b81 Fix ISO_ for new names 2001-06-10 17:08:53 +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
Andrey A. Chernov
347d21cb43 Fix ISO_ sneaked 2001-06-10 15:31:29 +00:00
Andrey A. Chernov
824e979031 Use en_GB for en_NZ 2001-06-10 14:41:15 +00:00
Andrey A. Chernov
d06fdc72a3 Switch to new locale names 2001-06-10 14:36:39 +00:00
Andrey A. Chernov
6ce47fe06e Switch to new locale names 2001-06-10 14:28:51 +00:00
Andrey A. Chernov
8f2681e1a7 Switch to new locale names 2001-06-10 14:17:44 +00:00
Andrey A. Chernov
d5c488f4f3 Switch to new locale names 2001-06-10 14:05:50 +00:00
Andrey A. Chernov
a9e1fcfbfd Switch to new locale names 2001-06-10 13:43:47 +00:00
Andrey A. Chernov
a851768c0f Switch to new locale names 2001-06-10 13:25:32 +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
Mark Murray
546bc18855 Clean up the PAM lib lists. Particularly relevant to the KRB5 case. 2001-06-07 08:31:30 +00:00
Ruslan Ermilov
802de205fd master.passwd(5) -> passwd(5). 2001-06-07 07:27:52 +00:00
Daniel C. Sobral
db97c662cf Use ${EDITOR} as claimed.
Source rc.conf and use ${firewall_script} instead of rc.firewall.

Textwidth formatting of comments and text.

PR:
Submitted by:	Maxim <maxim@news1.macomnet.ru>

(sorry if I got name/email/committer status wrong :)
2001-06-06 19:34:02 +00:00
David E. O'Brien
7b91cad987 Add the single suffix rules for FORTRAN. 2001-06-06 16:58:08 +00:00
David E. O'Brien
eb73cacd43 Add the single suffix rules for C++.
(While there, I also moved the single suffix C rules beside the double
suffix ones so they are easier to find)

PR:		24438
Submitted by:	Georg-W. Koltermann <gwk@sgi.com>
2001-06-06 16:51:38 +00:00
Daniel C. Sobral
7b4d3c72cc Introduce an example script of safe changing of ipfw(8) rules.
I'm sure this can be much improved, but this works fairly well.

PR:		27887
Submitted by:	Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after:	1 week
2001-06-06 15:45:04 +00:00