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
Xin LI
2079cf0127
MFV r244973:
...
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
MFC after: 2 weeks
2013-01-02 20:58:46 +00:00
Xin LI
451758c611
Integrate OpenSSL changeset 22950 (appro):
...
bn_word.c: fix overflow bug in BN_add_word.
2013-01-02 20:56:53 +00:00
Adrian Chadd
21eec1f68e
Disable clang for athstats for now.
2013-01-02 18:49:40 +00:00
Adrian Chadd
1984dd520b
Add missing err() format string.
2013-01-02 18:33:48 +00:00
Adrian Chadd
9de4b9861e
Fix missing err() format string.
2013-01-02 18:29:54 +00:00
Adrian Chadd
b920ab488c
Fix some conversions to keep clang happy.
2013-01-02 18:29:11 +00:00
Adrian Chadd
5e951af2b6
Fix some clang warnings!
2013-01-02 18:26:32 +00:00
Adrian Chadd
5205fa3436
Fix up some warnings from clang.
...
This still triggers a bug in clang..
2013-01-02 18:21:24 +00:00
Adrian Chadd
c6b1b4562c
Add missing err() format strings.
...
Thanks to: clang
2013-01-02 18:14:26 +00:00