svn commit: r223288 - in head/sys/dev/usb: . net

2011-06-19 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jun 19 08:34:10 2011 New Revision: 223288 URL: http://svn.freebsd.org/changeset/base/223288 Log: Add new USB ID to UDAV driver. Submitted by: Luiz Gustavo S. Costa MFC after:7 days Modified: head/sys/dev/usb/net/if_udav.c head/sys/dev/usb/usbdevs Modi

Re: svn commit: r223288 - in head/sys/dev/usb: . net

2011-06-19 Thread Hans Petter Selasky
On Sunday 19 June 2011 10:34:11 Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Jun 19 08:34:10 2011 > New Revision: 223288 > URL: http://svn.freebsd.org/changeset/base/223288 > > Log: > Add new USB ID to UDAV driver. > Hope this commit was not too late for the code slush. --HPS ___

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Simon L. B. Nielsen
On 18 Jun 2011, at 22:48, Jilles Tjoelker wrote: > On Sat, Jun 18, 2011 at 01:56:33PM +, Ben Laurie wrote: >> Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c >> == >> --- head/cddl/contrib/opens

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Kostik Belousov
On Sun, Jun 19, 2011 at 10:38:44AM +0200, Simon L. B. Nielsen wrote: > > On 18 Jun 2011, at 22:48, Jilles Tjoelker wrote: > > > On Sat, Jun 18, 2011 at 01:56:33PM +, Ben Laurie wrote: > >> Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c > >>

svn commit: r223289 - head/contrib/dialog

2011-06-19 Thread Jaakko Heinonen
Author: jh Date: Sun Jun 19 08:53:16 2011 New Revision: 223289 URL: http://svn.freebsd.org/changeset/base/223289 Log: Don't #undef curses ERR in dialog.h. Otherwise, the macro will be unavailable if curses.h is included before dialog.h. PR: bin/156601 Obtained from:Tho

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Bruce Evans
On Sun, 19 Jun 2011, TAKAHASHI Yoshihiro wrote: In article <201106181356.p5iduxhw044...@svn.freebsd.org> Ben Laurie writes: Log: Fix clang warnings. Modified: head/sys/sys/diskpc98.h == --- head/sys/sys/diskpc98.h

svn commit: r223292 - head/etc

2011-06-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 19 11:42:48 2011 New Revision: 223292 URL: http://svn.freebsd.org/changeset/base/223292 Log: rc.subr: Eliminate a fork from check_kern_features, like r223227. MFC after:2 weeks Modified: head/etc/rc.subr Modified: head/etc/rc.subr ===

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Garrett Cooper
On Jun 19, 2011, at 4:26 AM, Bruce Evans wrote: > On Sun, 19 Jun 2011, TAKAHASHI Yoshihiro wrote: > >> In article <201106181356.p5iduxhw044...@svn.freebsd.org> >> Ben Laurie writes: >>> >>> Log: >>> Fix clang warnings. >>> >>> Modified: head/sys/sys/diskpc98.h >>> ===

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Ben Laurie
On 19/06/2011 03:47, TAKAHASHI Yoshihiro wrote: > In article <201106181356.p5iduxhw044...@svn.freebsd.org> > Ben Laurie writes: > >> Author: benl >> Date: Sat Jun 18 13:56:33 2011 >> New Revision: 223262 >> URL: http://svn.freebsd.org/changeset/base/223262 >> >> Log: >> Fix clang warnings. >> >

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Ben Laurie
On 18/06/2011 18:45, Kostik Belousov wrote: >> Modified: head/sys/sys/param.h >> == >> --- head/sys/sys/param.h Sat Jun 18 13:54:36 2011(r223261) >> +++ head/sys/sys/param.h Sat Jun 18 13:56:33 2011(

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Ben Laurie
On 18/06/2011 16:54, Ben Kaduk wrote: > On Sat, Jun 18, 2011 at 9:56 AM, Ben Laurie wrote: >> +# warning need td_popc() implementation > > We seem to still be in dt_popc(), here. Oops. -- http://www.apache-ssl.org/ben.html http://www.links.org/ "There is no limit to what a man can d

svn commit: r223293 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2011-06-19 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 19 12:52:50 2011 New Revision: 223293 URL: http://svn.freebsd.org/changeset/base/223293 Log: Do not use #warning to warn about missing implementation of dt_popc(), but just have a comment that this is broken. This is just a bandaid until somebody can fix this c

svn commit: r223295 - head/sys/boot/common

2011-06-19 Thread Alexander Kabaev
Author: kan Date: Sun Jun 19 13:35:41 2011 New Revision: 223295 URL: http://svn.freebsd.org/changeset/base/223295 Log: Minimize backward seeks when trying to load ELF relocatable modules. Some of loader filesystems are very ill equipped to handle seeking backwards within the file. Namely,

svn commit: r223294 - head/lib/libthr/thread

2011-06-19 Thread Alexander Kabaev
Author: kan Date: Sun Jun 19 13:35:36 2011 New Revision: 223294 URL: http://svn.freebsd.org/changeset/base/223294 Log: Do not set thread name to less than informative 'initial thread'. Modified: head/lib/libthr/thread/thr_init.c Modified: head/lib/libthr/thread/thr_init.c ===

svn commit: r223296 - head/lib/libc/iconv

2011-06-19 Thread Alexander Kabaev
Author: kan Date: Sun Jun 19 13:35:46 2011 New Revision: 223296 URL: http://svn.freebsd.org/changeset/base/223296 Log: Put a quick bandaid on internal citrus locking. The code is not quite right still, but it programs from deadlocking on themselves if one enables new citrus code by mistak

Re: svn commit: r223129 - head/release

2011-06-19 Thread Nathan Whitehorn
On 06/18/11 19:07, Adrian Chadd wrote: On 19 June 2011 04:34, Nathan Whitehorn wrote: Since all of our install CDs for 9.0 (even the boot-only ones!) will be live CDs, the full versions of everything in /rescue are on the CD in their usual locations in /bin, /sbin, etc. and these can be used j

Re: svn commit: r223262 - in head: cddl/contrib/opensolaris/lib/libdtrace/common contrib/binutils/bfd contrib/binutils/gas contrib/binutils/gas/config contrib/binutils/ld contrib/binutils/opcodes cont

2011-06-19 Thread Bruce Evans
On Sun, 19 Jun 2011, Ben Laurie wrote: On 18/06/2011 18:45, Kostik Belousov wrote: Modified: head/sys/sys/param.h == --- head/sys/sys/param.hSat Jun 18 13:54:36 2011(r223261) +++ head/sys/sys/param.h

svn commit: r223301 - head/contrib/lukemftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 17:02:42 2011 New Revision: 223301 URL: http://svn.freebsd.org/changeset/base/223301 Log: Bootstrap mergeinfo Modified: Directory Properties: head/contrib/lukemftp/ (props changed) ___ svn-src-head@freebsd.org mailin

svn commit: r223298 - head/etc

2011-06-19 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 19 15:23:32 2011 New Revision: 223298 URL: http://svn.freebsd.org/changeset/base/223298 Log: rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ]. Modified: head/etc/rc.subr Modified: head/etc/rc.subr =

svn commit: r223302 - head/lib/msun/src

2011-06-19 Thread Steve Kargl
Author: kargl Date: Sun Jun 19 17:07:58 2011 New Revision: 223302 URL: http://svn.freebsd.org/changeset/base/223302 Log: In the libm access macros for the double type, z can sometimes be used uninitialized. This can lead to spurious exceptions and bit clobbering. Submitted by: bde Ap

Re: svn commit: r223124 - head/lib/libstand

2011-06-19 Thread Alexander Kabaev
On Wed, 15 Jun 2011 22:13:22 + (UTC) Craig Rodrigues wrote: > Author: rodrigc > Date: Wed Jun 15 22:13:22 2011 > New Revision: 223124 > URL: http://svn.freebsd.org/changeset/base/223124 > > Log: > (1) When sending the TFTP RRQ packet to read a file, >send along the "blksize" optio

svn commit: r223306 - in head/usr.sbin/makefs: . cd9660

2011-06-19 Thread Marcel Moolenaar
Author: marcel Date: Sun Jun 19 18:34:49 2011 New Revision: 223306 URL: http://svn.freebsd.org/changeset/base/223306 Log: Add support for using mtree(5) manifest files to define the image to be created. The support is based on mtree version 2.0, as used in libarchive, but adds new features o

Re: svn commit: r223264 - in head: etc/defaults etc/rc.d share/man/man5

2011-06-19 Thread Ivan Klymenko
Hello! Thanks for commit. I have a question: If a lot of kernel modules, option kld_list = "" supports moving to a new line? For example: kld_list = " < moduleN>\ " Maybe specify its example of manual documentation page for rc.conf? Thank you! Sorry for my english. ___

svn commit: r223307 - head/sys/vm

2011-06-19 Thread Alan Cox
Author: alc Date: Sun Jun 19 19:13:24 2011 New Revision: 223307 URL: http://svn.freebsd.org/changeset/base/223307 Log: Precisely document the synchronization rules for the page's dirty field. (Saying that the lock on the object that the page belongs to must be held only represents one aspect

svn commit: r223308 - head/contrib/tnftp

2011-06-19 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 19 21:50:38 2011 New Revision: 223308 URL: http://svn.freebsd.org/changeset/base/223308 Log: Copy lukemftp to its new home, tnftp. I'm doing this in stages so as to not confuse the CVS exporter. Added: head/contrib/tnftp/ - copied from r223307, head/contrib

svn commit: r223309 - in head/sys: fs/nfs fs/nfsclient fs/nfsserver kgssapi modules modules/kgssapi_krb5 nfsclient nfsserver rpc

2011-06-19 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 19 22:08:55 2011 New Revision: 223309 URL: http://svn.freebsd.org/changeset/base/223309 Log: Fix the kgssapi so that it can be loaded as a module. Currently the NFS subsystems use five of the rpcsec_gss/kgssapi entry points, but since it was not obvious which o

Re: svn commit: r223296 - head/lib/libc/iconv

2011-06-19 Thread Gabor Kovesdan
Em 19-06-2011 14:35, Alexander Kabaev escreveu: Author: kan Date: Sun Jun 19 13:35:46 2011 New Revision: 223296 URL: http://svn.freebsd.org/changeset/base/223296 Log: Put a quick bandaid on internal citrus locking. The code is not quite right still, but it programs from deadlocking on

svn commit: r223310 - in head: etc/defaults etc/rc.d share/man/man5

2011-06-19 Thread Doug Barton
Author: dougb Date: Sun Jun 19 22:48:40 2011 New Revision: 223310 URL: http://svn.freebsd.org/changeset/base/223310 Log: Add the netwait rc.d script. It waits for the specified period for the network to become active. PR: conf/151063 Submitted by: Jeremy Chadwick Modified:

svn commit: r223311 - head/etc/rc.d

2011-06-19 Thread Doug Barton
Author: dougb Date: Sun Jun 19 22:59:54 2011 New Revision: 223311 URL: http://svn.freebsd.org/changeset/base/223311 Log: Blah, forgot to svn add the actual script from r223310 Added: head/etc/rc.d/netwait (contents, props changed) Added: head/etc/rc.d/netwait ==

svn commit: r223312 - head/sys/fs/nfsserver

2011-06-19 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 19 23:54:01 2011 New Revision: 223312 URL: http://svn.freebsd.org/changeset/base/223312 Log: Fix a number of places where the new NFS server did not lock the mutex when manipulating rc_flag in the DRC cache. This is believed to fix a hung server that was report

svn commit: r223313 - in head/sys: conf powerpc/ps3

2011-06-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jun 20 00:17:44 2011 New Revision: 223313 URL: http://svn.freebsd.org/changeset/base/223313 Log: Driver for PS3's internal hard disk. Hopefully this can be CAM-ified in the future, but presents a set of simple block devices for now. With (forthcoming) boot loader

svn commit: r223314 - in head/sys: conf powerpc/ps3

2011-06-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jun 20 00:46:07 2011 New Revision: 223314 URL: http://svn.freebsd.org/changeset/base/223314 Log: Add an OHCI driver to complement the EHCI one. The infrastructure to attach both to the parent ps3bus was in r223313. This driver itself comes from the ps3 project br

Re: svn commit: r223264 - in head: etc/defaults etc/rc.d share/man/man5

2011-06-19 Thread John Baldwin
On 6/19/11 2:37 PM, Ivan Klymenko wrote: Hello! Thanks for commit. I have a question: If a lot of kernel modules, option kld_list = "" supports moving to a new line? For example: kld_list = "< moduleN>\ " Maybe specify its example of manual documentation page for rc.conf? Thank you!

Re: svn commit: r223294 - head/lib/libthr/thread

2011-06-19 Thread John Baldwin
On 6/19/11 9:35 AM, Alexander Kabaev wrote: Author: kan Date: Sun Jun 19 13:35:36 2011 New Revision: 223294 URL: http://svn.freebsd.org/changeset/base/223294 Log: Do not set thread name to less than informative 'initial thread'. Modified: head/lib/libthr/thread/thr_init.c Thank you! --

svn commit: r223316 - head/sys/powerpc/ps3

2011-06-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jun 20 01:43:18 2011 New Revision: 223316 URL: http://svn.freebsd.org/changeset/base/223316 Log: Make this slightly less yelly about regions that the hypervisor protects from us by not registering them as disks. Modified: head/sys/powerpc/ps3/ps3disk.c Modified

svn commit: r223324 - head/sys/powerpc/ps3

2011-06-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jun 20 02:17:34 2011 New Revision: 223324 URL: http://svn.freebsd.org/changeset/base/223324 Log: Work/hack around some race conditions present in the hardware/HV interface. Partially inspired by a patch from glevand (geoffrey.lev...@mail.ru). Modified: head/sys/

svn commit: r223325 - head/sys/ufs/ffs

2011-06-19 Thread Jeff Roberson
Author: jeff Date: Mon Jun 20 03:25:09 2011 New Revision: 223325 URL: http://svn.freebsd.org/changeset/base/223325 Log: - Fix directory count rollbacks by passing the mode to the journal dep earlier. - Add rollback/forward code for frag and cluster accounting. - Handle the FREEDEP ca

Re: svn commit: r223264 - in head: etc/defaults etc/rc.d share/man/man5

2011-06-19 Thread Doug Barton
On 06/19/2011 11:37, Ivan Klymenko wrote: Hello! Thanks for commit. I have a question: If a lot of kernel modules, option kld_list = "" supports moving to a new line? For example: kld_list = "< moduleN>\ " Everything in rc.conf is sh-related, so yes. Although, it's not necessary un

Re: svn commit: r223311 - head/etc/rc.d

2011-06-19 Thread Bjoern A. Zeeb
On Jun 19, 2011, at 10:59 PM, Doug Barton wrote: > Author: dougb > Date: Sun Jun 19 22:59:54 2011 > New Revision: 223311 > URL: http://svn.freebsd.org/changeset/base/223311 > > Log: > Blah, forgot to svn add the actual script from r223310 > Now that it is generic, what about IPv6? > ... > + >