svn commit: r269029 - head/sys/boot/libstand32

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Wed Jul 23 22:11:04 2014 New Revision: 269029 URL: http://svnweb.freebsd.org/changeset/base/269029 Log: Update so that clean target in sys/boot will delete the symlink created for machine Reviewed by: emaste Modified: head/sys/boot/libstand32/Makefile Modified: h

svn commit: r268978 - head/sys/boot/userboot/test

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:47:19 2014 New Revision: 268978 URL: http://svnweb.freebsd.org/changeset/base/268978 Log: copyin/copyout should return 0 if they are truly emulating copyin/copyout behavior. remove stray %s in printf rewrite printf to display 64bit type without warni

svn commit: r268975 - head/sys/boot/amd64/boot1.efi

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:38:28 2014 New Revision: 268975 URL: http://svnweb.freebsd.org/changeset/base/268975 Log: Remove boot1.efi during clean target. Modified: head/sys/boot/amd64/boot1.efi/Makefile Modified: head/sys/boot/amd64/boot1.efi/Makefile ===

svn commit: r268974 - in head/sys/boot: efi/libefi i386/libi386

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Tue Jul 22 04:37:47 2014 New Revision: 268974 URL: http://svnweb.freebsd.org/changeset/base/268974 Log: Supress clang warning for FreeBSD printf %b and %D formats MFC after:2 weeks Modified: head/sys/boot/efi/libefi/Makefile head/sys/boot/i386/libi386/Makefile

svn commit: r268954 - head/sys/dev/drm2/radeon

2014-07-21 Thread Sean Bruno
Author: sbruno Date: Mon Jul 21 19:33:08 2014 New Revision: 268954 URL: http://svnweb.freebsd.org/changeset/base/268954 Log: Merge change from upstream linux kernel submitted by OpenBSD: drm/radeon: fix-up some float to fixed conversion thinkos Spotted by Brad Smith when porting to Ope

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

2014-06-29 Thread Sean Bruno
Author: sbruno Date: Sun Jun 29 18:53:15 2014 New Revision: 268018 URL: http://svnweb.freebsd.org/changeset/base/268018 Log: Add detection for ciss(4) controllers that are set to non-raid JBOD mode. If a controller is set to JBOD, it has no RAID functions turned on. Populate even more of

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

2014-06-29 Thread Sean Bruno
Author: sbruno Date: Sun Jun 29 18:38:44 2014 New Revision: 268017 URL: http://svnweb.freebsd.org/changeset/base/268017 Log: Check return of cam_periph_find() before using it in a printf. If cam_periph_find() doesn't locate the path we requested, bail to error condition. Acquire ciss

svn commit: r266744 - head/sys/dev/uart

2014-05-27 Thread Sean Bruno
Author: sbruno Date: Tue May 27 13:35:31 2014 New Revision: 266744 URL: http://svnweb.freebsd.org/changeset/base/266744 Log: Add PCI ID for AMT based serial interface found on the Lenovo T61. uart2: port 0x1830-0x1837 mem 0xfe024000-0xfe024fff irq 17 at device 3.3 on pci0 uart2:

svn commit: r266518 - head/sys/mips/conf

2014-05-21 Thread Sean Bruno
Author: sbruno Date: Wed May 21 21:30:00 2014 New Revision: 266518 URL: http://svnweb.freebsd.org/changeset/base/266518 Log: Remove duplicate: optionAH_DEBUG_ALQ Modified: head/sys/mips/conf/AR933X_BASE Modified: head/sys/mips/conf/AR933X_BASE ==

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

2014-04-11 Thread Sean Bruno
Author: sbruno Date: Fri Apr 11 20:19:01 2014 New Revision: 264354 URL: http://svnweb.freebsd.org/changeset/base/264354 Log: Fix insta-panic on assert of unlocked periph mtx in ciss(4) when logical volume state changes. Currently, I view this as a critical fix for users and will MFC this

svn commit: r264304 - in head/sys: amd64/conf conf i386/conf

2014-04-09 Thread Sean Bruno
Author: sbruno Date: Wed Apr 9 18:44:54 2014 New Revision: 264304 URL: http://svnweb.freebsd.org/changeset/base/264304 Log: Really, really, really only allow this option for amd64/i386 builds. Submitted by: imp@ and tinderbox Modified: head/sys/amd64/conf/NOTES head/sys/conf/NOTES h

Re: svn commit: r264280 - in head/sys: conf modules

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 14:30 -0400, John Baldwin wrote: > On Wednesday, April 09, 2014 1:45:04 pm Sean Bruno wrote: > > On Wed, 2014-04-09 at 11:47 -0400, John Baldwin wrote: > > > On Tuesday, April 08, 2014 5:39:52 pm Sean Bruno wrote: > > > > Author: sbruno > >

Re: svn commit: r264280 - in head/sys: conf modules

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 11:47 -0400, John Baldwin wrote: > On Tuesday, April 08, 2014 5:39:52 pm Sean Bruno wrote: > > Author: sbruno > > Date: Tue Apr 8 21:39:51 2014 > > New Revision: 264280 > > URL: http://svnweb.freebsd.org/changeset/base/264280 > > > >

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 09:27 +0200, Mathieu Arnold wrote: > +--On 8 avril 2014 20:10:22 +0000 Sean Bruno wrote: > | Log: > | Add Stacey Son's binary activation patches that allow remapping of > | execution to a emumation program via parsing of ELF header information. > &

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 07:44 +, Alexey Dokuchaev wrote: > On Tue, Apr 08, 2014 at 03:01:49PM -0700, Sean Bruno wrote: > > I haven't tested on non-x86 h/w and have no idea if it works or not. I > > didn't feel comfortable building this driver in the non-x86 case. I

svn commit: r264291 - head/sys/modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Wed Apr 9 03:46:04 2014 New Revision: 264291 URL: http://svnweb.freebsd.org/changeset/base/264291 Log: Spell imgact_binmisc correctly Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r264282 - in head/sys: kern sys

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 22:12:01 2014 New Revision: 264282 URL: http://svnweb.freebsd.org/changeset/base/264282 Log: sys/kern/imgact_binmisc.c -- free the right pointer mask vs magic sys/sys/imagact_binmisc.h -- cleanup white space tabs vs spaces -- remov

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
> > > > Added: > > head/sys/kern/imgact_binmisc.c (contents, props changed) > > head/sys/modules/imgact_binmisc/ > > head/sys/modules/imgact_binmisc/Makefile (contents, props changed) > > head/sys/sys/imgact_binmisc.h (contents, props changed) > > head/usr.sbin/binmiscctl/ > > he

svn commit: r264280 - in head/sys: conf modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 21:39:51 2014 New Revision: 264280 URL: http://svnweb.freebsd.org/changeset/base/264280 Log: Actually, since this is what I thought I was doing, only allow the binmisc code to be build on amd64/i386 for the kernel. Update NOTES with some indication of what

svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 20:10:22 2014 New Revision: 264269 URL: http://svnweb.freebsd.org/changeset/base/264269 Log: Add Stacey Son's binary activation patches that allow remapping of execution to a emumation program via parsing of ELF header information. With this kernel module a

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

2014-04-04 Thread Sean Bruno
Author: sbruno Date: Fri Apr 4 17:01:49 2014 New Revision: 264127 URL: http://svnweb.freebsd.org/changeset/base/264127 Log: Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4) Submitted by: Benesh, Scott MFC after: 2 weeks Sponsored by: Yahoo! Inc. Modified: head/sys/

svn commit: r264123 - head/sys/mips/conf

2014-04-04 Thread Sean Bruno
Author: sbruno Date: Fri Apr 4 15:52:45 2014 New Revision: 264123 URL: http://svnweb.freebsd.org/changeset/base/264123 Log: Change kernel/rootfs hints to use search patterns instead of absolute locations. Modified: head/sys/mips/conf/WZR-300HP.hints Modified: head/sys/mips/conf/WZR-300HP.

svn commit: r264085 - head/sys/mips/conf

2014-04-03 Thread Sean Bruno
Author: sbruno Date: Thu Apr 3 20:12:39 2014 New Revision: 264085 URL: http://svnweb.freebsd.org/changeset/base/264085 Log: Add support for the Dlink DIR-825C1 74k MIPS router based on Atheros wireless, bridge and CPU. Added: head/sys/mips/conf/DIR-825C1 (contents, props changed) head/

svn commit: r262778 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:22:07 2014 New Revision: 262778 URL: http://svnweb.freebsd.org/changeset/base/262778 Log: Populate the GPIO pins and GPIOLED configs Modified: head/sys/mips/conf/DIR-825B1.hints Modified: head/sys/mips/conf/DIR-825B1.hints ==

svn commit: r262777 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:19:52 2014 New Revision: 262777 URL: http://svnweb.freebsd.org/changeset/base/262777 Log: Update location of hints and name of the kernel we are building. Modified: head/sys/mips/conf/DIR-825B1 head/sys/mips/conf/DIR-825B1.hints Modified: head/sys/mips/co

svn commit: r262776 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:18:42 2014 New Revision: 262776 URL: http://svnweb.freebsd.org/changeset/base/262776 Log: Rename the Dlink 825 configuration file to indicate that this is for the mips 24k B1 Added: head/sys/mips/conf/DIR-825B1 - copied unchanged from r262775, head/sy

svn commit: r262495 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 21:07:18 2014 New Revision: 262495 URL: http://svnweb.freebsd.org/changeset/base/262495 Log: Slightly better revision of teaching userboot how to respect MK_CDDL Reviewed by: grehan Modified: head/sys/boot/userboot/userboot/Makefile Modified: head/sys/bo

svn commit: r262487 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 18:00:55 2014 New Revision: 262487 URL: http://svnweb.freebsd.org/changeset/base/262487 Log: Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFS Apparently, LIBZFS is set to a non-empty string when WITHOUT_CDDL/WITHOUT_ZFS are set, I think this is a bug,

Re: svn commit: r260243 - head/sys/dev/aacraid

2014-01-03 Thread Sean Bruno
On Fri, 2014-01-03 at 20:45 +, Sean Bruno wrote: > Author: sbruno > Date: Fri Jan 3 20:45:56 2014 > New Revision: 260243 > URL: http://svnweb.freebsd.org/changeset/base/260243 > > Log: > Wrap this debug statement in debug defines. Else, this driver > will refu

svn commit: r260243 - head/sys/dev/aacraid

2014-01-03 Thread Sean Bruno
Author: sbruno Date: Fri Jan 3 20:45:56 2014 New Revision: 260243 URL: http://svnweb.freebsd.org/changeset/base/260243 Log: Wrap this debug statement in debug defines. Else, this driver will refuse to load. MFC after:2 weeks Sponsored by: Yahoo! Inc. Modified: head/sys/dev/aacr

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

2013-12-03 Thread Sean Bruno
Author: sbruno Date: Wed Dec 4 00:28:44 2013 New Revision: 258901 URL: http://svnweb.freebsd.org/changeset/base/258901 Log: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to humanize_number() to resolve this. PR: 184405 Submitted by: jhb MF

svn commit: r258179 - head/contrib/gcc

2013-11-15 Thread Sean Bruno
Author: sbruno Date: Fri Nov 15 18:44:25 2013 New Revision: 258179 URL: http://svnweb.freebsd.org/changeset/base/258179 Log: Merge in gcc svn r120505 to include definition of TREE_OVERFLOW_P: http://gcc.gnu.org/viewcvs/gcc/trunk/gcc/tree.h?revision=120505&view=markup This repairs build

svn commit: r258139 - head/contrib/gperf/src

2013-11-14 Thread Sean Bruno
Author: sbruno Date: Thu Nov 14 18:41:58 2013 New Revision: 258139 URL: http://svnweb.freebsd.org/changeset/base/258139 Log: Repair build after svn r258115 options.get_size_type() appears to return a const char *, so assume that its a string as oppose to *nothing*. I have no idea what ap

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

2013-11-12 Thread Sean Bruno
Author: sbruno Date: Tue Nov 12 17:10:56 2013 New Revision: 258053 URL: http://svnweb.freebsd.org/changeset/base/258053 Log: Noted that the stripe_size argument was not being displayed in the usage message MFC after:2 weeks Modified: head/usr.sbin/mfiutil/mfiutil.c Modified: head/

Re: svn commit: r257883 - head/sys/dev/ppc

2013-11-09 Thread Sean Bruno
On Sat, 2013-11-09 at 03:58 -0500, Eitan Adler wrote: > >> { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel > port", > >> 0x10 }, > >> + { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel > port", 0x10 > >> }, > >> { 0x98059710, "NetMos NM9805 1284 Printer port", 0x

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

2013-11-07 Thread Sean Bruno
Author: sbruno Date: Thu Nov 7 21:47:59 2013 New Revision: 257820 URL: http://svnweb.freebsd.org/changeset/base/257820 Log: Add support for controlling mfi(4) controller properties: allow user control of rebuild rate allow user control of silence/enable alarm MFC after:2 weeks

svn commit: r257808 - head/sys/dev/uart

2013-11-07 Thread Sean Bruno
Author: sbruno Date: Thu Nov 7 19:38:19 2013 New Revision: 257808 URL: http://svnweb.freebsd.org/changeset/base/257808 Log: Add new AMT serial port PCI ID on Intel Lynx Point chipset Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/dev/uart/uart_bus_pci.c Modi

svn commit: r257769 - head/sys/x86/cpufreq

2013-11-06 Thread Sean Bruno
Author: sbruno Date: Wed Nov 6 23:29:25 2013 New Revision: 257769 URL: http://svnweb.freebsd.org/changeset/base/257769 Log: Fix powerd/states on AMD cpus. Resolves issues with system reporting: hwpstate0: set freq failed, err 6 Tested on FX-8150 and others. PR: 167018 S

svn commit: r257657 - head/cddl/contrib/opensolaris/common/ctf

2013-11-04 Thread Sean Bruno
Author: sbruno Date: Mon Nov 4 21:32:07 2013 New Revision: 257657 URL: http://svnweb.freebsd.org/changeset/base/257657 Log: Quiesce warning assigning to void * from const ctf_header_t * by explicity casting to void * before assignment. Submitted as Illumos issue 4287 Modified: head/c

svn commit: r257647 - head/cddl/lib/libnvpair

2013-11-04 Thread Sean Bruno
Author: sbruno Date: Mon Nov 4 19:32:35 2013 New Revision: 257647 URL: http://svnweb.freebsd.org/changeset/base/257647 Log: spelling in comments fixup Submitted by: Joerg Sonnenberger Modified: head/cddl/lib/libnvpair/Makefile Modified: head/cddl/lib/libnvpair/Makefile ===

svn commit: r257645 - head/gnu/lib/libgcc

2013-11-04 Thread Sean Bruno
Author: sbruno Date: Mon Nov 4 18:15:45 2013 New Revision: 257645 URL: http://svnweb.freebsd.org/changeset/base/257645 Log: Quiesce warning around gcc_assert() for an inline macro that uses a static variable. This code has been moved around in gcc, but is still in use in the latest trunk v

svn commit: r257642 - head/contrib/libreadline

2013-11-04 Thread Sean Bruno
Author: sbruno Date: Mon Nov 4 16:52:27 2013 New Revision: 257642 URL: http://svnweb.freebsd.org/changeset/base/257642 Log: Quiesce warning about unused argument in call to rl_message() by wrapping this call with the same #if defined (PREFER_STDARG) directive as in display.c Using -E to

svn commit: r257638 - head/cddl/contrib/opensolaris/lib/libnvpair

2013-11-04 Thread Sean Bruno
Author: sbruno Date: Mon Nov 4 16:15:43 2013 New Revision: 257638 URL: http://svnweb.freebsd.org/changeset/base/257638 Log: Quiesce warning regarding %llf which has no effect. Submitted as illumos issue #4284 Reviewed by: delphij Modified: head/cddl/contrib/opensolaris/lib/libnvpa

svn commit: r257592 - head/cddl/lib/libnvpair

2013-11-03 Thread Sean Bruno
Author: sbruno Date: Sun Nov 3 21:05:44 2013 New Revision: 257592 URL: http://svnweb.freebsd.org/changeset/base/257592 Log: This library uses macros to define fprintf behvavior for several object types The compiler will see the non-string literal arguments to the fprintf calls and omit war

svn commit: r257586 - in head/contrib/libreadline: . support

2013-11-03 Thread Sean Bruno
Author: sbruno Date: Sun Nov 3 20:38:51 2013 New Revision: 257586 URL: http://svnweb.freebsd.org/changeset/base/257586 Log: Update libreadline with vendor patches 8-13 as fetched from: ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/ MFC after:2 weeks Modified: head/contrib/libre

svn commit: r257485 - head/include

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Fri Nov 1 00:32:26 2013 New Revision: 257485 URL: http://svnweb.freebsd.org/changeset/base/257485 Log: Install include files for netpfil/pf when requested by the Makefile Reviewed by: glebius Modified: head/include/Makefile Modified: head/include/Makefile

svn commit: r257466 - in head/contrib/libpcap: . bpf/net pcap

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 20:03:59 2013 New Revision: 257466 URL: http://svnweb.freebsd.org/changeset/base/257466 Log: Integrate github revision 0446821e49224c6a29be28760cc9c4cc14f56d8a as suggested by upstream https://github.com/the-tcpdump-group/libpcap/issues/327 Quiesce ass

svn commit: r257463 - head/contrib/binutils/binutils

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 18:53:13 2013 New Revision: 257463 URL: http://svnweb.freebsd.org/changeset/base/257463 Log: Queisce warning about attempting to add char * together and use explicit array indexing to indicate what is meant to be done Modified: head/contrib/binutils/binutils/

svn commit: r257464 - head/contrib/binutils/opcodes

2013-10-31 Thread Sean Bruno
Author: sbruno Date: Thu Oct 31 18:53:39 2013 New Revision: 257464 URL: http://svnweb.freebsd.org/changeset/base/257464 Log: Queisce warning about attempting to add char * together and use explicit array indexing to indicate what is meant to be done Modified: head/contrib/binutils/opcodes/i

svn commit: r257406 - head/contrib/tcp_wrappers

2013-10-30 Thread Sean Bruno
Author: sbruno Date: Wed Oct 30 22:45:35 2013 New Revision: 257406 URL: http://svnweb.freebsd.org/changeset/base/257406 Log: Queisce warning about undeclared function usage. yp_get_default_domain is defined in workaround.c but is not declared in any header file. Tie the declaration to th

svn commit: r257405 - head/contrib/tcp_wrappers

2013-10-30 Thread Sean Bruno
Author: sbruno Date: Wed Oct 30 22:43:40 2013 New Revision: 257405 URL: http://svnweb.freebsd.org/changeset/base/257405 Log: Quiesce warning, which could be a bug IMO, by correctly defining the host_info structure name Modified: head/contrib/tcp_wrappers/hosts_access.c Modified: head/contr

svn commit: r257404 - head/contrib/tcp_wrappers

2013-10-30 Thread Sean Bruno
Author: sbruno Date: Wed Oct 30 22:41:18 2013 New Revision: 257404 URL: http://svnweb.freebsd.org/changeset/base/257404 Log: Quiesce two warnings: 1. define the CODE * as const 2. restructure function to eliminate warning about exiting with no return. severity_map() never returns

svn commit: r257398 - head/contrib/tcp_wrappers

2013-10-30 Thread Sean Bruno
Author: sbruno Date: Wed Oct 30 21:18:14 2013 New Revision: 257398 URL: http://svnweb.freebsd.org/changeset/base/257398 Log: Quiesce warnings by updating headerfile includes Modified: head/contrib/tcp_wrappers/clean_exit.c head/contrib/tcp_wrappers/hosts_access.c head/contrib/tcp_wrappers

svn commit: r257395 - head/usr.bin/xinstall

2013-10-30 Thread Sean Bruno
Author: sbruno Date: Wed Oct 30 18:40:55 2013 New Revision: 257395 URL: http://svnweb.freebsd.org/changeset/base/257395 Log: revert sign changes to buffers used in invocation of digest_update() Instead, change arguments of internal function digest_update() to accept signed char arguments.

svn commit: r257366 - head/contrib/libreadline

2013-10-29 Thread Sean Bruno
Author: sbruno Date: Tue Oct 29 20:53:09 2013 New Revision: 257366 URL: http://svnweb.freebsd.org/changeset/base/257366 Log: Quiesce warnings regarding assignement of loop conditionals by implementing the solution from the compiler to wrap the statement in parens. Modified: head/contrib/lib

svn commit: r257360 - in head/contrib/binutils/gas: . config

2013-10-29 Thread Sean Bruno
Author: sbruno Date: Tue Oct 29 20:35:28 2013 New Revision: 257360 URL: http://svnweb.freebsd.org/changeset/base/257360 Log: Queisce warning about empty bodies in these loops by bumping the ;; to the next line. Modified: head/contrib/binutils/gas/config/atof-ieee.c head/contrib/binutils/g

svn commit: r257363 - head/usr.bin/xinstall

2013-10-29 Thread Sean Bruno
Author: sbruno Date: Tue Oct 29 20:38:00 2013 New Revision: 257363 URL: http://svnweb.freebsd.org/changeset/base/257363 Log: Queisce sign errors by using unsigned char * and casting MAP_FAILED as unsigned char * Reviewed by: brooks@ Modified: head/usr.bin/xinstall/xinstall.c Modifie

svn commit: r257362 - head/contrib/gcclibs/libssp

2013-10-29 Thread Sean Bruno
Author: sbruno Date: Tue Oct 29 20:36:04 2013 New Revision: 257362 URL: http://svnweb.freebsd.org/changeset/base/257362 Log: Quiesce warning by including appropriate header file Modified: head/contrib/gcclibs/libssp/ssp.c Modified: head/contrib/gcclibs/libssp/ssp.c ==

svn commit: r257264 - in head/contrib/opie: . libopie

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 18:24:31 2013 New Revision: 257264 URL: http://svnweb.freebsd.org/changeset/base/257264 Log: Queisce two category of clang warnings: 1. missing explicit includes for string.h, stdio.h, etc 2. missing explicit declaration for some common functions I h

svn commit: r257263 - head/contrib/groff/src/roff/troff

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 18:10:35 2013 New Revision: 257263 URL: http://svnweb.freebsd.org/changeset/base/257263 Log: Quiesce warnings -Wdangling-else Thanks to jilles for some reviews and tips. Modified: head/contrib/groff/src/roff/troff/input.cpp head/contrib/groff/src/roff/tr

svn commit: r257262 - head/sys/dev/cs

2013-10-28 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 16:27:01 2013 New Revision: 257262 URL: http://svnweb.freebsd.org/changeset/base/257262 Log: repair build for dev/cs. Reported by: Outback Dingo Modified: head/sys/dev/cs/if_cs_isa.c Modified: head/sys/dev/cs/if_cs_isa.c =

svn commit: r257236 - head/sys/dev/lmc

2013-10-27 Thread Sean Bruno
Author: sbruno Date: Mon Oct 28 02:36:34 2013 New Revision: 257236 URL: http://svnweb.freebsd.org/changeset/base/257236 Log: Quiesce warning -Wmissing-variable-declarations from buildworld, which is slightly unnerving. In file included from ioctl.c:48: /var/tmp/home/sbruno/bsd/head/tmp/

svn commit: r257160 - head/contrib/gperf/src

2013-10-26 Thread Sean Bruno
Author: sbruno Date: Sat Oct 26 14:49:19 2013 New Revision: 257160 URL: http://svnweb.freebsd.org/changeset/base/257160 Log: Queisce warnings for gperf -Wlogical-op-parentheses with parens to explicitly define the logic Modified: head/contrib/gperf/src/options.cc Modified: head/contrib/gpe

svn commit: r257085 - head/contrib/gperf/src

2013-10-24 Thread Sean Bruno
Author: sbruno Date: Fri Oct 25 01:10:07 2013 New Revision: 257085 URL: http://svnweb.freebsd.org/changeset/base/257085 Log: Queisce quite a few clang warnings -Wdangling-else due to this work around for compiling gperf under Visual Studio from 1998. ref. http://msdn.microsoft.com/en-us/l

svn commit: r256866 - head/contrib/gcclibs/libssp

2013-10-21 Thread Sean Bruno
Author: sbruno Date: Mon Oct 21 22:55:56 2013 New Revision: 256866 URL: http://svnweb.freebsd.org/changeset/base/256866 Log: Resolve clang warning about a use of syslog. By using a proper enforcement of string format in a call so syslog /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/lib

svn commit: r256032 - head/sys/kern

2013-10-03 Thread Sean Bruno
Author: sbruno Date: Thu Oct 3 22:52:03 2013 New Revision: 256032 URL: http://svnweb.freebsd.org/changeset/base/256032 Log: Change len checks for fstypelen and fspathlen to be against absolute len not strlen as they are *not* strings. Discovered by GSOC student, Mike Ma during his fus

svn commit: r255989 - head/sys/mips/conf

2013-10-02 Thread Sean Bruno
Author: sbruno Date: Wed Oct 2 14:43:17 2013 New Revision: 255989 URL: http://svnweb.freebsd.org/changeset/base/255989 Log: set ROOTDEVNAME to ada0 with no paritions. This makes it much more functional with makefs and other tools for testing and ports building Approved by:re (gjb)

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

2013-09-22 Thread Sean Bruno
Author: sbruno Date: Sun Sep 22 23:48:41 2013 New Revision: 255806 URL: http://svnweb.freebsd.org/changeset/base/255806 Log: Export two new DCMD enums. These allow set/get of the mfi_ctrl_properties structure in the driver. Having these in 10.0 means that mfiutil can be modified to take

svn commit: r255659 - head/sys/mips/conf

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 22:26:07 2013 New Revision: 255659 URL: http://svnweb.freebsd.org/changeset/base/255659 Log: Bring in configuration for Buffalo Airstation WZR-300HP, Atheros based wireless home router. Notable things: 2x 16 MB flash devices Atheros Wireless Atheros S

svn commit: r255629 - in head: include usr.sbin/gpioctl

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 11:48:47 2013 New Revision: 255629 URL: http://svnweb.freebsd.org/changeset/base/255629 Log: Assume that the -f argument is /dev/gpioc0 if it is not passed. hrs@ provided this verison of the patch and showed me where all the needed changes were to be made o

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

2013-09-13 Thread Sean Bruno
Author: sbruno Date: Fri Sep 13 21:23:04 2013 New Revision: 255531 URL: http://svnweb.freebsd.org/changeset/base/255531 Log: Correct my inability to do math and provide a GOOD example. Approved by: re (implicit) Modified: head/share/man/man4/gpio.4 Modified: head/share/man/man4/gpio.4

svn commit: r255528 - in head: share/man/man4 usr.sbin/gpioctl

2013-09-13 Thread Sean Bruno
(r255528) @@ -0,0 +1,176 @@ +.\" Copyright (c) 2013, Sean Bruno +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1.

svn commit: r255254 - head/sys/dev/gpio

2013-09-05 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 16:38:26 2013 New Revision: 255254 URL: http://svnweb.freebsd.org/changeset/base/255254 Log: Minor printf nit to keep out clean Modified: head/sys/dev/gpio/gpiobus.c Modified: head/sys/dev/gpio/gpiobus.c

svn commit: r255230 - head/sys/kern

2013-09-04 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 03:46:44 2013 New Revision: 255230 URL: http://svnweb.freebsd.org/changeset/base/255230 Log: Restore builds on architectures that don't support CAPABILITIES (mips). Modified: head/sys/kern/sys_generic.c Modified: head/sys/kern/sys_generic.c ===

svn commit: r255229 - head/sys/kern

2013-09-04 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 03:36:57 2013 New Revision: 255229 URL: http://svnweb.freebsd.org/changeset/base/255229 Log: This looks like a typo that breaks the build. Yell at me if this isn't the intended declaration. Modified: head/sys/kern/sys_capability.c Modified: head/sys/kern/sys

svn commit: r255195 - head/sys/mips/conf

2013-09-03 Thread Sean Bruno
Author: sbruno Date: Tue Sep 3 22:33:06 2013 New Revision: 255195 URL: http://svnweb.freebsd.org/changeset/base/255195 Log: Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825 Reviewed by: adrian@ Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825 =

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

2013-08-26 Thread Sean Bruno
Author: sbruno Date: Mon Aug 26 12:05:38 2013 New Revision: 254906 URL: http://svnweb.freebsd.org/changeset/base/254906 Log: Add support to reconfigure a drive as SYSPD (real JBOD in LSI terminology). Adds command "mfiutil syspd " to change a drive to SYSPD. Drive will then be scanned/

svn commit: r254690 - in head/sys/mips: atheros conf

2013-08-23 Thread Sean Bruno
Author: sbruno Date: Fri Aug 23 13:14:18 2013 New Revision: 254690 URL: http://svnweb.freebsd.org/changeset/base/254690 Log: Some vendors store the mac addresses of arge(4) as a literal sring in the form xx:xx:xx:xx:xx:xx complete with ":" characters taking of 18 bytes instead of 6 integers.

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

2013-08-14 Thread Sean Bruno
Author: sbruno Date: Wed Aug 14 15:50:34 2013 New Revision: 254330 URL: http://svnweb.freebsd.org/changeset/base/254330 Log: If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4) real JBOD mode (SYS PD) would fail fairly reliably during I/O. Steal the mfi_disk.c check fo

svn commit: r254010 - head/tools/build/mk

2013-08-06 Thread Sean Bruno
Author: sbruno Date: Tue Aug 6 21:30:37 2013 New Revision: 254010 URL: http://svnweb.freebsd.org/changeset/base/254010 Log: Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv Remove it if the knob isn't tweaked. Certain ports seem to think that if /usr/bin/iconv exists,

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

2013-08-05 Thread Sean Bruno
Author: sbruno Date: Tue Aug 6 03:17:01 2013 New Revision: 253980 URL: http://svnweb.freebsd.org/changeset/base/253980 Log: Update ciss(4) with new models of raid controllers from HP Submitted by: scott.ben...@hp.com MFC after:2 weeks Sponsored by: Hewlett Packard Modified: head

svn commit: r253844 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:27:56 2013 New Revision: 253844 URL: http://svnweb.freebsd.org/changeset/base/253844 Log: Adjust magic numbers to allow attachment of ath(4) modules. Modified: head/sys/mips/conf/DIR-825.hints Modified: head/sys/mips/conf/DIR-825.hints =

svn commit: r253842 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:26:34 2013 New Revision: 253842 URL: http://svnweb.freebsd.org/changeset/base/253842 Log: device if_bridge gets me a bridge device Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825

Re: svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
On Tue, 2013-07-30 at 18:54 +, Sean Bruno wrote: > Submitted by: jbh@ (suggested by) Grhahahahah ... jhb@ ... why can't I type today? Sean signature.asc Description: This is a digitally signed message part

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
> > > > Ok then what is this ^ ? Doesn't this mean that if > > device_find_child() returns a child node that we should abort? Is that > > not the same as what I'm going on about? > > This makes it only add at most one child device. It is a common idiom in > identify routines so that i

svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:54:24 2013 New Revision: 253813 URL: http://svnweb.freebsd.org/changeset/base/253813 Log: Check for ipmi_attached in ipmi_isa_probe as a suggested alternative to ipmi_isa_attach. This keeps unintended but harmless noise about "ipmi1" from appearing in the

svn commit: r253812 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:44:29 2013 New Revision: 253812 URL: http://svnweb.freebsd.org/changeset/base/253812 Log: empirical testing showed that 3 seconds is just too slow for GET_DEVICE_ID to return on newer Dell hardware. Bump to 6 second timeouts until someone has a better idea

svn commit: r253811 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:41:36 2013 New Revision: 253811 URL: http://svnweb.freebsd.org/changeset/base/253811 Log: After discussions, revert svn r253708. Changelog for 253708 was completely wrong and the code implemented something non-standard for the wrong reasons. Sponsor

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
[sbruno_comment_blocks == 4] > > The identify function in 7.x has no such check: > > static void > ipmi_isa_identify(driver_t *driver, device_t parent) > { > struct ipmi_get_info info; > uint32_t devid; > > if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE && >

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
On Mon, 2013-07-29 at 12:59 -0700, Sean Bruno wrote: > On Mon, 2013-07-29 at 10:54 -0400, John Baldwin wrote: > > On Saturday, July 27, 2013 12:32:34 pm Sean Bruno wrote: > > > Author: sbruno > > > Date: Sat Jul 27 16:32:34 2013 > > > New Revision: 253708

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
On Mon, 2013-07-29 at 10:54 -0400, John Baldwin wrote: > On Saturday, July 27, 2013 12:32:34 pm Sean Bruno wrote: > > Author: sbruno > > Date: Sat Jul 27 16:32:34 2013 > > New Revision: 253708 > > URL: http://svnweb.freebsd.org/changeset/base/253708 > > > >

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

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 17:20:43 2013 New Revision: 253712 URL: http://svnweb.freebsd.org/changeset/base/253712 Log: update ciss debugger command to iterate over multiple raid controllers up to max controllers supported PR: kern/179932 Reviewed by: Markus Gebert MFC after:

svn commit: r253708 - head/sys/dev/ipmi

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 16:32:34 2013 New Revision: 253708 URL: http://svnweb.freebsd.org/changeset/base/253708 Log: At some point after stable/7 the ACPI and ISA interfaces to the IPMI controller no longer have the parent in the device tree. This causes the identify function in ip

svn commit: r251516 - in head: sys/dev/mfi usr.sbin/mfiutil

2013-06-07 Thread Sean Bruno
Author: sbruno Date: Sat Jun 8 02:54:59 2013 New Revision: 251516 URL: http://svnweb.freebsd.org/changeset/base/251516 Log: Implement foreign volume handling. Allows admins to view foreign metadata and clear or import it for use. PR: kern/172091 Submitted by: s...@freebsd.org

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

2013-05-30 Thread Sean Bruno
Author: sbruno Date: Fri May 31 03:14:49 2013 New Revision: 251172 URL: http://svnweb.freebsd.org/changeset/base/251172 Log: xpt_create_path() requires mfi_io_lock to be held, so do it. mfi(4) doesn't panic on host startup now. MFC this if svn 249468-242726 is shoveled back to stable/9

svn commit: r250797 - head/sys/dev/sound/pci/hda

2013-05-18 Thread Sean Bruno
Author: sbruno Date: Sun May 19 01:45:29 2013 New Revision: 250797 URL: http://svnweb.freebsd.org/changeset/base/250797 Log: Update snd quirks for T520, T420, X220. Group onboard mic and headphone mic jack together. Creates association that will switch between microphone inputs depending

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

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 16:29:12 2013 New Revision: 250371 URL: http://svnweb.freebsd.org/changeset/base/250371 Log: s/Numer/Number/ Submitted by: Jeremy Chadwick Modified: head/share/man/man4/igb.4 Modified: head/share/man/man4/igb.4 ===

svn commit: r250032 - head/sys/dev/hptrr

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 20:55:45 2013 New Revision: 250032 URL: http://svnweb.freebsd.org/changeset/base/250032 Log: Silence warning from clang: /home/sbruno/bsd/head/sys/dev/hptrr/hptrr_osm_bsd.c:178:66: warning: for loop has empty body [-Wempty-body] for (order=

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

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 20:46:32 2013 New Revision: 250031 URL: http://svnweb.freebsd.org/changeset/base/250031 Log: The controller does not zero this data structure, ever. Zero it out here so we do not misinterpret the data error. Obtained from:Yahoo! Inc. MFC after:

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

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 16:35:23 2013 New Revision: 250022 URL: http://svnweb.freebsd.org/changeset/base/250022 Log: Let's align correctly by setting to 17. OpenCISS states that if the value is 0, then the driver should try a value of 31. That's just silly. Set to 17 so that the

<    1   2   3   4   5   6   >