christos
0aab751630
fix test.
2016-04-09 17:58:46 +00:00
christos
eabf50fc2e
properly check for type id overflow
2016-04-09 17:51:50 +00:00
riastradh
989878b760
Add autounload logic to dtrace module prototype.
2016-04-09 15:18:48 +00:00
riastradh
51346d2825
Disable autoload if there are any profile probes.
2016-04-09 15:17:58 +00:00
riastradh
7256e74462
Prevent autounload while cyclics are still in use.
2016-04-09 14:50:08 +00:00
christos
7be14baef5
remove HAVE_FPARSELN
2016-04-08 11:56:43 +00:00
christos
e7b9154ec4
more FreeBSD changes from Kurt Lidl.
2016-04-05 12:28:57 +00:00
skrll
fde887dff0
binutils 2.26 mknative for aarch64
2016-04-05 09:54:26 +00:00
skrll
ded2b1e2a4
Set ELFSIZE to 64
2016-04-05 09:52:22 +00:00
mrg
0a5e3dc2e5
sgimip is big endian, noted by @nisimura.
...
minor updates.
2016-04-05 00:43:48 +00:00
christos
849c4feb3c
FreeBSD patches from Kurt Lidl.
2016-04-04 15:52:56 +00:00
skrll
744cc1c471
binutils 2.26 mknative for alpha
2016-04-04 13:45:40 +00:00
ozaki-r
09973b35ac
Separate nexthop caches from the routing table
...
By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.
Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
- sysctl(NET_RT_DUMP) doesn't return them
- If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
- RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
- It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
- -[no]cloning remains because it seems there are users
- -[no]connected is introduced and recommended
to be used instead of -[no]cloning
- route show/netstat -r drops some flags
- 'L' and 'c' are not seen anymore
- 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route
You can know details of behavior changes by seeing diffs under tests/.
Proposed on tech-net and tech-kern:
http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html
2016-04-04 07:37:07 +00:00
skrll
b1a9918244
Don't use secureplt on alpha yet
2016-04-04 06:58:48 +00:00
riastradh
0def3bc2ac
Fix module name of dtrace_profile.
2016-04-04 05:15:07 +00:00
mrg
c8af37f927
remove platforms successful switched and update some of the mips testing
2016-04-04 01:47:18 +00:00
mrg
0e34d6d47b
note shark (earmv4) works including atf.
2016-04-04 01:32:21 +00:00
skrll
590b4bf8cc
binutils 2.26 mknative for mipseb
2016-04-03 18:24:03 +00:00
skrll
4af6e95a2b
binutils 2.26 mknative for mipsel
2016-04-03 14:34:22 +00:00
mlelstv
338689a6b9
amiga kernel builds and runs
2016-04-02 08:54:47 +00:00
christos
e7b323ca74
bump stack a little
2016-03-31 22:49:14 +00:00
christos
f6e1dd671e
Delay freeing the die where the indirect attribute is found. Found by jemalloc
...
J, see: https://mail-index.netbsd.org/current-users/2016/03/28/msg029130.html
2016-03-31 15:53:33 +00:00
martin
f9c9a2217e
"Extended version" of the "mips64 hack" used in gcc 5.3's libgcc.a
...
build: avoid lots of duplicate symbols on softfloat builds.
Now mac68k is buildable with MKSOFTFLOAT=yes again, finally!
2016-03-31 15:06:39 +00:00
martin
91839179d9
Extend the "mips64 hack" to all MKSOFTFLOAT builds - avoid duplicate
...
symbols in libgcc.
2016-03-31 06:59:44 +00:00
christos
c3d31e1aba
Add auto-generated sqlite3 man pages
2016-03-30 21:31:44 +00:00
christos
b817d38134
From: https://github.com/kristapsdz/sqlite2mdoc
2016-03-30 21:30:20 +00:00
macallan
82d8a53e21
Loongson MMI code needs -Wa,-mhard-float now
2016-03-30 16:19:06 +00:00
mrg
768e59d75f
- clean up some
...
- i386 atf works
- mipseb kernels and system runs
- mips64* kernels work system runs
2016-03-29 09:20:28 +00:00
mrg
f46b30aacc
mknative-binutils for binutils 2.26 and mipse[lb].
2016-03-28 17:00:43 +00:00
skrll
d176304fc0
Add some more mips targets for martin
2016-03-28 09:01:24 +00:00
mrg
0bcf063564
revert most of the previous and re-do it to be valid, re-fixing i386 psABI
...
support with -m32.
2016-03-27 17:17:59 +00:00
mrg
d993c21bf1
don't set PREFERRED_STACK_BOUNDARY_DEFAULT, in particular, don't set it
...
to 64 (8 bytes) for 64-bit targets, where 16 byte alignment is required.
this fixes GCC 5 and ssh on modern intel cpus, and perhaps more.
2016-03-27 04:18:09 +00:00
mrg
3bd6f79dca
- figured out the ldap/ssh problem. was miscompiled crtbeginS.o which
...
has been worked around.
- update some testing info.
- merge or1k/riscv descriptions that are actually the same problem.
2016-03-27 00:07:20 +00:00
mrg
1353e79727
mknative-gdb for sparc and gdb 7.10
2016-03-26 10:29:44 +00:00
mrg
c6df9b1e81
use --with-diagnostics-color=auto-if-env as the default for GCC 5.
2016-03-26 09:02:56 +00:00
mrg
fbf2aacce9
sparc has the ldap problem
2016-03-26 09:01:20 +00:00
mrg
2a660b745c
mknative-binutils for mips64* and binutils 2.26.
2016-03-26 08:52:22 +00:00
skrll
b5a4e0ca09
Too many ;; in previous
2016-03-26 08:41:16 +00:00
skrll
fe5f2f1cd4
Attempt to fix mergo for mips
2016-03-26 08:39:55 +00:00
mrg
a9eeed2076
mknative-gdb for mips64eb.
2016-03-26 08:09:54 +00:00
mrg
813ae8862d
mknative-gdb for mips64el.
2016-03-26 07:38:55 +00:00
joerg
f6d6965b37
If a protected symbol is defined in a shared library, it should still
...
provide an implementation. Fix the merging rules.
2016-03-25 23:04:41 +00:00
skrll
48d314007f
Match with binutils
2016-03-25 09:29:01 +00:00
skrll
40c9ab5d24
Fix mergo for mips
2016-03-25 09:27:43 +00:00
mbalmer
fbad720175
Apply second and third patch from http://lua.org/bugs.html .
2016-03-25 08:15:20 +00:00
wiz
bb83bac5d1
Sort SYNOPSIS. Fix xref.
2016-03-25 07:48:16 +00:00
christos
204c2b27e8
update VAX
2016-03-24 21:46:28 +00:00
skrll
6b15b11db2
hppa is tested. I think it's "OK"
2016-03-24 21:26:45 +00:00
mrg
6d053978a6
update:
...
- earmv4 works (atf has one new failure, that seems common)
- mipsel run
- sparc runs
- sparc64 mostly works in UP mode
- add list of actual machines tested on
2016-03-24 21:20:31 +00:00
skrll
9f1adecae2
Note hppa status:
...
- kernel works
- sshd has the ldap problem
2016-03-24 21:10:21 +00:00