fenner
83c61fd14f
Routing socket messages are padded to sizeof(long), not just
...
sizeof(u_int32_t).
2002-07-30 04:49:13 +00:00
fenner
b61bd3d174
Calculate checksums correctly when LSRR is in effect by passing the
...
IP header and protocol header seperately.
Also calculate TCP checksums.
Submitted by: orion
2002-07-28 02:34:39 +00:00
fenner
ee621bb64a
Merge 1.4a12
2002-07-28 02:26:31 +00:00
fenner
c8bf584e69
This commit was generated by cvs2svn to compensate for changes in r100784,
...
which included commits to RCS files with non-trunk default branches.
2002-07-28 02:24:33 +00:00
fenner
30e877e999
Virgin import of LBL traceroute v1.4a12
2002-07-28 02:24:33 +00:00
mp
e697131610
Document upgrade procedure.
2002-07-24 16:42:58 +00:00
mp
8f8ca3304f
This commit was generated by cvs2svn to compensate for changes in r100616,
...
which included commits to RCS files with non-trunk default branches.
2002-07-24 16:23:10 +00:00
mp
f2c2aa29b7
Import of tcsh-6.12.00
2002-07-24 16:23:10 +00:00
dcs
6045b837d6
s/ifdef/ifndef/.
...
Fenner got this inverted through a misunderstanding between us.
2002-07-23 12:25:34 +00:00
fenner
d5467bd904
Add '+FreeBSD' to the version string, to reflect that this program
...
bears little relationship to the one from LBL with the same
name and version number.
2002-07-23 00:56:52 +00:00
fenner
c9f6925854
Add an ICMP protocol handler, partly based on LBL's traceroute 1.4 .
...
Submitted by: dcs
2002-07-22 23:01:11 +00:00
fenner
818d4f6499
Actually use gen_prep() and gen_check(), instead of udp_prep() and
...
udp_check(), for unknown protocols.
2002-07-22 22:07:23 +00:00
ru
9018f08918
This commit was generated by cvs2svn to compensate for changes in r100519,
...
which included commits to RCS files with non-trunk default branches.
2002-07-22 17:06:28 +00:00
ru
f39a62e85a
Update for GNU texinfo 4.2.
2002-07-22 16:58:54 +00:00
ru
11e0f22a4f
Merge texinfo 4.2 changes onto the trunk.
2002-07-22 16:55:14 +00:00
ru
26517bbbf9
Use stock (FSF) version of this file.
2002-07-22 16:54:53 +00:00
ru
9e43c2bad6
This commit was generated by cvs2svn to compensate for changes in r100513,
...
which included commits to RCS files with non-trunk default branches.
2002-07-22 16:52:57 +00:00
ru
f10c49f50c
Import of stripped down GNU texinfo 4.2
2002-07-22 16:52:57 +00:00
bp
7ca5837b3a
This commit was generated by cvs2svn to compensate for changes in r100490,
...
which included commits to RCS files with non-trunk default branches.
2002-07-22 09:50:09 +00:00
bp
558db90d74
Import smbfs 1.4.5. This release intended to fix problem with iconv
...
library.
MFC after: 1 week
2002-07-22 09:50:09 +00:00
ru
0b1947f6a9
Move the definition of FreeBSD 4.6 back to where it belongs.
2002-07-18 09:32:15 +00:00
murray
c5d8a12b64
Revert last change.
...
Requested by: ru
2002-07-18 09:15:54 +00:00
murray
c882dcd9d1
Teach mdoc about FreeBSD 4.6.1
2002-07-18 08:04:12 +00:00
sobomax
6a98505478
MFS: make this file compilable with gcc 2.9x as well.
2002-07-14 13:25:51 +00:00
obrien
cacc7a70db
Fix C++ exception handling. GCC was using the older BSD DBX register numbers
...
rather than the ELF ABI/SVR4 ones in its DWARF unwinding.
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-07-12 17:44:24 +00:00
obrien
599a83dfc4
When I decided to use a stock dbxout.c rather than merge the rev 1.2 change
...
(put the function stabs in traditional order on a.out, or gdb doesn't see
function local variables), I failed to remove the related knobs here.
Effectively were overrode the ELF-wide definition in elfos.h w/o providing
new infrastructure. This is what caused GDB to fail to debug applications
compiled and linked with -stabs. This is because GCC was unconditionally
inserts .stabs instruction for functions after the function body. GDB was
getting confused because what it thinks is function beginning address is
actually function ending address.
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-07-12 17:35:35 +00:00
obrien
49c4747738
Yep, revision 1.3 was 1/2assed.
...
This time use the right attribute for null_format_ok.
Submitted by: bde
2002-07-12 00:49:52 +00:00
obrien
ce3a73d11c
Make our i386 hacks in a less vendor file disturbing manner.
2002-07-10 07:48:45 +00:00
obrien
bca882d5e9
Quiet warnings by making this ANSI-C clean.
2002-07-09 17:01:47 +00:00
fenner
aeccf286e8
Always upload new files, even if the timestamps match. This is a workaround
...
for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar"
creates a new file, it sets the version to 0 ("new") but sets the timestamp
in the Entries file to the timestamp of the file that's new on the branch.
The CVS client doesn't upload files whose timestamps match with the Entries
file, so these new files don't get uploaded to the server and the server
fails when trying to check them in.
PR: bin/40227
Approved by: peter
MFC after: 2 weeks
2002-07-08 10:05:26 +00:00
dougb
552fc0ef79
Add a note about nslookup needing a slightly different version of the
...
command line editing patch in -current and RELENG_4.
2002-07-07 08:41:59 +00:00
obrien
7543c167f6
Merge rev 1.2 (FreeBSD a.out configuration support) into the
...
Binutils 2.12_20020622 snap.
2002-07-05 20:44:29 +00:00
obrien
e24305e56a
Use the stock 2.12.1 snapshot version of this.
2002-07-05 20:42:13 +00:00
obrien
19ac0b62f9
Use the stock version of this.
2002-07-05 20:37:36 +00:00
obrien
e23e2669ca
Bring the binutils_2_12_20020622 snap version of this to the HEAD branch.
2002-07-05 20:36:17 +00:00
obrien
69e1a1e0d4
We use the stock version of this file as in rev 1.4.
2002-07-05 20:35:38 +00:00
obrien
a497fd590a
We use the stock version of this file.
2002-07-05 20:34:21 +00:00
obrien
606f47d9e0
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.12_20020622 snap.
2002-07-05 20:32:42 +00:00
obrien
07fd3c7d79
Merge our ELF branding into Binutils 2.12_20020622 snapshot.
...
(note that this will be the last Binutils update to offer our original
method of ELF branding (WANT_OLD_BRANDELF_METHOD))
2002-07-05 20:30:48 +00:00
obrien
f3c54bd2c1
Import of Binutils from the FSF 2.12 branch (just post-.1 release).
...
These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT.
2002-07-05 20:16:34 +00:00
obrien
5bbed9e6b0
This commit was generated by cvs2svn to compensate for changes in r99461,
...
which included commits to RCS files with non-trunk default branches.
2002-07-05 20:16:34 +00:00
obrien
e75eef45ae
Allow XFree86-4 to build
...
by not creating paradoxical FLOAT_MODE subregs.
Tested by: se
Obtained from: http://gcc.gnu.org/ml/gcc/2002-06/msg01709.html
2002-07-03 23:35:06 +00:00
sobomax
9567cf71c6
Fix another POLA breakage in a new tar: in diff mode presence of file
...
in the archive, but its absence in the file system should be reported
as difference, not as error.
Reported by: bde
2002-07-03 13:01:40 +00:00
sobomax
364206b008
When we are extracting directory with --unlink option and the directory
...
already exists don't spew bogus "Cannot unlink" error and exit with
non-zero code.
Reported by: bde
2002-07-03 12:44:31 +00:00
dougb
e682905748
This commit was generated by cvs2svn to compensate for changes in r99191,
...
which included commits to RCS files with non-trunk default branches.
2002-07-01 01:28:00 +00:00
dougb
0d67b89279
* Make Xlist more complete, and more concise in some case.
...
* Reflect additional docs we're not using anymore.
* Add some notes for next time.
2002-07-01 01:23:01 +00:00
dougb
6c7d734ad5
Resolve conflicts, generally in favor of the vendor version.
2002-07-01 01:20:28 +00:00
dougb
67c9dec975
This commit was generated by cvs2svn to compensate for changes in r99179,
...
which included commits to RCS files with non-trunk default branches.
2002-07-01 01:07:56 +00:00
dougb
f4bd5053ab
Import of ISC BIND version 8.3.3
2002-07-01 01:07:56 +00:00
des
a8195db27e
This commit was generated by cvs2svn to compensate for changes in r99160,
...
which included commits to RCS files with non-trunk default branches.
2002-06-30 21:36:39 +00:00
des
63abd18044
Vendor import of OpenPAM Citronella.
2002-06-30 21:36:39 +00:00
des
f156a1300c
This commit was generated by cvs2svn to compensate for changes in r99158,
...
which included commits to RCS files with non-trunk default branches.
2002-06-30 21:30:05 +00:00
des
cb0022693c
Vendor import of OpenPAM Citronella.
2002-06-30 21:30:05 +00:00
obrien
9929e0fcf8
This commit was generated by cvs2svn to compensate for changes in r99005,
...
which included commits to RCS files with non-trunk default branches.
2002-06-29 01:43:09 +00:00
obrien
2cf1e97b17
Vendor import of GDB 5.2.
...
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-29 01:43:09 +00:00
obrien
16a030e71f
- kernel core debugging for i386 (Mark Peek)
...
- thread debugging for i386 (Mark Peek) and alpha (Doug Rabson)
Submitted by: mp,dfr
2002-06-29 00:42:52 +00:00
obrien
83ffbdce19
Note that this is a modified version of GDB.
2002-06-29 00:41:02 +00:00
obrien
0f9cb1113e
Use the stock source.
2002-06-29 00:38:44 +00:00
obrien
48c467e54d
Best that I can tell, we've never used these files.
2002-06-29 00:36:19 +00:00
obrien
85855d9a26
Vendor import of GDB 5.2.
...
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-28 03:29:27 +00:00
obrien
9247bfd639
This commit was generated by cvs2svn to compensate for changes in r98954,
...
which included commits to RCS files with non-trunk default branches.
2002-06-28 03:29:27 +00:00
obrien
4ac0047e0f
Actually rev 1.3 (don't declare tilde_expand()) is needed with GDB 5.2.
2002-06-28 01:13:52 +00:00
obrien
0dcb205f46
Our FreeBSD custom changes are OBE. Return to using the stock vendor sources.
2002-06-28 00:14:03 +00:00
obrien
f458c59c23
Vendor import of GDB 5.2.
...
These bits are taken from the FSF gdb_5_2-branch anoncvs repo
on 27-June-2002 12:01:00 EDT.
2002-06-27 23:04:23 +00:00
obrien
24c014fcd5
This commit was generated by cvs2svn to compensate for changes in r98944,
...
which included commits to RCS files with non-trunk default branches.
2002-06-27 23:04:23 +00:00
markm
741591a6b4
Warnings fixes. Sort out some variable types.
2002-06-26 17:06:14 +00:00
markm
d999cc9a29
Help fix warnings by marking an argument as unused.
2002-06-26 17:05:08 +00:00
gshapiro
cb61166b90
Update for the sendmail 8.12.5 import
2002-06-26 02:52:59 +00:00
gshapiro
010f348bc9
Resolve conflicts from import of sendmail 8.12.5
2002-06-26 02:50:37 +00:00
gshapiro
fc4e7b69e3
Import sendmail 8.12.5
2002-06-26 02:48:44 +00:00
gshapiro
ccc8f9377a
This commit was generated by cvs2svn to compensate for changes in r98841,
...
which included commits to RCS files with non-trunk default branches.
2002-06-26 02:48:44 +00:00
fenner
27ceacd9e9
Remove cruft.
2002-06-26 01:35:00 +00:00
robert
594ec288d5
Allocate and clear the correct number of bytes for a
...
struct fd_set that should be able to hold sock + 1 bits.
Before, it was apparently assumed that an fd_mask has
the same size as type char.
PR: bin/39617
Reported by: Peter N Lewis <peter@stairways.com.au>
2002-06-23 21:54:18 +00:00
obrien
29fd0bf33a
Tweaks to make these files live beside our hacked config.
2002-06-21 22:54:24 +00:00
obrien
fd6a0fada4
Tweaks for the 64-bit compiler.
2002-06-21 22:53:03 +00:00
obrien
a0b51ec56f
cc -O0 and -O1 didn't do the easy optimization of alignment for space.
...
Instead it attempted to do the easy optimization of alignment for time,
which should be to 1-byte alignment on i386's.
Submitted by: bde
2002-06-21 18:21:30 +00:00
obrien
bf953252b2
BDE prefers this organization.
...
Submitted by: bde
2002-06-21 18:11:22 +00:00
fenner
1982c98f74
Merge libpcap 0.7.1
...
MFC after: 2 weeks
2002-06-21 01:38:14 +00:00
fenner
b8f074bf7d
This commit was generated by cvs2svn to compensate for changes in r98530,
...
which included commits to RCS files with non-trunk default branches.
2002-06-21 01:36:27 +00:00
fenner
1e8ea46779
Import libpcap 0.7.1, from
...
http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
2002-06-21 01:36:27 +00:00
fenner
6d9538de20
Merge tcpdump 3.7.1
...
MFC after: 2 weeks
2002-06-21 00:49:02 +00:00
fenner
d832be42ce
This commit was generated by cvs2svn to compensate for changes in r98524,
...
which included commits to RCS files with non-trunk default branches.
2002-06-21 00:43:23 +00:00
fenner
91fc581e38
Import tcpdump 3.7.1, from
...
http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz
2002-06-21 00:43:23 +00:00
obrien
b3f1347661
Remove GAWK. I removed it from the build 2 weeks ago and the world
...
did not end. So finish the deed.
2002-06-20 20:54:54 +00:00
peter
dad4058441
Merge ncurses 5.2-20020615 changes onto mainline.
2002-06-20 19:44:40 +00:00
peter
c23eb42da9
This commit was generated by cvs2svn to compensate for changes in r98503,
...
which included commits to RCS files with non-trunk default branches.
2002-06-20 19:42:51 +00:00
peter
bbe3056185
Import ncurses 5.2-20020615 to fix a first-column display bug.
2002-06-20 19:42:51 +00:00
obrien
85a92e54f0
FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.
2002-06-18 18:13:14 +00:00
dougb
8a805cf640
Teach mdoc about the 4.6 release
2002-06-18 00:41:47 +00:00
fenner
cd52de85f6
In TTEST2(), check to make sure the "l" argument isn't so large that
...
"snapend - l" underflows; this fixes a buffer overflow with malformed
NFS packets, and may fix other buffer overflows with malformed packets.
Obtained from: tcpdump.org CVS
2002-06-17 15:26:56 +00:00
sobomax
8c4cde6179
Our strerror_r(3) returns int, not char *. This fixes bogus error messages
...
like "Cannot stat: (null)"
Reported by: bde, kris
2002-06-16 12:35:17 +00:00
mikeh
2712fbd627
This commit was generated by cvs2svn to compensate for changes in r98247,
...
which included commits to RCS files with non-trunk default branches.
2002-06-15 09:40:37 +00:00
mikeh
500352886b
Import lukemftp-1.6-beta2.
2002-06-15 09:40:37 +00:00
gshapiro
e92f1f4694
sendmail 8.12.4 has been imported
2002-06-11 21:17:35 +00:00
gshapiro
3c674fdc70
Resolve conflicts from sendmail 8.12.4 import
2002-06-11 21:16:51 +00:00
gshapiro
faacdfb2c2
Import sendmail 8.12.4
2002-06-11 21:12:04 +00:00
gshapiro
4c57fa1987
This commit was generated by cvs2svn to compensate for changes in r98121,
...
which included commits to RCS files with non-trunk default branches.
2002-06-11 21:12:04 +00:00
obrien
b7ea29f504
cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice
...
it before committing.
2002-06-10 15:48:23 +00:00
mike
c1a6b37593
Don't depend on <pwd.h> to bogusly include <sys/types.h>.
2002-06-09 19:29:55 +00:00
obrien
016feefa33
Allow one to profile FORTRAN77 programs.
2002-06-09 00:03:56 +00:00