Neel Natu
a09580e7a3
Teach the kernel to recognize that it is executing inside a bhyve virtual
...
machine.
Obtained from: NetApp
2013-01-05 19:18:50 +00:00
Neel Natu
a61359a9a6
Add quirk to indicate that the bhyve hostbridge is capable of supporting
...
MSI and MSI-X even though it does not advertise the PCI-E capability
itself.
Obtained from: NetApp
2013-01-05 18:48:23 +00:00
Tim Kientzle
ebc4238eea
While trying to track down the root cause for
...
TX stalls in this driver, I've also had some
time to evaluate the effectiveness of different
watchdog strategies.
This is the latest attempt, which consolidates
all of the watchdog logic in one place and
consistently detects TX stalls and resets within
a couple of seconds.
2013-01-05 17:59:44 +00:00
Gabor Kovesdan
e411593d4b
- Fix handling of the case when multiple patterns are specified in a single
...
command line argument, separated by newlines
PR: bin/173673
Submitted by: ache
MFC after: 1 week
2013-01-05 14:52:31 +00:00
Neel Natu
bf70b87555
Add macros required to enable VMX operation on Intel processors.
...
Obtained from: NetApp
2013-01-05 04:20:14 +00:00
Devin Teske
99bc932ec2
Add support for scripting (sysinstall style).
...
Reviewed by: jilles
2013-01-05 02:08:47 +00:00
Benjamin Kaduk
e8ab2920c7
Grammar fixes and some wordsmithing
...
Discussed with: rmacklem
Approved by: hrs (mentor)
MFC after: 2 weeks
2013-01-05 00:27:08 +00:00
Xin LI
df4110b6cf
Follow calloc convention in other code, this is functionally identical
...
to its previous form.
2013-01-05 00:23:58 +00:00
Benjamin Kaduk
5e9723e271
Fix some minor inaccuracies introduced in r243251.
...
Also correct the comment in kern_synch.c which was the source of the
problematic text.
Reviewed by: kib (previous version)
Approved by: hrs (mentor)
2013-01-05 00:23:26 +00:00
Xin LI
befcdd435c
Constify arguments. While I'm there, also add a static for usage().
...
MFC after: 2 weeks
2013-01-04 23:44:22 +00:00
Hans Petter Selasky
d021dd19b6
Fix for "run0: wcid=xx out of range" error message.
...
MFC after: 1 week
PR: usb/174963
Submitted by: PseudoCylon <moonlightakkiy@yahoo.ca>
2013-01-04 20:44:17 +00:00
Hiroki Sato
729e57723d
Remove firewire devices missed in r244992.
2013-01-04 15:29:50 +00:00
David Xu
eea8d86d4d
Revert revision 244760 because strncpy pads trailing space with zero,
...
this prevents kernel data from being leaked.
Noticed by: Joerg Sonnenberger < joerg at britannica dot bec dot de >
2013-01-04 11:11:12 +00:00
Yoshihiro Takahashi
bf5c6315c6
MFi386: r232521
...
Exclude USB drivers (except umass and ukbd) from main kernel image.
2013-01-04 09:52:09 +00:00
Erwin Lansing
8604d7559a
Update with new IPv4 address for D root.
...
Approved by: delphij (mentor)
2013-01-04 09:15:59 +00:00
Konstantin Belousov
268dd286a0
Fix reversed condition in the assertion.
...
Pointy hat to: kib
MFC after: 13 days
2013-01-04 07:52:47 +00:00
Adrian Chadd
55caa1df93
For PHY error frames, populate the configured channel flags rather than
...
based on the received frame.
PHY errors don't have the relevant HT or 40MHz MCS flag set.
2013-01-04 06:28:34 +00:00
Marius Strobl
369109e254
Revert bogus part of r241740.
...
Reported by: Michael Moll
MFC after: 3 days
2013-01-03 23:12:08 +00:00
Hiroki Sato
e0418c03e7
- Print scopeid for link-local scope addresses.
...
- Do not print the flags= part when flags == 0.
2013-01-03 22:27:57 +00:00
Rick Macklem
8ac5ae563b
Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no".
...
Reported by: bf
Tested by: bf
Reviewed by: gcooper
MFC after: 3 days
2013-01-03 22:24:39 +00:00
Marius Strobl
6f1b440f45
Record my ports commit bit.
2013-01-03 22:05:20 +00:00
Warren Block
fa7aed6c87
Document the output of the show command. Modified version of patch
...
provided by Bas Smeelen <b.smeelen@ose.nl>. Use of 'gpart list'
suggested by by Andrey V. Elsukov <ae@FreeBSD.org>.
PR: docs/174270
Submitted by: Ronald F.Guilmette <rfg@tristatelogic.com>
Reviewed by: ae (block sizes)
MFC after: 1 week
2013-01-03 21:58:28 +00:00
Xin LI
fc24ac81d2
Sync with driver.
...
MFC after: 2 weeks
2013-01-03 20:31:45 +00:00
Konstantin Belousov
73a44978ce
Allow to specify "cache" and "nocache" as an option for
...
mount_nullfs(8).
Tested by: pho
MFC after: 2 weeks
2013-01-03 19:18:46 +00:00
Konstantin Belousov
9cf4c952ca
Add the "nocache" nullfs mount option, which disables the caching of
...
the free nullfs vnodes, switching nullfs behaviour to pre-r240285.
The option is mostly intended as the last-resort when higher pressure
on the vnode cache due to doubling of the vnode counts is not
desirable.
Note that disabling the cache costs more than 2x wall time in the
metadata-hungry scenarious. The default is "cache".
Tested and benchmarked by: pho (previous version)
MFC after: 2 weeks
2013-01-03 19:17:57 +00:00
Konstantin Belousov
0dcbedfa61
Enable the UFS quotas for big-iron GENERIC kernels.
...
Discussed with: mckusick
MFC after: 2 weeks
2013-01-03 19:03:41 +00:00
Adrian Chadd
5da4cc48ba
Don't call the spectral methods for NICS that don't implement them.
2013-01-03 19:03:03 +00:00
Konstantin Belousov
d1c5e3f8b0
Remove the deprecated MNT_VNODE_FOREACH interface. Use the
...
MNT_VNODE_FOREACH_ALL instead.
2013-01-03 19:02:52 +00:00
Konstantin Belousov
6b54784391
Remove the last use of the deprecated MNT_VNODE_FOREACH interface in
...
the tree.
With the help from: mjg
Tested by: Ronald Klop <ronald-freebsd8@klop.yi.org>
MFC after: 2 weeks
2013-01-03 19:01:56 +00:00
Peter Wemm
d281d08fc7
Tone down the encouragement to use cvsup. Add directions to the handbook
...
pages that cover the more current methods and bring closer to reality.
2013-01-03 16:15:35 +00:00
Mark Johnston
9df22a6e88
Make sure to update the mtime of a logfile after archiving it. This
...
ensures that the next rotation happens at the correct time when using
interval-based rotations.
PR: bin/174438
Reviewed by: gad
Approved by: rstone (co-mentor)
MFC after: 1 week
2013-01-03 16:14:51 +00:00
Mark Johnston
468d206524
Have -n imply -r, since dry-run mode obviously doesn't require root
...
privileges.
Approved by: rstone (co-mentor)
MFC after: 1 week
2013-01-03 16:12:48 +00:00
Mark Johnston
220936938f
Fix a typo in an error message.
...
Approved by: rstone (co-mentor)
MFC after: 1 week
2013-01-03 16:11:24 +00:00
Devin Teske
450f13a446
Comments.
2013-01-03 15:48:00 +00:00
Marius Strobl
f4131300c4
Remove files not connected to the build. It's confusing enough that
...
we still have two not quite the same evtchn.c left over.
MFC after: 3 day
2013-01-03 15:31:23 +00:00
Dag-Erling Smørgrav
36fca20f10
As discussed on -current last October, remove the firewire drivers from
...
GENERIC.
2013-01-03 14:30:24 +00:00
Marius Strobl
6f9767ac27
- Replace partially incorrect function names in panic(9) strings with
...
__func__ and add some missing ones.
- Remove a stale comment.
- Remove unused NUM_ELEMENTS macro.
- Remove extra empty lines.
- Use DEVMETHOD_END.
- Use NULL rather than 0 for pointers.
MFC after: 3 days
2013-01-03 13:44:25 +00:00
Marius Strobl
dcceabd344
- Fix !SMP build.
...
- Replace incorrect function names in printf(9) strings with __func__.
- Make xctrl_shutdown_reasons table const.
- Use nitems() rather than rolling an own version.
- Use DEVMETHOD_END.
- Use NULL rather than 0 for pointers.
MFC after: 3 days
2013-01-03 13:42:45 +00:00
Peter Wemm
8a1163e82f
Temporarily revert rev 244678. This is causing loopback problems with
...
the lo (loopback) interfaces.
2013-01-03 10:21:28 +00:00
Xin LI
0840e960f9
MFV: one-true-awk 20121220.
...
MFC after: 1 month
2013-01-03 07:25:30 +00:00
Marius Strobl
9355088a94
Fix !INVARIANTS && !SMP build.
...
MFC after: 3 days
2013-01-03 01:09:50 +00:00
Marius Strobl
7c0360c4c8
Remove bogus '-' from getopt(3) string hit when porting daemon(8) to
...
GNU/Linux *duck*.
MFC after: 1 week
2013-01-03 00:49:11 +00:00
Juli Mallett
161aae1a7a
Use the right USB clock type on the EdgeRouter Lite. This fixes USB.
2013-01-02 23:29:54 +00:00
Juli Mallett
b29648facd
Add basic support for the Ubiquiti EdgeRouter Lite.
...
Note that USB does not currently work, and the flash is connected via USB, so
local storage is not working.
2013-01-02 23:17:50 +00:00
Jack F Vogel
e1d6f7b47b
Add Intel Lynx Point PCH SATA Controller Device IDs
2013-01-02 22:26:46 +00:00
Jack F Vogel
cf40e447b9
Add Intel Lynx Point PCH SMBus Device IDs
2013-01-02 22:01:26 +00:00
Jack F Vogel
9e81697fdf
Add Intel Lynx Point PCH HD Audio Device IDs
2013-01-02 21:56:58 +00:00
Xin LI
c323c12cd8
Vendor import of bwk's Dec 20, 2012 version.
2013-01-02 21:53:45 +00:00
Jack F Vogel
5531f5a148
Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDs
2013-01-02 21:45:20 +00:00
Xin LI
7acf1c9d2e
Indicate that we are using OpenSSL with some local modifications.
...
X-MFC after: with r244974
2013-01-02 21:00:00 +00:00