Author: hselasky
Date: Wed Jun 4 12:26:53 2014
New Revision: 267053
URL: http://svnweb.freebsd.org/changeset/base/267053
Log:
MFC r266798 and r266803:
Fix for big-endian architectures.
Approved by:re, marius @
Modified:
stable/9/usr.sbin/usbdump/usbdump.c
Directory Properties:
s
Author: hselasky
Date: Wed Jun 4 13:42:19 2014
New Revision: 267055
URL: http://svnweb.freebsd.org/changeset/base/267055
Log:
MFC r24:
Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-API
from sourceforge.
PR: usb/190204
Approved by: re, gjb @
Modified:
Author: marius
Date: Wed Jun 4 15:04:36 2014
New Revision: 267057
URL: http://svnweb.freebsd.org/changeset/base/267057
Log:
MFC: r266792
Fix DMA handling in radeon_dummy_page_init():
- Based on actual usage and on what Linux does, dummy_page.addr should
contain the physical bus addre
Author: marius
Date: Wed Jun 4 15:05:24 2014
New Revision: 267058
URL: http://svnweb.freebsd.org/changeset/base/267058
Log:
MFC: r266793, r266799, r266808
- Fix compilation with PAE support enabled by merging r233362 and, thus,
doing away with the unnecessary uint8_t pointer casting.
Author: jhb
Date: Wed Jun 4 18:32:41 2014
New Revision: 267076
URL: http://svnweb.freebsd.org/changeset/base/267076
Log:
MFC 266281:
Clear the data buffer length field when freeing a command structure so that
it doesn't leak through when the command structure is reused for a user
command
Author: mav
Date: Wed Jun 4 18:58:32 2014
New Revision: 267077
URL: http://svnweb.freebsd.org/changeset/base/267077
Log:
MFC r239133 (by jimharris):
During TSC synchronization test, use rdtsc() rather than rdtsc32(), to
protect against 32-bit TSC overflow while the sync test is running.
Author: kib
Date: Thu Jun 5 01:00:27 2014
New Revision: 267086
URL: http://svnweb.freebsd.org/changeset/base/267086
Log:
MFC r266846:
When usermode loaded non-default segment selector into the %gs,
correctly prepare KGSBASE msr to restore the user descriptor base on
the last swapgs during
Author: wblock (doc committer)
Date: Thu Jun 5 01:52:20 2014
New Revision: 267088
URL: http://svnweb.freebsd.org/changeset/base/267088
Log:
MFC r266828:
Correct the description of characters allowed. Based on pw_checkname in
usr.sbin/pw/pw_user.c. Modified version of patch submitted by
Author: mav
Date: Thu Jun 5 05:58:54 2014
New Revision: 267094
URL: http://svnweb.freebsd.org/changeset/base/267094
Log:
MFC r266538:
Make ng_mppc to not disable the node in case of multiple packet loss.
Quite often it can be just packet reorder, and killing link in such case
is inconveni