kiyohara
8168e9d014
Allow obio_intr == OBIOCF_INTR_DEFAULT.
2016-10-18 14:02:48 +00:00
kiyohara
400e7b1b26
Indent.
2016-10-18 13:58:52 +00:00
christos
6fd3d22580
try to fix copy-pasto
2016-10-18 12:56:11 +00:00
christos
bca50078b8
fix typo.
2016-10-18 12:52:32 +00:00
christos
93f4a9e00c
add libc_fp
2016-10-18 12:51:05 +00:00
ozaki-r
df2616c199
Remove unused rtcache_lookup_noclone
2016-10-18 09:43:20 +00:00
nonaka
1648ffa057
fix a sync range size when number of bus_dma segment is greater than 2.
2016-10-18 07:48:05 +00:00
ozaki-r
3be3142886
Don't hold global locks if NET_MPSAFE is enabled
...
If NET_MPSAFE is enabled, don't hold KERNEL_LOCK and softnet_lock in
part of the network stack such as IP forwarding paths. The aim of the
change is to make it easy to test the network stack without the locks
and reduce our local diffs.
By default (i.e., if NET_MPSAFE isn't enabled), the locks are held
as they used to be.
Reviewed by knakahara@
2016-10-18 07:30:30 +00:00
mrg
f8dd93e519
libc_fp is arch64 only.
2016-10-18 06:40:06 +00:00
ozaki-r
54d2407a67
Make test names self-descriptive
2016-10-18 04:10:24 +00:00
martin
95d7be9185
Make this compile again.
2016-10-18 03:38:50 +00:00
ozaki-r
6cabf64625
Fix indentation
2016-10-18 02:46:50 +00:00
ozaki-r
5faeb64f4b
Remove unnecessary pserialize_read_enter
2016-10-18 02:46:21 +00:00
ozaki-r
48ec99bd49
Add missing pserialize_read_exit
2016-10-18 02:45:41 +00:00
mrg
07ee0c7402
regen mknative for all ports and GCC 5.4 and -current. many ports
...
were using 5.3 data, and none of them had <stdalign.h>.
2016-10-18 01:32:56 +00:00
ozaki-r
ee138b23cc
Avoid double frees of mbuf
...
May fix one of panicks reported by Tom Ivar Helbekkmo in PR kern/51522
2016-10-18 01:15:20 +00:00
mrg
7b202c5d1e
fix earmhf and earmhfeb builds.
2016-10-18 00:16:58 +00:00
christos
2a60a2e549
account for socket name change.
2016-10-17 22:47:16 +00:00
mrg
7793157d87
switch evbcf and powerpc64 to GDB 7.12.
...
remaining ports: hppa, sun2, vax, m68k, sh3, mips64*
2016-10-17 22:42:34 +00:00
mrg
baa792517e
reverse the HAVE_GDB test - list the unconverted ports.
2016-10-17 21:42:54 +00:00
maya
2909b24516
OPEN_MAX is 128 now, unless defined differently in config
2016-10-17 20:43:19 +00:00
mrg
c3c016d002
switch i386 and 32 bit mips to GDB 7.12.
2016-10-17 20:25:34 +00:00
mrg
3f412ee160
fix oabi arm builds - no eabi ldscripts.
2016-10-17 20:16:57 +00:00
nat
7b977f0d18
Add a kthread to update display with framebuffer contents.
...
X11 will now work with wsfb(4).
OK christos@
2016-10-17 20:04:48 +00:00
nat
b82a1afd02
regen.
2016-10-17 20:00:25 +00:00
nat
23539045ab
Add DisplayLink FY-DVI usb adaptor.
...
OK christos@
2016-10-17 19:58:42 +00:00
mrg
c78a23b309
mknative-gdb for GDB 7.12 and coldfire/m68000. untested.
...
this completes our regularly scheduled mknative-gdb for all ports.
until next time enjoy your flight and have a nice day.
2016-10-17 18:44:43 +00:00
mrg
fbe48ae2ff
remove unused files.
2016-10-17 18:32:33 +00:00
maya
ae394a6300
use mktemp instead of $RANDOM for tmpdir
...
..$RANDOM won't work with our /bin/sh.
unsure if this script is used, but it is wrong.
might help the spurious build failures that occasionally
show up on autobuilds.
2016-10-17 18:24:42 +00:00
jdolecek
ee25a7878f
provide stub intr xname establish for xen
2016-10-17 18:23:49 +00:00
mrg
400d1a1689
mknative-gdb for GDB 7.12 and sh3*. untested.
2016-10-17 18:19:06 +00:00
mrg
e110ade75c
mknative-gdb for GDB 7.12 for m68k and vax. untested.
2016-10-17 17:38:07 +00:00
mrg
15077f1b3c
add some missing casts and make these build.
2016-10-17 17:37:44 +00:00
flxd
c49ef5bc4b
Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter.
2016-10-17 16:02:10 +00:00
christos
a417a46e02
regen powerpc64
2016-10-17 14:02:20 +00:00
ryo
6ee745045e
* Add option MEMSIZE_RESERVED to reserves memory for Cortex-M4 area
...
* change KERNEL_BASE from 0x80008000 to 0x82000000
2016-10-17 10:36:56 +00:00
ryo
68069712b5
add more register definitions.
2016-10-17 09:21:51 +00:00
mrg
c1e10f7755
mknative-gdb for GDB 7.12 and i386 (untested)
2016-10-17 06:26:37 +00:00
mrg
fe0f2a5492
add missing i386bsd_supply_gregset() and i386bsd_collect_gregset() protos
2016-10-17 06:26:20 +00:00
mrg
3caff98623
mknative-gdb for GDB 7,12 and mips64*. untested (but builds.)
2016-10-17 04:15:35 +00:00
christos
8481accb85
PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.
...
Initialize variable so that we don't get random behavior on cleanup.
2016-10-17 00:52:53 +00:00
joerg
e9e26132dd
Add basic glue for AArch64, including not-yet-used assembler files.
2016-10-17 00:24:13 +00:00
joerg
11ff370a53
Make assembler modules optional for ARM architectures.
2016-10-17 00:23:47 +00:00
kiyohara
b12de3745b
omap2_gpio_*() into #if - #endif.
2016-10-16 23:07:31 +00:00
dholland
55654b73a0
Use ktrgeniov, not ktrgenio, in writev.
2016-10-16 20:09:53 +00:00
mrg
8ff6613533
switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10.
...
'step' and 'stepi' both fail, but 'next' and break points are ok,
so a sufficiently determined user can get somewhere..
someone should try to fix 'step'. it appears to loop forever inside
ld.elf_so for me in an atomic cas function.
2016-10-16 19:20:02 +00:00
nat
c4d769f277
regen.
2016-10-16 18:49:17 +00:00
nat
529ceae0f0
Add quirk for C-Media USB Pnp sound card.
...
Without this I was unable to record. The recording volume is still way to
low but it's possibly my microphone.
OK christos@
2016-10-16 18:47:49 +00:00
kiyohara
690d79d20d
Remove not commited header-file and variable.
2016-10-16 13:54:28 +00:00
kiyohara
64c45e020d
Fix miss commit.
...
Add macro OMAP2_I2C_FIFOBYTES.
2016-10-16 13:09:57 +00:00