summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Slight cleaner code that may be more palatable to the Binutils maintainers.obrien2000-04-122-0/+8
|
* Slightly cleaner branding code that may be more palatable to the Binutilsobrien2000-04-121-4/+13
| | | | maintainers.
* Resolve conflictskris2000-04-1013-28/+78
|
* This commit was generated by cvs2svn to compensate for changes in r59118,kris2000-04-1056-500/+571
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/kris2000-04-1069-529/+631
| |
* | Sparc64 configure section.obrien2000-04-061-0/+8
| | | | | | | | Submitted by: steve
* | This commit was generated by cvs2svn to compensate for changes in r59024,obrien2000-04-0513-0/+14178
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the Sparc bits of GNU binutils 2.9.1.obrien2000-04-0513-0/+14178
| | | | | | | | | | | | Requested by: steve
* | | Correct FreeBSD id place. Also correct vendor rcsid.shin2000-03-301-3/+5
| | | | | | | | | | | | | | | | | | Specified by: bde Reviewed by: bde
* | | This commit was generated by cvs2svn to compensate for changes in r58809,obrien2000-03-309-4/+41
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-309-4/+41
| | | | | | | | | | | | | | | | branch as of March 29th, 2000. [these are changes March 7-29th]
* | | | Bypass IPsec for traceroute invoked by root.shin2000-03-301-1/+49
| | | | | | | | | | | | | | | | | | | | PR: bin/17606 Submitted by: Louis Mamakos <louie@TransSys.COM
* | | | This commit was generated by cvs2svn to compensate for changes in r58653,obrien2000-03-271-0/+4
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.95.2's libobjcobrien2000-03-271-0/+4
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r58650,obrien2000-03-2752-0/+15644
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.95.1's libobjc.obrien2000-03-2752-0/+15644
| | | | | | | | | | | | | | | | (previous GCC/EGCS versions had these files in gcc/objc/)
* | | | Yell about -O2 on the Alpha. Forceably downgrade -O2+ ifobrien2000-03-261-0/+13
| | | | | | | | | | | | | | | | "FORCE_OPTIMIZATION_DOWNGRADE" is defined when GCC is built.
* | | | Zap old files no longer included in gperf 2.7kris2000-03-2529-4779/+0
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r58551,kris2000-03-2582-300/+17737
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of gperf v2.7kris2000-03-2582-300/+17737
| | | | |
* | | | | Clean up the FreeBSD configuration files -- includes removing the usageobrien2000-03-234-1224/+1674
| | | | | | | | | | | | | | | | | | | | | | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header.
* | | | | This is FreeBSD version 5.0.obrien2000-03-231-1/+1
| | | | |
* | | | | Merge conflictsache2000-03-1910-347/+532
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r58310,ache2000-03-1973-1326/+4510
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Initial import of v4.1ache2000-03-1982-1641/+5025
| | | | | |
| * | | | | This commit was manufactured by cvs2svn to create branchcvs2svn1999-05-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 'VENDOR-libreadline'.
* | | | | | Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.ru2000-03-132-0/+5
| | | | | |
* | | | | | Merge conflicts.obrien2000-03-092-3/+3
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r57844,obrien2000-03-0918-20/+121
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"obrien2000-03-0920-23/+124
| | | | | | | | | | | | | | | | | | | | | | | | branch as of March 7th, 2000.
* | | | | | Turn a warning into an error. Occurances of that warning generate badcracauer2000-03-081-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fpic code that damages symbol locations at runtime. The only know occurance in our tree (src and ports) was locatime.c, which was just changed to generate code that doesn't trigger the problem. This is a workaround, the real cause is that our gas doesn't understand code our gcc generates for some -O -fpic code. They are expected to be back in sync soon, but until then (including 4.0-RELEASE) we need to prevent people from using bad -fpic code. PR: avoids such things as in bin/16862 Submitted by: bde Approved by: jkh
* | | | | | Include ip6.h from <netinet/>, not <netinet6/>.fenner2000-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
* | | | | | Merge updated file for 0.5 release: handle "ip host foo" andfenner2000-03-041-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "ip6 host foo" when foo has both IP and IP6 addresses. PR: bin/17083 Approved by: jkh
* | | | | | This commit was generated by cvs2svn to compensate for changes in r57738,roberto2000-03-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Fix potential alignement problems on Alpha + IPv6.roberto2000-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done on the vendor branch to avoid spamming the tree. It has been sent to the NTP maintainers already. Submitted by: shin
* | | | | | | CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh
* | | | | | | Fix errors in .Xr usage.nik2000-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/17057 Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* | | | | | | Get crypto from libcrypto, not libdes.markm2000-02-245-5/+13
| | | | | | |
* | | | | | | Freefall/Internat diff reducer.markm2000-02-241-1/+1
| | | | | | |
* | | | | | | Make the default dynamic linker pathname correct for FreeBSD.jdp2000-02-242-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had resisted this for a while because I didn't want to take these file off the vendor branch. But it turns out they were already off the vendor branch anyway. PR: gnu/9987 Submitted by: Vladimir Kushnir <kushn@mail.kar.net> Approved by: jkh
* | | | | | | Use static buffer to save source route hostnames.shin2000-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh
* | | | | | | Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* | | | | | | Fix nybble-order bug in PIM printer.fenner2000-02-172-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh
* | | | | | | Fix bugs in telnet.shin2000-02-151-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry there were still several bugs. -error retry at af missmatch was incomplete. -af matching for source addr option was wrong -socket was not freed at retry. Approved by: jkh
* | | | | | | Add more dual stack consideration.shin2000-02-101-27/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Should retry as much as possible when some of source routing intermediate hosts' address families missmatch happened. (such as when a host has only A record, and another host has each of A and AAAA record.) -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh
* | | | | | | Remove files not in the v3_3_8 import.peter2000-02-1067-4830/+0
| | | | | | |
* | | | | | | Not in this commit: Many spammed deltas have been removed to restorepeter2000-02-1011-157/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back to the vendor branch. Re-merge changes from the vendor branch. Undo the local spammed changes that I could find. There are probably more local fixes that were clobbered that I've missed.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r57093,guido2000-02-0918-87/+209
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import of ipfilter 3.3.8guido2000-02-0920-92/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: jkh
* | | | | | | | Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an error check to avoid it. Approved by: jkh Submitted by: Robert Muir <rmuir@gibralter.net>
OpenPOWER on IntegriCloud