markm
57827baa10
Add upgrade instructions.
...
Stolen from: contrib/libpcap/FREEBSD-upgrade
1996-10-20 09:49:53 +00:00
markm
9bfa8d653a
This commit was generated by cvs2svn to compensate for changes in r19048,
...
which included commits to RCS files with non-trunk default branches.
1996-10-20 08:49:26 +00:00
markm
6ec01646dc
Clean import of libgmp 2.0.2, with only the non-x86 bits removed.
...
BMakefiles and other bits will follow.
Requested by: Andrey Chernov
Made world by: Chuck Robey
1996-10-20 08:49:26 +00:00
pst
28af9e55f5
Make things compile again.
1996-10-17 21:16:07 +00:00
dfr
e7dca97798
Import NFSv3 support from NetBSD
...
Obtained from: NetBSD
1996-10-17 10:53:34 +00:00
bde
77321c10b0
Don't mention tcpdump; this is for groff.
1996-10-08 20:11:55 +00:00
sef
5c2cf660b6
Fix a typo. Oops.
...
Submitted by: asami
1996-10-08 19:16:24 +00:00
pst
cf16ac24a7
Shared libraries should be linked with -x.
...
Submitted to: john.osterhout@eng.sun.com
1996-10-08 04:35:45 +00:00
sef
c3ba3806b8
Paul objected to my previous change. This adds the same functionality
...
(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
1996-10-08 02:44:26 +00:00
wosch
000fb64288
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 22:27:30 +00:00
sef
92a8c6e3f9
Print out a summary of the loss percentages for each hop. No manual changes
...
just yet, I know, evil of me.
Reviewed by: jkh
1996-10-05 01:43:13 +00:00
peter
f27b081045
Remove temporary hack to disable use of libstdc++ now that it's built and
...
installed (and hopefully: working).
1996-10-04 08:51:18 +00:00
peter
874858c88f
This commit was generated by cvs2svn to compensate for changes in r18667,
...
which included commits to RCS files with non-trunk default branches.
1996-10-03 22:58:33 +00:00
peter
4182f55906
Drat, I got carried away cleaning up and forgot this. This is where
...
the version number is obtained from.
1996-10-03 22:58:33 +00:00
peter
f5448c43db
The one and only change that I had to make to get all the tests to fly.
...
#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.
1996-10-03 21:50:28 +00:00
peter
7a8bb066f1
Import of raw libg++-2.7.2, but in a very cut-down form. There is still
...
a small amount of unused stuff (by the bmakefiles to follow), but it
isn't much and seems harmless enough.
1996-10-03 21:35:18 +00:00
peter
a3eb4b6b36
This commit was generated by cvs2svn to compensate for changes in r18661,
...
which included commits to RCS files with non-trunk default branches.
1996-10-03 21:35:18 +00:00
jdp
b400b72e46
Fix a bug that caused incorrect PIC code to be generated for exceptions.
...
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.
1996-10-03 17:49:35 +00:00
fenner
4117177372
Instructions on upgrading traceroute
1996-10-01 06:17:16 +00:00
peter
cdaee83df3
Activate the .weak code generation for libgcc.a and g++ now that it works.
1996-10-01 02:20:27 +00:00
pst
23b2a82332
Fix some typos
1996-10-01 01:08:47 +00:00
jdp
af1c48e215
Fix a bug in the "cvs init" command. It ignored the global "-H" option.
...
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.
1996-10-01 00:51:27 +00:00
fenner
44721b732a
Add FreeBSD modifications
...
- Move setuid(getuid()) much earlier
- Add "SANE_PRECISION" time printing code
1996-09-30 19:39:25 +00:00
fenner
87ffc9924c
This commit was generated by cvs2svn to compensate for changes in r18579,
...
which included commits to RCS files with non-trunk default branches.
1996-09-30 19:09:55 +00:00
fenner
a140d208b5
Virgin import of LBL traceroute version 1.3.2.
...
Obtained from: ftp://ftp.ee.lbl.gov/traceroute.tar.Z on 30-Sep-1996.
1996-09-30 19:09:55 +00:00
wosch
8f68e38e5e
Import Nx macro - NetBSD
...
Obtained from: NetBSD
1996-09-28 18:36:51 +00:00
peter
ff1dd074e9
Temporarily disable the code that wants to add -lstdc++ in tge g++ driver
...
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>
1996-09-27 05:13:40 +00:00
phk
6246b710ae
Merge local changes.
1996-09-18 14:24:33 +00:00
phk
eddad0f34b
This commit was generated by cvs2svn to compensate for changes in r18351,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 14:12:34 +00:00
phk
4170733a21
Import tcl7.5p1
1996-09-18 14:12:34 +00:00
peter
94e258bfb2
Doc fixes and updates to reflect reality, as well as info about profiling
...
extensions.
1996-09-18 06:56:52 +00:00
peter
3f4cc3faf3
Merge in freebsd-specific changes
1996-09-18 06:54:11 +00:00
peter
59ec5b8a7a
Add in hooks to produce assembler output suitable for binutils+elf
...
Obtained from: John Polstra <jdp@freebsd.org>, from his elfkit.
1996-09-18 06:50:39 +00:00
peter
e122308212
Add the hooks that we use for our profiling extensions.
...
Obtained from: bde
1996-09-18 06:47:49 +00:00
peter
30f62fbc36
When running native on freebsd (ie: in /usr/bin, /usr/libexec, not the
...
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.
1996-09-18 06:45:17 +00:00
peter
0d2830f018
When compiling native on freebsd, do not search the multitude of extended
...
include file paths that do not exist.
1996-09-18 06:40:54 +00:00
peter
be3d0a43ba
build libgcc*.a a little more compact by removing excess local symbols
...
Obtained from: bde
1996-09-18 06:37:22 +00:00
peter
631dad77e7
My feeble attempt at fixing complaints that makeinfo makes about
...
errors in this doc.
1996-09-18 06:35:00 +00:00
peter
1a3f294135
Do not print two \n's in a fatal error message.
...
Obtained from: bde
1996-09-18 06:33:32 +00:00
peter
f64632475d
Patches originally obtained from Bruce Evans <bde@freebsd.org> to make
...
gcc "do the right thing" when running standalone on FreeBSD
1996-09-18 06:31:42 +00:00
peter
acb2bcd167
Import of 2.7.2.1 into vendor branch
1996-09-18 05:45:16 +00:00
peter
7438a7f7a8
This commit was generated by cvs2svn to compensate for changes in r18336,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 05:45:16 +00:00
peter
d4691e641b
Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of the
...
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.
1996-09-18 05:35:50 +00:00
peter
120a6a0c72
This commit was generated by cvs2svn to compensate for changes in r18334,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 05:35:50 +00:00
pst
b4a90e5e8c
Here is a patch to make tcpdump recognise IPX packets that is using
...
ETHERNET_II framing. It got lost during the tcpdump upgrade.
Submitted by: John.Hay@mikom.csir.co.za
1996-09-15 17:55:09 +00:00
ache
be986a9f95
Fix latin1 guessing
...
Add koi8-r guessing
1996-09-11 17:55:20 +00:00
pst
457abb0654
Print appletalk layer 3 addresses as 16 bit unsigned decimal numbers,
...
not two 8 bit values. This conforms to industry standard.
These changes have been sent back to LBL.
1996-09-11 06:18:26 +00:00
peter
c74abea15c
Make this compile. they use a variable "abort" which is prototyped.
1996-09-10 13:58:10 +00:00
peter
6aa932fffc
This commit was generated by cvs2svn to compensate for changes in r18214,
...
which included commits to RCS files with non-trunk default branches.
1996-09-10 13:48:14 +00:00
peter
6cfe3ae61b
Import the FSF release of gperf-2.1a, used in the build of gcc-2.7.2.1
...
(to be imported soon).
1996-09-10 13:48:14 +00:00