Commit Graph

245805 Commits

Author SHA1 Message Date
christos
0a3c283ede regen 2016-10-19 21:55:26 +00:00
christos
883488e64e try to fix missing decls 2016-10-19 21:54:20 +00:00
christos
90ff2f0a25 Adjust for new ifconfig address/mask output. 2016-10-19 21:27:10 +00:00
mrg
de0a3ccb6a turn off MKCOMPAT for aarch64eb builds for now. 2016-10-19 20:56:22 +00:00
mrg
a1169008f0 match aarch64* for the ldscripts generation. 2016-10-19 20:55:44 +00:00
mrg
31caae3a77 mknative-binutils for binutils 2.26 and arm64eb 2016-10-19 20:31:28 +00:00
mrg
b11e2a5651 set {_LIBC_COMPILER_RT,MKGDB,_NEEDS_LIBCXX}.aarch64eb=yes. 2016-10-19 20:29:58 +00:00
jdolecek
18cb818001 add debug code to check for completion queue corruption 2016-10-19 19:34:31 +00:00
jdolecek
684dc5aae2 follow advice of spec and block interrupts via INTMS/INTMC for intx handler;
this also makes it possible to offload the actual interrupt processing to softintr
handler, similar as for MSI/MSI-X
2016-10-19 19:31:23 +00:00
mrg
b54003801f regen again after fixing the armeb-netbsdelf list.
evbarm-armeb builds again.
2016-10-19 19:10:33 +00:00
mrg
4a685cb277 fix the armeb target list. 2016-10-19 19:09:42 +00:00
mrg
8beef5983a regen to remove the accidental freebsd files 2016-10-19 19:02:38 +00:00
kiyohara
1c876a1021 Remove white spaces. 2016-10-19 14:07:22 +00:00
skrll
1f939bba01 Oops... unintended commit - one day maybe. 2016-10-19 09:55:10 +00:00
maya
57f1116306 Revert previous. it shouldn't have an effect.
$$ should make it sufficiently unique.
2016-10-19 09:51:38 +00:00
skrll
f29e21f79a Regen 2016-10-19 09:45:25 +00:00
skrll
f2ef31cb48 PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel
Updated from the original patch in the PR by me.
2016-10-19 09:44:00 +00:00
msaitoh
3dcd57986a No, functional change:
- Add WM_DEBUG_LOCK
- Add some KASSERT
- Modify comment.
2016-10-19 08:55:23 +00:00
msaitoh
40e237eae6 - Drop the host wakeup bit after resetting PHY on PCH and newer devices.
- Increase delay while toggling LANPHYPC
2016-10-19 08:22:57 +00:00
mrg
44d7d6ab00 apply some #if defined(TI_AM335X) so this builds again. 2016-10-19 08:18:38 +00:00
msaitoh
850dab4f61 Add VF Resizable BARs ECN. 2016-10-19 04:23:37 +00:00
msaitoh
c6dda59b2a regen. 2016-10-19 04:00:04 +00:00
msaitoh
28e6eeb62f Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"
2016-10-19 03:59:17 +00:00
christos
82c75ae659 remove dup function 2016-10-19 01:31:05 +00:00
christos
95c12ccdf1 make the env stuff visible. 2016-10-19 01:30:35 +00:00
ozaki-r
1219daf3b1 Remove unnecessary #ifdef IPSEC
The entire function is already in #ifdef IPSEC.

No functional change.
2016-10-19 01:13:01 +00:00
ozaki-r
14c3b51523 Set ia to ensure to call ia4_release 2016-10-19 01:10:15 +00:00
ozaki-r
9f81ad9409 Make sure to run cleanup
Should fix "tests: did not complete" failures.
2016-10-19 00:19:13 +00:00
christos
c03ab36ba4 conditionalize bits 2016-10-19 00:11:03 +00:00
nonaka
e4a54b4193 Added MSI/MSI-X and interrupt_distribute(9) support for powerpc. 2016-10-19 00:08:41 +00:00
uwe
5b48185605 Xref to useradd(8) by its official name. 2016-10-18 23:24:48 +00:00
wiz
90f5b47a4a Sort sections. new sentence, new line. Whitespace. 2016-10-18 22:26:13 +00:00
jdolecek
9879797546 provide intr xname 2016-10-18 22:08:30 +00:00
jdolecek
e1d3e1b041 add isa_intr_establish_xname() to MD isa headers so that it can be used
by MI drivers
2016-10-18 22:04:33 +00:00
mrg
94cfe7b367 revert the previous - those are only relevant for 64 bit builds and
are listed in ad.mips with arch64 tag.  fixes emips builds.
2016-10-18 20:44:59 +00:00
nat
c1b9bee02c Stop crash when switching vt or leaving X windows.
Improved upon and OK from christos@
2016-10-18 20:17:37 +00:00
maya
303adcbf0c Bump date for previous ciss(4) change 2016-10-18 18:56:39 +00:00
aymeric
2be441b364 add commented out entry to attach Pi Face Real Time Clock 2016-10-18 18:56:32 +00:00
aymeric
674ce7c434 add support for the MCP7940 based Pi Face Real Time Clock 2016-10-18 18:54:54 +00:00
gson
b12dd756a7 HP Smart Array P410i works for me 2016-10-18 18:44:20 +00:00
christos
476dcf2b00 make this compile again, and simplify. 2016-10-18 17:56:31 +00:00
kiyohara
97249b6741 Move set_mpu_volt() from */*_machdep.c to am335x_prcm.c. 2016-10-18 15:10:35 +00:00
manu
edb96218ee Make FUSE socket buffer tunable
When dealing with high I/O throughput, we could run out of buffer
space if the filesystem was not consuming requests fast enough.
Here we slightly raise the buffer size, and we make it tunable
through the PERFUSE_BUFSIZE environment variable so that we can
cope with higher requirement later.

While there, document PERFUSE_OPTIONS environment variable.
2016-10-18 15:06:17 +00:00
kiyohara
1fb68d572c Remove intrbase and intr from omapgpio. 2016-10-18 14:48:11 +00:00
kiyohara
3050382859 Enable tifb and wsdisplay. 2016-10-18 14:45:05 +00:00
kiyohara
2704cce243 Support tifb. 2016-10-18 14:39:52 +00:00
kiyohara
df33876426 Update unused tifb. wscons is working.
Tested on PEPPER and VTC100.
2016-10-18 14:14:51 +00:00
kiyohara
9cfb68f6a3 The variable gpio_module[] into #ifdef TI_AM335X - #endif.
Thanks for joerg@.
2016-10-18 14:08:53 +00:00
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