summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Revert this file back to its FSF/Cygnus virgin state.obrien2000-04-201-1/+3
| | | | | | | | | | | | | With jb's rev 1.2 commit to usr.bin/lorder/lorder.sh we don't depend on the 4.4BSD's ``nm -o'' behavior. Previous to 4.3BSD-Reno, ``nm -o'' did not output the .o's filename on a line by itself. The change occurred between CSRG's nm.c rev 4.8 (1987) and rev 5.1 (in 1989), which was "new version from Hans Huebner hans@garp.mit.edu, huebner@db0tui6.BITNET". The Binutils maintainers would rather cater to a loud boisterous user of 4.3BSD VAXen which has its own native toolchain, rather than a modern Unix with multiple orders of magnitude more users and in which Binutils *is* the native toolchain.
* This commit was generated by cvs2svn to compensate for changes in r59419,obrien2000-04-201-17/+28
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This fix from christos@zoulas.com (Christos Zoulas) based on ache'sobrien2000-04-201-17/+28
| | | | | | | | | | ports/shells/tcsh/patches/patch-ac fixes the problem with 8-bit characters not highlighting properly.
* | This commit was generated by cvs2svn to compensate for changes in r59415,obrien2000-04-2058-450/+1388
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * 6.09.01 vendor update.obrien2000-04-2058-450/+1388
| |
* | This commit was generated by cvs2svn to compensate for changes in r59396,obrien2000-04-191-2/+2
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of the 19990502 Cygnus Sourceware version of sparc-ops.c.obrien2000-04-191-2/+2
| | | | | | | | | | | | This fixes a critcal problem in building a sparc64 toolchain.
* | | Rev 1.3 which resolved conflicts in the 2.9.1 import, used a comment fromobrien2000-04-181-5/+4
| | | | | | | | | | | | | | | 2.8.1 rather than the new one in 2.9.1. This commit fixes that, is purely cosmetic, and reduces the diff of our hacks to 2.9.1.
* | | Clarify that the "yields only last 2 digits of year in some locales" warningobrien2000-04-181-1/+1
| | | | | | | | | | | | | | | | | | does not apply to BSD. Submitted by: ache
* | | From FSFChangeLog: (tfaff): Now a function, not a string. All users changed.obrien2000-04-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | I did not catch this on the EGCS 1.1.x --> GCC 2.95 upgrade. So propogate this change to our custom hacks. PR: 15549 Submitted by: Naohiko Tsuji <yakisoba@osaka.interq.or.jp> Patrick Bihan-Faou <patrick@mindstep.com>
* | | This commit was generated by cvs2svn to compensate for changes in r59343,obrien2000-04-181-35/+260
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Header file gotten from the Cygnus Sourceware Binutils anoncvs repositoryobrien2000-04-181-35/+260
| | | | | | | | | | | | on 14-April-2000. This gives us offical SCO/SVR4 ABI values for EI_OSABI.
* | | Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintainers. After we established our branding method of writing upto 8 characters of the OS name into the ELF header in the padding; the Binutils maintainers and/or SCO (as USL) decided that instead the ELF header should grow two new fields -- EI_OSABI and EI_ABIVERSION. Each of these are an 8-bit unsigned integer. SCO has assigned official values for the EI_OSABI field. In addition to this, the Binutils maintainers and NetBSD decided that a better ELF branding method was to include ABI information in a ".note" ELF section. With this set of changes, we will now create ELF binaries branded using both "official" methods. Due to the complexity of adding a section to a binary, binaries branded with ``brandelf'' will only brand using the EI_OSABI method. Also due to the complexity of pulling a section out of an ELF file vs. poking around in the ELF header, our image activator only looks at the EI_OSABI header field. Note that a new kernel can still properly load old binaries except for Linux static binaries branded in our old method. * * For a short period of time, ``ld'' will also brand ELF binaries * using our old method. This is so people can still use kernel.old * with a new world. This support will be removed before 5.0-RELEASE, * and may not last anywhere upto the actual release. My expiration * time for this is about 6mo. *
* | | This commit was generated by cvs2svn to compensate for changes in r59325,obrien2000-04-1722-0/+2572
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Clean import the of libgmp 2.0.2 sparc bits.obrien2000-04-1722-0/+2572
| | | |
* | | | Allow applications to disable the installation of the atexit() handlerkris2000-04-172-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | which cleans up OPIE lockfiles. This is required for pam_opie. Submitted by: Jim Bloom <bloom@acm.org>
* | | | This commit was generated by cvs2svn to compensate for changes in r59243,obrien2000-04-15299-0/+78108
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import the latest version of the 44BSD C-shell -- tcsh-6.09.obrien2000-04-15299-0/+78108
| / /
* | | 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
OpenPOWER on IntegriCloud