svn commit: r249070 - in head: share/man/man4 sys/dev/e1000

2013-04-03 Thread Sean Bruno
Author: sbruno Date: Wed Apr 3 21:55:19 2013 New Revision: 249070 URL: http://svnweb.freebsd.org/changeset/base/249070 Log: Update man page for igb(4) with a little bit of information about hw.igb.num_queues for those so inclined. PR: kern/177384 Submitted by:

svn commit: r248824 - head/sys/dev/ciss

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 11:00:41 2013 New Revision: 248824 URL: http://svnweb.freebsd.org/changeset/base/248824 Log: Fix compile of ciss(4) with CISS_DEBUG defined Obtained from:Yahoo! Inc. MFC after:2 weeks Modified: head/sys/dev/ciss/ciss.c Modified:

svn commit: r248826 - head/sys/dev/ciss

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 12:44:43 2013 New Revision: 248826 URL: http://svnweb.freebsd.org/changeset/base/248826 Log: Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnostics Obtained from:Yahoo! Inc. MFC after:2 weeks Modified:

svn commit: r248842 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2013-03-28 Thread Sean Bruno
Author: sbruno Date: Thu Mar 28 19:15:54 2013 New Revision: 248842 URL: http://svnweb.freebsd.org/changeset/base/248842 Log: Update hwpmc to support Haswell class processors. 0x3C: /* Per Intel document 325462-045US 01/2013. */ Add manpage to document all the goodness that is

svn commit: r248680 - head/sbin/fsck_ffs

2013-03-24 Thread Sean Bruno
Author: sbruno Date: Sun Mar 24 10:41:29 2013 New Revision: 248680 URL: http://svnweb.freebsd.org/changeset/base/248680 Log: Resolve clang compile errors on amd64/i386 for certain by casting. compile tested with clang on i386, amd64 compile tested with gcc on i386, amd64, sparc64

svn commit: r248673 - head/sbin/fsck_ffs

2013-03-23 Thread Sean Bruno
Author: sbruno Date: Sun Mar 24 02:04:19 2013 New Revision: 248673 URL: http://svnweb.freebsd.org/changeset/base/248673 Log: Minor formatting fix for printf() to fix clang builds. Submitted by: db Reviewed by: gjb Modified: head/sbin/fsck_ffs/fsutil.c Modified:

Re: svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Sean Bruno
On Fri, 2013-03-22 at 21:50 +, Kirk McKusick wrote: Author: mckusick Date: Fri Mar 22 21:50:43 2013 New Revision: 248625 URL: http://svnweb.freebsd.org/changeset/base/248625 Log: Speed up fsck by caching the cylinder group maps in pass1 so that they do not need to be read again in

Re: svn commit: r248625 - head/sbin/fsck_ffs

2013-03-22 Thread Sean Bruno
This completely breaks sbin/fsdb ... Warning: Object directory not changed from original /home/sbruno/bsd/head/sbin/fsdb cc -O2 -pipe -I/home/sbruno/bsd/head/sbin/fsdb/../fsck_ffs -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized

svn commit: r248634 - head/sbin/fsck_ffs

2013-03-22 Thread Sean Bruno
Author: sbruno Date: Sat Mar 23 04:26:13 2013 New Revision: 248634 URL: http://svnweb.freebsd.org/changeset/base/248634 Log: Revert svn r248625 Clang errors around printf could be trivially fixed, but the breakage in sbin/fsdb were to significant for this type of change. Submitter

svn commit: r248068 - in head: sbin/geom/class/raid sys/geom/raid

2013-03-08 Thread Sean Bruno
Author: sbruno Date: Fri Mar 8 20:07:32 2013 New Revision: 248068 URL: http://svnweb.freebsd.org/changeset/base/248068 Log: Add legacy support to geom raid to create a /dev/arX device for support of upgrading older machines using ataraid(4) to newer releases. This optional parameter is

Re: svn commit: r247904 - head/crypto/openssh

2013-03-06 Thread Sean Bruno
On Wed, 2013-03-06 at 23:22 +, Dag-Erling Smørgrav wrote: Author: des Date: Wed Mar 6 23:22:40 2013 New Revision: 247904 URL: http://svnweb.freebsd.org/changeset/base/247904 Log: Remove strnvis(), strvis(), strvisx(). I don't think that this is the right solution as it results in

svn commit: r247279 - head/sys/dev/ciss

2013-02-25 Thread Sean Bruno
Author: sbruno Date: Mon Feb 25 19:22:56 2013 New Revision: 247279 URL: http://svnweb.freebsd.org/changeset/base/247279 Log: The 5300 series ciss(4) board does not work in performant mode with our currnet initialization sequence. Set it to simple mode only so that systems can be updated

svn commit: r246166 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2013-01-31 Thread Sean Bruno
Author: sbruno Date: Thu Jan 31 22:09:53 2013 New Revision: 246166 URL: http://svnweb.freebsd.org/changeset/base/246166 Log: Update hwpmc to support the Xeon class of Ivybridge processors. case 0x3E: /* Per Intel document 325462-045US 01/2013. */ Add manpage to document all the

Re: svn commit: r246139 - head/libexec/tftpd

2013-01-30 Thread Sean Bruno
On Thu, 2013-01-31 at 00:02 +, Marius Strobl wrote: Author: marius Date: Thu Jan 31 00:02:36 2013 New Revision: 246139 URL: http://svnweb.freebsd.org/changeset/base/246139 Log: Mark tftp_log() as __printflike() (which would have caught the bug fixed in r246106) and deal with the

svn commit: r246106 - head/libexec/tftpd

2013-01-29 Thread Sean Bruno
Author: sbruno Date: Wed Jan 30 01:36:04 2013 New Revision: 246106 URL: http://svnweb.freebsd.org/changeset/base/246106 Log: Remove extra %s from debug statement that ends up crashing tftpd if debug is set very high (like -d15 in my case). Obtained from:Yahoo! Inc MFC after:

svn commit: r245424 - head/sys/boot/i386/libi386

2013-01-14 Thread Sean Bruno
Author: sbruno Date: Mon Jan 14 15:05:22 2013 New Revision: 245424 URL: http://svnweb.freebsd.org/changeset/base/245424 Log: Quiesce some clang warnings while we're here doing stuff. Submitted by: Hiren Panchasara hiren.panchas...@gmail.com Obtained from:Yahoo! Inc Modified:

svn commit: r245339 - head/sys/dev/hwpmc

2013-01-12 Thread Sean Bruno
Author: sbruno Date: Sat Jan 12 18:30:52 2013 New Revision: 245339 URL: http://svnweb.freebsd.org/changeset/base/245339 Log: Quiesce a couple of clang warnings Submitted by: hiren panchasara hiren.panchas...@gmail.com Obtained from:Yahoo! Inc Modified:

svn commit: r242922 - head/sys/dev/acpica

2012-11-12 Thread Sean Bruno
Author: sbruno Date: Mon Nov 12 18:09:25 2012 New Revision: 242922 URL: http://svnweb.freebsd.org/changeset/base/242922 Log: Update MAX_TASKS to scale a bit based on MAXCPU This alleviates issues on newer Sandy/Ivy Bridge gear that seems to require boatloads more ACPI resources than

svn commit: r241974 - in head: lib/libpmc sys/dev/hwpmc

2012-10-23 Thread Sean Bruno
Author: sbruno Date: Wed Oct 24 01:26:29 2012 New Revision: 241974 URL: http://svn.freebsd.org/changeset/base/241974 Log: Cleanup and rename some variables in libpmc and hwpmc. Submitted by: hiren panchasara hiren.panchas...@gmail.com Reviewed by: jimharris@ sbruno@ Obtained from:

svn commit: r241738 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2012-10-19 Thread Sean Bruno
Author: sbruno Date: Fri Oct 19 17:01:27 2012 New Revision: 241738 URL: http://svn.freebsd.org/changeset/base/241738 Log: Update hwpmc to support the Xeon class of Sandybridge processors. (Model 0x2D /* Per Intel document 253669-044US 08/2012. */) Add manpage to document all the

svn commit: r241710 - head/share/man/man4

2012-10-18 Thread Sean Bruno
Author: sbruno Date: Thu Oct 18 22:22:01 2012 New Revision: 241710 URL: http://svn.freebsd.org/changeset/base/241710 Log: est(4) man page update to document the exposed sysctl r/o variables available to the user. Should be applicable to all branches and versions where est(4) exists.

svn commit: r240879 - head/sys/dev/e1000

2012-09-23 Thread Sean Bruno
Author: sbruno Date: Sun Sep 23 22:53:39 2012 New Revision: 240879 URL: http://svn.freebsd.org/changeset/base/240879 Log: This patch fixes a nit in the em, lem, and igb driver statistics. Increment adapter-dropped_pkts instead of if_ierrors because if_ierrors is overwritten by hw stats

svn commit: r238981 - head/sys/dev/e1000

2012-08-01 Thread Sean Bruno
Author: sbruno Date: Thu Aug 2 00:00:34 2012 New Revision: 238981 URL: http://svn.freebsd.org/changeset/base/238981 Log: CPU_NEXT() already handles wrapping around to the beginning. Also, in a system with sparse CPU IDs, you can have a valid CPU ID mp_ncpus (e.g. if you have two CPUs 0

Re: svn commit: r238943 - head/sys/dev/acpica

2012-07-31 Thread Sean Bruno
On Tue, 2012-07-31 at 03:58 -0700, Alexander Motin wrote: To help with diagnostics, add C-state type into dev.cpu.X.cx_supported. Pretty sure that this breaks /etc/rc.d/power_profile Andiry and I went back and forth on this specific thing quite a bit. If you note my commit/revert at svn

Re: svn commit: r238943 - head/sys/dev/acpica

2012-07-31 Thread Sean Bruno
On Tue, 2012-07-31 at 09:12 -0700, Sean Bruno wrote: On Tue, 2012-07-31 at 03:58 -0700, Alexander Motin wrote: To help with diagnostics, add C-state type into dev.cpu.X.cx_supported. Pretty sure that this breaks /etc/rc.d/power_profile Andiry and I went back and forth on this specific

svn commit: r238601 - head/sys/dev/aac

2012-07-18 Thread Sean Bruno
Author: sbruno Date: Wed Jul 18 18:10:27 2012 New Revision: 238601 URL: http://svn.freebsd.org/changeset/base/238601 Log: On BIO_ERROR, set bio_resid to stop losing data in the error case. Submitted by: Mark Johnston mark...@gmail.com Reviewed by: sco...@freebsd.org MFC after:2

svn commit: r238371 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 18:16:54 2012 New Revision: 238371 URL: http://svn.freebsd.org/changeset/base/238371 Log: When an MFI command fails, the driver needs to set bio-bio_resid so that the upper levels notice. Otherwise we see commands silently failing leading to data corruption.

svn commit: r238373 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 19:08:23 2012 New Revision: 238373 URL: http://svn.freebsd.org/changeset/base/238373 Log: sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on unless the file also includes opt_mfi.h. Submitted by: Andrew Boyer

svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 16:57:13 2012 New Revision: 238004 URL: http://svn.freebsd.org/changeset/base/238004 Log: Cosmetic display change of Cx states via cx_supported sysctl entries. Adjust power_profile script to handle the new world order as well. Some vendors are opting

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
On Mon, 2012-07-02 at 10:11 -0700, Alexander Motin wrote: This didn't break anything but led to a display of: * dev.cpu.0.cx_supported: C1/1 C2/96 Instead of * dev.cpu.0.cx_supported: C1/1 C3/96 MFC after: 2 weeks If I remember correctly, ACPI spec directly

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
On Mon, 2012-07-02 at 09:57 -0700, Sean Bruno wrote: Author: sbruno Date: Mon Jul 2 16:57:13 2012 New Revision: 238004 URL: http://svn.freebsd.org/changeset/base/238004 revert in progress. There's more discussion to be had about this changeset. sean

svn commit: r238009 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 17:55:29 2012 New Revision: 238009 URL: http://svn.freebsd.org/changeset/base/238009 Log: Revert r238004 as more review has come in and there is now a discussion on how to best proceed. Modified: head/etc/rc.d/power_profile head/sys/dev/acpica/acpi_cpu.c

svn commit: r237273 - head/share/man/man4

2012-06-19 Thread Sean Bruno
Author: sbruno Date: Tue Jun 19 17:13:14 2012 New Revision: 237273 URL: http://svn.freebsd.org/changeset/base/237273 Log: Correct misunderstanding of hw.est.strict Setting strict causes a validation of the requested value vs the value currently running after a frequency change is

svn commit: r237245 - head/share/man/man4

2012-06-18 Thread Sean Bruno
:00 1970 (empty, because file is newly added) +++ head/share/man/man4/est.4 Mon Jun 18 23:18:49 2012(r237245) @@ -0,0 +1,100 @@ +.\ +.\ Copyright (c) 2012 Sean Bruno sbr...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without

svn commit: r236591 - head/share/man/man4

2012-06-04 Thread Sean Bruno
Author: sbruno Date: Mon Jun 4 22:46:04 2012 New Revision: 236591 URL: http://svn.freebsd.org/changeset/base/236591 Log: Lines were a bit too long. Wrap some of them to 60 columns. Suggested by: bjk@ MFC after: 3 days Modified: head/share/man/man4/bce.4 Modified:

svn commit: r236412 - head/share/man/man4

2012-06-01 Thread Sean Bruno
Author: sbruno Date: Fri Jun 1 18:01:51 2012 New Revision: 236412 URL: http://svn.freebsd.org/changeset/base/236412 Log: Add notes and information for exposed tuneables in bce(4). Add source of documentation for this driver. Thanks to Warren Block for the suggestions for readability.

svn commit: r236418 - head/share/man/man4

2012-06-01 Thread Sean Bruno
Author: sbruno Date: Fri Jun 1 19:09:17 2012 New Revision: 236418 URL: http://svn.freebsd.org/changeset/base/236418 Log: Doh! Bump the date as I touched it! Noted by: gjb@ MFC after:3 days Modified: head/share/man/man4/bce.4 Modified: head/share/man/man4/bce.4

svn commit: r236323 - head/sys/dev/mfi

2012-05-30 Thread Sean Bruno
Author: sbruno Date: Wed May 30 17:07:50 2012 New Revision: 236323 URL: http://svn.freebsd.org/changeset/base/236323 Log: Cosmetic nit. If a configured volume has no label, don't emit an empty string for the name during probe. Simply indicate that it has no label. Submitted by: bhaga@

svn commit: r235635 - head/usr.sbin/mfiutil

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:50:26 2012 New Revision: 235635 URL: http://svn.freebsd.org/changeset/base/235635 Log: Decode new battery status indications. Requires r235634 Reviewed by: ambrisko@ MFC after:3 days Modified: head/usr.sbin/mfiutil/mfi_show.c Modified:

svn commit: r235634 - head/sys/dev/mfi

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:49:40 2012 New Revision: 235634 URL: http://svn.freebsd.org/changeset/base/235634 Log: Fix and update battery status bits according to linux driver Reviewed by: ambrisko@ MFC after:3 days Modified: head/sys/dev/mfi/mfireg.h Modified:

svn commit: r235318 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 03:30:50 2012 New Revision: 235318 URL: http://svn.freebsd.org/changeset/base/235318 Log: Fix inappropriate data type for two bus_dmamap_t variables that were causing PAE to insta-panic on startup. Remove one unused variable that was commented out.

svn commit: r235321 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 05:05:22 2012 New Revision: 235321 URL: http://svn.freebsd.org/changeset/base/235321 Log: Pointy hat to sleep deprived committer. Use a *real* variable type instead of one I made up. Background Music: Queen -- Bicycle Race Reviewed by:BSDCAN

svn commit: r235210 - head/sys/dev/e1000

2012-05-09 Thread Sean Bruno
Author: sbruno Date: Thu May 10 00:00:28 2012 New Revision: 235210 URL: http://svn.freebsd.org/changeset/base/235210 Log: Modify the binding of queues to attach to as many CPUs as possible when using more than one igb(4) adapter. This means that queues will not be bound to the same CPUs if

svn commit: r232986 - head/usr.sbin/syslogd

2012-03-14 Thread Sean Bruno
Author: sbruno Date: Wed Mar 14 21:26:06 2012 New Revision: 232986 URL: http://svn.freebsd.org/changeset/base/232986 Log: Update man page to present -T argument in synopsis MFC with r183347 MFC after:0 days Modified: head/usr.sbin/syslogd/syslogd.8 Modified:

svn commit: r232225 - head/sys/dev/isci

2012-02-27 Thread Sean Bruno
Author: sbruno Date: Mon Feb 27 17:04:18 2012 New Revision: 232225 URL: http://svn.freebsd.org/changeset/base/232225 Log: Update PCI-IDs with devices found on Intel SDP Return BUS_PROBE_DEFAULT so that non-default drivers may be loaded Reviewed by: jharris@ Obtained from:

svn commit: r231860 - head/sys/dev/isci

2012-02-16 Thread Sean Bruno
Author: sbruno Date: Fri Feb 17 06:47:16 2012 New Revision: 231860 URL: http://svn.freebsd.org/changeset/base/231860 Log: During work to port isci(4) to stable/7 I noted that the maxio portion of struct ccb_pathinq from sys/cam/cam_ccb.h wasn't added to stable/7 at all and didn't appear in

svn commit: r230588 - in head: share/man/man4 sys/dev/ciss

2012-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 17:04:17 2012 New Revision: 230588 URL: http://svn.freebsd.org/changeset/base/230588 Log: Update PCI IDs for ciss controllers that are supported by this driver. Submitted by: scott.ben...@hp.com Obtained from:Yahoo! Inc and HP MFC after:1

svn commit: r230313 - head/sys/dev/ciss

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 19:35:16 2012 New Revision: 230313 URL: http://svn.freebsd.org/changeset/base/230313 Log: Add support for HP P420 to ciss(4) Tested on upcoming Gen 8 releases of hardware from HP. MFC to all supported releases. Obtained from:Yahoo! Inc.

svn commit: r230316 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 21:27:49 2012 New Revision: 230316 URL: http://svn.freebsd.org/changeset/base/230316 Log: Update man page to show that ciss(4) now support the P420 MFC with r230313 Caught by: brueffer Obtained from:Yahoo! Inc MFC after:2 weeks

svn commit: r230323 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 22:52:02 2012 New Revision: 230323 URL: http://svn.freebsd.org/changeset/base/230323 Log: Update .Dd date on this man page. MFC with r230313 and r230316 Caught by: bz Obtained from:Yahoo! Inc. Modified: head/share/man/man4/ciss.4 Modified:

svn commit: r230325 - head/sys/boot/i386/libi386

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Thu Jan 19 01:25:50 2012 New Revision: 230325 URL: http://svn.freebsd.org/changeset/base/230325 Log: Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that using LOADER_TFTP_SUPPORT excludes this code. Fixes compilation of pxeldr with -DLOADER_TFTP_SUPPORT

svn commit: r224978 - head/release

2011-08-18 Thread Sean Bruno
Author: sbruno Date: Thu Aug 18 16:54:04 2011 New Revision: 224978 URL: http://svn.freebsd.org/changeset/base/224978 Log: Allow release generation from a WORLDDIR that is not /usr/src PR: misc/159666 Submitted by: Test Rat ttse...@gmail.com Reviewed by: Nathan Whitehorn

Re: svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-27 Thread Sean Bruno
On Wed, 2011-07-27 at 05:45 -0700, John Baldwin wrote: On Wednesday, July 27, 2011 2:24:21 am Sergey Kandaurov wrote: On 21 July 2011 17:20, John Baldwin j...@freebsd.org wrote: On Thursday, July 21, 2011 8:37:26 am Sergey Kandaurov wrote: On 21 July 2011 14:14, Attilio Rao

svn commit: r209266 - head/usr.sbin/mptutil

2010-06-17 Thread Sean Bruno
Author: sbruno Date: Thu Jun 17 19:28:56 2010 New Revision: 209266 URL: http://svn.freebsd.org/changeset/base/209266 Log: Expand man page to document the fact that mptutil/mpt doesn't support RAID volumes in excess of 2TB. Document workaround via geom or zfs Modified submitter's original

svn commit: r209276 - head/lib/libkvm

2010-06-17 Thread Sean Bruno
Author: sbruno Date: Fri Jun 18 01:17:16 2010 New Revision: 209276 URL: http://svn.freebsd.org/changeset/base/209276 Log: Much closer approximation of the kernel's calculation of this value. Reviewed by: alc Obtained from:Yahoo Inc. Modified: head/lib/libkvm/kvm_proc.c

svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
Author: sbruno Date: Fri May 21 17:10:52 2010 New Revision: 208389 URL: http://svn.freebsd.org/changeset/base/208389 Log: Allow sub-second interval timings for iostat and vmstat. e.g. vmstat -w.5 iostat -w.5 Reviewed by: jhb Approved by: scottl (mentor) Obtained from:

Re: svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
On Fri, 2010-05-21 at 10:54 -0700, John Baldwin wrote: On Friday 21 May 2010 1:10:53 pm Sean Bruno wrote: Author: sbruno Date: Fri May 21 17:10:52 2010 New Revision: 208389 URL: http://svn.freebsd.org/changeset/base/208389 Log: Allow sub-second interval timings for iostat

<    1   2   3   4   5   6