mbr
4c4f36d309
Document the 64bit time_t fix.
2004-06-26 23:19:40 +00:00
mbr
4fa2b98722
Use int32_t to convert the leasetime to fix support for platforms
...
where time_t is 64-bit.
Submitted by: des
2004-06-26 23:17:27 +00:00
mbr
c4efde2a38
Our dhclient-script fails to update /etc/resolv.conf if no new
...
domain name is given and /etc/resolv.conf doesn't exist. Fix this
by using -f (force).
Assigned to ISC as ISC-Bugs #11570
PR: bin/67613
Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
2004-06-26 10:47:38 +00:00
mbr
4e40f399fe
Resolve conflicts.
2004-06-26 10:37:42 +00:00
mbr
1c3c0bb435
This commit was generated by cvs2svn to compensate for changes in r131136,
...
which included commits to RCS files with non-trunk default branches.
2004-06-26 10:34:24 +00:00
mbr
6142841dce
Import ISC DHCP 3.0.1 RC14 client.
2004-06-26 10:34:24 +00:00
marcel
95daec2121
Remove fbsd-thread.o, it's not for consumption yet.
2004-06-25 22:57:56 +00:00
marcel
b40a3c5a45
Update HEAD with support for ia64.
2004-06-25 05:37:08 +00:00
marcel
b9baf21492
This commit was generated by cvs2svn to compensate for changes in r131082,
...
which included commits to RCS files with non-trunk default branches.
2004-06-25 05:19:25 +00:00
marcel
4e5af60dad
Add support for ia64. This code will be contributed to GDB as soon
...
as the legal prerequisites are met. To avoid future merge conflicts,
this is added to the vendor branch. The changes are seperately kept
in FREEBSD-diffs for easy reference.
2004-06-25 05:19:25 +00:00
marcel
adcc0861a6
Update the upgrade instructions.
2004-06-25 05:04:09 +00:00
darrenr
a444d606d5
Committ changes from 3.4.31 -> 3.4.35
...
* fix bug parsing port comparisons in proxy rules
* make parsing errors in ipf/ipnat return an error rather than return
indicating success.
* make parsing errors in ipf/ipnat return an error rather than return
indicating success.
* make ipfstat work as a set{g,u}id thing - gave up privs before opening
/dev/ipl
* fix ipfstat -A
* make "ipfstat -f" output more informative
* various changes to ipsend for sending packets with ipv4 options
* ipmon was not correctly calculating the length of the IPv6 packet (excluded
ipv6 header length)
MFC: 1 week
2004-06-21 22:53:03 +00:00
darrenr
ac063842a5
This commit was generated by cvs2svn to compensate for changes in r130887,
...
which included commits to RCS files with non-trunk default branches.
2004-06-21 22:47:51 +00:00
darrenr
590450fec6
Import ipfilter 3.4.35 onto vendor branch
2004-06-21 22:47:51 +00:00
marcel
37de53b718
Remove from HEAD, that what is not on the vendor branch anymore.
2004-06-20 20:40:44 +00:00
marcel
f334d93656
Revive files which were pulled from the vendor branch only to be
...
removed on HEAD, but which are part of the GDB 6.1.1 import. This
makes HEAD identical to the vendor branch, for better or for
worse.
2004-06-20 20:36:15 +00:00
marcel
78a152dbb1
Update to GDB 6.1.1. These files are identical to the vendor branch.
2004-06-20 19:47:29 +00:00
marcel
c457f5e534
Update to match the GDB 6.1.1 import.
2004-06-20 19:15:58 +00:00
marcel
620d7edb52
Remove files from the vendor branch that are not part of the GDB 6.1.1
...
import.
2004-06-20 19:05:30 +00:00
marcel
a4dae88ff5
This commit was generated by cvs2svn to compensate for changes in r130805,
...
which included commits to RCS files with non-trunk default branches.
2004-06-20 19:05:30 +00:00
marcel
ddb504ee41
Import of GDB version 6.1.1 (stripped; see FREEBSD-Xlist rev. 1.6).
2004-06-20 18:26:14 +00:00
marcel
180d072512
This commit was generated by cvs2svn to compensate for changes in r130803,
...
which included commits to RCS files with non-trunk default branches.
2004-06-20 18:26:14 +00:00
mux
eb7afb3b32
Re-add the code to automatically load the smbfs.ko module if necessary.
...
We can't realy on the mount(2) system call to do it for us here because
smb_lib_init() needs the module and we call it before mount(). The old
code has been slightly modified to not use the getvfsent(3) API which
is now retired.
Noticed by: many
2004-06-20 14:30:33 +00:00
marcel
c6cc8e4a1e
This file was not part of the GDB 5.2.1 import and should have been
...
deleted from the vendor branch.
2004-06-20 02:30:48 +00:00
marcel
c4172ccbdd
This file was not part of the GDB 5.2.1 import and should have been
...
deleted from the vendor branch.
2004-06-20 01:55:44 +00:00
obrien
742a1468a7
Grrr. our rev 1.19 (FSF GCC rev 1.579) is causing some problems on 32-bit
...
systems. So only use the rev 1.19 (FSF GCC rev 1.579) change on 64-bit
systems.
2004-06-19 20:40:00 +00:00
le
afcd053aa6
Fine-tune the last change even more and use the return value as error
...
indicator, as it is expected.
Spotted by: Christoph Mallon <christoph.mallon@gmx.de>
2004-06-19 19:03:01 +00:00
marcel
8af28d2f35
This file was not part of the GDB 5.2.1 import and should have been
...
deleted from the vendor branch.
2004-06-19 15:43:52 +00:00
le
ac0b4e6f1f
Don't return NULL when the function is defined to return an integer.
...
OK'ed by: tjr
2004-06-19 10:09:44 +00:00
obrien
f9c5567642
Merge FSF GCC rev 1.579 change ((x86_output_mi_thunk): Don't pass MEM to
...
%P0, just SYMBOL_REF) into GCC 3.3.3. This fixes the bad C++ thunks code
generation building Firefox on AMD64.
Submitted by: Sean McNeil <sean@mcneil.com>
2004-06-19 07:29:04 +00:00
marcel
ba7e012f7a
This file has been removed from HEAD when it should (also) have been
...
removed from the vendor branch.
2004-06-19 03:39:16 +00:00
marcel
f7aefb848d
This file is not part of GDB 5.2.1, but was off the vendor branch.
2004-06-18 06:10:13 +00:00
marcel
efc3d2f6eb
Revert local changes.
2004-06-18 05:57:05 +00:00
marcel
ec77b48150
This file is not part of GDB 5.2.1 and is also off the vendor branch.
...
It was removed on 2001-11-07, according to ChangeLog.
2004-06-18 04:57:26 +00:00
mlaier
58f0a68784
Fix printing of u_int64_t with a cast to unsigned long long.
...
Found-by: tinderbox(amd64)
2004-06-17 15:23:51 +00:00
mlaier
f60cf9b58b
Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).
2004-06-16 23:39:33 +00:00
mlaier
a5725614a7
This commit was generated by cvs2svn to compensate for changes in r130614,
...
which included commits to RCS files with non-trunk default branches.
2004-06-16 23:26:00 +00:00
mlaier
6a32f6ec2e
Import userland of pf 3.5 from OpenBSD (OPENBSD_3_5_BASE).
2004-06-16 23:26:00 +00:00
obrien
0aa70a0bbc
Update HEAD with the stock binutils_2_15_20040523 file.
2004-06-16 06:55:49 +00:00
obrien
08e31bda7d
Blah, these came back. Use a bigger hammer.
2004-06-16 06:14:51 +00:00
obrien
4400c540b2
Merge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.15.
2004-06-16 06:13:06 +00:00
obrien
3b3f82635d
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints) into
...
Binutils 2.15.
2004-06-16 06:09:06 +00:00
obrien
0de3d54330
Merge rev 1.2 (FreeBSD a.out configuration support) into Binutils 2.15.
2004-06-16 06:03:34 +00:00
obrien
3872110b73
Merge our ELF branding into Binutils 2.15.
2004-06-16 06:02:14 +00:00
obrien
abfa7c9435
This commit was generated by cvs2svn to compensate for changes in r130561,
...
which included commits to RCS files with non-trunk default branches.
2004-06-16 05:45:41 +00:00
obrien
2504df11e1
Import of Binutils from the FSF 2.15 branch (just post-.0 release).
...
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
2004-06-16 05:45:41 +00:00
ru
354d3a90e8
This commit was generated by cvs2svn to compensate for changes in r130457,
...
which included commits to RCS files with non-trunk default branches.
2004-06-14 09:09:06 +00:00
ru
08f0f87907
From ChangeLog:
...
: 2004-06-10 Colin Percival <colin.percival@wadham.ox.ac.uk>
: * doc/meintro.me, doc/meref.me: Don't use \*[td], \n[dy], \*[mo],
: and \n[mo] to avoid dependency on current date.
2004-06-14 09:09:06 +00:00
peter
b04a2d6a7a
Merge 1.11.15+ -> 1.11.17 changes onto mainline. I've left cvs.1 alone
...
for now.
2004-06-10 19:12:50 +00:00
peter
1ca65160a6
This commit was generated by cvs2svn to compensate for changes in r130303,
...
which included commits to RCS files with non-trunk default branches.
2004-06-10 19:05:38 +00:00