christos
4e4e5082ff
grow another arm.
2016-01-29 21:11:55 +00:00
christos
01129addf9
fix aarch64
2016-01-29 20:54:09 +00:00
christos
f2fcb61447
we have our own popcount.
2016-01-29 20:53:14 +00:00
christos
b711ecb4da
regen earm, rest of ia64
2016-01-29 20:41:25 +00:00
christos
164e2a0fd9
regen ia64
2016-01-29 20:39:19 +00:00
christos
84c7254397
PR/50631: Joerg Sonnenberger: Don't rename syscalls before you include
...
the relevant headers.
2016-01-29 20:35:48 +00:00
christos
65691b0e16
One macro is enough (Ingo Schwarze)
2016-01-29 19:59:11 +00:00
christos
b466259f09
missing ia64.
2016-01-29 18:05:38 +00:00
christos
a7de39c009
try to adjust riscv
2016-01-29 18:05:18 +00:00
tsutsui
c7ed7eb92f
Drop almost unnecessary devices for floppy to shrink sysinst.fs.
...
Briefly tested on TT030.
2016-01-29 18:03:16 +00:00
christos
f51ed01f4f
regen!
2016-01-29 17:30:22 +00:00
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