5920 Commits

Author SHA1 Message Date
gshapiro
b2bba7ca2a Typo fix: requires -> reacquires
Submitted by:	Murray S. Kucherawy <msk@sendmail.com>
MFC after:	3 days
2001-06-27 06:01:17 +00:00
itojun
7370eae674 openbsd 2.9 (2001/6/1) 2001-06-27 04:41:58 +00:00
gshapiro
1e4d37f7c2 Typo fix (modifes -> modifies) 2001-06-27 01:48:02 +00:00
nik
5f33e80da4 "host name and user" -> "host and user name"
Submitted by:	Rich Morin <rdm@cfcl.com>
2001-06-26 14:04:28 +00:00
nik
91eaf02ab8 Document dist/, cdrom/, compat/, and /usr/compat/, fix a couple of
{typ,think}os.

Submitted by:	Rich Morin <rdm@cfcl.com>
2001-06-26 14:03:11 +00:00
onoe
855c54a96c Add awi.4 2001-06-26 13:27:47 +00:00
onoe
663b9bea64 Delete the note from BUGS: "Doesn't support WEP".
minor updates from NetBSD.
2001-06-26 13:26:16 +00:00
nik
bd6ce90734 Automatically exec bash at startup if it exists^U Turn on the display of
tips from the freebsd-tips database at login time.
2001-06-25 20:40:02 +00:00
dd
2259698699 Reword the sentence that I screwed up in the last commit.
Submitted by:	Erik Trulsson <ertr1013@student.uu.se>
2001-06-24 20:34:31 +00:00
dd
945fa79a4a mdoc(7) police: use the Fn macro where appropriate. 2001-06-24 01:38:20 +00:00
dd
04d1b1c8dd Remove duplicate words. 2001-06-24 01:34:38 +00:00
dd
6e42c65278 Correct a typo. 2001-06-24 01:30:38 +00:00
dd
977995c8b1 mdoc(7) police: sort xrefs. 2001-06-24 01:17:07 +00:00
luigi
fac0c2104a Update the manpage to reflect reality (and what was already in -stable). 2001-06-20 15:01:17 +00:00
wpaul
261a8db180 Typo/mind-o fixes. 2001-06-18 20:57:03 +00:00
dd
e4094cb6c3 Correct getopt usage and a syntax error (period used instead of a semicolon). 2001-06-18 20:36:06 +00:00
ru
fd0a00a729 Make this really work. 2001-06-18 12:35:14 +00:00
wilko
ca48033e45 Note support for the Digital Etherworks DE305 card 2001-06-17 14:25:09 +00:00
nyan
d5c9b58974 Added PC-98x1 keymaps. 2001-06-17 03:10:38 +00:00
dd
92e25ce88b Add missing article. 2001-06-17 02:24:04 +00:00
obrien
61020736f6 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
dd
935cf14795 OpenSSH doesn't forward keys by default. 2001-06-16 00:32:19 +00:00
schweikh
df20a2faa4 New entry for rxvt.
PR:		28154
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-06-15 16:24:44 +00:00
rwatson
62319ab557 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
5810263edc 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
7cd92525ca Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
from another host.
2001-06-15 08:35:57 +00:00
ru
1b27366824 Style nits:
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP

Submitted by:	bde
2001-06-14 06:08:02 +00:00
ru
8766a6714b Games ownership cleanup.
Urged by:	bde
2001-06-13 15:26:31 +00:00
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