On Friday, April 29, 2011 08:28:30 Kevin Lo wrote:
> Author: kevlo
> Date: Fri Apr 29 06:28:29 2011
> New Revision: 221199
> URL: http://svn.freebsd.org/changeset/base/221199
>
> Log:
> Guard against default ni_chan
>
> PR: kern/144642
> Submitted by: Arthur Hartwig
>
> Modified:
> he
Author: mav
Date: Fri Apr 29 07:14:37 2011
New Revision: 221201
URL: http://svn.freebsd.org/changeset/base/221201
Log:
Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.
Modified:
head/sys/cam/cam_xpt.c
Modified: head/sys/cam/cam_xpt.c
Author: rmacklem
Date: Fri Apr 29 12:30:15 2011
New Revision: 221205
URL: http://svn.freebsd.org/changeset/base/221205
Log:
The build was broken by r221190 for 64bit arches like amd64.
This patch fixes it.
MFC after:2 weeks
Modified:
head/sys/fs/nfsclient/nfs_clvfsops.c
Modified:
Author: adrian
Date: Fri Apr 29 12:52:18 2011
New Revision: 221206
URL: http://svn.freebsd.org/changeset/base/221206
Log:
Remove some holdovers from the AR5212 origin of this code.
These aren't relevant here.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/a
Author: jhb
Date: Fri Apr 29 14:01:49 2011
New Revision: 221207
URL: http://svn.freebsd.org/changeset/base/221207
Log:
Fix build of this kernel config. The ath(4) bits need the 11n frame format
even though ar5416 isn't enabled.
Reviewed by: adrian
Modified:
head/sys/arm/conf/CAMBRIA
Author: jhb
Date: Fri Apr 29 14:06:37 2011
New Revision: 221208
URL: http://svn.freebsd.org/changeset/base/221208
Log:
Add a 'show progress' command that shows a summary of all in-progress
commands for a given adapter. Specifically, it shows the status of any
drive or volume activities curr
On Friday, April 29, 2011 8:30:15 am Rick Macklem wrote:
> Author: rmacklem
> Date: Fri Apr 29 12:30:15 2011
> New Revision: 221205
> URL: http://svn.freebsd.org/changeset/base/221205
>
> Log:
> The build was broken by r221190 for 64bit arches like amd64.
> This patch fixes it.
>
> MFC af
Author: jhb
Date: Fri Apr 29 15:40:12 2011
New Revision: 221209
URL: http://svn.freebsd.org/changeset/base/221209
Log:
TCP reuses t_rxtshift to determine the backoff timer used for both the
persist state and the retransmit timer. However, the code that implements
"bad retransmit recovery" o
Author: adrian
Date: Fri Apr 29 16:43:30 2011
New Revision: 221210
URL: http://svn.freebsd.org/changeset/base/221210
Log:
Cosmetic changes to fit 80 character screen width.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
===
Author: jkim
Date: Fri Apr 29 18:20:12 2011
New Revision: 221214
URL: http://svn.freebsd.org/changeset/base/221214
Log:
Detect VMware guest and set the TSC frequency as reported by the hypervisor.
VMware products virtualize TSC and it run at fixed frequency in so-called
"apparent time". Alt
Author: jhb
Date: Fri Apr 29 18:26:17 2011
New Revision: 221215
URL: http://svn.freebsd.org/changeset/base/221215
Log:
Add the AH_SUPPORT_AR9130 option.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
===
Author: jhb
Date: Fri Apr 29 18:27:50 2011
New Revision: 221216
URL: http://svn.freebsd.org/changeset/base/221216
Log:
Add the mipsn32eb TARGET_ARCH to the list of mips targets for the
XLRN32 kernel config.
Reviewed by: imp, jmallet
Modified:
head/Makefile
Modified: head/Makefile
===
Author: jhb
Date: Fri Apr 29 18:41:21 2011
New Revision: 221218
URL: http://svn.freebsd.org/changeset/base/221218
Log:
Change rman_manage_region() to actually honor the rm_start and rm_end
constraints on the rman and reject attempts to manage a region that is out
of range.
- Fix various pl
"David O'Brien" writes:
> On Sat, Apr 09, 2011 at 02:02:04PM +, Mark Murray wrote:
> > Log:
> > Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't
> > hurt us.
>
> Would you mind if I committed this to be a more consistent with the
> existing naming?
Be my guest.
M
--
Author: jhb
Date: Fri Apr 29 20:05:19 2011
New Revision: 221220
URL: http://svn.freebsd.org/changeset/base/221220
Log:
Extend the rman(9) API to support altering an existing resource.
Specifically, these changes allow a resource to back a relocatable and
resizable resource such as the I/O wi
Author: dougb
Date: Fri Apr 29 21:10:41 2011
New Revision: 221227
URL: http://svn.freebsd.org/changeset/base/221227
Log:
Rather than trusting that nothing is going to sneak in before the
early_late_divider in the second run (and thus be skipped altogether),
keep a list of the scripts run ear
Author: des
Date: Fri Apr 29 21:18:41 2011
New Revision: 221229
URL: http://svn.freebsd.org/changeset/base/221229
Log:
Implement BIO_DELETE for vnode devices by simply overwriting the deleted
sectors with all-zeroes.
The zeroes come from a static buffer; null(4) uses a dynamic buffer for
Author: jhb
Date: Fri Apr 29 21:36:45 2011
New Revision: 221231
URL: http://svn.freebsd.org/changeset/base/221231
Log:
Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a
wrapper around rman_adjust_resource(). Include a generic implementation,
bus_generic_adjust_resource()
Author: des
Date: Fri Apr 29 22:40:11 2011
New Revision: 221232
URL: http://svn.freebsd.org/changeset/base/221232
Log:
Somewhere around the 473rd time I mistyped "mdconfig file" instead of
"mdconfig -f file", I decided that it would be easier to make mdconfig
DWIM than to teach my fingers to
Author: des
Date: Fri Apr 29 23:00:23 2011
New Revision: 221233
URL: http://svn.freebsd.org/changeset/base/221233
Log:
Add an -E option to mirror newfs's. The idea is that if you have a system
that was built before ffs grew support for TRIM, your filesystem will have
plenty of free blocks t
Author: kargl
Date: Fri Apr 29 23:13:43 2011
New Revision: 221234
URL: http://svn.freebsd.org/changeset/base/221234
Log:
Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79
on i386-class hardware for sinl and cosl. The hand-rolled argument
reduction have been replaced by e_rem_pi
Rick Macklem writes:
> Log:
> This patch changes head so that the default NFS client is now the new
> NFS client (which I guess is no longer experimental). The fstype "newnfs"
> is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
Are you going to rename the sysctls as well?
Author: adrian
Date: Sat Apr 30 02:31:56 2011
New Revision: 221240
URL: http://svn.freebsd.org/changeset/base/221240
Log:
Add a missing DDR FIFO method for the ar71xx.
Modified:
head/sys/mips/atheros/ar71xx_chip.c
Modified: head/sys/mips/atheros/ar71xx_chip.c
23 matches
Mail list logo