christos
2bbb53d7df
try to fix loongson hacks.
2016-01-29 17:01:55 +00:00
christos
bc117f559a
fix bogus == bashism.
2016-01-29 16:23:51 +00:00
christos
33f4505796
new binutils will be 2.26
2016-01-29 15:33:51 +00:00
christos
5fa7ae025c
remove clauses 3, 4
2016-01-29 15:19:01 +00:00
christos
8bdedb49af
disable dso protected to work around binutils bug
2016-01-29 15:18:33 +00:00
christos
bcffc9ad49
disable dso protected to work around binutils bug.
2016-01-29 15:18:08 +00:00
christos
5f4eaf394b
merge conflicts, regen for x86.
2016-01-29 14:42:43 +00:00
wiz
630110fe35
Document MKREPRO_TIMESTAMP.
2016-01-29 13:51:13 +00:00
christos
9573673d78
Import binutils-2.26
2016-01-29 12:44:10 +00:00
msaitoh
88a09f8d64
Remove debug message.
2016-01-29 11:30:03 +00:00
christos
d384368fae
It is meaningless to check the root node if there was an error.
2016-01-29 10:42:30 +00:00
ozaki-r
423847a240
Add tests for a gateway not on the local subnet
...
The tests are derived from the example at
http://www.netbsd.org/docs/network/#nonsubnetgateway ,
which has come up in PR 50717.
2016-01-29 04:15:46 +00:00
christos
8ce1ba1c05
fix printf formats
2016-01-29 02:40:22 +00:00
macallan
91d5ecf2d2
first shot at SMP support, very much broken and experimental
...
So far the 2nd core wakes up, makes its way to the idle loop, and things lock
up when we start the timer interrupt.
2016-01-29 01:54:13 +00:00
htodd
522bc88a7d
Fix build break.
2016-01-28 23:50:04 +00:00
christos
dbf7e049dc
needs libpthread
2016-01-28 19:40:29 +00:00
riz
4145877bea
Create dtrace device as part of "all"
2016-01-28 19:06:39 +00:00
lneto
e9138ce741
fixed metatable access to deallocated field
...
author: Lua.org <team@lua.org>
see: http://www.lua.org/bugs.html#5.3.2-1
2016-01-28 17:23:21 +00:00
christos
253490a42f
Don't detach devices if we are dumping core.
2016-01-28 16:32:40 +00:00
lneto
2d6cb6c23b
lua: merged 5.3.2
2016-01-28 14:41:39 +00:00
pgoyette
3c4024061c
Add a couple of entries for NFC
...
Fixes PR/50718
2016-01-28 10:20:40 +00:00
martin
c25f345cfe
The test for PR 50608 works now, remove the expected failure.
2016-01-28 10:10:09 +00:00
wiz
dbd12a24b4
binutils-2.26 out.
2016-01-28 09:12:17 +00:00
jnemeth
3f338bf379
move #ifdef notyet to encompass all relevant parts
2016-01-28 06:52:55 +00:00
ozaki-r
a8e10f3452
Tidy up
...
- KNF
- Remove obsolete ifdefs for other OSes
- Remove unnecessary else block
No functional change.
2016-01-28 04:37:01 +00:00
christos
91708124b8
Don't crash if we have a missing section.
2016-01-28 03:32:29 +00:00
christos
f234372d77
Add support for grub to find the ACPI root table pointer via a bootinfo entry
...
from grub.
From: https://mail-index.netbsd.org/tech-kern/2014/05/22/msg017119.html
2016-01-28 01:09:56 +00:00
christos
c2094a0c66
fix previous commit that ate all 4's, and add aprint_btinfo()
2016-01-28 01:08:43 +00:00
knakahara
2656d88eb3
fix my wrong modification
2016-01-28 00:28:11 +00:00
christos
aba0964ef0
just whitespace.
2016-01-28 00:18:27 +00:00
christos
8523d51853
clean Makefile.local
2016-01-27 21:24:59 +00:00
christos
3c3d44a7db
use HOST_CFLAGS for -pthread
2016-01-27 21:18:28 +00:00
riastradh
8248001c7f
Use unsigned, not signed, int for shifting 1 left until zero.
...
Signed shift into sign bit and beyond is undefined behaviour.
From Michael McConville.
2016-01-27 18:55:51 +00:00
christos
e93985e2d5
use -pthread for more portability
2016-01-27 18:43:44 +00:00
christos
d53e8ce2b1
don't link/depend on libpthread if we are a hostprog.
...
XXX: should be using -pthread instead?
2016-01-27 18:43:25 +00:00
christos
8b1e034892
remove debug/lint sets now that the Makefiles have been fixed.
2016-01-27 15:55:18 +00:00
wiz
3ebce71ac4
Mark /usr/X11R7/lib/modules/libi2c_g.a as obsolete as well.
...
Already marked that way for other platforms, and other versions of this
file for this platform too.
2016-01-27 11:54:07 +00:00
reinoud
7f3b83e2df
Fix filename creation and deleting with illegal file names. UDF has a
...
machanism for it but it allowed to create a file with a name it considered
illegal that then couldn't be deleted with the same name.
Fixes PR kern/50608. When confirmed, it can be closed.
2016-01-27 00:06:49 +00:00
pooka
cbf188301a
regen syscall files
2016-01-26 23:49:46 +00:00
pooka
988e14a193
fix typo in previous
2016-01-26 23:46:37 +00:00
pooka
b05ba45d76
"rump_private" -> <rump-sys/kern.h>
2016-01-26 23:44:58 +00:00
pooka
1730d8f0cf
nuke a few missed -Ifactiondir CPPFLAGSitions.
2016-01-26 23:41:15 +00:00
pooka
93f2ab8ce8
regen vnode interfaces
2016-01-26 23:30:10 +00:00
pooka
6e227a413d
"rump_private.h" -> <rump-sys/kern.h>
2016-01-26 23:28:06 +00:00
pooka
00e5ca99e7
regen rump kernel interfaces for header change.
...
(they were already manually edited for a prior commit, so not much change)
2016-01-26 23:25:40 +00:00
pooka
9187c84558
"rump_private.h" -> <rump-sys/kern.h>
2016-01-26 23:24:55 +00:00
pooka
a3ffdb865d
generate privhdrs to new location
2016-01-26 23:22:22 +00:00
pooka
bf54b2f752
include rumpif private headers from <rump-sys>
2016-01-26 23:21:18 +00:00
pooka
6bb5142288
Put the kernelside rump kernel headers into <rump-sys> instead of
...
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.
Leave compat headers around in the old locations.
The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.
2016-01-26 23:12:14 +00:00
christos
7481a22a73
The new acpi code tries to read the pci configuration registers in the
...
acpi_probe() phase, before acpi_softc is allocated. Detect this and use
a NULL chipset handle instead of crashing.
2016-01-26 22:52:14 +00:00