summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Add upgrade instructions.markm1996-10-201-0/+26
| | | | Stolen from: contrib/libpcap/FREEBSD-upgrade
* This commit was generated by cvs2svn to compensate for changes in r19048,markm1996-10-20318-0/+48802
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of libgmp 2.0.2, with only the non-x86 bits removed.markm1996-10-20318-0/+48802
| | | | | | | BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
* Make things compile again.pst1996-10-171-1/+1
|
* Import NFSv3 support from NetBSDdfr1996-10-175-536/+1409
| | | | Obtained from: NetBSD
* Don't mention tcpdump; this is for groff.bde1996-10-081-1/+1
|
* Fix a typo. Oops.sef1996-10-081-2/+2
| | | | Submitted by: asami
* Shared libraries should be linked with -x.pst1996-10-081-1/+1
| | | | Submitted to: john.osterhout@eng.sun.com
* Paul objected to my previous change. This adds the same functionalitysef1996-10-082-5/+13
| | | | | | | | | | | | (implemented better, admittedly) with a new option, '-S'. If the maintainers of traceroute (Van?) add a -S option, we will then be in conflict. Also added a too-brief description of the option in the man page. Someone with a better command of English than I at the moment should probably look over it and rephrase it. Reviewed by: pst, jkh
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-057-8/+17
|
* Print out a summary of the loss percentages for each hop. No manual changessef1996-10-051-3/+7
| | | | | | just yet, I know, evil of me. Reviewed by: jkh
* Remove temporary hack to disable use of libstdc++ now that it's built andpeter1996-10-041-3/+0
| | | | installed (and hopefully: working).
* This commit was generated by cvs2svn to compensate for changes in r18667,peter1996-10-031-0/+263
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Drat, I got carried away cleaning up and forgot this. This is wherepeter1996-10-031-0/+263
| | | | | | | | the version number is obtained from.
* | The one and only change that I had to make to get all the tests to fly.peter1996-10-031-1/+1
| | | | | | | | | | | | #include_next <string.h> wasfailing since the /usr/include directory is first on FreeBSD, and since it was already past it, it failed some of the tests.
* | This commit was generated by cvs2svn to compensate for changes in r18661,peter1996-10-03633-0/+132281
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of raw libg++-2.7.2, but in a very cut-down form. There is stillpeter1996-10-03633-0/+132281
| | | | | | | | | | a small amount of unused stuff (by the bmakefiles to follow), but it isn't much and seems harmless enough.
* | Fix a bug that caused incorrect PIC code to be generated for exceptions.jdp1996-10-032-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The symptom was an assembler warning "GOT relocation burb: `___EXCEPTION_TABLE__' should be global" followed (sometimes) by a core dump. The fix makes the compiler generate the correct GOTOFF addressing for that symbol, rather than the GOT addressing it was emitting before. Warning: There is still at least one serious bug in the i386 exception code for PIC. The exception code that is generated clobbers the GOT register (%ebx) and then tries to use it later. That leads to core dumps at program execution time. I know where the problem is, but I do not have a fix for it at this time. Until it is fixed, exceptions will not work in PIC code. This is a general problem for all i386 platforms; it is not specific to FreeBSD.
* | Instructions on upgrading traceroutefenner1996-10-011-0/+31
| |
* | Activate the .weak code generation for libgcc.a and g++ now that it works.peter1996-10-012-14/+2
| |
* | Fix some typospst1996-10-012-7/+7
| |
* | Fix a bug in the "cvs init" command. It ignored the global "-H" option.jdp1996-10-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | I.e., "cvs -H init" went ahead and initialized the repository, and did not print out a usage message. Not nice. Also added the "init" command to the list that comes out when you type "cvs --help-commands". There is still not a word about it in the manual page. Yes, I am sending these fixes to the FSF.
* | Add FreeBSD modificationsfenner1996-09-301-9/+38
| | | | | | | | | | - Move setuid(getuid()) much earlier - Add "SANE_PRECISION" time printing code
* | This commit was generated by cvs2svn to compensate for changes in r18579,fenner1996-09-3022-0/+6321
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of LBL traceroute version 1.3.2.fenner1996-09-3022-0/+6321
| / | | | | | | Obtained from: ftp://ftp.ee.lbl.gov/traceroute.tar.Z on 30-Sep-1996.
* | Import Nx macro - NetBSDwosch1996-09-281-0/+28
| | | | | | | | Obtained from: NetBSD
* | Temporarily disable the code that wants to add -lstdc++ in tge g++ driverpeter1996-09-271-0/+3
| | | | | | | | | | | | | | | | since we don't have it yet and I've taken too long on the libg++-2.7.2 stuff (it causes problems due to to the lack of .weak support which I've nearly finished) Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>
* | Merge local changes.phk1996-09-183-9/+25
| |
* | This commit was generated by cvs2svn to compensate for changes in r18351,phk1996-09-1861-1031/+2353
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import tcl7.5p1phk1996-09-1862-1040/+2362
| | |
* | | Doc fixes and updates to reflect reality, as well as info about profilingpeter1996-09-183-16/+32
| | | | | | | | | | | | extensions.
* | | Merge in freebsd-specific changespeter1996-09-185-112/+237
| | |
* | | Add in hooks to produce assembler output suitable for binutils+elfpeter1996-09-182-0/+210
| | | | | | | | | | | | Obtained from: John Polstra <jdp@freebsd.org>, from his elfkit.
* | | Add the hooks that we use for our profiling extensions.peter1996-09-181-0/+12
| | | | | | | | | | | | Obtained from: bde
* | | When running native on freebsd (ie: in /usr/bin, /usr/libexec, not thepeter1996-09-181-3/+18
| | | | | | | | | | | | | | | | | | | | | gnu-style /usr/local/lib/gcc* layout), only search the paths that exist for the modules (cc1, cc1plus , cc1obj etc) Also, update an error message.
* | | When compiling native on freebsd, do not search the multitude of extendedpeter1996-09-181-0/+4
| | | | | | | | | | | | include file paths that do not exist.
* | | build libgcc*.a a little more compact by removing excess local symbolspeter1996-09-181-1/+7
| | | | | | | | | | | | Obtained from: bde
* | | My feeble attempt at fixing complaints that makeinfo makes aboutpeter1996-09-181-9/+9
| | | | | | | | | | | | errors in this doc.
* | | Do not print two \n's in a fatal error message.peter1996-09-181-1/+1
| | | | | | | | | | | | Obtained from: bde
* | | Patches originally obtained from Bruce Evans <bde@freebsd.org> to makepeter1996-09-183-2/+32
| | | | | | | | | | | | gcc "do the right thing" when running standalone on FreeBSD
* | | This commit was generated by cvs2svn to compensate for changes in r18336,peter1996-09-1818-159/+311
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Import of 2.7.2.1 into vendor branchpeter1996-09-1818-159/+311
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r18334,peter1996-09-18447-0/+454870
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-18447-0/+454870
| / | | | | | | | | | | | | | | | | | | | | non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code.
* | Here is a patch to make tcpdump recognise IPX packets that is usingpst1996-09-151-0/+4
| | | | | | | | | | | | ETHERNET_II framing. It got lost during the tcpdump upgrade. Submitted by: John.Hay@mikom.csir.co.za
* | Fix latin1 guessingache1996-09-112-2/+14
| | | | | | | | Add koi8-r guessing
* | Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,pst1996-09-111-12/+9
| | | | | | | | | | | | not two 8 bit values. This conforms to industry standard. These changes have been sent back to LBL.
* | Make this compile. they use a variable "abort" which is prototyped.peter1996-09-101-3/+8
| |
* | This commit was generated by cvs2svn to compensate for changes in r18214,peter1996-09-1044-0/+6163
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1peter1996-09-1044-0/+6163
| / | | | | | | (to be imported soon).
OpenPOWER on IntegriCloud