Author: hselasky
Date: Wed Feb 5 08:02:52 2014
New Revision: 261505
URL: http://svnweb.freebsd.org/changeset/base/261505
Log:
Fix a regression issue. Contiguous single segment allocations above
PAGE_SIZE bytes should only use one USB page structure. Fixes a
problem with some external driver
Author: kevlo
Date: Wed Feb 5 08:09:02 2014
New Revision: 261506
URL: http://svnweb.freebsd.org/changeset/base/261506
Log:
Correct setting R92C_TXAGC_MCS11_MCS08 register.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
=
Author: hselasky
Date: Wed Feb 5 08:27:02 2014
New Revision: 261507
URL: http://svnweb.freebsd.org/changeset/base/261507
Log:
Add more quirks for making builtin audio speakers work with more
MacBookPro's. Only tested with MacBookPro 9,2.
Obtained from:Linux
MFC after:1 week
Author: hselasky
Date: Wed Feb 5 08:29:24 2014
New Revision: 261508
URL: http://svnweb.freebsd.org/changeset/base/261508
Log:
Use system macro instead of own hand-rolled one.
Modified:
head/sys/dev/sound/pci/hda/hdaa_patches.c
Modified: head/sys/dev/sound/pci/hda/hdaa_patches.c
Author: des
Date: Wed Feb 5 09:28:02 2014
New Revision: 261511
URL: http://svnweb.freebsd.org/changeset/base/261511
Log:
Add an example of the most common use case.
MFC after:1 week
Modified:
head/usr.sbin/pwd_mkdb/pwd_mkdb.8
Modified: head/usr.sbin/pwd_mkdb/pwd_mkdb.8
Author: jhb
Date: Wed Feb 5 14:33:22 2014
New Revision: 261512
URL: http://svnweb.freebsd.org/changeset/base/261512
Log:
Partially revert r52493 and change client side interval statistics to
report the actual number of RPCs issued, not the theoretical number
that would be issued if all cach
Author: nwhitehorn
Date: Wed Feb 5 14:44:22 2014
New Revision: 261513
URL: http://svnweb.freebsd.org/changeset/base/261513
Log:
Move Open Firmware device root on PowerPC, ARM, and MIPS systems to
a sub-node of nexus (ofwbus) rather than direct attach under nexus. This
fixes FDT on x86 and w
Author: jhb
Date: Wed Feb 5 14:44:59 2014
New Revision: 261514
URL: http://svnweb.freebsd.org/changeset/base/261514
Log:
Use the DELTA() macro to tidy the server-side interval stats code a bit.
MFC after:2 weeks
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.bin/nfssta
Author: mav
Date: Wed Feb 5 16:22:02 2014
New Revision: 261515
URL: http://svnweb.freebsd.org/changeset/base/261515
Log:
Fix I/O freezes in some cases, caused by r257916.
Delaying isp_reqodx update, we should be ready to update it every time
we read it. Otherwise requests using several
Author: loos
Date: Wed Feb 5 17:08:55 2014
New Revision: 261516
URL: http://svnweb.freebsd.org/changeset/base/261516
Log:
Add the missing ')' at end of sentence. Reword it to use a more common
idiom.
Reviewed by: imp (on freebsd-embedded@)
Approved by: adrian (mentor, implicit)
Mod
Author: jhb
Date: Wed Feb 5 17:22:54 2014
New Revision: 261517
URL: http://svnweb.freebsd.org/changeset/base/261517
Log:
Similar to r130943 for cdboot.S, update the license on this file to a
stock 2-clause BSD license.
MFC after:1 week
Modified:
head/sys/boot/i386/pxeldr/pxeldr.S
Author: jhb
Date: Wed Feb 5 17:41:00 2014
New Revision: 261518
URL: http://svnweb.freebsd.org/changeset/base/261518
Log:
- Update a few places to account for va_copy().
- Create a separate 'return values' section and move some statements about
return values to that section.
- Note that
Author: jhb
Date: Wed Feb 5 18:13:27 2014
New Revision: 261520
URL: http://svnweb.freebsd.org/changeset/base/261520
Log:
Drop the 3rd clause from all 3 clause BSD licenses where I am the sole
holder to convert them to 2 clause BSD licenses.
MFC after:1 week
Modified:
head/sbin/has
Author: jhb
Date: Wed Feb 5 18:11:46 2014
New Revision: 261519
URL: http://svnweb.freebsd.org/changeset/base/261519
Log:
Move a warning about LINT pins configured with a level trigger under
bootverbose.
Modified:
head/sys/x86/x86/local_apic.c
Modified: head/sys/x86/x86/local_apic.c
==
Author: antoine
Date: Wed Feb 5 18:16:18 2014
New Revision: 261521
URL: http://svnweb.freebsd.org/changeset/base/261521
Log:
Add files to remove WITHOUT_NIS
PR: 186412
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.
Author: wblock (doc committer)
Date: Wed Feb 5 18:26:30 2014
New Revision: 261522
URL: http://svnweb.freebsd.org/changeset/base/261522
Log:
Describe the use of a freebsd-boot GPT partition, brought up by Scot
Hetzel on the -doc mailing list.
Also modify the Author section to be clear th
Author: jhb
Date: Wed Feb 5 19:23:05 2014
New Revision: 261523
URL: http://svnweb.freebsd.org/changeset/base/261523
Log:
Fix a typo.
Modified:
head/sys/dev/pci/pci_subr.c
Modified: head/sys/dev/pci/pci_subr.c
==
---
Author: jhb
Date: Wed Feb 5 19:24:16 2014
New Revision: 261524
URL: http://svnweb.freebsd.org/changeset/base/261524
Log:
Properly set the alignment flags when allocating the initial range for a
BAR. This only really matters when pci_do_realloc_bars is enabled and
the initial allocation of
On Wednesday, February 05, 2014 09:28:02 AM Dag-Erling SmXXrgrav wrote:
> Author: des
> Date: Wed Feb 5 09:28:02 2014
> New Revision: 261511
> URL: http://svnweb.freebsd.org/changeset/base/261511
>
> Log:
> Add an example of the most common use case.
>
> MFC after: 1 week
I've always used
On Monday, February 03, 2014 03:53:36 PM Doug Ambrisko wrote:
> On Fri, Jan 31, 2014 at 06:28:27PM -0700, James Gritton wrote:
> | On 1/31/2014 2:30 PM, Alexander Leidinger wrote:
> | > On Fri, 31 Jan 2014 12:34:48 + (GMT)
> | >
> | > Robert Watson wrote:
> | >> On Wed, 29 Jan 2014, Alexander
On Wed, Feb 05, 2014 at 02:05:29PM -0500, John Baldwin wrote:
| On Monday, February 03, 2014 03:53:36 PM Doug Ambrisko wrote:
| > On Fri, Jan 31, 2014 at 06:28:27PM -0700, James Gritton wrote:
| > | On 1/31/2014 2:30 PM, Alexander Leidinger wrote:
| > | > On Fri, 31 Jan 2014 12:34:48 + (GMT)
|
On 5 Feb 2014, at 19:05, John Baldwin wrote:
> A short term solution that would permit non-security jails without having to
> do the longer term work that Robert would like might be to add a new per-jail
> flag that in effect means "no security at all". You would then modify one
> place (pri
Author: bz
Date: Wed Feb 5 20:43:03 2014
New Revision: 261525
URL: http://svnweb.freebsd.org/changeset/base/261525
Log:
Print the MD5 signature information introduced in r221023 in the
TCP statistics output.
MFC after:3 weeks
Modified:
head/usr.bin/netstat/inet.c
Modified: head/u
Author: jhb
Date: Wed Feb 5 20:47:49 2014
New Revision: 261526
URL: http://svnweb.freebsd.org/changeset/base/261526
Log:
Simplify pci_reserve_map() by calling resource_list_reserve() to allocate
the resource after creating a resource list entry rather than reimplementing
it by hand.
MF
Author: jhb
Date: Wed Feb 5 20:52:12 2014
New Revision: 261527
URL: http://svnweb.freebsd.org/changeset/base/261527
Log:
Add two tunables to ignore certain firmware-assigned resources. These
are mostly useful for debugging.
- hw.pci.clear_bars ignores all firmware-assigned ranges for BARs
Author: marius
Date: Wed Feb 5 22:21:08 2014
New Revision: 261528
URL: http://svnweb.freebsd.org/changeset/base/261528
Log:
Add bus space barriers for page switches missed in r260050.
Modified:
head/sys/dev/ed/if_ed.c
head/sys/dev/ed/if_ed_hpp.c
Modified: head/sys/dev/ed/if_ed.c
=
Author: marius
Date: Wed Feb 5 22:27:49 2014
New Revision: 261529
URL: http://svnweb.freebsd.org/changeset/base/261529
Log:
Try to make the style used here consistent.
Modified:
head/sys/pci/if_rlreg.h
Modified: head/sys/pci/if_rlreg.h
===
Author: ian
Date: Wed Feb 5 22:53:58 2014
New Revision: 261530
URL: http://svnweb.freebsd.org/changeset/base/261530
Log:
Set the malloc alignment to 64 bytes on platforms that use the U-Boot API
device drivers. Recent versions of u-boot run with the MMU enabled, and
require DMA-based I/O t
Author: marius
Date: Wed Feb 5 23:13:40 2014
New Revision: 261531
URL: http://svnweb.freebsd.org/changeset/base/261531
Log:
- Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linux
driver as version 8.037.00 for RTL8168{E-VL,EP,F,G,GU} and RTL8111B. This
makes receptio
On Tue, 4 Feb 2014, John Baldwin wrote:
> On Sunday, February 02, 2014 5:34:58 pm Gavin Atkinson wrote:
> > On Mon, 27 Jan 2014, John Baldwin wrote:
> > > Author: jhb
> > > Date: Mon Jan 27 19:49:52 2014
> > > New Revision: 261216
> > > URL: http://svnweb.freebsd.org/changeset/base/261216
> > >
>
Author: np
Date: Thu Feb 6 02:34:29 2014
New Revision: 261533
URL: http://svnweb.freebsd.org/changeset/base/261533
Log:
cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_m
Author: np
Date: Thu Feb 6 02:36:12 2014
New Revision: 261534
URL: http://svnweb.freebsd.org/changeset/base/261534
Log:
cxgbetool: Display the congestion channel map in hex.
MFC after:1 week
Modified:
head/tools/tools/cxgbetool/cxgbetool.c
Modified: head/tools/tools/cxgbetool/cxgbe
Author: markj
Date: Thu Feb 6 02:54:04 2014
New Revision: 261535
URL: http://svnweb.freebsd.org/changeset/base/261535
Log:
Add support for MegaRAID Fury cards. The main change needed to boot from a
9341-4i controller was to ensure that scatter/gather lists are ended with
an end-of-list mark
Author: np
Date: Thu Feb 6 03:21:43 2014
New Revision: 261536
URL: http://svnweb.freebsd.org/changeset/base/261536
Log:
cxgbe(4): The T5 allows for a different freelist starvation threshold
for queues with buffer packing. Use the correct value to calculate a
freelist's low water mark.
Author: np
Date: Thu Feb 6 03:30:12 2014
New Revision: 261537
URL: http://svnweb.freebsd.org/changeset/base/261537
Log:
cxgbe(4): Use the rx channel map (instead of the tx channel map) as the
congestion channel map.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/adapter.h
head/sy
Author: mav
Date: Thu Feb 6 03:54:58 2014
New Revision: 261538
URL: http://svnweb.freebsd.org/changeset/base/261538
Log:
Make CTL block backend return proper error code for operations unsupposed
by the underlying device.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl_backend_blo
36 matches
Mail list logo