jmcneill
|
b43705e146
|
more Tegra SATA init
|
2015-05-15 11:50:30 +00:00 |
|
jmcneill
|
27610eb34b
|
enable XUSB PADCTL
|
2015-05-15 11:49:58 +00:00 |
|
jmcneill
|
cb241d9174
|
Tegra XUSB PADCTL driver
|
2015-05-15 11:49:10 +00:00 |
|
skrll
|
c60165d82a
|
Make sure TLB is invalidated and ACTLR.SMP is set on ARM A15. ACTLR.SMP
enables the processor to receive instruction cache, BTB and TLB main-
tenance operations from other processors
|
2015-05-15 10:57:55 +00:00 |
|
ozaki-r
|
4b2e293fbb
|
Add missing rump flag to net/route test files
|
2015-05-15 10:53:58 +00:00 |
|
msaitoh
|
d35fd4d212
|
Print operable voltage with aprint_verbose(). OK'ed by pgoyette@.
|
2015-05-15 08:44:24 +00:00 |
|
knakahara
|
5613b8fb8b
|
if_iwm use unified establish API.
|
2015-05-15 08:44:15 +00:00 |
|
knakahara
|
d12e1568ea
|
update man.
|
2015-05-15 08:39:14 +00:00 |
|
knakahara
|
117a6cdd67
|
pci_msi_string() must be used by MD code only.
|
2015-05-15 08:36:41 +00:00 |
|
knakahara
|
6d12998d34
|
refactor: change function names and move them.
|
2015-05-15 08:29:33 +00:00 |
|
knakahara
|
f945a2f765
|
unify INTx, MSI and MSI-X APIs without alloc. (alloc API is under discussion)
|
2015-05-15 08:26:44 +00:00 |
|
martin
|
abb0534607
|
Enable ktrace by default
|
2015-05-15 08:19:48 +00:00 |
|
kefren
|
0c4c07ab30
|
Add options -X for deadline and -x for reply maxwait (flag names matching
FreeBSD). Unline FreeBSD, currently -x doesn't count late packets to statistics.
After discussion with, and help from ozaki-r@
Should fix PR/49896
|
2015-05-15 08:02:39 +00:00 |
|
msaitoh
|
9bfe97f79b
|
Fix typo in comment.
|
2015-05-15 07:59:00 +00:00 |
|
matt
|
fd223cea42
|
Simplify a tiny bit.
|
2015-05-15 07:56:25 +00:00 |
|
matt
|
c3824aa5ce
|
In lwp_ctl, convert ptr to 32 bits before copyout.
|
2015-05-15 07:52:51 +00:00 |
|
matt
|
397eb68d6f
|
Fix _lwp_ctl for big endian 64-bit platforms. (little-endian too but not
as noticable).
|
2015-05-15 07:45:15 +00:00 |
|
ozaki-r
|
6011d36bd6
|
Fix rump.{netstat,route} shows host's interface names in link local addresses
Interface names of IPv6 link local addresses are resolved
by getnameinfo(3). So we need to rump-ify it as well as
if_indextoname and getifaddrs.
|
2015-05-15 06:58:59 +00:00 |
|
matt
|
47b1040f9a
|
More sorting.
|
2015-05-15 06:51:24 +00:00 |
|
matt
|
a45d8296ac
|
Don't keep two list of build kernels. include etc/etc.evbarm/Makefile.inc
and use it to generate list of MDSETTARGETS.
|
2015-05-15 06:50:41 +00:00 |
|
matt
|
7efc40e9c3
|
Update list of armv7 install kernels.
|
2015-05-15 06:27:48 +00:00 |
|
pgoyette
|
754633894c
|
Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.
|
2015-05-15 06:21:12 +00:00 |
|
matt
|
297071a176
|
alphabetize armv7 kernels
|
2015-05-15 06:11:06 +00:00 |
|
joerg
|
5331e11882
|
The relocation relaxation issue in AES on ARM has been resolved
differently, so remove hack marker.
|
2015-05-14 19:27:23 +00:00 |
|
joerg
|
7d697e8913
|
copysignl is also needed for PowerPC's double-double format, so special
case that. Functional support was added earlier, but not enabled.
|
2015-05-14 19:26:12 +00:00 |
|
chs
|
6dafee9c7b
|
in nfs_writerpc(), avoid a signed/unsigned problem in computing the
number of bytes to back up in the uio when we need to resend a write RPC
(eg. after a server crash) on a 64-bit platform. should fix PR 35448.
|
2015-05-14 17:35:54 +00:00 |
|
chs
|
f3abe35cbf
|
in bounds_check_with_*, reject negative block numbers and avoid
a potential overflow in calculating the size of the request.
|
2015-05-14 17:31:24 +00:00 |
|
matt
|
c39dfe1b4c
|
Use movw/movw
|
2015-05-14 17:15:56 +00:00 |
|
wiz
|
08966c2e65
|
Sort sections.
|
2015-05-14 13:59:57 +00:00 |
|
wiz
|
5f5eebf1e3
|
Minus needs a backslash, add it.
|
2015-05-14 13:59:15 +00:00 |
|
wiz
|
8eea49b975
|
tmux-2.0 is out.
|
2015-05-14 13:53:36 +00:00 |
|
christos
|
d2ed0c780a
|
fix warnings on ubuntu 32 bit (Miki Rozloznik)
|
2015-05-14 10:44:15 +00:00 |
|
jmcneill
|
6972907fd9
|
enable SATA OOB clock
|
2015-05-14 10:23:03 +00:00 |
|
maxv
|
c183389775
|
Use-after-free. Found by Brainy.
ok christos@
|
2015-05-14 07:27:14 +00:00 |
|
hsuenaga
|
18a97e755e
|
add synchronization barrier for AURORA_IO_CACHE_COHERENCY.
cleanup MARVELL L2 cache code.
|
2015-05-14 05:39:32 +00:00 |
|
mrg
|
53e5192712
|
switch the default method to SNA.
|
2015-05-14 02:43:33 +00:00 |
|
pgoyette
|
592ac08505
|
Descend into the examples to build them all the time. (They will not
be installed, but we still want to make sure they build to avoid any
bit-rot).
|
2015-05-14 01:34:31 +00:00 |
|
jmcneill
|
0ca3b6a4da
|
hook JETSONTK1 kernel into build
|
2015-05-14 00:59:03 +00:00 |
|
pgoyette
|
ea2ffc3595
|
Update sets lists for new devsw_attach(9) man page and its MLINKS
|
2015-05-14 00:09:54 +00:00 |
|
pgoyette
|
fa7d5074ac
|
Add new man page for devsw_attach() and friends.
From Kamil Ritarowski with some editting by myself.
|
2015-05-14 00:08:44 +00:00 |
|
jmcneill
|
8f1f86202d
|
add INSTALL kernel for JETSONTK1
|
2015-05-14 00:07:04 +00:00 |
|
jmcneill
|
0e46ac913f
|
5V/12V power to molex connector on Jetson TK1 is controlled by GPIO EE2
|
2015-05-14 00:02:00 +00:00 |
|
jmcneill
|
61041e5fe3
|
fix SATA controller init
|
2015-05-14 00:00:44 +00:00 |
|
riastradh
|
ce18844b86
|
Remove workaround for PR kern/49195.
Problem seems to have been properly fixed in rev. 1.25.
|
2015-05-13 23:57:02 +00:00 |
|
justin
|
bcb8c68de1
|
Missing MAP_PRIVATE on mmap
|
2015-05-13 23:15:57 +00:00 |
|
pgoyette
|
1afdfaef97
|
Fix up another internal reference to renamed module, and adjust some
English grammar.
|
2015-05-13 22:41:48 +00:00 |
|
pgoyette
|
ad0c284179
|
Fix instructions to match reality. (I renamed the example from the
original submitter, but didn't catch all internal references.)
|
2015-05-13 22:37:53 +00:00 |
|
pgoyette
|
a75c623ada
|
Add a reference to the recently added module examples.
|
2015-05-13 22:31:16 +00:00 |
|
joerg
|
1d5828794c
|
Mark error as dead.
|
2015-05-13 20:13:21 +00:00 |
|
joerg
|
5d6007be0f
|
void * is bad for computation, so cast to const char * first.
|
2015-05-13 19:57:16 +00:00 |
|