Re: svn commit: r219096 - in head: lib/libc/yp lib/libelf share/man/man7 sys/boot/i386/cdboot sys/boot/pc98/cdboot usr.bin/checknr

2011-02-28 Thread Rob Farmer
On Mon, Feb 28, 2011 at 7:07 PM, Rob Farmer wrote: > On Mon, Feb 28, 2011 at 2:03 AM, Bruce Cran wrote: >> Author: brucec >> Date: Mon Feb 28 10:03:48 2011 >> New Revision: 219096 >> URL: http://svn.freebsd.org/changeset/base/219096 >> >> Log: >>

Re: svn commit: r219096 - in head: lib/libc/yp lib/libelf share/man/man7 sys/boot/i386/cdboot sys/boot/pc98/cdboot usr.bin/checknr

2011-02-28 Thread Rob Farmer
hecknr.c      Mon Feb 28 10:03:48 2011         > (r219096) > @@ -79,7 +79,7 @@ struct stkstr { >        int opno;       /* number of opening bracket */ >        int pl;         /* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */ >        int parm;       /*

Re: svn commit: r218130 - head

2011-02-02 Thread Rob Farmer
On Wed, Feb 2, 2011 at 4:00 PM, Warner Losh wrote: > Rob, > > r218206 should fix the problem.  Sorry for the hassle. > > Warner > Thanks for the quick response - it is working now. -- Rob Farmer ___ svn-src-all@freebsd.org

Re: svn commit: r218130 - head

2011-02-02 Thread Rob Farmer
svn-src-h...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" > Hello, This breaks "make world" as used by ports tinderbox: [rfarmer@turquoise] /usr/src# env

Re: svn commit: r215132 - head/sys/dev/nfe

2010-11-11 Thread Rob Farmer
(4)/e1000phy(4). Maybe opening a PR with > dmesg/pciconf output would be better. I have sent PR 152150 about the rest. -- Rob Farmer ___ 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"

Re: svn commit: r215132 - head/sys/dev/nfe

2010-11-11 Thread Rob Farmer
ection while the machine is running. Switching to nve resolves the problem. If it can't be fixed, that's fine. Just please don't remove nve - there are systems that need it. -- Rob Farmer ___ svn-src-all@freebsd.org mailing list http://lists.freeb

Re: svn commit: r215132 - head/sys/dev/nfe

2010-11-11 Thread Rob Farmer
ated but this commit reminds me of something: why do we still >> keep the nve driver?  I thought nfe was written as a replacement years ago? >> > > Perhaps to address edge cases not covered by nfe(4)? > Personally I don't know any of them. amd64/115126 ? Its even assigned to

Re: svn commit: r208545 - in head/release: amd64 i386 ia64 pc98 powerpc sparc64 sun4v

2010-05-26 Thread Rob Farmer
xml -larchive -lbz2 -lusb -ljail > +libs -lbsdxml -larchive -lbz2 -llzma -lusb -ljail > Does the order of the libs entries matter? Because I just tried on i386 after this commit and I still get errors related to the sha1, md5, etc. functions but it worked fine with -llzma -lcrypto at th

Re: svn commit: r208119 - head/sys/dev/isp

2010-05-15 Thread Rob Farmer
'time_t' *** Error code 1 Stop in /usr/src/sys/modules/isp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CORETWO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Rob Farmer

Re: svn commit: r203584 - head/tools/build/mk

2010-02-09 Thread Rob Farmer
/mailer.conf > +OLD_FILES+=usr/sbin/mailwrapper > +OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz > +.endif Hi, Thanks for fixing this. Do you think that usr/sbin/sendmail should be added here in the mailwrapper section, since it is a symlink to /usr/sbin/mailwrapper? -- Rob Farmer >

Re: svn commit: r202889 - head/sys/kern

2010-01-25 Thread Rob Farmer
/kern_mutex.c >  head/sys/kern/sched_4bsd.c >  head/sys/kern/sched_ule.c Hi, This commit seems to be causing me a kernel panic on sparc64 - details are in PR 143215. Could you take a look before MFCing this? Thanks, -- Rob Farmer ___ svn-src-all