sjg
e51b2aaaf8
Match what is in netbsd.
2013-05-18 13:15:19 +00:00
sjg
1fdedca7e3
Var_Delete: expand name to delete if needed.
2013-05-18 13:07:01 +00:00
kientzle
8ed3691e0b
Correct the spelling of "okay".
...
Add pinmux setting for the Reset GPIO pin for MMC1.
2013-05-18 12:54:37 +00:00
kientzle
ab9815cece
Label the mmc child after the parent.
2013-05-18 12:53:20 +00:00
melifaro
70dfcb99bb
Use separate function to update mbuf checksum flags instead of
...
duplicating the same code in different places.
MFC after: 2 weeks
2013-05-18 08:14:21 +00:00
hselasky
02ed644111
Don't clear stall at first time use of USB MIDI endpoints.
...
Most likely some non-USB compliant devices will choke on it
sooner or later. Clear stall is strictly speaking not needed.
If the first MIDI command sent or transmitted is lost, this
is not a big problem for us.
MFC after: 1 week
2013-05-18 07:16:20 +00:00
melifaro
967c651cd7
Fix rte leak introduced in r248070.
...
MFC after: 2 weeks
2013-05-18 07:10:22 +00:00
hselasky
c987c2e1e2
Fix issue with "Logitech Webcam C525":
...
Set a valid alternate interface setting
when enumerating USB audio devices else
the device mentioned will not work like
expected.
PR: usb/178722
MFC after: 1 week
2013-05-18 07:03:06 +00:00
melifaro
960402d8a4
Fix ipfw(8) sets of ipv6 addresses handling.
...
Conditionally use stack buffer instead of calling strdup().
PR: bin/104921
MFC after: 2 weeks
2013-05-18 04:49:00 +00:00
jkim
af69f95bba
Import ACPICA 20130517.
2013-05-17 23:13:40 +00:00
tuexen
7d22df2a4c
Set errno to ETIMEDOUT if an SCTP association times out during
...
setup.
MFC after: 1 week
2013-05-17 22:26:05 +00:00
sjg
43bd9a7422
Per the comment, we cannot rely on bsd.own.mk
...
we could be on an old system that knows noting of MK_BMAKE
or on an almost up to date one that is defaulting it to "no"
neither of which will work.
2013-05-17 22:18:27 +00:00
tuexen
d482c3688d
Don't send an ABORT chunk with verification 0.
...
MFC after: 1 week
2013-05-17 21:45:52 +00:00
imp
f2e601b1f6
For ARM, MIPS, and PowerPC, default to 32-byte alignment, but allow it
...
to be as small as 8.
2013-05-17 20:53:15 +00:00
attilio
bd997a13e8
Use readlocking now that assertions on vm_page_lookup() are relaxed.
...
Sponsored by: EMC / Isilon storage division
Reviewed by: alc
Tested by: flo, pho
2013-05-17 20:03:55 +00:00
sjg
155b65a40f
We really need to get the bsd.own.mk from this tree so the
...
correct options are set.
Also defined NO_PWD_OVERRIDE to match behavior of fmake.
2013-05-17 19:37:16 +00:00
gavin
c519844bb9
o Retrive the part number (CP2103 etc) from the hardware on attach.
...
o The CP2101 and CP2102 do not support GPIO pin use at all, enforce this.
o Support reading the GPIO status on the second port of the CP2105. More
work is needed before the CP2105 GPIO pins can be used as outputs.
Hardware donated by: Silicon Labs
MFC after: 3 weeks
2013-05-17 19:13:31 +00:00
alc
d5c05f4a92
Relax the object locking in vm_fault_prefault(). A read lock suffices.
...
Reviewed by: attilio
Sponsored by: EMC / Isilon Storage Division
2013-05-17 19:02:36 +00:00
alc
b55ba81a92
Relax the object locking assertion in pmap_enter_locked().
...
Reviewed by: attilio
Sponsored by: EMC / Isilon Storage Division
2013-05-17 18:59:00 +00:00
gabor
2e6e8075ee
- Update the release notes to DocBook 4.5 XML to build with the
...
updated documentation tree
2013-05-17 18:53:29 +00:00
alc
585b1bf4b4
Relax the object locking assertion in vm_page_lookup(). Now that a radix
...
tree is used to maintain the object's collection of resident pages,
vm_page_lookup() no longer needs an exclusive lock.
Reviewed by: attilio
Sponsored by: EMC / Isilon Storage Division
2013-05-17 18:49:43 +00:00
rpaulo
9a8c4fb8c4
Revert r250692. We'll use 1 kernel config file for the BeagleBone models.
2013-05-17 15:20:45 +00:00
kib
b7a5435147
Decode new HT 3.00 and 3.10 capabilities.
...
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 1 week
2013-05-17 14:05:31 +00:00
kib
9cf143f4f1
Add new capability types encodings from HyperTransport I/O Link
...
Specification revisions 3.00 and 3.10.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after: 1 week
2013-05-17 14:04:31 +00:00
des
06c773ee5d
Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patched
...
the issues that affected us.
2013-05-17 09:12:33 +00:00
des
945962b699
Add a -N option that prints the jail name rather than its number.
...
MFC after: 3 weeks
2013-05-17 08:48:16 +00:00
adrian
78ff6ffd7d
Add some more debugging printf()s to complain if the ath_buf tx queue
...
doesn't match the actual hardware queue this frame is queued to.
I'm trying to ensure that the holding buffers are actually being queued
to the same TX queue as the holding buffer that they end up on.
I'm pretty sure this is all correct so if this complains, it'll be due
to some kind of subtle broken-ness that needs fixing.
This is only done for legacy hardware, not EDMA hardware.
Tested:
* AR5416 STA mode, very lightly
2013-05-17 05:16:30 +00:00
grog
4f89fca99e
Complete revision 243104.
2013-05-17 03:52:20 +00:00
gad
5ea1bbfce1
Drop any connection to newsyslog. I haven't worked on it for quite
...
some time. Note that I do want to keep the pre-commit review for
usr.sbin/lpr. I am actively working on some updates for that.
2013-05-17 03:14:55 +00:00
delphij
cf9651690f
guard against MK_SHARED_TOOLCHAIN not being defined.
2013-05-16 22:35:33 +00:00
delphij
5c440a6605
Similar to r250719: guard against MK_BMAKE not being defined.
2013-05-16 22:25:17 +00:00
julian
4ad8094736
Fix cut-n-paste error.
2013-05-16 21:27:47 +00:00
sjg
70d21b25e5
Reverse the sense of the test wrt bmake, and guard against
...
MK_BMAKE not being defined.
2013-05-16 21:26:46 +00:00
delphij
1d06cba9f7
Constify string pointers.
...
Verified with: sha256(1)
MFC after: 2 weeks
2013-05-16 21:04:56 +00:00
joel
78727b1b3d
Minor mdoc improvements.
2013-05-16 20:55:20 +00:00
mckusick
31f4b526a6
When running the -m option to generate a newfs(8) command suitable for
...
recreating the filesystem, check for and output the -i, -k, and -l
options if appropriate.
Note the remaining deficiencies of the -m option in the dumpfs(8)
manual page. Specifically that newfs(8) options -E, -R, -S, and -T
options are not handled and that -p is not useful so is omitted.
Also document that newfs(8) options -n and -r are neither checked
for nor output but should be. The -r flag is needed if the filesystem
uses gjournal(8).
PR: bin/163992
Reported by: Dieter <freebsd@sopwith.solgatos.com>
Submitted by: Andy Kosela <akosela@andykosela.com>
MFC after: 1 week
2013-05-16 20:07:08 +00:00
imp
5410e1edbe
When reporting the user readable size, round up. Several SD cards not
...
only use SI units, but also are a couple of percent short. If you need
to know the exact size, diskinfo will return exact results.
2013-05-16 19:44:51 +00:00
mckusick
0750e3e864
Clean up trailing whitespace.
...
Submitted by: Andy Kosela
MFC after: 1 week
2013-05-16 19:39:11 +00:00
brooks
06619d19a7
Implement NO_ROOT support for distributekernel and packagekernel.
2013-05-16 18:37:14 +00:00
jh
a3ca3565e2
A library function shall not set errno to 0.
...
Reviewed by: mdf
2013-05-16 18:13:10 +00:00
adrian
80dd90c797
Tidy up the debugging - don't bother printing out TID pointers; now
...
that we are printing out the MAC address in these fields, just printing
out the TID is enough.
2013-05-16 17:53:12 +00:00
adrian
f671503c18
Limit the number of software queued frames when doing non-aggregation.
...
This should prevent the TX queue being filled with non-aggregate frames,
causing starvation and non-fair queue behaviour.
2013-05-16 17:46:32 +00:00
adrian
49cc8337ff
Dump out the holding buffer descriptor contents and addresses stopping DMA.
2013-05-16 17:45:01 +00:00
dteske
32fe2f0aca
Fix a typo in a comment.
2013-05-16 16:51:52 +00:00
dteske
ced8469d7c
Add a handy function for truncating variables to a specific byte-length. It
...
should be noted that newlines are both preserved and included in said byte-
count. If you want to truncate single-line values without regard to line
termination, there's always f_substr() which already exists herein.
2013-05-16 16:46:02 +00:00
julian
329247aec2
Finally change the mbuf to have its own fib field instead of stealing
...
4 flag bits. This was supposed to happen in 8.0, and again in 2012..
MFC after: never
2013-05-16 16:20:17 +00:00
sjg
50a31d452c
Build bmake by default.
...
If someone explicitly builds usr.bin/make while MK_BMAKE==yes,
install it as 'fmake'.
Reviewed by: brooks
2013-05-16 15:28:38 +00:00
brooks
6a6c551958
Add a sample script to create filesystem images from an installed tree
...
created by installworld+distribution with the -DNO_ROOT option.
2013-05-16 14:38:12 +00:00
kib
34ba3ba22e
Add dependencies on the firmware, which allows the loading of the cxgb
...
and cxgbe modules.
Reviewed and approved by: np
MFC after: 1 week
2013-05-16 13:07:02 +00:00
gber
7201b48b79
Fix L2 cache write-back invalidate for Sheeva core.
...
Submitted by: Michal Dubiel
Obtained from: Netasq, Semihalf
2013-05-16 09:43:04 +00:00