svn commit: r239354 - head/sys/x86/x86

2012-08-17 Thread John Baldwin
Author: jhb Date: Fri Aug 17 14:14:25 2012 New Revision: 239354 URL: http://svn.freebsd.org/changeset/base/239354 Log: Allow static DMA allocations that allow for enough segments to do page-sized segments for the entire allocation to use kmem_alloc_attr() to allocate KVM rather than using km

Re: svn commit: r239334 - head/sys/netinet

2012-08-17 Thread John Baldwin
On Thursday, August 16, 2012 6:33:12 pm Randall Stewart wrote: > > On Aug 16, 2012, at 3:34 PM, John Baldwin wrote: > > > On Thursday, August 16, 2012 1:55:17 pm Randall Stewart wrote: > >> Author: rrs > >> Date: Thu Aug 16 17:55:16 2012 > >> New Revision: 239334 > >> URL: http://svn.freebsd.org/

Re: svn commit: r239353 - head/sys/netinet

2012-08-17 Thread John Baldwin
On Friday, August 17, 2012 1:51:46 am Randall Stewart wrote: > Author: rrs > Date: Fri Aug 17 05:51:46 2012 > New Revision: 239353 > URL: http://svn.freebsd.org/changeset/base/239353 > > Log: > Ok jhb, lets move the ifa_free() down to the bottom to > assure that *all* tables and such are remov

svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread John Baldwin
Author: jhb Date: Fri Aug 17 15:53:43 2012 New Revision: 239356 URL: http://svn.freebsd.org/changeset/base/239356 Log: Fix dhclient to properly exit and teardown the configured lease when link is lost. devd will start a new dhclient instance when link is restored. PR: bin/166

svn commit: r239357 - in head/sys: net netipsec

2012-08-17 Thread John Baldwin
Author: jhb Date: Fri Aug 17 16:01:24 2012 New Revision: 239357 URL: http://svn.freebsd.org/changeset/base/239357 Log: Unexpand a couple of TAILQ_FOREACH()s. Modified: head/sys/net/if_stf.c head/sys/netipsec/key.c Modified: head/sys/net/if_stf.c

svn commit: r239358 - in head/sys/dev/usb: . wlan

2012-08-17 Thread Hans Petter Selasky
Author: hselasky Date: Fri Aug 17 16:27:11 2012 New Revision: 239358 URL: http://svn.freebsd.org/changeset/base/239358 Log: Add new USB device ID. PR: usb/170688 MFC after:1 week Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/u

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread Ian Lepore
On Fri, 2012-08-17 at 15:53 +, John Baldwin wrote: > Author: jhb > Date: Fri Aug 17 15:53:43 2012 > New Revision: 239356 > URL: http://svn.freebsd.org/changeset/base/239356 > > Log: > Fix dhclient to properly exit and teardown the configured lease when > link is lost. devd will start a ne

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread John Baldwin
On Friday, August 17, 2012 1:02:14 pm Ian Lepore wrote: > On Fri, 2012-08-17 at 15:53 +, John Baldwin wrote: > > Author: jhb > > Date: Fri Aug 17 15:53:43 2012 > > New Revision: 239356 > > URL: http://svn.freebsd.org/changeset/base/239356 > > > > Log: > > Fix dhclient to properly exit and te

svn commit: r239359 - in head: sys/fs/ext2fs sys/ufs/ufs usr.sbin/makefs/ffs

2012-08-17 Thread Mateusz Guzik
Author: mjg Date: Fri Aug 17 17:45:27 2012 New Revision: 239359 URL: http://svn.freebsd.org/changeset/base/239359 Log: Remove unused member of struct indir (in_exists) from UFS and EXT2 code. Reviewed by: mckusick Approved by: trasz (mentor) MFC after:1 week Modified: head/sys/

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread Ian Lepore
On Fri, 2012-08-17 at 13:31 -0400, John Baldwin wrote: > On Friday, August 17, 2012 1:02:14 pm Ian Lepore wrote: > > On Fri, 2012-08-17 at 15:53 +, John Baldwin wrote: > > > Author: jhb > > > Date: Fri Aug 17 15:53:43 2012 > > > New Revision: 239356 > > > URL: http://svn.freebsd.org/changeset/b

svn commit: r239360 - in head: contrib/diff/src gnu/usr.bin/diff

2012-08-17 Thread David E. O'Brien
Author: obrien Date: Fri Aug 17 18:20:38 2012 New Revision: 239360 URL: http://svn.freebsd.org/changeset/base/239360 Log: Catch up with the subversion conversion and apply these build-time patches. Deleted: head/gnu/usr.bin/diff/context.c.diff head/gnu/usr.bin/diff/diff.c.diff Modified: h

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread Andrey Chernov
On Fri, Aug 17, 2012 at 03:53:43PM +, John Baldwin wrote: > Author: jhb > Date: Fri Aug 17 15:53:43 2012 > New Revision: 239356 > URL: http://svn.freebsd.org/changeset/base/239356 > > Log: > Fix dhclient to properly exit and teardown the configured lease when > link is lost. devd will sta

svn commit: r239361 - head/sys/mips/mips

2012-08-17 Thread Alan Cox
Author: alc Date: Fri Aug 17 20:15:01 2012 New Revision: 239361 URL: http://svn.freebsd.org/changeset/base/239361 Log: Eliminate another vestige of page coloring. Modified: head/sys/mips/mips/uma_machdep.c Modified: head/sys/mips/mips/uma_machdep.c ===

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread John Baldwin
On Friday, August 17, 2012 2:09:54 pm Ian Lepore wrote: > On Fri, 2012-08-17 at 13:31 -0400, John Baldwin wrote: > > On Friday, August 17, 2012 1:02:14 pm Ian Lepore wrote: > > > On Fri, 2012-08-17 at 15:53 +, John Baldwin wrote: > > > > Author: jhb > > > > Date: Fri Aug 17 15:53:43 2012 > > >

Re: svn commit: r239356 - head/sbin/dhclient

2012-08-17 Thread John Baldwin
On Friday, August 17, 2012 2:25:12 pm Andrey Chernov wrote: > On Fri, Aug 17, 2012 at 03:53:43PM +, John Baldwin wrote: > > Author: jhb > > Date: Fri Aug 17 15:53:43 2012 > > New Revision: 239356 > > URL: http://svn.freebsd.org/changeset/base/239356 > > > > Log: > > Fix dhclient to properly

svn commit: r239362 - in head/sys/arm: at91 conf econa lpc mv s3c2xx0 sa11x0 ti xscale xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2012-08-17 Thread Andrew Turner
Author: andrew Date: Sat Aug 18 05:48:19 2012 New Revision: 239362 URL: http://svn.freebsd.org/changeset/base/239362 Log: Set machine correctly on ARM. This allows universe to use the correct world when building each kernel. Reviewed by: imp Added: head/sys/arm/xscale/std.xscale-be

svn commit: r239363 - head/sys/arm/conf

2012-08-17 Thread Andrew Turner
Author: andrew Date: Sat Aug 18 05:52:17 2012 New Revision: 239363 URL: http://svn.freebsd.org/changeset/base/239363 Log: Remove machine from the LN2410SBC config, it is set by std.s3c2410 Modified: head/sys/arm/conf/LN2410SBC Modified: head/sys/arm/conf/LN2410SBC ===