Mark Murray
6b022d0047
Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.
2001-08-29 14:16:17 +00:00
Andrey A. Chernov
eac68b24dc
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
Dima Dorfman
39b7ac5a89
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
Jeroen Ruigrok van der Werven
2cf92774d2
String format patch
2001-08-23 21:46:59 +00:00
Jeroen Ruigrok van der Werven
28773db3c1
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
Gregory Neil Shapiro
d673082fea
Update import information
2001-08-21 01:33:05 +00:00
Gregory Neil Shapiro
56477e1e22
Resolve conflicts from sendmail 8.11.6 import
2001-08-21 01:32:34 +00:00
Gregory Neil Shapiro
c86d59657f
Import sendmail 8.11.6
2001-08-21 01:31:44 +00:00
Gregory Neil Shapiro
7bda8bfe5e
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
Mark Murray
432f97766d
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
Mark Murray
21f083c0a6
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 Wemm
d7c5f05199
Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)
2001-08-20 08:47:21 +00:00
David E. O'Brien
a6d80351b7
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
David E. O'Brien
d549989694
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
Ruslan Ermilov
1f173e98a0
MFV: New macro: .Ex.
2001-08-15 08:20:31 +00:00
Ruslan Ermilov
059b06f9eb
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
Ruslan Ermilov
4e12aba6c9
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
Kazuo Horikawa
ba8140a6f6
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
Ruslan Ermilov
7f582a6969
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
Ruslan Ermilov
9b698804d9
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
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Peter Wemm
9c347fa626
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
Andrey A. Chernov
c6fa3dde62
Fix uninitialized "force" variable.
...
PR: 23203
Submitted by: fenner
Approved by: markm
2001-08-13 19:43:14 +00:00
Dima Dorfman
c2d566eb36
libgmp has been superseded by libmp.
2001-08-10 18:41:56 +00:00
Peter Wemm
a12033aa17
Argh, this could not possibly have worked as it existed in the tree.
2001-08-10 11:14:53 +00:00
Peter Wemm
8fd0e04f3a
Copy our changes from sccs2rcs.csh to sccs2rcs.in
2001-08-10 11:14:18 +00:00
Peter Wemm
6243bbe945
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 Wemm
44824e53b8
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 Wemm
6431637d4b
This file is gone in cvs-1.11.1p1 (replaced by log.in)
2001-08-10 11:00:14 +00:00
Peter Wemm
fcaf4ec9ea
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 Wemm
5b05c7e2bc
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 Wemm
87403039e2
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 Wemm
f8db74c8fc
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 Wemm
c26899044d
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 Wemm
d51af2baf3
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 Wemm
a86e31b209
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 Wemm
a2b4cbc808
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 Wemm
bcfbee2150
Tweak for 1.11.1p1
2001-08-10 09:53:53 +00:00
Peter Wemm
64e56da987
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 Wemm
398ed02b53
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 Wemm
7f22ecb0da
Import cvs-1.11.1p1 onto vendor branch
2001-08-10 09:43:22 +00:00
Jeroen Ruigrok van der Werven
dc52d6ea98
Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0
2001-08-09 06:05:46 +00:00
Jeroen Ruigrok van der Werven
b5350a17ca
This commit was generated by cvs2svn to compensate for changes in r81340,
...
which included commits to RCS files with non-trunk default branches.
2001-08-09 06:05:46 +00:00
Ruslan Ermilov
c4d9468ea0
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
Kris Kennaway
26d889d4ff
Don't do unsafe activities inside signal handlers. Just set a flag and
...
return.
Obtained from: OpenBSD
Reviewed by: audit
2001-08-06 03:19:22 +00:00
David E. O'Brien
67c5850a34
Correct the version number.
2001-08-01 18:35:54 +00:00
Gregory Neil Shapiro
e9b61c96b8
Update FreeBSD import information
2001-08-01 01:36:17 +00:00
Gregory Neil Shapiro
6dbce3c381
Resolve conflicts from import of sendmail 8.11.5
2001-08-01 01:34:52 +00:00
Gregory Neil Shapiro
13058a9161
Import sendmail 8.11.5
2001-08-01 01:33:27 +00:00
Gregory Neil Shapiro
d8318f16e2
This commit was generated by cvs2svn to compensate for changes in r80785,
...
which included commits to RCS files with non-trunk default branches.
2001-08-01 01:33:27 +00:00
Jeroen Ruigrok van der Werven
7a672eeb1a
Fix build.
...
I am not sure who thought that making FreeBSD depend on ISC's libbsd
was a sensible thing to do.
Thus I have ripped out the define of gettimeofday() and isc__gettimeofday()
out of this file, since we:
1) Don't use nor build libbsd (FreeBSD might give a hint in its name as to
why)
2) Our gettimeofday() is the same in semantics as prototyped in ISC's
libbsd.
This was something which could have been fixed before it was released if
we had at least some insight into the development process. But my praying
fell on deaf ears it seems.
Of course, if I am wrong I welcome the corrections to my thinking, gladly
even.
2001-07-30 17:07:12 +00:00
Jeroen Ruigrok van der Werven
84f77e557e
Resolve conflicts.
2001-07-30 16:55:52 +00:00
Jeroen Ruigrok van der Werven
1129b08182
Virgin import of BIND v8.2.4-REL
2001-07-30 16:51:36 +00:00
Jeroen Ruigrok van der Werven
e316afc606
This commit was generated by cvs2svn to compensate for changes in r80650,
...
which included commits to RCS files with non-trunk default branches.
2001-07-30 16:51:36 +00:00
David E. O'Brien
2e67ec0205
Virgin import of Christos Zoulas's FILE 3.36.
2001-07-30 03:09:46 +00:00
David E. O'Brien
969925b216
This commit was generated by cvs2svn to compensate for changes in r80588,
...
which included commits to RCS files with non-trunk default branches.
2001-07-30 03:09:46 +00:00
David E. O'Brien
386acb3a4c
Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].
2001-07-28 18:44:42 +00:00
David E. O'Brien
a334a84297
This commit was generated by cvs2svn to compensate for changes in r80508,
...
which included commits to RCS files with non-trunk default branches.
2001-07-28 18:44:42 +00:00
Darren Reed
7d2bc5ce77
fix conflicts created by import
2001-07-28 12:08:15 +00:00
Darren Reed
7d3ce0223a
This commit was generated by cvs2svn to compensate for changes in r80486,
...
which included commits to RCS files with non-trunk default branches.
2001-07-28 11:59:33 +00:00
Darren Reed
dba82da1c8
Import IPFilter version 3.4.20
2001-07-28 11:59:33 +00:00
Darren Reed
56ff60d17c
This commit was generated by cvs2svn to compensate for changes in r80484,
...
which included commits to RCS files with non-trunk default branches.
2001-07-28 11:59:32 +00:00
Darren Reed
dd298e2f03
Import IPFilter version 3.4.20
2001-07-28 11:59:32 +00:00
Kris Kennaway
50fdf20002
This commit was generated by cvs2svn to compensate for changes in r80260,
...
which included commits to RCS files with non-trunk default branches.
2001-07-24 09:05:00 +00:00
Kris Kennaway
7c79d50ee7
Import updated/clarified license for tcp_wrappers.
...
+* Redistribution and use in source and binary forms, with or without
+* modification, are permitted provided that this entire copyright notice
+* is duplicated in all such copies.
Obtained from: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_license
2001-07-24 09:05:00 +00:00
Bill Fenner
d73c3f4796
Merge tcpdump 3.6.3
2001-07-23 23:15:44 +00:00
Bill Fenner
669c0adba2
This commit was generated by cvs2svn to compensate for changes in r80231,
...
which included commits to RCS files with non-trunk default branches.
2001-07-23 23:15:13 +00:00
Bill Fenner
39eaefddae
Virgin import of tcpdump.org tcpdump v3.6.3
2001-07-23 23:15:13 +00:00
Kris Kennaway
a2a887b56a
output_data(), output_datalen() and netflush() didn't actually guarantee
...
to do what they are supposed to: under some circumstances output data would
be truncated, or the buffer would not actually be flushed (possibly leading
to overflows when the caller assumes the operation succeeded). Change the
semantics so that these functions ensure they complete the operation before
returning.
Comment out diagnostic code enabled by '-D reports' which causes an
infinite recursion and an eventual crash.
Patch developed with assistance from ru and assar.
2001-07-23 21:52:26 +00:00
Ruslan Ermilov
40e7fc1a20
More potential buffer overflow fixes.
...
o Fixed `nfrontp' calculations in output_data(). If `remaining' is
initially zero, it was possible for `nfrontp' to be decremented.
Noticed by: dillon
o Replaced leaking writenet() with output_datalen():
: * writenet
: *
: * Just a handy little function to write a bit of raw data to the net.
: * It will force a transmit of the buffer if necessary
: *
: * arguments
: * ptr - A pointer to a character string to write
: * len - How many bytes to write
: */
: void
: writenet(ptr, len)
: register unsigned char *ptr;
: register int len;
: {
: /* flush buffer if no room for new data) */
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
: if ((&netobuf[BUFSIZ] - nfrontp) < len) {
: /* if this fails, don't worry, buffer is a little big */
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
: netflush();
: }
:
: memmove(nfrontp, ptr, len);
: nfrontp += len;
:
: } /* end of writenet */
What an irony! :-)
o Optimized output_datalen() a bit.
2001-07-20 12:02:30 +00:00
David E. O'Brien
556571f3b7
This merges in the changes from the 2.11.2 release to the FSF anoncvs
...
19-July-2001 snapshot.
2001-07-20 03:48:47 +00:00
David E. O'Brien
e3bf29e1d6
Import of Binutils from the FSF 2.11 branch [checked out 19-July-2001].
...
This fixes an annoying `ld' bug.
2001-07-20 03:29:51 +00:00
David E. O'Brien
19d6069d11
This commit was generated by cvs2svn to compensate for changes in r80016,
...
which included commits to RCS files with non-trunk default branches.
2001-07-20 03:29:51 +00:00
David E. O'Brien
971afb51b5
Update for the Bintuils 2.11.2 import.
2001-07-20 02:56:57 +00:00
Ruslan Ermilov
1ee47d0673
vsnprintf() can return a value larger than the buffer size.
...
Submitted by: assar
Obtained from: OpenBSD
2001-07-19 18:58:31 +00:00
Ruslan Ermilov
5f10368c1d
Fixed the exploitable remote buffer overflow.
...
Reported on: bugtraq
Obtained from: Heimdal, NetBSD
Reviewed by: obrien, imp
2001-07-19 17:48:57 +00:00
David E. O'Brien
a8dd67f3c2
This commit was generated by cvs2svn to compensate for changes in r79971,
...
which included commits to RCS files with non-trunk default branches.
2001-07-19 16:26:14 +00:00
David E. O'Brien
e25f7def37
Import of LukeM's ftp client, version 1.5.
2001-07-19 16:26:14 +00:00
David E. O'Brien
b5a9f20b8f
This commit was generated by cvs2svn to compensate for changes in r79968,
...
which included commits to RCS files with non-trunk default branches.
2001-07-19 16:25:08 +00:00
David E. O'Brien
299281efb0
Import of LukeM's ftpd version 1.1.
2001-07-19 16:25:08 +00:00
Dima Dorfman
489b9470ae
Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)
...
(ironically, the assumption is in a code block which is conditional on its
converse). This isn't strictly the correct fix; it's more of a workaround
to prevent an infinite loop. The correct fix (see
ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off
the vendor branch, but since the result for this version of nvi is
identical, this route was elected.
PR: 28687
Approved by: -developers
2001-07-19 11:02:11 +00:00
Ruslan Ermilov
2370a12024
From ChangeLog:
...
: 2001-07-18 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/groff_mdoc.man: Document new -width and -column syntax.
: Some other minor fixes.
: * tmac/an-old.tmac: Add `AT' and `UC' macros.
2001-07-18 06:48:31 +00:00
Ruslan Ermilov
19c6fd1aee
This commit was generated by cvs2svn to compensate for changes in r79847,
...
which included commits to RCS files with non-trunk default branches.
2001-07-18 06:48:31 +00:00
David E. O'Brien
06cb5f26f7
Connect std{in,out,err} to *something* so that "hooks" scripts that write
...
to std{err,out} will not spam /etc/resolv.conf.
Ted Lemon fixed the problem in version 3 of the client, but only for the
pre-daemonized case. Thanks to Brian for pointing that out and helping
to make our future dhclient (v3) better.
Submitted by: brian
2001-07-16 01:56:48 +00:00
Mark Murray
c7ff6083f9
Fix SHA1 hashing.
2001-07-14 08:30:54 +00:00
Mark Murray
bce9718b36
Usse a better method to get a user's credentials, as uid's may be
...
legally duplicated.
Requested by: ache
2001-07-14 08:29:19 +00:00
Ruslan Ermilov
920eecc599
Import latest mdoc(7) fixes of mine.
...
Fold -xwidth functionality into -width. .Bl now tests whether
string immediately following a leading dot starts with a valid
macro name.
Added similar functionality to the -column list's column width
specifiers. For example, the following now works as expected:
.Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable"
.It Sy "Name\tType\tChangeable\tDescription"
.It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:"
.It Ta Ta Ta "0: minimum frequency mode"
.It Ta Ta Ta "1: power-saving mode"
.It Ta Ta Ta "2: performance mode"
.It Ta Ta Ta "3: maximum frequency mode"
.It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)."
.It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)."
.It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)."
.El
This is especially useful for groff devices with variable width
fonts, like -Tps or -TX100.
2001-07-13 09:06:00 +00:00
Ruslan Ermilov
e48c5ca20c
This commit was generated by cvs2svn to compensate for changes in r79655,
...
which included commits to RCS files with non-trunk default branches.
2001-07-13 09:06:00 +00:00
Ruslan Ermilov
3e99af9747
This page is in man(7) format.
2001-07-13 08:06:08 +00:00
David E. O'Brien
5a108f415b
libiberty file list for the 11-July-2000 import.
2001-07-12 19:03:33 +00:00
Ruslan Ermilov
63914212f0
Eliminate troff(1) warnings that were hiding some useful text.
2001-07-12 14:29:59 +00:00
Ruslan Ermilov
b50288009d
Fixed warning:
...
bc.1:643: warning: numeric expression expected (got `e')
2001-07-12 07:35:06 +00:00
Ruslan Ermilov
0fb3975219
Merge Groff 1.17.2 changes.
2001-07-10 17:15:31 +00:00
Ruslan Ermilov
a972cdc741
Use stock (FSF) version of this file.
2001-07-10 17:14:46 +00:00
Ruslan Ermilov
75fdaafb19
Removed files not present in v1.17.2 import.
2001-07-10 17:10:51 +00:00
Ruslan Ermilov
1e98c32d1b
This commit was generated by cvs2svn to compensate for changes in r79546,
...
which included commits to RCS files with non-trunk default branches.
2001-07-10 17:10:51 +00:00
Ruslan Ermilov
5ecb0ad24f
Virgin import of FSF groff v1.17.2
2001-07-10 17:09:00 +00:00
Ruslan Ermilov
66d14a309a
This commit was generated by cvs2svn to compensate for changes in r79543,
...
which included commits to RCS files with non-trunk default branches.
2001-07-10 17:09:00 +00:00
Ruslan Ermilov
63919764c2
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
David E. O'Brien
fbd7787b32
It is just stupid to have to do ``<ESC>!rm -f %'' to write a file you own.
...
So lets stop that nonsense and allow `w!' to do something useful.
Submitted by: green
2001-07-09 04:11:33 +00:00
Ruslan Ermilov
df1cda58e4
mdoc(7) police: merge all fixes from non-crypto version.
2001-07-05 14:08:12 +00:00
Ruslan Ermilov
a5493c1b77
MF non-crypto: 1.13: document -u in usage.
2001-07-05 14:06:27 +00:00
Kris Kennaway
c16e19ce77
Unbreak "paranoid" host checking, which was broken with the IPv6 code
...
import.
Submitted by: Tony Finch <dot@dotat.at>
2001-07-04 20:16:18 +00:00
David E. O'Brien
dfb1a3b23c
Import of GNU Binutils version 2.11.2.
2001-06-26 18:26:26 +00:00
David E. O'Brien
b472c4d1c6
This commit was generated by cvs2svn to compensate for changes in r78844,
...
which included commits to RCS files with non-trunk default branches.
2001-06-26 18:26:26 +00:00
David E. O'Brien
098abe2f2a
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.11.2.
2001-06-26 17:57:37 +00:00
David E. O'Brien
9cbaab2ae7
We use the stock (2.11.2) version of this now.
2001-06-26 17:56:02 +00:00
David E. O'Brien
b7c1ed8297
Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11.2.
2001-06-26 17:54:12 +00:00
David E. O'Brien
f9416573c4
We use the stock (2.11.2) version of this file now.
2001-06-26 17:53:08 +00:00
David E. O'Brien
ac0d11744a
Use the stock (2.11.2) version of this now.
2001-06-26 17:51:35 +00:00
David E. O'Brien
bfdc8ef812
Use the vendor's 2.11.2 version of this file as in rev 1.4.
2001-06-26 17:45:23 +00:00
David E. O'Brien
515082a3ff
Merge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.11.2.
2001-06-26 17:44:22 +00:00
David E. O'Brien
937233fdcb
Really wish this could back on the vendor branch...
...
Commit the stock 2.11.2 version.
2001-06-26 17:43:37 +00:00
David E. O'Brien
612f257451
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.11.2.
2001-06-26 17:17:04 +00:00
David E. O'Brien
dd752cf395
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere.) into Binutils 2.11.2.
2001-06-26 17:15:34 +00:00
David E. O'Brien
fdcfb587ca
Merge our ELF branding into Binutils 2.11.2.
2001-06-26 17:14:56 +00:00
David E. O'Brien
fd66bf0071
Import of GNU Binutils version 2.11.2.
2001-06-26 16:57:43 +00:00
David E. O'Brien
2f5bf4fae2
This commit was generated by cvs2svn to compensate for changes in r78828,
...
which included commits to RCS files with non-trunk default branches.
2001-06-26 16:57:43 +00:00
Andrey A. Chernov
cd01c79119
Make the similar changes as in our keyinfo, i.e. allow user to get his own
...
sequence and allow root to get everybody's one. Before this change user
can't get his own sequence, root required.
2001-06-23 04:48:59 +00:00
David E. O'Brien
df9de0eba1
Virgin import (trimmed) of Bzip2 version 1.0.1.
2001-06-21 18:37:17 +00:00
David E. O'Brien
559ba42767
This commit was generated by cvs2svn to compensate for changes in r78556,
...
which included commits to RCS files with non-trunk default branches.
2001-06-21 18:37:17 +00:00
Ruslan Ermilov
af2a8ba6c3
Bring in FSF revision 1.17:
...
* src/roff/troff/node.h (node::node): Initialize `last'.
This fixes coredump on \b'\(sq' sequence.
Urged by: eivind
2001-06-19 06:43:49 +00:00
Ruslan Ermilov
a52dffddd2
This commit was generated by cvs2svn to compensate for changes in r78460,
...
which included commits to RCS files with non-trunk default branches.
2001-06-19 06:43:49 +00:00
Ruslan Ermilov
7879537eee
Removed duplicate copies of files already present in sys/contrib/ipfilter.
...
Not objected to by: -arch
2001-06-18 15:54:04 +00:00
Peter Wemm
d6be5f6435
Fix libpam's linker set stuff to use the new API (unbreak world), and get
...
rid of gensetdefs from here as well.
2001-06-14 01:13:30 +00:00
Andrey A. Chernov
0b680d18f6
Understand new locale names and Latin15 too
2001-06-10 17:03:37 +00:00
Mark Murray
d9c185f10a
Fix bug introduced by myself that often resulted in a session having
...
SIGINTR (^C) and SIGSTP (^Z) masked.
Reported by: bde, sobomax
Submitted by: sobomax
2001-06-07 08:45:23 +00:00
Ruslan Ermilov
3c5021685e
Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.
...
PR: bin/19598
MFC after: 1 week
2001-06-06 16:12:59 +00:00
Mark Murray
341762c6f1
In the same manner as getpass(3), block SIGINTR and SIGSTP while we are
...
actually reading the line.
2001-06-04 20:59:49 +00:00
Mark Murray
52b026c0e5
Return an empty string rather than an error at EOF.
2001-06-04 20:08:55 +00:00
David E. O'Brien
14070f45a1
Remove this file that slipped thru FREEBSD-Xlist's actions.
2001-06-02 00:03:06 +00:00
Mark Murray
13b65deafa
Bring back from the er, dead some useful PAM modules.
2001-05-29 18:32:17 +00:00
David E. O'Brien
872825029c
Support the environmental var "GCC_OPTIONS". Which can hold a set of
...
default options for GCC. These options are interpreted first and can be
overwritten by explicit command line parameters. This provides one way of
adding [temporary] options to your world build w/o editing /etc/make.conf.
2001-05-29 09:54:45 +00:00
David E. O'Brien
ef734dd386
Update for the Bintuils 2.11.0 import.
2001-05-28 17:48:04 +00:00
Gregory Neil Shapiro
e6744d19c4
sendmail 8.11.4 has been imported
2001-05-28 17:13:41 +00:00
Gregory Neil Shapiro
c0c4794d84
Resolve conflicts from 8.11.4 import
2001-05-28 17:10:35 +00:00
Gregory Neil Shapiro
8774250cea
Import sendmail 8.11.4
2001-05-28 17:08:52 +00:00
Gregory Neil Shapiro
e66921d832
This commit was generated by cvs2svn to compensate for changes in r77349,
...
which included commits to RCS files with non-trunk default branches.
2001-05-28 17:08:52 +00:00
David E. O'Brien
79a225640d
Merge rev 1.2 into Binutils 2.11[.0].
...
Teach `ld' how to access FreeBSD's ld ELF hints.
2001-05-28 06:21:27 +00:00
David E. O'Brien
66f5a1cd95
We use the stock version of this file now.
...
I committed our rev 1.2 (start symbol) and 1.3 (max pagesize) fixes into
the FSF/GNU source tree.
2001-05-28 06:19:25 +00:00
David E. O'Brien
efb6b1f03f
We use the stock version of this file.
2001-05-28 06:17:54 +00:00
David E. O'Brien
998fcc5cfb
We use the stock version of this file now.
...
I committed all the new FreeBSD platform support (PPC, StrongARM, Sparc64)
into the FSF/GNU tree.
2001-05-28 06:17:17 +00:00
David E. O'Brien
e74384305b
Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11[.0].
2001-05-28 06:15:35 +00:00
David E. O'Brien
2e3f221007
Use the stock version of this file now.
...
I committed our rev 1.2 fix into the FSF/GNU tree.
2001-05-28 06:14:37 +00:00
David E. O'Brien
098e7024f7
We use the stock version of this file now.
...
I folded our rev 1.2 localizations into the FSF/GNU tree.
2001-05-28 06:11:56 +00:00
David E. O'Brien
8f29d50bf5
Return to the vendor's version of this file.
2001-05-28 06:10:48 +00:00
David E. O'Brien
bcffceaaa6
Add a minor tweak for us that I failed to get committed to the stock 2.11.
2001-05-28 06:08:54 +00:00
David E. O'Brien
6dfb9de37e
Return to the vendor's version of this file.
...
(have I mentioned how fscking stupid CVS can be??)
2001-05-28 06:05:28 +00:00
David E. O'Brien
cb5531a994
Return to the vendor's version of this file.
...
(CVS -j -j filled this with conflicts -- CVS it just too fscking dumb
to realize this is the 3rd time we've just committed the vendor
version + FreeBSD ID)
2001-05-28 06:04:24 +00:00
David E. O'Brien
b94b3e7a83
Return to the vendor's version of this file as in rev 1.4.
...
(CVS is too stupid to realize we've done this 3 times now...)
2001-05-28 06:00:20 +00:00
David E. O'Brien
64f2a81b18
CVS is too stupid to realize we use the stock version of this file now.
2001-05-28 05:54:56 +00:00
David E. O'Brien
0130e184b4
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.11[.0].
2001-05-28 05:53:00 +00:00
David E. O'Brien
af489d2da7
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere.) into Binutils 2.11[.0].
2001-05-28 05:52:12 +00:00
David E. O'Brien
8b8792993c
Merge our ELF branding into Binutils 2.11[.0].
...
I have also turned off the older 100% against-the-gABI method[*].
If you must really have it, define "WANT_OLD_BRANDELF_METHOD".
[*] but left the stretching the gABI method until I finish writing the
notes section support in the ELF image loader.
2001-05-28 05:49:34 +00:00
David E. O'Brien
c9edceadd8
Import of GNU Binutils version 2.11.0.
...
Believe it or not, this is heavily stripped down.
2001-05-28 05:21:37 +00:00
David E. O'Brien
c8c29a6bbe
This commit was generated by cvs2svn to compensate for changes in r77298,
...
which included commits to RCS files with non-trunk default branches.
2001-05-28 05:21:37 +00:00
David E. O'Brien
741a3bc754
Teach gcc about '%+' so it will not warn when using '%+' in a format
...
string when using strftime(), since our libc supports it.
PR: 26827
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2001-05-25 19:00:07 +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
Matthew Dillon
7a2254dcf0
Oops, forgot the 'u' in the getopt for the previous commit.
2001-05-24 00:14:19 +00:00
Matthew Dillon
e5c23e887b
A feature to allow one to telnet to a unix domain socket. (MFC from
...
non-crypto version)
Also update the crypto telnet's man page to reflect other options
ported from the non-crypto version.
Obtained from: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
2001-05-23 22:54:07 +00:00
Nick Sayer
9286fd701f
Make the PAM user-override actually override the correect thing.
2001-05-17 16:28:11 +00:00
Peter Wemm
cf9473cd84
Thanks to ru for the suggestion: remove these files from the vendor
...
branch instead of the mainline. These no longer exist on the
vendor branch as of v5_2_20010512. This saves a delta on the mainline.
2001-05-17 08:39:21 +00:00
Peter Wemm
edfeb4834f
This commit was generated by cvs2svn to compensate for changes in r76732,
...
which included commits to RCS files with non-trunk default branches.
2001-05-17 08:39:21 +00:00
Peter Wemm
952abd2a98
Merge changes from vendor branch to mainline.
2001-05-17 08:24:39 +00:00
Peter Wemm
7a69bbfb27
Import ncurses-5.2-20010512 onto the vendor branch
...
Obtained from: ftp://dickey.his.com/ncurses/
2001-05-17 08:21:06 +00:00
Peter Wemm
9f22302ac6
This commit was generated by cvs2svn to compensate for changes in r76726,
...
which included commits to RCS files with non-trunk default branches.
2001-05-17 08:21:06 +00:00
Peter Wemm
64867478d8
Back out last commit. This was already fixed. This should never have
...
happened, this is why we have commit mail expressly delivered to
committers.
2001-05-17 03:14:42 +00:00
Peter Wemm
d48d5be0d0
Fix the latest telnet breakage. Obviously this was never compiled.
2001-05-17 03:13:00 +00:00
Nick Sayer
1848e3d448
Since the root-on-insecure-tty code was added to telnetd, a dependency
...
on char *line was added to libtelnet. Put a dummy one in to keep the
linker happy.
2001-05-16 20:34:42 +00:00
Nick Sayer
166b3cb9a0
Make sure the protocol actively rejects bad data rather than
...
(potentially) not responding to an invalid SRA 'auth is' message.
2001-05-16 20:24:58 +00:00
Nick Sayer
8183ac8f53
srandomdev() affords us the opportunity to radically improve, and at the
...
same time simplify, the random number selection code.
2001-05-16 18:32:46 +00:00
Nick Sayer
60f581768d
Catch any attempted buffer overflows. The magic numbers in this code
...
(512) are a little distressing, but the method really needs to be
extended to allow server-supplied DH parameters anyway.
Submitted by: kris
2001-05-16 18:27:09 +00:00
Nick Sayer
e7157113a9
Catch malloc return failures. This should help avoid dereferencing NULL on
...
low-memory situations.
Submitted by: kris
2001-05-16 18:17:55 +00:00
Mark Murray
458a1c243f
Fix problem with static linking:
...
> Script started on Sat May 12 22:18:47 2001
> ttyp1:bde@gamplex:/usr/src/libexec/rshd> rsh localhost ls
> rcmd: localhost: Undefined error: 0
Reported by: bde
2001-05-16 11:05:03 +00:00
Peter Wemm
cd189e1195
Hack to work around braindeath in libtelnet:sra.c. The sra.o file
...
references global variables from telnetd, but is also linked into
telnet as well. I was tempted to back out the last sra.c change
as it is 100% bogus and should be taken out and shot, but for now
this bandaid should get world working again. :-(
2001-05-15 09:52:03 +00:00
Nick Sayer
c7be24c970
If the uid of the attempted authentication is 0 and if the pty is
...
insecure, do not succeed. Copied from login.c. This functionality really
should be a PAM module.
2001-05-15 04:47:14 +00:00
David E. O'Brien
cb300ebf8e
Make it easy for people to use define DWARF2 exceptions unwinding.
...
If "WANT_DWARF2_UNWIND" you get it. Note that this is a different C++ ABI
than the FreeBSD default. So you will need to recompile all your C++ apps
that uses exceptions if you turn this on. I am adding it here for Yahoo!'s
use and for those that want to be early adopters to what I will make as the
default with the GCC 3.0 import.
2001-05-14 22:45:26 +00:00
David E. O'Brien
3cd4df5a77
Choose the right LIB_SPEC for threads based on "__FreeBSD_version".
...
This allows someone with an older -current to update their compiler [only].
Inspired by: Loren James Rittle <rittle@rsch.comm.mot.com>
2001-05-12 04:57:49 +00:00
Mark Murray
bf6ff2766c
Add utility PAMs for finer userland control
2001-05-11 10:12:55 +00:00
Nick Sayer
053c5b3a9e
Pointy hat fix -- reapply the SRA PAM patch. To -current this time.
2001-05-07 20:42:02 +00:00
Mark Murray
de4efa569a
Resolve conflicts.
2001-05-03 10:48:56 +00:00
Mark Murray
2406bb3ce7
This commit was generated by cvs2svn to compensate for changes in r76238,
...
which included commits to RCS files with non-trunk default branches.
2001-05-03 09:36:08 +00:00
Mark Murray
5791a4d446
Vendor import Linux PAM 0.75
2001-05-03 09:36:08 +00:00
David E. O'Brien
6a616ff41c
* include/elf.h has been repo copied to include/elf-hints.h, and it no
...
longer includes machine/elf.h.
* consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11.0 and too much clashing over
our base elf headers and the Binutils elf headers.
2001-05-03 01:49:58 +00:00
Mark Murray
2888dd72bf
Compensate for dethreaded headers.
...
(I have no religion about how this was done. Follow-up commits welcome)
2001-05-01 09:02:06 +00:00
Ruslan Ermilov
289950f4f3
Fix usage of GROFF_BIN_PATH.
2001-04-26 12:29:12 +00:00
David E. O'Brien
74c7a2f52b
Update for file 3.35.
2001-04-25 07:42:15 +00:00
David E. O'Brien
61295bbb39
Virgin import of Christos Zoulas's FILE 3.35.
2001-04-25 07:41:21 +00:00
David E. O'Brien
4af11a9683
This commit was generated by cvs2svn to compensate for changes in r75937,
...
which included commits to RCS files with non-trunk default branches.
2001-04-25 07:41:21 +00:00
Andrey A. Chernov
1bd843bb8d
Move manpages to their original location (cvs copy to doc)
2001-04-21 22:02:18 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
10da3a80ed
Update upgrade instructions.
2001-04-17 14:31:56 +00:00
Ruslan Ermilov
2766dc31da
FreeBSD provides its own version of this OS-specific file.
2001-04-17 13:32:10 +00:00
Ruslan Ermilov
bb2974b756
Removed yacc(1) output files.
2001-04-17 12:29:43 +00:00
Ruslan Ermilov
96cdc9a050
Merge Groff 1.17 changes.
2001-04-17 12:28:31 +00:00
Ruslan Ermilov
74cf10f1aa
Use stock (FSF) version of this file.
2001-04-17 12:28:00 +00:00
Ruslan Ermilov
9f06645d99
Removed files not present in v1.17 import.
2001-04-17 12:23:50 +00:00
Ruslan Ermilov
d0bf30505c
This commit was generated by cvs2svn to compensate for changes in r75587,
...
which included commits to RCS files with non-trunk default branches.
2001-04-17 12:23:50 +00:00
Ruslan Ermilov
af2786323e
Removed files not present in v1.17 import.
2001-04-17 12:23:50 +00:00
Ruslan Ermilov
1d5f6a94a8
Virgin import of FSF groff v1.17
2001-04-17 12:12:05 +00:00
Ruslan Ermilov
9a381181f1
This commit was generated by cvs2svn to compensate for changes in r75584,
...
which included commits to RCS files with non-trunk default branches.
2001-04-17 12:12:05 +00:00
Maxim Sobolev
a4a7932740
Update/improve Ukrainian translation.
...
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> (author of translation)
2001-04-17 11:00:58 +00:00
David E. O'Brien
e5b85648a2
Remove the filename_completion_function() extern that conflicts with the
...
latest version of this fuction in Readline 4.2
2001-04-14 01:49:32 +00:00
Ruslan Ermilov
566f5a4859
mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.
2001-04-13 08:49:52 +00:00
Andrey A. Chernov
7de69ff097
Activate backward-compatible prototypes
2001-04-12 17:18:46 +00:00
David E. O'Brien
5e4c98b1a6
The internal declaration for tilde_expand() now conflicts with the one
...
that was finally added to the readline headers in readline 4.2.
Submitted by: ache
2001-04-11 16:15:19 +00:00
Andrey A. Chernov
c8f896e658
Remove conflicting readline prototype
2001-04-11 04:07:38 +00:00
Andrey A. Chernov
a39df769f3
Merge local changes
2001-04-11 03:15:56 +00:00
Andrey A. Chernov
3be056262b
This commit was generated by cvs2svn to compensate for changes in r75406,
...
which included commits to RCS files with non-trunk default branches.
2001-04-11 02:33:07 +00:00
Andrey A. Chernov
fb21882ffc
v4.2 initial import
2001-04-11 02:33:07 +00:00
David E. O'Brien
370d222b7f
Remove MIPS support.
...
It has rotted quite badly and no one has provided updates for it.
2001-04-11 00:12:48 +00:00
David E. O'Brien
907ca3853b
Removed these old 2.9.x files.
2001-04-10 23:53:32 +00:00
Ruslan Ermilov
a8209d83f8
psroff(1) has never been a part of Groff.
2001-04-10 17:04:31 +00:00
Ruslan Ermilov
f3c9372abd
Merge in latest CSRG revisions:
...
- .Fn and .Fc now print a final semicolon (`;') after a
function declaration in the SYNOPSIS
- .%I implemented
- .At outputs ``AT&T UNIX'' if called without arguments
- minor cleanup
Obtained from: CSRG archives
2001-04-09 13:02:20 +00:00
Nick Sayer
036790848a
Clean up telnet's argument processing a bit. autologin and encryption is
...
now the default, so ignore the arguments that turn it on. Add a new -y
argument to turn off encryption in case someone wants to do that. Sync
these changes with the man page (including removing the now obsolete
statement about availability only in the US and Canada).
2001-04-06 15:56:10 +00:00
Chris D. Faulhaber
0873af5d5f
Do not log every potential exploit attempt since a denial-of-service
...
may result.
2001-04-06 14:34:15 +00:00
Chris D. Faulhaber
12695b686a
- Correct off-by-one error and buffer underflow from previous fix
...
- int -> unsigned char fixes
Submitted by: ache, dillon, Mark Andrews, et.al. (on -security)
2001-04-06 14:15:38 +00:00
Nick Sayer
6a1fe28e41
Reactivate SRA.
...
Make handling of SIGINT and SIGQUIT follow SIGTSTP in TerminalNewMode().
This allows people to break out of SRA authentication if they wish to.
2001-04-05 14:09:15 +00:00
Ruslan Ermilov
6405e53deb
Record -lposix1e death.
2001-04-05 07:59:19 +00:00
Poul-Henning Kamp
0cad4cb4e6
Fix a potential ROOT-exploit in NTPD.
...
PR: 26358
Reviewed by: dima
2001-04-04 23:07:22 +00:00
Bill Fenner
7e9c480713
Check in the diff for rev 1.11 of tcpdump.org's print-smb.c
...
to replace freebsd.org's rev 1.2.
2001-04-04 00:11:06 +00:00
Bill Fenner
84c29ae3c4
This commit was generated by cvs2svn to compensate for changes in r75147,
...
which included commits to RCS files with non-trunk default branches.
2001-04-04 00:11:06 +00:00
Bill Fenner
943ee2b15a
Merge tcpdump 3.6.2
2001-04-03 07:50:46 +00:00
Bill Fenner
685295f4d7
Virgin import of tcpdump.org tcpdump v3.6.2
2001-04-03 07:45:48 +00:00
Bill Fenner
4df395f42e
This commit was generated by cvs2svn to compensate for changes in r75115,
...
which included commits to RCS files with non-trunk default branches.
2001-04-03 07:45:48 +00:00
Bill Fenner
8e1481d144
Merge libpcap 0.6.2
2001-04-03 04:32:48 +00:00
Bill Fenner
bd053aaff0
This commit was generated by cvs2svn to compensate for changes in r75107,
...
which included commits to RCS files with non-trunk default branches.
2001-04-03 04:18:09 +00:00
Bill Fenner
dc2c730546
Virgin import of tcpdump.org libpcap v0.6.2
2001-04-03 04:18:09 +00:00
David E. O'Brien
393efa2bde
Consistently space the output.
2001-03-31 09:26:03 +00:00
David E. O'Brien
3cf5f81f9f
Change "*coff*" to "coff*" so that the pattern will not dike out xcoffsolib.h.
...
I'll revisit the pattern on the next import.
2001-03-30 02:37:55 +00:00
Gregory Neil Shapiro
f21dafbc5c
Forgot to update this README when I imported 8.11.3
2001-03-30 02:09:19 +00:00
David E. O'Brien
7fd39efb06
Remove these MD files that we've never needed.
2001-03-30 01:44:39 +00:00
David E. O'Brien
fe45817a0c
Remove this auto-generated file (and isn't part of 5.0 as it shouldn't be).
2001-03-30 01:41:02 +00:00
David E. O'Brien
e614c11f2c
Remove these GDB 4.18 docs that did not make it into 5.0.
2001-03-30 01:40:04 +00:00
David E. O'Brien
3801fcd9f1
Remove this GDB 4.18 file that is no longer part of GDB [5.0].
2001-03-29 20:53:56 +00:00
David E. O'Brien
b6cfd1f43d
Update for file 3.34.
2001-03-25 18:38:47 +00:00
David E. O'Brien
adef7cde57
Virgin import of Christos Zoulas's FILE 3.34.
2001-03-25 18:37:04 +00:00
David E. O'Brien
9d48a2e64c
This commit was generated by cvs2svn to compensate for changes in r74784,
...
which included commits to RCS files with non-trunk default branches.
2001-03-25 18:37:04 +00:00
David E. O'Brien
cf1ed2f80f
List of distfile contents to delete using rm' and
find -delete'.
...
Simular to the FREEBSD-Xlist used with `tar -X ... -xf'.
This file is typically used when one starts with the GDB anoncvs repo
rather than a release tarball.
2001-03-24 09:37:48 +00:00
David E. O'Brien
66d7199d63
Import the setjump/longjump exception handling fixes from GCC 2.95.3.test3
...
that were removed from GCC 2.95.3.test4 and the subsequent release due
to problems on HP-UX. However, they work just fine on all the BSD's.
W/o these patches the following program segmentation faults if compiled
with -O2 (but not -Os or -O or -O0):
#include <stdio.h>
class A {
public:
A() { printf("c'tor A\n"); }
~A(){ printf("d'tor A\n"); }
};
class foo : public A {
public:
foo() { printf("C'tor foo\n"); throw 8; }
~foo() { printf("D'tor foo\n"); }
};
int main(){
try { foo fii; }
catch (int){ printf("catch ...\n"); }
return 0;
}
2001-03-24 01:58:31 +00:00
David E. O'Brien
8338ba3e77
This commit was generated by cvs2svn to compensate for changes in r74722,
...
which included commits to RCS files with non-trunk default branches.
2001-03-24 01:58:31 +00:00
Andrey A. Chernov
fcf8327355
Don't attempt to parse %c
2001-03-21 21:17:54 +00:00
David E. O'Brien
06b8915d1f
Virgin import of GCC 2.95.3's libobjc
2001-03-19 20:56:11 +00:00
David E. O'Brien
6020fb6068
This commit was generated by cvs2svn to compensate for changes in r74485,
...
which included commits to RCS files with non-trunk default branches.
2001-03-19 20:56:11 +00:00
David E. O'Brien
5ed6456a06
Virgin import of GCC 2.95.3's libstdc++
2001-03-19 20:51:52 +00:00
David E. O'Brien
332b41b792
This commit was generated by cvs2svn to compensate for changes in r74483,
...
which included commits to RCS files with non-trunk default branches.
2001-03-19 20:51:52 +00:00
David E. O'Brien
addb3faa55
Virgin import of GCC 2.95.3's libio -- the C++ iostream facility.
2001-03-19 20:49:58 +00:00
David E. O'Brien
a7b0f5f340
This commit was generated by cvs2svn to compensate for changes in r74481,
...
which included commits to RCS files with non-trunk default branches.
2001-03-19 20:49:58 +00:00
David E. O'Brien
41fd0c09eb
Remove some files that are no longer in the FSF branch.
2001-03-19 19:50:17 +00:00
David E. O'Brien
1e1e1a599e
Merge gcc-2.95.3 changes onto mainline. Update FreeBSD changes to converge
...
with changes made in the FSF tree.
2001-03-19 19:50:16 +00:00
David E. O'Brien
843b04fb90
Virgin import of the GCC 2.95.3 compilers
2001-03-19 19:46:16 +00:00
David E. O'Brien
59543307c9
This commit was generated by cvs2svn to compensate for changes in r74473,
...
which included commits to RCS files with non-trunk default branches.
2001-03-19 19:46:16 +00:00
Nick Sayer
989efc86f5
Fix core noted in -stable with 'auth disable SRA'.
...
I just mistakenly commited this to RELENG_4. I have contacted Jordan to see
about how to fix this. Pass the pointy hat.
2001-03-18 09:44:25 +00:00
Ruslan Ermilov
99d2a6766d
.St macro cleanup:
...
- spell the abbreviation of 1003.1 as ``POSIX.1''
- fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990
- removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and
is part of 1003.1 since 1003.1-1996.
- replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft)
- changed abbreviation of -isoC from ``ISO C'' to ``ISO C89''
- removed -iso9899 alias for -isoC
- IEC was missing from some names
- added abbreviation for -susv2 (``SUSv2'')
2001-03-12 17:19:38 +00:00
Assar Westerlund
bb330cd01e
enable auto-negotiation of encrypt and decrypt
2001-03-12 03:54:48 +00:00
Kris Kennaway
fc03710c55
This commit was generated by cvs2svn to compensate for changes in r73569,
...
which included commits to RCS files with non-trunk default branches.
2001-03-05 02:54:13 +00:00
Kris Kennaway
18690202e2
Import patch to fix non-constant format string abuses. This patch was
...
approved by the vendor and will be present in future releases.
2001-03-05 02:54:13 +00:00
Kris Kennaway
28ae2e3a2b
Import vendor fix for buffer overflow in HOME environment variable
2001-03-03 23:45:43 +00:00
Kris Kennaway
30b14dd1d0
This commit was generated by cvs2svn to compensate for changes in r73393,
...
which included commits to RCS files with non-trunk default branches.
2001-03-03 23:45:43 +00:00
Ruslan Ermilov
afcf05e46a
setlocale(3) has been fixed to match POSIX standard:
...
LC_ALL takes precedence over other LC_* envariables.
2001-03-02 16:52:14 +00:00
David E. O'Brien
9dcc3a35a1
Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit by
...
the FSF/GCC people in the stock 2.97 source that is like our custom change
modulo the conditional compilation symbol.
2001-03-02 08:46:15 +00:00
David E. O'Brien
49bd150d88
Move the obvious bits of mixed ELF and a.out support down into this MD
...
header to reduce the difference of our sources to the stock GNU/FSF ones.
While the mix binary format support was nice to have in the FreeBSD MI
header as a frame work, it just clutters up too much and makes the FreeBSD
MI header more different from the FSF/GNU stock one than it needs to be.
2001-03-02 02:46:05 +00:00
David E. O'Brien
c04329d184
Push as much as was easy of the mixed ELF & a.out support for the i386
...
into the i386 MD FreeBSD header. Also comment tweaking, continuation line
style changes, and other minor changes to make this closer to the latest
FSF/GNU 3.0 sources (to reduce my headache when 3.0 is imported).
2001-03-02 02:42:42 +00:00
Ruslan Ermilov
127cffed5a
Fixed undesirable hyphenation on the dash of a flag argument.
...
Example:
.Sh SYNOPSIS
.Nm natd
.Fl unregistered-only
.Fl proxy-only
.Fl deny-incoming
.Fl use-sockets
.Fl same-ports
Ported from: mdocNG
2001-03-01 12:46:29 +00:00
Ruslan Ermilov
abec56f578
Fixed two bugs with -tag lists.
...
If the -tag list definition didn't have a -width modifier,
the first .It call was supposed to set the width depending
on the first argument type; if it is a macro name, use the
macro's width value; otherwise, use width value of `No'.
The following two lists should produce identical output:
.Bl -tag -width Er -compact
.It Er EINVAL
invalid argument
.El
.Bl -tag -compact
.It Er EINVAL
invalid argument
.El
If the outermost -tag list definition did't have a -width
modifier, the .It elements of inner lists might not work
(producing a list where each successive element `walks' to
the right).
Example:
.Bl -tag -compact
.It outer
.It outer
.Bl -tag -compact
.It inner
.It inner
.El
.It outer
.It outer
.El
Ported from: mdocNG
2001-03-01 12:13:04 +00:00
Ruslan Ermilov
7e55afcbbc
mdoc(7) police: misc fixes.
2001-03-01 11:06:56 +00:00
David E. O'Brien
6ed0ce16ce
Stylistic changes mirroring ones done in the FSF/GNU 3.0 development sources.
2001-02-28 22:37:32 +00:00
Gregory Neil Shapiro
b466200952
Repair 8.11.3 merge conflicts
2001-02-28 00:22:47 +00:00
Gregory Neil Shapiro
602a2b1b1d
Import sendmail 8.11.3
2001-02-28 00:19:57 +00:00
Gregory Neil Shapiro
1ed4a948e1
This commit was generated by cvs2svn to compensate for changes in r73188,
...
which included commits to RCS files with non-trunk default branches.
2001-02-28 00:19:57 +00:00
Ruslan Ermilov
dbd205544b
Synch with NetBSD and OpenBSD: replace -iso9945-1 with -p1003.1-96.
2001-02-26 14:41:05 +00:00
Ruslan Ermilov
849447b80d
Revert part of rev 1.2: make -ansiC equivalent to -ansiC-89.
2001-02-26 13:29:46 +00:00
Ruslan Ermilov
e9ac6c2070
Do not output extra space after .Ef call.
...
Ported from: mdocNG
2001-02-26 09:24:14 +00:00
Kris Kennaway
4674b9b242
Resolve conflicts
2001-02-26 07:17:03 +00:00
Kris Kennaway
a078a05252
Initial import of bc 1.0.6
2001-02-26 07:13:00 +00:00
Kris Kennaway
f506601163
This commit was generated by cvs2svn to compensate for changes in r73064,
...
which included commits to RCS files with non-trunk default branches.
2001-02-26 07:13:00 +00:00
Ruslan Ermilov
0a3a912634
Make ``groff -man'' work again for both man(7) and mdoc(7) manpages.
...
The new Groff release will support this feature.
Requested by: peter
2001-02-23 09:35:33 +00:00
Peter Wemm
4fd2864862
Flip the default for CVS_RSH to "ssh". I am tired of getting asked this
...
all the time, and IMHO it is long overdue.
2001-02-23 04:52:30 +00:00
Gregory Neil Shapiro
12d67cf44c
Return to the code as distributed by sendmail.org. This eliminates a
...
warning on Alphas. It is still not the perfect solution for machines
which sizeof(u_long) != sizeof(void *) but it is as close as we are going
to get for now and consistent with the rest of the code. 8.12 has solved
this problem by providing a portable snprintf() which understands %p.
PR: bin/14142
2001-02-22 17:47:24 +00:00
Gregory Neil Shapiro
2003ac3f25
Document the vacation -d and -l options
...
PR: docs/22875
2001-02-22 05:54:31 +00:00
Ruslan Ermilov
f3bef032de
Do not output extra comma before "and" for references with two authors.
...
Example:
.Rs
.%A Author1
.%A Author2
.%B Book
.Re
Produced:
Author1, and Author2, Book.
Now produces:
Author1 and Author2, Book.
Ported from: mdocNG
2001-02-19 11:58:15 +00:00
Jeroen Ruigrok van der Werven
a5625a3bc7
Virgin import of ISC BIND v8.2.3-REL docs
2001-02-17 15:48:22 +00:00
Jeroen Ruigrok van der Werven
e191b7bd72
This commit was generated by cvs2svn to compensate for changes in r72571,
...
which included commits to RCS files with non-trunk default branches.
2001-02-17 15:48:22 +00:00
Jeroen Ruigrok van der Werven
aea157ebca
Remove old DNS setup document. We have long past the times where
...
BIND 4 was the thing of the day.
2001-02-17 15:19:00 +00:00
David E. O'Brien
6ec77f62cc
Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on the
...
Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format)
into GCC 2.95.3(RC#3).
2001-02-17 09:06:31 +00:00
David E. O'Brien
0e907ffc9a
Merge gcc-2.95.3-test3 changes onto mainline. Bump FreeBSD cc version.
2001-02-17 08:35:00 +00:00
David E. O'Brien
c4ac962157
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
2001-02-17 08:34:50 +00:00
David E. O'Brien
9520158aff
This commit was generated by cvs2svn to compensate for changes in r72562,
...
which included commits to RCS files with non-trunk default branches.
2001-02-17 08:34:50 +00:00
Ruslan Ermilov
ee41f1b1cf
SEE ALSO is the special name, and should not be taken in quotes,
...
since -mdoc checks for the "SEE" word only to set its variables.
In the SEE ALSO section, -mdoc automatically emits an empty line
before each new reference.
2001-02-16 11:35:39 +00:00
Ruslan Ermilov
9b751f2080
1. Disable the recognition of the last dot character in the
...
default .Ar argument as an end-of-sentence character.
Example:
.Ar
foo
Produced:
file ... foo
Now produces:
file ... foo
2. Fixed an off-by-one bug in the .It macro for the -hang lists.
Example:
.Bl -hang -width 8n -compact
.It 1234
OK
.It 1234567
OK
.It 12345678
BUG
.El
Produced:
1234 OK
1234567 OK
12345678 BUG
Now produces:
1234 OK
1234567 OK
12345678 BUG
Ported from: mdocNG
2001-02-14 11:03:06 +00:00
Ruslan Ermilov
c6be5d415a
Fixed the .St strings so that no single-character component of
...
the name could be wrapped, e.g. ``ISO C'' is always printed on
the same line.
Ported from: mdocNG
2001-02-08 12:00:18 +00:00
Ruslan Ermilov
5981123128
Fixed the .Xr macro so that it produces the right spacing
...
and no hyphenation is possible on a dash (`-') character.
Ported from: mdocNG
2001-02-08 11:22:34 +00:00
David E. O'Brien
e09c90cd8a
Bump __FreeBSD_cc_version to 500002 to show the -pthread option change.
2001-02-08 05:27:17 +00:00
Jeroen Ruigrok van der Werven
2b081e30cf
Synch: Add $FreeBSD$.
2001-02-07 21:58:16 +00:00
Ruslan Ermilov
3a4ab3655c
1. Disable hyphenation on a dash (`-') character in macro arguments.
...
2. Disable recognition of end-of-sentence characters in text-type
macro arguments.
3. Fix the missing space bug when an end-of-sentence character was
followed by another punctuation character.
4. Fix the bug where hyphenation was left disabled after .Re.
Obtained from: mdocNG
2001-02-07 17:45:22 +00:00
Ruslan Ermilov
b51747eb5e
Add a missing line-break request so that -ragged
...
-compact lists always start from the new line.
Example:
foo
.Bd -ragged -compact
bar
.Ed
Produced:
foo bar
Now produces:
foo
bar
2001-02-07 11:26:57 +00:00
Jeroen Ruigrok van der Werven
2fa72ea7d4
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
2001-02-06 12:05:58 +00:00
Jeroen Ruigrok van der Werven
9a01d32bfd
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
Jeroen Ruigrok van der Werven
2cdd9c0332
Fix typo: wierd -> weird.
...
There is no such thing as wierd in the english language.
2001-02-06 09:32:26 +00:00
Darren Reed
f590526d0a
fix conflicts
2001-02-04 14:26:56 +00:00