svn commit: r212223 - head/sys/kern

2010-09-04 Thread Alexander Motin
Author: mav Date: Sun Sep 5 06:16:04 2010 New Revision: 212223 URL: http://svn.freebsd.org/changeset/base/212223 Log: Initialize buffer for case of empty string. Happens only on non-refactored platforms. Modified: head/sys/kern/kern_et.c Modified: head/sys/kern/kern_et.c =

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

2010-09-04 Thread Daichi GOTO
Author: daichi Date: Sun Sep 5 05:44:40 2010 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: Avoid to try to remove suj journal file (.sujournal) and conventional snapshot directory (.snap) from cleartmp rc.d script. Modified: head/etc/rc.d/cleartmp Modified: h

svn commit: r212221 - in head: sbin/mount_unionfs sys/fs/unionfs

2010-09-04 Thread Daichi GOTO
Author: daichi Date: Sun Sep 5 04:58:16 2010 New Revision: 212221 URL: http://svn.freebsd.org/changeset/base/212221 Log: Allowed unionfs to use whiteout not supporting file system as upper layer. Until now, unionfs prevents to use that kind of file system as upper layer. This time, I change

svn commit: r212219 - head/share/misc

2010-09-04 Thread Steve Wills
Author: swills (ports committer) Date: Sun Sep 5 01:58:21 2010 New Revision: 212219 URL: http://svn.freebsd.org/changeset/base/212219 Log: Add myself to commiters-ports.dot Approved By: pgollucci (co-mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/commi

svn commit: r212218 - head/usr.bin/calendar/calendars

2010-09-04 Thread Steve Wills
Author: swills (ports committer) Date: Sun Sep 5 01:57:25 2010 New Revision: 212218 URL: http://svn.freebsd.org/changeset/base/212218 Log: Add myself to calendar.freebsd Approved By: pgollucci (co-mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin

svn commit: r212217 - head/sys/fs/nfsclient

2010-09-04 Thread Rick Macklem
Author: rmacklem Date: Sun Sep 5 00:47:44 2010 New Revision: 212217 URL: http://svn.freebsd.org/changeset/base/212217 Log: Change the code in ncl_bioread() in the experimental NFS client to return an error when rabp is not set, so it behaves the same way as the regular NFS client for this

svn commit: r212216 - head/sys/fs/nfsclient

2010-09-04 Thread Rick Macklem
Author: rmacklem Date: Sun Sep 5 00:10:18 2010 New Revision: 212216 URL: http://svn.freebsd.org/changeset/base/212216 Log: Disable use of the NLM in the experimental NFS client, since it will crash the kernel because it uses the nfsmount and nfsnode structures of the regular NFS client.

svn commit: r212214 - head/bin/sh

2010-09-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Sep 4 21:23:46 2010 New Revision: 212214 URL: http://svn.freebsd.org/changeset/base/212214 Log: sh: Get rid of some magic numbers. MFC after:1 week Modified: head/bin/sh/eval.c Modified: head/bin/sh/eval.c ===

svn commit: r212213 - in head/sys: kern sys

2010-09-04 Thread Andriy Gapon
Author: avg Date: Sat Sep 4 17:28:29 2010 New Revision: 212213 URL: http://svn.freebsd.org/changeset/base/212213 Log: struct device: widen type of flags and order fields to u_int Also change int -> u_int for order parameter in device_add_child_ordered. There should not be any ABI change

Re: svn commit: r212168 - head/games/fortune/datfiles

2010-09-04 Thread Gavin Atkinson
On Fri, 3 Sep 2010, John-Mark Gurney wrote: > Author: jmg > Date: Fri Sep 3 03:20:34 2010 > New Revision: 212168 > URL: http://svn.freebsd.org/changeset/base/212168 > > Log: > fix the move so that it matches what the rest of the internet > says about this game... This move also makes more se

svn commit: r212210 - head/sys/dev/twa

2010-09-04 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 4 16:27:14 2010 New Revision: 212210 URL: http://svn.freebsd.org/changeset/base/212210 Log: Fix a compile problem introduced with r212008 on 32bit: Both deadline and current_time are time_seconds (+ utc_offset()) casted to unsigned long long. No need to cast to o

svn commit: r212209 - head/sys/netinet

2010-09-04 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 4 16:06:01 2010 New Revision: 212209 URL: http://svn.freebsd.org/changeset/base/212209 Log: In case of RADIX_MPATH do not leak the IN_IFADDR read lock on early return. MFC after:3 days Modified: head/sys/netinet/in.c Modified: head/sys/netinet/in.c ==

svn commit: r212195 - head/sbin/mount_nfs

2010-09-04 Thread Kevin Lo
Author: kevlo Date: Sat Sep 4 08:42:19 2010 New Revision: 212195 URL: http://svn.freebsd.org/changeset/base/212195 Log: Shut the compiler up; initializes the sotype variable to zero in nfs_tryproto(). Reviewed by: rmacklem Modified: head/sbin/mount_nfs/mount_nfs.c Modified: head/sbi