skrll
7e9db7c0ee
Whitespace
2015-03-27 11:12:08 +00:00
ozaki-r
9c3df7f835
Remove unnecessary ifdef IPSEC
2015-03-27 07:47:10 +00:00
skrll
531c3a53b0
Remove '\n' in panic message.
2015-03-27 07:28:56 +00:00
hikaru
638842f16d
m_pullup() is called in rcvproc callback functions,
...
so nfs_boot_sendrecv() should keep track of the head of mbuf chain.
fixes kern/48746
2015-03-27 07:18:11 +00:00
matt
9d6a1448cc
Switch to new ABI (return values now in a0/a1; v0/v1 are no more)
2015-03-27 06:57:21 +00:00
matt
8a3081d220
Switch to new ABI (return values now in a0/a1; v0/v1 are no more)
2015-03-27 06:44:28 +00:00
matt
2d9adf0d04
Switch to new ABI (a0/a1 replace v0/v1)
2015-03-27 06:42:37 +00:00
matt
3a607a33f7
Update our in-tree binutils for RISCV to the latest.
2015-03-27 06:34:31 +00:00
nakayama
f1e575ac8e
Sync sparc64 kernel's OF_seek with ofwboot's one, but sparc version
...
is not changed.
2015-03-27 06:10:25 +00:00
nakayama
ba1d0502fa
Fix kernel loading failures from partitions started from over first
...
4GB of disks on sparc64.
2015-03-27 06:07:33 +00:00
msaitoh
946265cd4c
Add some forgotten files in last commit.
2015-03-27 06:04:42 +00:00
msaitoh
82022b9df7
Synchronize our ixg(4) driver up to FreeBSD r230775:
...
- Add X540 support.
- Add 100BaseTX support.
- Fix a lot of bugs.
- Improve performance.
2015-03-27 05:57:28 +00:00
ozaki-r
67b6b1c0df
KNF
2015-03-27 05:47:37 +00:00
msaitoh
af7e315647
Add DDR4 support a bit.
2015-03-27 05:33:08 +00:00
msaitoh
e1434c250b
Update from Intel SDM:
...
- Add busclock values for Airmont.
2015-03-27 05:32:38 +00:00
msaitoh
c034104b35
Update from Intel SDM:
...
- Add Atom Z8000, Future gen Xeon (Broadwell), Next gen Xeon Phi and so on.
- Add comments.
2015-03-27 05:31:34 +00:00
hkenken
655cfe74b9
Rewritten to take advantage of motoi2c code.
2015-03-27 05:31:23 +00:00
matt
1523fd3ab8
Update gcc to use new ABI for RISCV
2015-03-27 01:51:34 +00:00
sjg
f15792411b
Move initialization of savederr to the block where it is used
...
to avoid spurious warning from gcc 5
2015-03-26 22:20:42 +00:00
wiz
1d3f3d5a49
Use less macros for same output.
2015-03-26 22:04:38 +00:00
skrll
733ded5ecd
Trailing whitespace.
2015-03-26 22:01:42 +00:00
skrll
4c5bb45850
Fixes from PR/49622
...
- Use bit definitions from the header instead of magic numbers
- Remove the 'BYPASS' bit (4), otherwise all the careful setup
of the ALE is futile - the BYPASS bit is described in the
AM3358 datasheet as "When in bypass mode, all CPGMAC_SL
received packets are forwarded only to the host port (port 0)"
so effectively it's a promiscuous enable
- During cpsw_stop the MISC interrupts were being left enabled
- Remove unnecessary cpi assignment before loop.
2015-03-26 22:00:45 +00:00
riastradh
85ad28a810
Add wapbl(9) man page.
2015-03-26 21:38:49 +00:00
nakayama
caa8f50f11
Add missing new lines.
2015-03-26 20:13:28 +00:00
prlw1
810c65ef57
Trivial printf format changes and typo fix
2015-03-26 17:40:16 +00:00
joerg
4e512d8c55
amlogic_genfb_hdmi_write_4 is currently unused, mark it as such.
2015-03-26 16:26:35 +00:00
skrll
8e89cd3c39
Note the uhub the DPRINTF is about in many cases
2015-03-26 16:19:26 +00:00
skrll
9602c03fb6
Convert to USBHIST. Inspired by patch from Takahiro HAYASHI
2015-03-26 15:53:58 +00:00
nonaka
dcd2da55a2
Not all iwm hardware supports the 5GHz band. Make setting 11a rates
...
and scanning conditional on the 5GHz support bit in the nvm.
From OpenBSD rev. 1.39. Arranged by me.
2015-03-26 14:42:56 +00:00
justin
8f795c07a7
Don't build the __eabi_ aliases in the arm rump kernel.
...
These are provided by libc in userspace, so leave out of kernel
2015-03-26 13:34:51 +00:00
justin
f617fade4f
Fix prototypes to match definitions
2015-03-26 11:59:38 +00:00
justin
7b67337b9d
Fix definitions to match headers
2015-03-26 11:31:57 +00:00
justin
59fd6f1da5
Return type of compat wait functions should be pid_t not int.
2015-03-26 11:17:08 +00:00
roy
bf5024efa4
Note import of dhcpcd-6.8.0
2015-03-26 10:37:06 +00:00
roy
b03ca99758
Sync
2015-03-26 10:26:37 +00:00
roy
dbc46acaa3
Import dhcpcd-6.8.0 with the following changes:
...
* Use the exit code of EXIT_SUCCESS when terminating gracefully.
* Fix dumping a lease file by filename.
* If RTF_LOCAL is defined, don't try and set loopback routes.
* Fix adding host routes on BSD.
* After adding an address load the kernel routing table for the
interface. When routes are rebuilt try not to remove any existing
routes if they don't need changing.
* Replace timeval with timespec for our internal functions.
* Support kqueue(2).
* Better support for more interface types on BSD, thanks to Guy Yur.
* Many Prefix Delegation fixes.
* Fix creation of normal IPv6 link-local addresses overflowing the
address storage and fooling dhcpcd into thinking it's not
tentative when added.
* Add own syslog(3) like logging function for a nicer output and so
we can log to a file for the case when syslogd(8) starts after
dhcpcd so we can log any errors during system start using the new
--logfile option.
2015-03-26 10:20:41 +00:00
hsuenaga
b59e05366b
set ttbr0/1 using correct register(r2).
2015-03-26 08:50:42 +00:00
hsuenaga
a3f6924a7a
don't use armreg_tlbiasidis_write() and armreg_icialluis_write()
...
on single processor platforms.
2015-03-26 08:45:05 +00:00
skrll
a459b24c4d
Various usb 3 related changes from Takahiro HAYASHI
2015-03-26 08:08:27 +00:00
ozaki-r
0f2fc18b62
Remove redundant rtcache_invariants
...
It's done in rtcache_getdst.
2015-03-26 04:38:17 +00:00
ozaki-r
50468f9be7
Tidy up the regular path of ip_forward
...
No functional change is intended.
2015-03-26 04:05:58 +00:00
dholland
231a9fdc87
Avoid runon sentences.
2015-03-25 16:23:02 +00:00
msaitoh
60b434b153
Fix a bug that vlan setting may not apply to the parent interface correctly.
2015-03-25 12:53:55 +00:00
macallan
ada74a1dcd
- determine bus clock, pass it to devices
...
- more clock enabling / gpio setup
2015-03-25 11:25:10 +00:00
macallan
53a48da639
more clock and gpio stuff
2015-03-25 11:23:26 +00:00
riastradh
8c0065db93
Make this run in NetBSD 6 by using st_mtimespec instead of st_mtim.
...
st_mtimespec is our traditional nonstandard name for what POSIX
called st_mtim in 2008, but these aren't going to run in non-NetBSD
anyway so using the nonstandard name shouldn't be an issue.
2015-03-24 23:24:55 +00:00
riastradh
1674867715
zfs tests don't actually need privileges.
2015-03-24 23:22:47 +00:00
christos
b52bce6ba8
set some readline compatibility default key settings.
...
https://bugzilla.redhat.com/attachment.cgi?id=1001895
2015-03-24 21:29:52 +00:00
christos
9a8795cdcd
save and restore IGNORE_EXTCHARS like we do in the getc case. From:
...
https://bugzilla.redhat.com/attachment.cgi?id=1001894
2015-03-24 21:26:50 +00:00
skrll
fab59747f2
There is no need to save/restore l_private in softint_switch now that
...
cpu_switchto is fixed
2015-03-24 21:09:11 +00:00