obrien
f32306f7e2
Merge rev 1.7 (mount directory change) into Am-utils 6.0.7.
2001-09-02 18:13:17 +00:00
obrien
cc5c13afba
This commit was generated by cvs2svn to compensate for changes in r82794,
...
which included commits to RCS files with non-trunk default branches.
2001-09-02 17:19:13 +00:00
obrien
ac3e3d43d4
Virgin import of AMD (am-utils) v6.0.7
2001-09-02 17:19:13 +00:00
roberto
8a8eed52b9
Merge after 4.1.0 import.
2001-08-29 15:15:59 +00:00
roberto
e3ef210a6f
Update for 4.1.0 import.
2001-08-29 15:02:12 +00:00
roberto
fc8a76dcfc
Redo the int -> unsigned changes jedgar did. It should have been submitted
...
back but it was off the vendor branch anyway so...
2001-08-29 15:01:06 +00:00
roberto
edc758be46
This commit was generated by cvs2svn to compensate for changes in r82498,
...
which included commits to RCS files with non-trunk default branches.
2001-08-29 14:35:15 +00:00
roberto
40b8e415eb
Virgin import of ntpd 4.1.0
2001-08-29 14:35:15 +00:00
markm
5987cca2b8
Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.
2001-08-29 14:16:17 +00:00
ache
40c9b9ae1a
Add heuristic to detect SSH connection (in the same style as other
...
heuristics already here which not supposed to be secure, just helpers).
Approved by: security@ silence
2001-08-29 13:17:02 +00:00
dd
2c3a92a16f
Remove description of an option that only applies to UNICOS < 7.0.
...
That define may still be present in the source, but I don't think
anyone has plans to try to use it.
Obtained from: NetBSD
2001-08-25 21:29:12 +00:00
asmodai
3cef0337e4
This commit was generated by cvs2svn to compensate for changes in r82230,
...
which included commits to RCS files with non-trunk default branches.
2001-08-23 21:46:59 +00:00
asmodai
1385a0dca8
String format patch
2001-08-23 21:46:59 +00:00
gshapiro
e6211c8022
Update import information
2001-08-21 01:33:05 +00:00
gshapiro
897671a2e8
Resolve conflicts from sendmail 8.11.6 import
2001-08-21 01:32:34 +00:00
gshapiro
acff40ffd8
This commit was generated by cvs2svn to compensate for changes in r82017,
...
which included commits to RCS files with non-trunk default branches.
2001-08-21 01:31:44 +00:00
gshapiro
289b381b31
Import sendmail 8.11.6
2001-08-21 01:31:44 +00:00
markm
7aa03eaeb0
Fix overflow problem when giving a username that is too long.
...
Also minor declaration/header fixes while auditing the code.
2001-08-20 12:52:49 +00:00
markm
62fa01a04b
Code merge and diff reduce with "base" telnet. This is the "later"
...
telnet, so it was treated as the reference code, except where later
commits were made to "base" telnet.
2001-08-20 12:28:40 +00:00
peter
cc58cb8636
Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)
2001-08-20 08:47:21 +00:00
obrien
d40943f1a4
Re-initialize gp after a jsr.
...
When rtld runs the .fini section in a shared lib (C++), the code in
question from .../contrib/gdb/config/alpha/crtbegin.asm first calls
__do_globals_dtors_aux and then __do_frame_takedown. Unfortunately, the
value of gp after a jsr is undefined and in this case had changed from before
the call, probably as a result of calling code in some other shared library.
The normal calling convention for alpha is to re-initialize gp using
'ldgp gp,0(ra)' after a jsr instruction but in this case no such
re-initialization is done. This leads to a bogus value being read for the
address of __do_frame_takedown and a quick segfault.
Submitted by: dfr
Obtained from: GCC 3.0
2001-08-17 22:54:26 +00:00
obrien
cd3f3aab8e
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00
ru
c9e9afbdb5
MFV: New macro: .Ex.
2001-08-15 08:20:31 +00:00
ru
f28be6e486
This commit was generated by cvs2svn to compensate for changes in r81682,
...
which included commits to RCS files with non-trunk default branches.
2001-08-15 08:17:33 +00:00
ru
d5b7bd9ab4
From ChangeLog:
...
: 2001-08-14 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.tmac (Ex): New implementation.
: * tmac/doc-common, tmac/groff_tmac.man: Updated.
This adds a new macro, .Ex (Exit Status), for use in the
DIAGNOSTICS section of section 1, 6 and 8 manpages.
Prodded by: dd
2001-08-15 08:17:33 +00:00
horikawa
679dd2c9f8
Removal of following export controll related sentences:
...
o Because of export controls, TELNET ENCRYPT option is not supported outside
of the United States and Canada.
o Because of export controls, data encryption
is not supported outside of the United States and Canada.
src/crypto/README revision 1.5 commit log says:
> Crypto sources are no longer export controlled:
> Explain, why crypto sources are still in crypto/.
and actually telnet encryption is used outside of US and Canada now.
Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp>
Reviewed by: no objection on doc
2001-08-15 01:30:25 +00:00
ru
9348de26a2
From ChangeLog:
...
: 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.tmac (Rv): Implement support for 0 or more than 1
: argument.
: * tmac/groff_tmac.man: Updated.
All of the following are now valid:
.Rv -std f1
.Rv -std f1 f2
.Rv -std f1 f2 f3
.Rv -std
The last form is useful where the standard return behavior is applicable
to all of the functions described in this particular manpage. Look, for
example, at the stat(2), setresuid(2), and utimes(2) manpages.
The form with >1 functions is useful in a mixed environment. See the
fhopen(2) manpage for an example.
Prodded by: yar
2001-08-14 15:19:35 +00:00
ru
de1314108f
This commit was generated by cvs2svn to compensate for changes in r81630,
...
which included commits to RCS files with non-trunk default branches.
2001-08-14 15:19:35 +00:00
ru
24c7b0a61d
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
peter
6696e00e0f
Revert part of the 1.11->1.11.1p1 change. Put the blank line back in
...
the beginning of constructed log messages being passed to $EDITOR. This
is where folks start typing.
2001-08-13 21:21:13 +00:00
ache
1a5b422654
Fix uninitialized "force" variable.
...
PR: 23203
Submitted by: fenner
Approved by: markm
2001-08-13 19:43:14 +00:00
dd
d77d8edd3d
libgmp has been superseded by libmp.
2001-08-10 18:41:56 +00:00
peter
42325ad854
Argh, this could not possibly have worked as it existed in the tree.
2001-08-10 11:14:53 +00:00
peter
b52f372000
Copy our changes from sccs2rcs.csh to sccs2rcs.in
2001-08-10 11:14:18 +00:00
peter
27d520da05
This commit was generated by cvs2svn to compensate for changes in r81440,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 11:04:36 +00:00
peter
8e62bd79e3
This commit was generated by cvs2svn to compensate for changes in r81437,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 11:02:03 +00:00
peter
4d6f4adb8c
This file is gone in cvs-1.11.1p1 (replaced by log.in)
2001-08-10 11:00:14 +00:00
peter
43f9c4ed31
This commit was generated by cvs2svn to compensate for changes in r81434,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:55:45 +00:00
peter
51dcafc969
Re-kill this file. It got whiplash being killed and restored on the
...
mainline, it is truely dead now.
2001-08-10 10:39:29 +00:00
peter
15024f87a2
This commit was generated by cvs2svn to compensate for changes in r81426,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:38:11 +00:00
peter
55acc2cedc
This commit was generated by cvs2svn to compensate for changes in r81424,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:33:41 +00:00
peter
81a09b283d
This commit was generated by cvs2svn to compensate for changes in r81422,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:29:04 +00:00
peter
3d7368c400
This commit was generated by cvs2svn to compensate for changes in r81420,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:22:43 +00:00
peter
f44cc288f5
This commit was generated by cvs2svn to compensate for changes in r81414,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:05:43 +00:00
peter
207e92ada7
This commit was generated by cvs2svn to compensate for changes in r81412,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 10:02:36 +00:00
peter
51bd4f3eee
Tweak for 1.11.1p1
2001-08-10 09:53:53 +00:00
peter
75f7ac20d0
Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There is
...
still some suspicious and/or broken stuff to fix yet.
2001-08-10 09:53:06 +00:00
peter
c132709d18
This commit was generated by cvs2svn to compensate for changes in r81404,
...
which included commits to RCS files with non-trunk default branches.
2001-08-10 09:43:22 +00:00
peter
a037ef8f32
Import cvs-1.11.1p1 onto vendor branch
2001-08-10 09:43:22 +00:00
asmodai
b252fb8788
Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0
2001-08-09 06:05:46 +00:00