Re: svn commit: r213990 - head/usr.bin/calendar/calendars

2010-10-18 Thread Philip M. Gollucci
-------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer,FreeBSD Foundation Consultant,

Re: svn commit: r216746 - head/sys/conf

2010-12-27 Thread Philip M. Gollucci
//lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- -------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.

Re: svn commit: r218753 - head/etc/namedb

2011-02-19 Thread Philip M. Gollucci
_ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- ---- 1024D/DB

Re: svn commit: r218753 - head/etc/namedb

2011-02-20 Thread Philip M. Gollucci
On 2/19/2011 8:35 PM, Doug Barton wrote: > On 02/19/2011 16:52, Philip M. Gollucci wrote: >> On 2/16/2011 4:23 PM, Doug Barton wrote: >>> Author: dougb >>> Date: Wed Feb 16 21:23:09 2011 >>> New Revision: 218753 >>> URL: http://svn.freebsd.org/change

Re: svn commit: r219093 - head

2011-02-28 Thread Philip M. Gollucci
list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- -------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8

Re: svn commit: r191381 - head/crypto/openssl/crypto/asn1 releng/6.3 releng/6.3/crypto/openssl/crypto/asn1 releng/6.3/lib/libc/db/btree releng/6.3/lib/libc/db/hash releng/6.3/lib/libc/db/mpool releng/

2009-04-24 Thread Philip M. Gollucci
_ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8

Re: svn commit: r211983 - head/sbin/hastd

2010-08-29 Thread Philip M. Gollucci
://www.wheelsystems.com Do you work for them or something ? The site's not in english -- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 VP A

Re: svn commit: r212029 - head/usr.sbin/pkg_install/add

2010-08-30 Thread Philip M. Gollucci
> -uname(&u); > -if (strlcat(sitepath, u.machine, sizeof(sitepath)) >= sizeof(sitepath)) > +if (sysctl(archmib, 2, arch, &archlen, NULL, 0) == -1) > + return NULL; > +arch[archlen-1] = 0; ^^ '\0' ? - -- - ---

Re: svn commit: r212050 - head/cddl/contrib/opensolaris/cmd/zpool

2010-08-31 Thread Philip M. Gollucci
is your boot > disk\n" > + "the following command will do it:\n" > + "\n" > + "\tgpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 > da0\n\n", > + cb.cb_poolname); > + } > + > return (ret);

Re: svn commit: r201143 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensola

2009-12-31 Thread Philip M. Gollucci
SPA_VERSION_STRING "14" /* * Symbolic names for the changes that caused a SPA_VERSION switch. @@ -294,6 +295,7 @@ typedef enum zfs_cache_type { #defineSPA_VERSION_DSL_SCRUB SPA_VERSION_11 #defineSPA_VERSION_SNAP_PROPS

Re: svn commit: r209862 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-07-09 Thread Philip M. Gollucci
glitch. - -- - 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer,FreeBSD Foundation Consultant, P6M7G8 Inc. Sr.

Re: svn commit: r196047 - stable/8

2009-08-03 Thread Philip M. Gollucci
X-SVN-Group: stable-other neeeds updating to X-SVN-Group: stable-8 now. Thx! -- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 Consultant

Re: svn commit: r193402 - vendor/clang/clang-r72805

2009-06-04 Thread Philip M. Gollucci
Ed Schouten wrote: > Author: ed > Date: Wed Jun 3 21:11:51 2009 > New Revision: 193402 > URL: http://svn.freebsd.org/changeset/base/193402 > > Log: > Tag the Clang r72805 import. > > Added: > vendor/clang/clang-r72805/ > - copied from r193401, vendor/clang/dist/ I feel like you're doin

Re: svn commit: r280306 - in head: secure/lib/libcrypto secure/lib/libssl sys/sys

2015-03-23 Thread Philip M. Gollucci
gt; > == > --- head/sys/sys/param.hFri Mar 20 21:56:48 2015(r280305) > +++ head/sys/sys/param.h Fri Mar 20 23:48:11 2015(r280306) > @@ -58,7 +58,7 @@ > * in the range 5 to 9. > */ > #undef __FreeBSD_version > -#define

Re: svn commit: r284942 - in head/release: . scripts

2015-06-29 Thread Philip M. Gollucci
<http://pgp.mit.edu/pks/lookup?op=get&search=0xF699A450D21D2752> ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer,FreeBSD Found