christos
f84ee3a147
fix alpha
2013-10-04 23:41:59 +00:00
christos
9e391dc454
merge alpha changes
2013-10-04 23:40:17 +00:00
mrg
b52c619931
regenerate for gdb 7.6.
2013-10-04 22:31:12 +00:00
joerg
6542340a9b
Move an assert to the point where the referenced variable is initialized.
2013-10-04 21:10:18 +00:00
christos
fda5f877e5
prefix compat with __ in case __dso_hidden is not available
2013-10-04 21:07:37 +00:00
christos
ca2d95d15f
avoid linker warning for compat symbols that are used internally in libc,
...
by introducing a hidden compat_foo() function, using that internally in
libc, and exposing foo as a strong alias to compat_foo(). I am open for
better ideas.
2013-10-04 20:49:16 +00:00
christos
4c55f68194
Allow bfd_mach_arm4 machines to produce a.out binaries.
...
Perhaps we should just let every arm machine produce them?
Or we should use M_ARM6_NETBSD midmag for those?
2013-10-04 18:08:02 +00:00
msaitoh
07c34455c2
Sort definitions. No functional change.
...
- CPUID_FEAT_BLACKLIST is for Fn00000001 %edx, so move it.
- Sort CPUID definitions with initial EAX value.
2013-10-04 17:53:19 +00:00
msaitoh
b688898b59
Add comment about CPUID Processor extended state Enumeration Fn0000000d %eax.
2013-10-04 17:21:43 +00:00
msaitoh
4713a86712
Fix typo in comment (s/XRC0/XCR0/).
2013-10-04 17:12:48 +00:00
wiz
a42ef91e83
Bump date for previous.
2013-10-04 16:50:18 +00:00
christos
1c6ae60a30
PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that
...
don't have credentials yet.
XXX: pullup-6
2013-10-04 16:20:35 +00:00
christos
c7ae7b152f
fix i386 build.
2013-10-04 15:24:44 +00:00
rkujawa
fd725e5dd3
Remove long dead options NKPTADD, NKPTADDSHIT.
2013-10-04 15:15:39 +00:00
rmind
49ce9c94dc
- tmpfs_remove: check 'appendable' flag for the parent directory as well.
...
Patch from Pedro Martelletto.
- tmpfs_dir_detach: remove missleading check.
- tmpfs_link: remove unused variable.
2013-10-04 15:14:11 +00:00
rkujawa
8e9823700b
Nuke long dead NKPTADD and NKPTADDSHIFT options from config files.
2013-10-04 15:13:51 +00:00
christos
3c79246835
discard eh sections
2013-10-04 15:02:43 +00:00
christos
f19ce0c437
kill useless expr
2013-10-04 15:02:14 +00:00
christos
e0125d1663
remove -g
2013-10-04 15:01:52 +00:00
christos
191f4d1d8e
check result of setscope, from logan.
2013-10-04 14:23:14 +00:00
christos
39fb2232d3
new need to run yacc/lex now, since the generated files have been removed
...
and account for the ada dependencies.
2013-10-04 13:04:00 +00:00
skrll
b2beb0e096
Small KNF
2013-10-04 12:47:04 +00:00
hannken
85b4f7dccf
Remove a bogus vrecycle() from udf_inactive(). Vrecycle() works on inactive
...
vnodes while VOP_INACTIVE() should never be called on an inactive vnode.
Ok: Reinoud Zandijk <reinoud@netbsd.org>
2013-10-04 08:35:08 +00:00
jnemeth
4862012f0e
- complete renaming of -w to -c from 1.38
...
- update usage string to match
- this fixes PR/48234 by Jeff Woodall
2013-10-04 07:51:48 +00:00
mrg
52d8d9b995
regenerate with G_enable_initfini_array fix.
2013-10-04 03:38:32 +00:00
mrg
57a995ec5d
regenerate for G_enable_initfini_array fix.
2013-10-04 01:41:20 +00:00
mrg
cf5b64618e
gdb 7.6 mknative for mips64el.
2013-10-04 01:16:50 +00:00
mrg
84e9dd17ed
regenerate mknative-gdb for GDB 7.6 for coldfire, earmeb, m68k,
...
mips64eb, mipsel, sh3eb and sh3el.
2013-10-04 01:09:03 +00:00
mrg
6f88083e54
delete generated files; they mess with r/o source trees and builds
...
that happen in src/tools/gdb.
2013-10-04 00:42:13 +00:00
christos
c4e471c49f
delete eh_frame gunk, which hopefully will make the kernel small enough to boot.
2013-10-03 23:48:34 +00:00
mrg
9d2d9e2859
regenerate most of the binutils mknative files, and remove the
...
G_enable_initfini_array hack from ld/Makefile.
2013-10-03 23:42:38 +00:00
matt
00d87311e2
Binutils 2.23.2 doesn't do the right thing HI16/LO16 reloc using .
...
So do it manually to appease gas.
2013-10-03 22:28:38 +00:00
mrg
4c1f611656
add -Wa,-Av8 to CFLAGS and AFLAGS to fix kernel build with binutils 2.23.2.
2013-10-03 22:01:04 +00:00
christos
7bfbcd5f15
add powerpc
2013-10-03 21:46:02 +00:00
christos
a5126fe978
forgot one
2013-10-03 21:18:48 +00:00
christos
50d96202b7
more regen
2013-10-03 21:17:13 +00:00
christos
c2782f4502
fix sparc
2013-10-03 21:08:49 +00:00
christos
ff9d8f8219
check sockopt_get() error, from logan.
2013-10-03 20:27:55 +00:00
christos
59f9f8d89a
simplify.
2013-10-03 20:17:47 +00:00
mrg
314d3163ab
use LIBDPLIBS instead of LDADD/DPADD to link against the heimdal
...
libraries. fixes build issues.
2013-10-03 20:11:34 +00:00
christos
b663ed3a1d
fix bad merge
2013-10-03 20:11:16 +00:00
mrg
e2079e269f
move netpgp, lua and npf libraries to depenancy points after the
...
libraries they depend upon. netpgp wants libz, lua wants libm,
and npf wants libnpf.
2013-10-03 20:02:58 +00:00
skrll
5591d9a73d
earmhf* gdb mknative files.
2013-10-03 19:51:37 +00:00
skrll
ba128b180e
More gdb mknative files.
2013-10-03 19:43:04 +00:00
skrll
043b2112f2
Re-run mknative gdb for hppa.
2013-10-03 19:32:38 +00:00
skrll
b670389add
Update a comment. Thanks mrg@
2013-10-03 19:04:00 +00:00
christos
ff5462c4ef
more files needed
2013-10-03 18:58:37 +00:00
christos
16d511cf01
add new files
2013-10-03 18:50:29 +00:00
christos
34f40950d3
regen...
2013-10-03 18:39:30 +00:00
christos
387b2ceb98
merge conflicts
2013-10-03 18:30:43 +00:00