jym
ea5fe09303
Fix a small typo in comment: pmaps_lock is the lock that keeps all
...
pmaps in sync for kernel mappings (including when they are obtained from
pool caches).
2011-09-25 18:39:30 +00:00
christos
2cb320433e
run autoreconf -f -i to disable maintainer mode.
2011-09-25 18:18:43 +00:00
christos
acd0381cfc
Apply the diffs that are relevant from our old gdb6 source tree.
2011-09-25 16:30:24 +00:00
chs
4364c9c0d3
don't mix static and non-static MALLOC_DEFINE()s in the same file,
...
it fails to compile with gcc 4.5 on alpha.
2011-09-25 13:42:30 +00:00
chs
42b05e0e61
in fd_allocfile(), free the fd if we fail to allocate a file.
2011-09-25 13:40:37 +00:00
chs
11c35aee5c
linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*.
...
fixes array overrun on alpha noticed by gcc 4.5.
2011-09-25 13:40:07 +00:00
chs
cf2b1d22cb
avoid array overrun, noticed by gcc 4.5.
2011-09-25 13:37:20 +00:00
chs
2d7da4e277
change inline to static inline to appease gcc 4.5.
2011-09-25 13:36:53 +00:00
chs
b398f9d2e5
gcc 4.5 generates an extra plabel in ld.elf_so,
...
so expand the array of preallocated ones.
2011-09-25 13:34:54 +00:00
chs
623ee27088
m68k needs fpgnulib.c just like m68000 does.
2011-09-25 13:34:16 +00:00
chs
a9fd72b06c
define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY,
...
gcc 4.5 wants them both.
2011-09-25 13:33:43 +00:00
chs
9f1b54794a
libgcc is big enough to need the equivalent of -fPIC here now.
2011-09-25 13:33:11 +00:00
chs
bdcbc7d337
don't try to define LINK_EH_SPEC if it's already set,
...
netbsd.h already set it to what we want.
2011-09-25 13:32:17 +00:00
mrg
44263bdc53
fix the libgomp compat entries.
2011-09-25 12:56:46 +00:00
mrg
c9b22425b1
make this build without INET6.
...
also, fix the rfc6056algo passed to sysctl_rfc6056_helper
(it was backwards for inet4/inet6.)
2011-09-25 11:54:28 +00:00
apb
c850a5ae67
If the number of entries in CLEANFILES is too large, then the
...
commands in bsd.clean.mk encounter errors like "exec(/bin/sh)
failed (Argument list too long)". Avoid that by splitting the
files to clean into several lists using different variable names.
This should fix PR 45397, at least until the number of files
grows much larger.
2011-09-25 11:20:41 +00:00
mrg
aa6f331642
mknative files for vax / binutils 2.21.1a
2011-09-25 11:10:45 +00:00
mrg
95deb5109b
make this build again.
...
gimpy, please check the #if 0'd code that may or may not be useful? :)
2011-09-25 11:07:32 +00:00
mrg
175e62a9ff
mknative files for m68* / binutils 2.21.1a
2011-09-25 10:55:04 +00:00
mrg
60fbfc044d
mknative files for powerpc / binutils 2.21.1a
2011-09-25 10:27:01 +00:00
mrg
bd754ea449
mknative files for hppa / binutils 2.21.1a
2011-09-25 10:15:32 +00:00
mrg
2157e9516b
mknative files for alpha / binutils 2.21.1a
2011-09-25 10:09:30 +00:00
mrg
cb8d4d4a13
mknative files for mips64eb / binutils 2.21.1a
2011-09-25 10:02:45 +00:00
mrg
68c15c8ed6
mknative files for mips64el / binutils 2.21.1a
2011-09-25 09:52:59 +00:00
mrg
47221e6236
add OPTION_FIX_LOONGSON2F_BTB and OPTION_NO_FIX_LOONGSON2F_BTB
...
options back to the enum.
2011-09-25 09:44:54 +00:00
mrg
a84ac1a7a0
mknative files for mipsel / binutils 2.21.1a
2011-09-25 09:42:48 +00:00
mrg
0f3608f275
mknative files for mipseb / binutils 2.21.1a
2011-09-25 09:37:28 +00:00
mrg
68db3a43ca
mknative files for sh3eb / binutils 2.21.1a
2011-09-25 09:29:26 +00:00
mrg
34dc7e97c3
mknative files for sh3el / binutils 2.21.1a
2011-09-25 09:25:33 +00:00
mrg
88584aaf21
mknative-binutils for sparc64 / binutils 2.21.1a.
2011-09-25 08:01:41 +00:00
mrg
1a51c49807
mknative files for sparc / binutils 2.21.1a
2011-09-25 07:53:27 +00:00
mrg
c760ed2066
add new files for binutils 2.21.
2011-09-25 07:00:45 +00:00
mrg
7838ec379b
mknative-binutils for i386 / binutils 2.21.1a.
2011-09-25 06:48:52 +00:00
christos
32998b1cb8
Merge new binutils. Only x86_64 works now; the rest will need to run mknative
...
again (at least).
2011-09-25 04:32:33 +00:00
christos
aab9777b04
mention new binutils
2011-09-25 04:31:45 +00:00
christos
294b161d40
- bump libbfd and libopcodes for new binutils.
...
- new elfedit program
2011-09-25 04:11:47 +00:00
christos
544cd45c15
adjust for new gas Makefile
2011-09-25 04:00:58 +00:00
christos
ce61e2dd35
Don't dump core on an existing core file we don't own. From OpenBSD, suggested
...
by Greg Woods.
2011-09-24 22:53:50 +00:00
christos
31799520c4
from ftp.gnu.org
2011-09-24 22:40:46 +00:00
christos
be12b8bcaf
from ftp.gnu.org
2011-09-24 22:30:45 +00:00
christos
45548106ec
from ftp.gnu.org
2011-09-24 22:20:22 +00:00
christos
be9ac0ea6d
from ftp.gnu.org
2011-09-24 22:10:17 +00:00
jym
aad548da5a
White space fix.
2011-09-24 21:24:52 +00:00
christos
4f78ec2aec
add rfc6056.c
2011-09-24 21:11:23 +00:00
christos
7dfc761b33
Add the rcs keyword chomper.
2011-09-24 20:52:37 +00:00
christos
7813712d29
make this compile.
2011-09-24 20:51:04 +00:00
christos
5af5d48181
fix stray rcsid files
2011-09-24 20:47:37 +00:00
christos
0049ea08f4
Bump the queue size to 32K
2011-09-24 20:19:39 +00:00
christos
4e98e3e176
import 7.3.1
2011-09-24 19:57:51 +00:00
christos
98b9484c67
import 7.3.1
2011-09-24 19:47:50 +00:00