summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-171-0/+3
| | | | | | 1.8 printf format error fixes Approved by: obrien
* Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-171-1/+1
| | | | | | 1.2 Localize the version number Approved by: obrien
* Use the stock 3.2.1-prerelease file.kan2002-09-176-29/+37
| | | | Approved by: obrien
* Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-171-0/+5
| | | | | | | 1.2 framework for our kernel printf enhancements 1.3 suppress prototype warning for K&R main Approved by: obrien
* This commit was generated by cvs2svn to compensate for changes in r103449,kan2002-09-173-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵kan2002-09-173-3/+3
| | | | | | | | 16-Sep-2002 13:23:11 EDT.
* | This commit was generated by cvs2svn to compensate for changes in r103447,kan2002-09-1743-1632/+8571
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo ↵kan2002-09-1743-1632/+8571
| | | | | | | | gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
* | This commit was generated by cvs2svn to compensate for changes in r103445,kan2002-09-1736-659/+972
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 ↵kan2002-09-1745-689/+1018
| | | | | | | | 13:23:11 EDT.
* | Make current.obrien2002-09-161-3/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r103373,obrien2002-09-1660-971/+2781
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of Christos Zoulas's FILE 3.39.obrien2002-09-1660-971/+2781
| | |
* | | Emacs decides between v8 and v9 based on "__arch64__". So define it.obrien2002-09-121-2/+5
| | | | | | | | | | | | Desired by: tmm
* | | Remove some debugging cruft I accidently committed with rev 1.4.obrien2002-09-121-7/+0
| | |
* | | Try to detect support for the `long long' type so that ANSI-C[89] cleanobrien2002-09-121-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code will know not to try to use `long long'. Unfortunately the GCC spec parser will not allow us to properly detect the "iso9899:1990" and "iso9899:199409" forms of the acceptable -std= arguments, because of the ':' in the -std argument. :-( I have left them in the spec as a place holder in hopes someone knows a way to make the detection of them work. Desired by: wollman
* | | Bump __FreeBSD_cc_version for gcc 3.1-prerelease -> 3.2.1-snap upgrade.obrien2002-09-091-1/+1
| | |
* | | In the --fast-read mode send SIGTERM to decompressor once we have extractedsobomax2002-09-091-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all files we have been asked for. This vastly improves performance of pkg_add(1), because usually it only extract +CONTENTS file in --fast-read mode, checks it and only then extracts full content of tarball in normal mode. Without this patch, it have had to decompress the tarball twice, effectively doubling consumed CPU time. MFC after: 1 week
* | | Fix a cvs server bug introduced in 1.11.2, in the words of the author:peter2002-09-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- Fix communication hanging in communication shutdown phase, caused by at least older CVS clients (version < 1.11.2) and a semantically incorrect usage of getc() by the server. --- getc() was being used on a blocking socket/pipe. Submitted by: rse
* | | Repo copy these files to the bmake area, these are not part of thepeter2002-09-022-112/+0
| | | | | | | | | | | | | | | cvs vendor release and should not have been 'cvs add'ed there in the first place.
* | | Remove these files from the vendor branch, they are no longer in 1.11.2peter2002-09-022-87/+0
| | |
* | | Minor updates after 1.11.2 importpeter2002-09-021-4/+3
| | |
* | | Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainlinepeter2002-09-0219-700/+1082
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r102840,peter2002-09-0281-2713/+8917
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import cvs-1.11.2 onto vendor branchpeter2002-09-02101-3393/+10035
| | | | | | | | | | | | | | | | Obtained from: http://www.cvshome.org/
| * | | Fix the HAVE_KERBEROS case. It seems somebody got carried awaypeter2001-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with cut/paste in the last release. Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Obtained from: http://ccvs.cvshome.org/source/browse/ccvs/src/client.c.diff?r1=1.302&r2=1.303
| * | | Removed in cvs-1.11.1p1 importpeter2001-08-101-1/+0
| | | |
| * | | Another stray file that got imported a long time ago and never cleaned up.peter2001-08-101-439/+0
| | | |
| * | | These files have been replaced by .in versions in cvs-1.11.1p1peter2001-08-109-1957/+0
| | | |
| * | | Nuke some stray files that stopped getting imported ages ago.peter2001-08-103-392/+0
| | | |
| * | | Remove some expired files no longer in current cvspeter2001-08-1011-7032/+0
| | | |
| * | | Generate version.c on the fly rather than using a generated file.peter2001-08-101-86/+0
| | | |
| * | | Get the version source from the (more) correct place.peter2001-08-101-526/+0
| | | | | | | | | | | | | | | | Remove the obsolete cvsbug.sh script
| * | | Remove another obsolete file, last used in cvs-1.10peter2001-08-101-175/+0
| | | |
| * | | Remove file obsoleted in 1.11.1p1 importpeter2001-08-101-764/+0
| | | |
* | | | Revert rev. 1.2. GCC 3.2 seems to have builtin_memset fixed.kan2002-09-011-5/+0
| | | | | | | | | | | | | | | | Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | 1.8 printf format error fixes Approved by: obrien
* | | | Use the stock 3.2.1-prerelease file.kan2002-09-011-63/+102
| | | | | | | | | | | | | | | | Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.10 -mno-align-long-strings 1.11 Allow the specification of LONG_TYPE_SIZE on the command line. Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-28/+207
| | | | | | | | | | | | | | | | | | | | | | | | 1.11 -mno-align-long-strings Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1.8 Change symbol values to match freebsd.h Approved by: obrien
* | | | Use the stock 3.2.1-prerelease file.kan2002-09-017-344/+429
| | | | | | | | | | | | | | | | Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1.2 Localize the version number Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 -fformat-extensions 1.7 optimization downgrade 1.14 -O0 -O1 should optimize alignment for time, not size Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.\{2,15\} FREEBSD_NATIVE 1.\{5,13\} ELF, and objformat support 1.\{16,23,25\} Better cross building control 1.21 'GCC_OPTIONS' 1.27 cross-arch MD_EXEC_PREFIX fixes cc -print-search-dir fixes 1.28 Read specs from /usr/libdata/gcc/specs, if available Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | 1.2 a.out support Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 do not create paradoxical FLOAT_MODE subregs I am not sure if this is still required. Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-51/+64
| | | | | | | | | | | | | | | | | | | | | | | | 1.2 kernel printf enchancements framework Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | 1.2 don't let gcc(1) hide warnings in system headers. Approved by: obrien
* | | | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-09-011-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.2 kernel printf enchancements framework 1.3 suppress warnings on K&R main Approved by: obrien
OpenPOWER on IntegriCloud