summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Further improve --fast-read mode - when reading archive from stdin ensure thatsobomax2002-10-021-2/+9
| | | | | | | | SIGTERM we are sending to decompressor when there is nothing left to do is actually delivered to decompressor, not to the another copy of tar, which does unblocking. MFC after: 2 weeks
* This commit was generated by cvs2svn to compensate for changes in r104349,phk2002-10-0252-0/+29055
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import (trimmed) of eXpat version 1.95.5phk2002-10-0252-0/+29055
|
* Permit the argument to the -s option to be a hostname. I see nodd2002-10-021-1/+0
| | | | | | | | reason to restrict this to a numeric address. PR: 41841 Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>, Maxim Maximov <mcsi@agava.com>
* Resolve conflicts (fix spelling errors).murray2002-09-301-5/+27
|
* Resolve conflicts.murray2002-09-304-8/+9
|
* This commit was generated by cvs2svn to compensate for changes in r104185,murray2002-09-3012-44/+93
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import ISC DHCP 3.0.1 RC9 client.murray2002-09-3018-58/+130
| |
* | FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-301-1/+5
| |
* | Catch up with "base" telnet.markm2002-09-251-3/+3
| | | | | | | | s/FALL THROUGH/FALLTHROUGH/ for lint(1).
* | Catch up with "base" telnet.markm2002-09-253-12/+8
| | | | | | | | | | s/FALL THROUGH/FALLTHROUGH/ for lint(1). s/Usage/usage/ for consistency.
* | From the requestor:markm2002-09-251-1/+1
| | | | | | | | | | | | | | | | "Could you do me a favor and fix sys_bsd.c to get the howmany() macro from <sys/param.h>, instead of <sys/types.h>? This will save me from having to worry about the unsync'd bits before making the change." Requested by: mike
* | Use the system pselect(3).mike2002-09-231-1/+1
| |
* | Turn off the "-O2 flag TRIGGERS KNOWN OPTIMIZER BUGS" warning.obrien2002-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | From current testsuite results, the optimizer bugs don't appear to exist anymore. RTH@cygnus.com did a lot of work on the Alpha ELF code generator for GCC 3.2[.0]. A recent FreeBSD/AXP GCC bootstrap is at http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00604.html In this bootstraps, all gcc libraries are built with -O2 and c-torture gives -O2 a real workout. None of the remaining failures have anything to do with -O2 optimizer bugs. Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
* | 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
OpenPOWER on IntegriCloud