[head tinderbox] failure on mips64/mips

2012-12-31 Thread FreeBSD Tinderbox
TB --- 2013-01-01 06:25:39 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-01 06:25:39 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Benjamin Kaduk
On Mon, 31 Dec 2012, Garrett Cooper wrote: On Mon, Dec 31, 2012 at 3:55 AM, Rick Macklem wrote: ... WITHOUT_KERBEROS is used other places, like telnetd. Were you aware of that? (I just thought it would keep it consistent, but if you think it is better to use a different name, I don't care.)

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Garrett Cooper
On Mon, Dec 31, 2012 at 7:08 PM, Benjamin Kaduk wrote: ... > src.conf(5) is (well, should be) authoritative for WITH_ and WITHOUT_ flags. Just to be clear because my reply was a bit ambiguous, I was referring to the C sourcecode, not the Makefiles :). Thanks, -Garrett __

CFT: Overhauled CPSW driver for BeagleBone

2012-12-31 Thread Tim Kientzle
I've made some progress reworking the CPSW driver for BeagleBone and would appreciate any feedback: https://github.com/kientzle/cpsw I believe I've resolved the most pressing stability problems; the driver properly survives cables being unplugged and replugged, modules being loaded and unloaded

[head tinderbox] failure on mips64/mips

2012-12-31 Thread FreeBSD Tinderbox
TB --- 2012-12-31 20:28:08 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2012-12-31 20:28:08 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012

Re: [RFC/RFT] calloutng

2012-12-31 Thread Alexander Motin
On 31.12.2012 17:02, Ian Lepore wrote: On Mon, 2012-12-31 at 12:17 +0200, Alexander Motin wrote: On 31.12.2012 08:17, Luigi Rizzo wrote: On Sun, Dec 30, 2012 at 04:13:43PM -0700, Ian Lepore wrote: ... I grabbed testsleep.c to test an arm event timer implementation, and had to fix a couple nits

Re: [RFC/RFT] calloutng

2012-12-31 Thread Ian Lepore
On Mon, 2012-12-31 at 12:17 +0200, Alexander Motin wrote: > On 31.12.2012 08:17, Luigi Rizzo wrote: > > On Sun, Dec 30, 2012 at 04:13:43PM -0700, Ian Lepore wrote: > > ... > >> I grabbed testsleep.c to test an arm event timer implementation, and had > >> to fix a couple nits... kqueueto was missing

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Garrett Cooper
On Mon, Dec 31, 2012 at 3:55 AM, Rick Macklem wrote: ... > WITHOUT_KERBEROS is used other places, like telnetd. Were you aware of that? > (I just thought it would keep it consistent, but if you think it is better > to use a different name, I don't care.) Ah, no. I wasn't aware of that :). Give

Re: svn commit: r244865 - in head: . lib lib/libdisk share/mk

2012-12-31 Thread Nathan Whitehorn
On 12/31/12 00:18, Juli Mallett wrote: > On Sun, Dec 30, 2012 at 6:54 PM, Adrian Chadd wrote: >> .. not that I mind old things being retired, but we really should >> announce things like this. >> >> Also - you disconnected libftpio too; is that intentional? > I would assume so, given that this onl

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Rick Macklem
Rick Macklem wrote: > Rick Macklem wrote: > > Garrett Cooper wrote: > > > On Sun, Dec 30, 2012 at 4:49 PM, Rick Macklem > > > > > > wrote: > > > > bf1783 wrote: > > > >> >Author: rmacklem > > > >> >Date: Sat Dec 22 23:21:17 2012 > > > >> >New Revision: 244604 > > > >> >URL: http://svnweb.freebsd.o

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Rick Macklem
Rick Macklem wrote: > Garrett Cooper wrote: > > On Sun, Dec 30, 2012 at 4:49 PM, Rick Macklem > > wrote: > > > bf1783 wrote: > > >> >Author: rmacklem > > >> >Date: Sat Dec 22 23:21:17 2012 > > >> >New Revision: 244604 > > >> >URL: http://svnweb.freebsd.org/changeset/base/244604 > > >> > > > >> >Lo

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Rick Macklem
Garrett Cooper wrote: > On Sun, Dec 30, 2012 at 4:49 PM, Rick Macklem > wrote: > > bf1783 wrote: > >> >Author: rmacklem > >> >Date: Sat Dec 22 23:21:17 2012 > >> >New Revision: 244604 > >> >URL: http://svnweb.freebsd.org/changeset/base/244604 > >> > > >> >Log: > >> > It was reported via email tha

Re: [RFC/RFT] calloutng

2012-12-31 Thread Alexander Motin
On 31.12.2012 08:17, Luigi Rizzo wrote: On Sun, Dec 30, 2012 at 04:13:43PM -0700, Ian Lepore wrote: ... I grabbed testsleep.c to test an arm event timer implementation, and had to fix a couple nits... kqueueto was missing from the names[] array, and I had to add a "* 1000" to a couple places whe

Re: [RFC/RFT] calloutng

2012-12-31 Thread Davide Italiano
On Sun, Dec 30, 2012 at 10:17 PM, Luigi Rizzo wrote: > On Sun, Dec 30, 2012 at 04:13:43PM -0700, Ian Lepore wrote: > ... >> I grabbed testsleep.c to test an arm event timer implementation, and had >> to fix a couple nits... kqueueto was missing from the names[] array, and >> I had to add a "* 1000