Commit Graph

5892 Commits

Author SHA1 Message Date
des
86b7e548ab 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
ume
832f8d2249 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
ache
05045c1d05 ISO_ -> ISO rename 2001-06-11 02:17:23 +00:00
ache
835fc923cd ISO_ -> ISO (partially) 2001-06-11 02:12:25 +00:00
ache
96fca9e5ac ISO_ -> ISO in comment 2001-06-11 01:32:33 +00:00
ache
943c46a059 ISO_ -> ISO in DOC_LANG 2001-06-11 01:26:52 +00:00
ache
7c5a76cd2d Fix encoding info 2001-06-10 22:13:29 +00:00
ume
32dc912feb 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
ache
28fc250493 Add more *.US-ASCII and Latin15 entries 2001-06-10 20:11:05 +00:00
ache
35e600d43e Add more Latin15 links 2001-06-10 19:47:57 +00:00
ache
368715d79c Add more *.US-ASCII and Latin15 entries 2001-06-10 19:41:17 +00:00
ache
9fcb485ee9 Add more *.US-ASCII entries 2001-06-10 19:21:54 +00:00
ache
b70710603e Add more *.US-ASCII entries
Misc cleanup
2001-06-10 19:16:43 +00:00
ache
7c3caae0f8 Add more *.US-ASCII entries 2001-06-10 18:57:27 +00:00
ache
f868e083a5 Add more *.US-ASCII family 2001-06-10 18:53:43 +00:00
ache
5b905e191f Fix ISO_ for new names 2001-06-10 17:08:53 +00:00
des
23c38e4e7c 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
ache
add2afe54c Fix ISO_ sneaked 2001-06-10 15:31:29 +00:00
ache
e3d7276b84 Use en_GB for en_NZ 2001-06-10 14:41:15 +00:00
ache
f7491df7d2 Switch to new locale names 2001-06-10 14:36:39 +00:00
ache
5603c160a3 Switch to new locale names 2001-06-10 14:28:51 +00:00
ache
483b22462d Switch to new locale names 2001-06-10 14:17:44 +00:00
ache
9060720ebc Switch to new locale names 2001-06-10 14:05:50 +00:00
ache
e810b9e00e Switch to new locale names 2001-06-10 13:43:47 +00:00
ache
533088bb44 Switch to new locale names 2001-06-10 13:25:32 +00:00
sobomax
c2aa478671 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
imp
79777bd9e9 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
imp
d1446c987f 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
sobomax
6c2547ab1f Correct cross-reference:
portmap.8 --> rpcbind.8

Submitted by:	.Xr testing script
2001-06-07 16:59:19 +00:00
markm
3bf60cd154 Clean up the PAM lib lists. Particularly relevant to the KRB5 case. 2001-06-07 08:31:30 +00:00
ru
2130765aaa master.passwd(5) -> passwd(5). 2001-06-07 07:27:52 +00:00
dcs
27fe392810 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
obrien
4591453ae7 Add the single suffix rules for FORTRAN. 2001-06-06 16:58:08 +00:00
obrien
4792908427 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
dcs
4f6209afa0 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
joerg
d49557ff78 Document /usr/include/dev/{ic,wi}.
Reminded by:	ru
2001-06-05 18:52:55 +00:00
brian
1d5b78c6a8 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
sobomax
94f6dd139d 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
sobomax
0c29f662fa 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
sobomax
457c34317b 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
dillon
add6182235 Fix type-o's, update page 2001-06-05 05:59:21 +00:00
dd
db8173f50e Add a missing word.
Obtained from:	OpenBSD
2001-06-05 00:25:18 +00:00
dd
cb18fb03e8 Add a missing word. 2001-06-05 00:11:08 +00:00
eric
7d96c52053 Add sprog.7 to the list. 2001-06-04 22:15:44 +00:00
eric
193f82698d Add sprog.7, the beginnings of the secure programming guide.
Reviewed by:	ru
2001-06-04 15:32:44 +00:00
phk
eaecb3dfd4 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
sobomax
5f3c72f3c1 Correct varuable name: WITHOUT_X --> WITHOUT_X11.
Reviewed by:	ports, portmgr
Approved by:	will, obrien
2001-06-02 23:56:11 +00:00
hm
866d04e0f3 added Sergio de Souza Prallon (prallon@tmp.com.br), the author of
the itjc hardware driver.
2001-06-02 12:27:37 +00:00
hm
f28c82ffde update the isdn4bsd general documentation 2001-06-02 12:21:16 +00:00
hm
ab909ca645 bring the roadmap to isdn4bsd up to date. 2001-06-02 11:48:50 +00:00