David E. O'Brien
fcd0ff585f
Allow for better control over the GCC front-end when building a cross
...
compiler.
* Undo the diking out of cross compiler logic from gcc.c rev 1.16.
* Add the `CROSS_STARTFILE_PREFIX' knob.
* Add our own definition of `STANDARD_INCLUDE_DIR'. This should have been
included in freebsd-native.h rev 1.5.
2002-03-05 00:17:24 +00:00
David E. O'Brien
a84e77fb7b
Allow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits.
2002-03-03 04:18:00 +00:00
David E. O'Brien
7486111210
Better granularity of the FREEBSD_NATIVE #ifdef's.
2002-03-02 09:58:48 +00:00
David E. O'Brien
99339e95db
Use the default 'ld' emulation rather than hard coding it.
...
For FreeBSD, 'ld' 2.12.0 uses a different emulation than in the past.
So this change makes the upgrade easier.
2002-02-25 04:49:17 +00:00
Dag-Erling Smørgrav
46acc37026
Vendor import of OpenPAM Cantaloupe
2002-02-23 01:24:02 +00:00
Dag-Erling Smørgrav
bf9ae4e89d
This commit was generated by cvs2svn to compensate for changes in r91100,
...
which included commits to RCS files with non-trunk default branches.
2002-02-23 01:24:02 +00:00
Dag-Erling Smørgrav
ac676a1116
Vendor import of OpenPAM Caliopsis
2002-02-23 01:23:20 +00:00
Dag-Erling Smørgrav
9350e3cd49
This commit was generated by cvs2svn to compensate for changes in r91097,
...
which included commits to RCS files with non-trunk default branches.
2002-02-23 01:23:20 +00:00
Dag-Erling Smørgrav
5c1eca5551
Vendor import of OpenPAM Calamite
2002-02-23 01:22:51 +00:00
Dag-Erling Smørgrav
82170ab754
This commit was generated by cvs2svn to compensate for changes in r91094,
...
which included commits to RCS files with non-trunk default branches.
2002-02-23 01:22:51 +00:00
David E. O'Brien
1e2fa85a95
Explain how I did the binutils_2_12_anoncvs_20020221 import.
2002-02-22 05:11:49 +00:00
David E. O'Brien
9d34368f3a
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.12_20020221_snap.
2002-02-22 04:52:00 +00:00
David E. O'Brien
dd23d95f1b
Bring the binutils_2_12_20020221_snap version of this to the HEAD branch.
2002-02-22 04:51:15 +00:00
David E. O'Brien
a6c1198cb5
Merge rev 1.2 (FreeBSD a.out configuration support) into
...
Binutils 2.12_20020221_snap.
2002-02-22 04:49:49 +00:00
David E. O'Brien
4ed0906c0d
Use the stock (2.12_20020221_snap) version of this.
2002-02-22 04:48:12 +00:00
David E. O'Brien
9426fb2b85
Use the stock version of this.
2002-02-22 04:47:47 +00:00
David E. O'Brien
a4029a1784
Use the vendor's 2.12_20020221_snap version of this file as in rev 1.4.
2002-02-22 04:47:16 +00:00
David E. O'Brien
00cb9610b5
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.12_20020221_snap.
2002-02-22 04:46:20 +00:00
David E. O'Brien
d3e821e6ac
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.12_20020221_snap.
2002-02-22 04:45:47 +00:00
David E. O'Brien
3fe4d18dc1
Merge our ELF branding into Binutils 2.12_20020221_snap.
2002-02-22 04:44:56 +00:00
David E. O'Brien
eb1d121cb5
Import of Binutils from the FSF 2.12 branch (pre-.0 release).
...
These bits are taken from the FSF anoncvs repo on 21-Feburary-2002 20:15 PST.
2002-02-22 04:18:42 +00:00
David E. O'Brien
9e68b78882
This commit was generated by cvs2svn to compensate for changes in r91041,
...
which included commits to RCS files with non-trunk default branches.
2002-02-22 04:18:42 +00:00
David E. O'Brien
4bda744b0a
Reflect the rename of the vendor branch.
2002-02-20 02:36:24 +00:00
Jacques Vidrine
eacee0ff7e
Update build after import of Heimdal Kerberos 2002/02/17.
2002-02-19 15:53:33 +00:00
Murray Stokely
7d8cb95f1c
Add information about the 3.0.1RC6 upgrade.
2002-02-19 14:55:44 +00:00
Murray Stokely
a2f98fcc9e
Resolve conflicts. Remove references to dhcpd from the man page,
...
since only the client exists in the base system.
2002-02-19 12:43:18 +00:00
Murray Stokely
eae30be95a
Resolve conflicts.
2002-02-19 12:22:54 +00:00
Murray Stokely
edc4c2b49d
Resolve conflicts.
...
* Note that option hostname is only honored if the hostname is not
already set. (r1.2)
2002-02-19 12:15:09 +00:00
Murray Stokely
e51a769ab7
Resolve conflicts.
...
* Space the output consistently. (r1.19)
* Use the cleaner "-n" syntax instead of comparing against "". (r1.17)
* Fix arp invocation. (r1.13)
2002-02-19 12:10:40 +00:00
Murray Stokely
74a4b94fe6
Resolve conflicts.
...
* $FreeBSD$
* Fix numerous typos.
* Use correct path for dhclient-script.
2002-02-19 12:07:09 +00:00
Murray Stokely
727d8dcff2
Resolve conflicts.
...
* $FreeBSD$
* connect std{in,out,err}. (r1.19)
* prefer strlcpy to strpy. (r1.13)
* quiet by default. (r1.6)
* document -D option.
2002-02-19 12:04:29 +00:00
Murray Stokely
5e84f73d96
Resolve conflicts :
...
* $FreeBSD$ id, obrien copyright.
* Document the -D option. (r1.6)
* Correct man page reference and fix typo. (r1.8)
Reviewed by: obrien
2002-02-19 12:00:47 +00:00
Murray Stokely
92c4d51b6d
Resolve conflicts :
...
* $FreeBSD$ line.
* Remove dhcpd and dhcprelay from the SEE ALSO section, since these
are not in the base system.
2002-02-19 11:57:47 +00:00
Murray Stokely
c31fe933fc
Resolve conflicts :
...
* $FreeBSD$ line.
* Prefer strlcpy to strcpy (r1.6).
* dhclient-script pathname.
2002-02-19 11:55:09 +00:00
Murray Stokely
4f80634345
This commit was generated by cvs2svn to compensate for changes in r90908,
...
which included commits to RCS files with non-trunk default branches.
2002-02-19 11:04:34 +00:00
Murray Stokely
ce99b771f8
Import ISC DHCP 3.0.1 RC6 client.
2002-02-19 11:04:34 +00:00
Dag-Erling Smørgrav
2340d160b1
Really document the import procedure.
2002-02-19 09:36:40 +00:00
Dag-Erling Smørgrav
007c6572bf
Vendor import of bwk's 2002-02-18 release. Most significant update is the
...
inclusion of my character class patch.
2002-02-19 09:35:25 +00:00
Dag-Erling Smørgrav
24949f0dbd
This commit was generated by cvs2svn to compensate for changes in r90902,
...
which included commits to RCS files with non-trunk default branches.
2002-02-19 09:35:25 +00:00
Dag-Erling Smørgrav
d8eb0f5891
Document the import procedure.
2002-02-19 09:30:33 +00:00
Dag-Erling Smørgrav
82b279f73e
We don't need ths file.
2002-02-19 09:27:25 +00:00
Dag-Erling Smørgrav
39a94cc3bf
This commit was generated by cvs2svn to compensate for changes in r90899,
...
which included commits to RCS files with non-trunk default branches.
2002-02-19 09:27:25 +00:00
Dag-Erling Smørgrav
a65e3652f4
We don't need ths file.
2002-02-19 09:27:25 +00:00
Gregory Neil Shapiro
39e37e7212
Fix mail.local build for non-sendmail.org code
2002-02-18 02:18:42 +00:00
Gregory Neil Shapiro
21779123d1
This commit was generated by cvs2svn to compensate for changes in r90809,
...
which included commits to RCS files with non-trunk default branches.
2002-02-17 22:51:21 +00:00
Gregory Neil Shapiro
0045d4bf99
Update import instructions for sendmail 8.12.2
2002-02-17 22:06:57 +00:00
Gregory Neil Shapiro
12ed1c7c81
Resolve conflicts from sendmail 8.12.2 import
2002-02-17 21:58:34 +00:00
Gregory Neil Shapiro
5b587aff2d
This commit was generated by cvs2svn to compensate for changes in r90792,
...
which included commits to RCS files with non-trunk default branches.
2002-02-17 21:56:45 +00:00
Gregory Neil Shapiro
4026605903
Import sendmail 8.12.2
2002-02-17 21:56:45 +00:00
Mark Peek
e751b85f6f
This commit was generated by cvs2svn to compensate for changes in r90446,
...
which included commits to RCS files with non-trunk default branches.
2002-02-10 04:40:26 +00:00
Mark Peek
ad35f55d45
- Add support for autodetection of *.euc?? and *.EUC locales.
...
- ja_JP.eucJP, ja_JP.EUC
- ko_KR.eucKR, ko_KR.EUC
- zn_CN.eucCN, zn_CN.EUC
- Add support for zh_TW.Big5
- Add ja_JP.Shift_JIS alias for ja_JP.SJIS
Submitted by: phantom
Approved by: Christos Zoulas <cristos@zoulas.com> - TCSH maintainer
2002-02-10 04:40:26 +00:00
David E. O'Brien
8519d4e5fc
Correct email address for bug reports and patch submissions.
...
Submitted by: Marco Molteni <molter@tin.it>
2002-02-08 19:45:58 +00:00
Jacques Vidrine
dc84ba3905
Remove files that shouldn't have been imported.
...
These will be surgically removed from the repository.
Approved by: markm
(with a CVS Meister hat on)
2002-02-06 16:31:41 +00:00
David E. O'Brien
e35f7181ce
Use the stock [3.1-snap] version of this.
2002-02-06 05:10:06 +00:00
David E. O'Brien
3905f1c147
A slightly more general version of rev 1.2 that might be more acceptable
...
to the GCC maintainers.
2002-02-06 05:07:17 +00:00
David E. O'Brien
34edb80c80
Merge BDE's printf format error fixes (rev 1.2) into GCC 3.1-snap.
2002-02-06 05:07:01 +00:00
David E. O'Brien
f4625df208
Use the stock GCC 3.1-snap version of this.
2002-02-06 05:05:49 +00:00
David E. O'Brien
eecc1da618
A slightly different version of rev 1.2 that is closer to something the
...
GCC maintainers might actually accept.
2002-02-06 05:04:25 +00:00
David E. O'Brien
982e216c53
Merge rev 1.2 (printf format error fixes) into GCC 3.1-snap.
2002-02-06 05:03:43 +00:00
David E. O'Brien
08a759af80
Use the stock [3.l-snap] version of this.
2002-02-06 05:02:18 +00:00
David E. O'Brien
229356526c
Use the stock [3.1-snap] file.
2002-02-06 05:01:51 +00:00
David E. O'Brien
9864f35a4f
Use the stock file for now.
...
The changes from GCC 2.95.3 to 3.1 are large and it is hard to figure
out how to apply our changes. Once BDE can properly test GCC 3.1 he'll
add back in our changes.
2002-02-06 05:01:29 +00:00
David E. O'Brien
2b6f3a3db7
Merge the stock gcc-3.1_snap file onto HEAD.
2002-02-06 05:00:48 +00:00
David E. O'Brien
a1640fbb8a
Merge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)
...
into GCC 3.1-snap.
2002-02-06 04:59:39 +00:00
David E. O'Brien
21afea8038
We use the stock [3.1-snap] file.
2002-02-06 04:49:08 +00:00
David E. O'Brien
adb423b12d
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);
...
1.16 (allow specification of TOOLS_PREFIX); 1.21 ("GCC_OPTIONS")
into GCC 3.1-snap.
Note that rev 1.20 was fixed in the stock GCC 3 sources.
2002-02-06 02:53:38 +00:00
Sheldon Hearn
fa3e900453
Don't use non-signal-safe functions (exit(3) in this case) in
...
signal handlers. In this case, use _exit(2) instead, following
the call to shutdown(2).
This fixes rare telnetd hangs.
PR: misc/33672
Submitted by: Umesh Krishnaswamy <umesh@juniper.net>
MFC after: 1 month
2002-02-05 15:20:02 +00:00
Sheldon Hearn
f93e740631
This commit was generated by cvs2svn to compensate for changes in r90238,
...
which included commits to RCS files with non-trunk default branches.
2002-02-05 09:17:24 +00:00
Sheldon Hearn
5fa4faea8e
Fix obscure bug in code loading support that could cause parsing of
...
functions in multi-line files to fail, depending on the state of the
stack. The fix is sanctioned by the vendor and will appear in bc-1.07.
PR: bin/34601
Reported by: mi
Obtained from: Phil Nelson <phil@cs.wwu.edu>
2002-02-05 09:17:24 +00:00
Jacques Vidrine
14102e47d3
Give the next BIND-importing schmuck some assistance.
2002-02-04 21:28:45 +00:00
Jacques Vidrine
941339bd62
getgrouplist now takes gid_t' instead of
int'.
2002-02-04 19:19:34 +00:00
Jacques Vidrine
789fda719a
Resolve conflicts after import of ISC BIND 8.3.1-REL.
2002-02-04 19:15:33 +00:00
Jacques Vidrine
c20aab4123
This commit was generated by cvs2svn to compensate for changes in r90209,
...
which included commits to RCS files with non-trunk default branches.
2002-02-04 19:12:46 +00:00
Jacques Vidrine
9a93429761
Import of ISC BIND 8.3.1-REL.
2002-02-04 19:12:46 +00:00
Mark Murray
e8f4c9eb46
WARNS fix. Zap an unused variable.
2002-02-03 15:50:05 +00:00
David E. O'Brien
588c983274
Merge rev 1.2 (a.out support) into GCC 3.1-snap.
2002-02-01 19:42:45 +00:00
David E. O'Brien
5e6e19c1c0
Use the stock 3.1-snap file now.
...
Until we can figure out how to reimpliment our custom format warnings
since the FSF developers totally revamped them, and took away the hooks
we were using to accomplish our desires.
2002-02-01 19:38:44 +00:00
David E. O'Brien
fcce64f0cf
Merge rev 1.2 (add_bb) into GCC 3.1-snap.
...
Note that the "NO_PROFILE_DATA"/"NO_PROFILE_COUNTERS" bits were added
to the stock FSF GCC 2.97 (and thus 3.1) source as i386 Linux needed them
also. (amazing what can get committed to the FSF GCC when needed by Linux...)
2002-02-01 19:19:08 +00:00
David E. O'Brien
d76ac4b1ae
We use the stock [3.1-snap] version of this,
...
other than having to add $FreeBSD$...
2002-02-01 19:12:03 +00:00
David E. O'Brien
e743a6a21f
Use the stock 3.1-snap file now.
...
I do not think our rev 1.2 changes are needed any longer.
2002-02-01 19:10:11 +00:00
David E. O'Brien
06c0bda4d1
The stock (3.1-snap) version of this file is used now.
...
The FreeBSD hacks now apply to `config.gcc'.
2002-02-01 18:56:12 +00:00
David E. O'Brien
27e13c821e
Go back to stock [3.1-snap] file -- our previous mods are OBE.
2002-02-01 18:54:38 +00:00
David E. O'Brien
1a321c6fba
We use the stock 3.1-snap file now.
...
All the -Wformat related code moved to c-format.c.
2002-02-01 18:53:34 +00:00
David E. O'Brien
dbefadbf9d
Use the stock 3.1-snap file now.
...
I have folded all our local changes into the FSF CVS repo.
2002-02-01 18:50:05 +00:00
David E. O'Brien
11b18c4539
This commit was generated by cvs2svn to compensate for changes in r90075,
...
which included commits to RCS files with non-trunk default branches.
2002-02-01 18:16:02 +00:00
David E. O'Brien
1952e2e1c1
Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.
...
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
2002-02-01 18:16:02 +00:00
Maxim Sobolev
e5826fad57
Add upgrade instructions.
2002-02-01 16:34:13 +00:00
Maxim Sobolev
46383e993b
This commit was generated by cvs2svn to compensate for changes in r90067,
...
which included commits to RCS files with non-trunk default branches.
2002-02-01 16:28:01 +00:00
Maxim Sobolev
ed14b6e01a
Virgin import (trimmed) of Bzip2 version 1.0.2
2002-02-01 16:28:01 +00:00
David E. O'Brien
13696e0464
MFC: gcc.295/config/alpha/freebsd.h revision 1.12:
...
Remove our definition for FUNCTION_PROFILER as it is wrong.
Note that "jsr $28,_mcount" is a macro for
ldq $27, _mcount($29) !literal!1
jsr $28, ($27), _mcount !lituse_jsr!1
1. The call to _mcount is added by alpha_expand_prologue after we load the gp.
Our _mcount uses $27 for the incoming address, unlike OSF/1 and Linux,
which use $28. This probably doesn't matter since we probably don't use $27
within _mcount itself.
2. You can't use this insn with _mcount because it uses the PLT, which clobbers
the return address in $28. Note that the prologue_mcount pattern carefully
avoids adding the lituse_jsr relocation so that we call through the GOT
directly.
Submitted by: Richard Henderson <rth@redhat.com>
2002-01-31 17:20:44 +00:00
Sheldon Hearn
cd65b21c06
Merge rev 1.1.1.3 from vendor branch: fix refresh / warning deadlock
2002-01-31 14:23:49 +00:00
Sheldon Hearn
85085b2098
Merge rev 1.1.1.2 from the vendor branch: fix leftright scrolling for
...
long lines
2002-01-31 13:45:31 +00:00
Sheldon Hearn
d9bf839744
Add $FreeBSD$ CVS Id tag so that I can merge rev 1.1.1.2 from the
...
vendor branch. This file was taken off the vendor branch in 1998,
before we started enforcing the presence of CVS Id tags. :-(
2002-01-31 13:44:36 +00:00
Sheldon Hearn
32c41949c6
This commit was generated by cvs2svn to compensate for changes in r90019,
...
which included commits to RCS files with non-trunk default branches.
2002-01-31 13:28:37 +00:00
Sheldon Hearn
b4f6fcd394
Fix core dump in left-right screen scrolling for long lines.
...
The nvi maintainer expects this patch to be included in the upcoming
nvi-1.81.6 unless a better fix presents itself.
The MFC reminder below should be taken as a cue to MFC rev 1.1.1.2
of vs_relative.c as well.
PR: bin/26869
Reported by: Alex Semenyaka <alexs@snark.ratmir.ru>
Obtained from: skimo@kotnet.org (via "Alexey V. Neyman" <alex.neyman@auriga.ru>)
MFC after: 1 month
2002-01-31 13:28:37 +00:00
Jacques Vidrine
3e838acb26
*sigh* Misfire. Backout previous commit, as it was meant for
...
another branch.
2002-01-29 17:40:45 +00:00
Jacques Vidrine
5dd418263a
FreeBSD 4.4 doesn't have __FBSDID. Do it the old-fashioned way instead.
...
Reported by: Steven Farmer <steve@geoenergycorp.com>
Pointy hat to: nectar
2002-01-29 17:11:28 +00:00
David E. O'Brien
2494ec932a
The list of not-wanted and needed files for the binutils_anoncvs_20020127
...
import.
2002-01-28 12:51:19 +00:00
David E. O'Brien
645378407b
Explain how I did the binutils_anoncvs_20020127 import.
2002-01-28 12:50:53 +00:00
Peter Wemm
d337ceafd7
Remove files that have been removed from vendor branch
2002-01-27 22:41:09 +00:00