svn commit: r212896 - in head/sys/mips/rmi: . dev/nlge

2010-09-20 Thread Jayachandran C.
Author: jchandra Date: Mon Sep 20 11:53:57 2010 New Revision: 212896 URL: http://svn.freebsd.org/changeset/base/212896 Log: Add 64 bit support to nlge, and additional fixes - 64 bit fixes for ifnlge.c - Use m_nextpkt to save mbuf vaddr on 64 bit, we cannot store the 64 bit vaddr in t

svn commit: r212897 - head/sys/netinet

2010-09-20 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 20 12:19:11 2010 New Revision: 212897 URL: http://svn.freebsd.org/changeset/base/212897 Log: Fix a locking issue which resulted in aborted associations due to a corrupted nr-mapping array. MFC after: 2 weeks. Modified: head/sys/netinet/sctp_indata.c Modifi

svn commit: r212898 - head/sys/netinet

2010-09-20 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 20 12:23:10 2010 New Revision: 212898 URL: http://svn.freebsd.org/changeset/base/212898 Log: Do not convert some meaningful error value to EINVAL. Reviewed by: will Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c =

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

2010-09-20 Thread Bruce Evans
On Sun, 19 Sep 2010, Ed Schouten wrote: Log: Just make callout devices and /dev/console force CLOCAL on open(). Instead of adding custom checks to wait for DCD on open(), just modify the termios structure to set CLOCAL. This means SIGHUP is no longer generated when losing DCD as well. Rev

svn commit: r212899 - head/sbin/hastd

2010-09-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Sep 20 13:23:43 2010 New Revision: 212899 URL: http://svn.freebsd.org/changeset/base/212899 Log: Add __dead2 to functions that we know they are going to exit. MFC after:3 days Modified: head/sbin/hastd/primary.c head/sbin/hastd/secondary.c Modified: head/sbin

svn commit: r212901 - head/contrib/bzip2 releng/6.4 releng/6.4/contrib/bzip2 releng/6.4/sys/conf releng/7.1 releng/7.1/contrib/bzip2 releng/7.1/sys/conf releng/7.3 releng/7.3/contrib/bzip2 releng/7...

2010-09-20 Thread Colin Percival
Author: cperciva Date: Mon Sep 20 14:58:08 2010 New Revision: 212901 URL: http://svn.freebsd.org/changeset/base/212901 Log: Fix an integer overflow in RLE length parsing when decompressing corrupt bzip2 data. Approved by: so (cperciva) Security: FreeBSD-SA-10:08.bzip2 Modified:

svn commit: r212902 - head/sys/dev/e1000

2010-09-20 Thread John Baldwin
Author: jhb Date: Mon Sep 20 16:04:44 2010 New Revision: 212902 URL: http://svn.freebsd.org/changeset/base/212902 Log: Tweak the stats exported by the e1000 drivers: - Add a single sysctl procedure to all three drivers to read an arbitrary register (the register is passed as arg2). Use it

Re: svn commit: r212886 - head/sbin/growfs

2010-09-20 Thread Marcel Moolenaar
On Sep 19, 2010, at 11:55 PM, Bruce Evans wrote: > On Mon, 20 Sep 2010, Marcel Moolenaar wrote: > >> Log: >> Unbreak the build on strong-aligned architectures (arm, ia64). >> Casting from (char *) to (struct ufs1_dinode *) changes the >> alignment requirement of the pointer and GCC does not know

svn commit: r212906 - in head: lib/libc/posix1e sys/kern sys/sys

2010-09-20 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Sep 20 17:10:06 2010 New Revision: 212906 URL: http://svn.freebsd.org/changeset/base/212906 Log: First step at adopting FreeBSD to support PSARC/2010/029. This makes acl_is_trivial_np(3) properly recognize the new trivial ACLs. From the user point of view, that mean

svn commit: r212926 - head/sys/cam/scsi

2010-09-20 Thread Matthew D Fleming
Author: mdf Date: Mon Sep 20 19:42:14 2010 New Revision: 212926 URL: http://svn.freebsd.org/changeset/base/212926 Log: Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as it is indirectly a d_close method. Prompted by: kib Reviewed by: mav MFC after:2 weeks M

svn commit: r212927 - head/usr.bin/grep/nls

2010-09-20 Thread Xin LI
Author: delphij Date: Mon Sep 20 19:42:52 2010 New Revision: 212927 URL: http://svn.freebsd.org/changeset/base/212927 Log: Add Simplified Chinese messages for BSD grep. Added: head/usr.bin/grep/nls/zh_CN.UTF-8.msg (contents, props changed) Modified: head/usr.bin/grep/nls/Makefile.inc Mod

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

2010-09-20 Thread Ed Schouten
* Bruce Evans wrote: > Er, my review explained how wrong this is. Please back it out. So basically you want to have it in its current form, with the only difference that CLOCAL is not enforced for callout devices, but still want callout devices to skip waiting for DCD? If so, I can change that i

svn commit: r212931 - head/sys/vm

2010-09-20 Thread Matthew D Fleming
Author: mdf Date: Mon Sep 20 20:41:59 2010 New Revision: 212931 URL: http://svn.freebsd.org/changeset/base/212931 Log: Replace an XXX comment with the appropriate code. Submitted by: alc Modified: head/sys/vm/vm_kern.c Modified: head/sys/vm/vm_kern.c

svn commit: r212932 - head/tools/tools/umastat

2010-09-20 Thread Andriy Gapon
Author: avg Date: Mon Sep 20 21:22:15 2010 New Revision: 212932 URL: http://svn.freebsd.org/changeset/base/212932 Log: tools/umastat: fix build on amd64 And perhaps other 64-bit platforms. Submitted by: Fabian Keil MFC after:1 week Modified: head/tools/tools/umastat/umastat.c

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

2010-09-20 Thread Bruce Evans
On Mon, 20 Sep 2010, Ed Schouten wrote: * Bruce Evans wrote: Er, my review explained how wrong this is. Please back it out. So basically you want to have it in its current form, with the only difference that CLOCAL is not enforced for callout devices, but still want callout devices to skip

svn commit: r212934 - in head: sbin/geom/class/eli tools/regression/geom_eli

2010-09-20 Thread Brian Somers
Author: brian Date: Mon Sep 20 22:04:59 2010 New Revision: 212934 URL: http://svn.freebsd.org/changeset/base/212934 Log: Add a geli resize subcommand to resize encrypted filesystems prior to growing the filesystem. Refuse to attach providers where the metadata provider size is wrong. T

Re: svn commit: r212932 - head/tools/tools/umastat

2010-09-20 Thread pluknet
On 21 September 2010 01:22, Andriy Gapon wrote: > Author: avg > Date: Mon Sep 20 21:22:15 2010 > New Revision: 212932 > URL: http://svn.freebsd.org/changeset/base/212932 > > Log: >  tools/umastat: fix build on amd64 Hi. Now my PR 146119 being in GNATS queue for five month can be partially closed

svn commit: r212938 - head/tools/tools/nanobsd

2010-09-20 Thread Warner Losh
Author: imp Date: Mon Sep 20 23:36:54 2010 New Revision: 212938 URL: http://svn.freebsd.org/changeset/base/212938 Log: Support new variable NANO_LABEL. When set to a non-null string, nanobsd will build a system that uses this label (via /dev/ufs/${NANO_LABEL}sX) in preference to NANO_DRIVE

Re: svn commit: r209510 - head

2010-09-20 Thread Andrew Thompson
On 25 June 2010 04:32, Warner Losh wrote: > Author: imp > Date: Thu Jun 24 16:32:20 2010 > New Revision: 209510 > URL: http://svn.freebsd.org/changeset/base/209510 > > Log: >  Merge from tbemd: > >  change the name of the object tree from ${TARGET} to >  ${TARGET}.${TARGET_ARCH} so we can do both

Re: svn commit: r209510 - head

2010-09-20 Thread M. Warner Losh
In message: Andrew Thompson writes: : On 25 June 2010 04:32, Warner Losh wrote: : > Author: imp : > Date: Thu Jun 24 16:32:20 2010 : > New Revision: 209510 : > URL: http://svn.freebsd.org/changeset/base/209510 : > : > Log: : >  Merge from tbemd: : > : >  change the name of the object

svn commit: r212949 - head/tools/tools/umastat

2010-09-20 Thread Andriy Gapon
Author: avg Date: Tue Sep 21 05:36:30 2010 New Revision: 212949 URL: http://svn.freebsd.org/changeset/base/212949 Log: tools/umastat: more cleanups PR: misc/146119 Submitted by: pluknet MFC after:1 week Modified: head/tools/tools/umastat/umastat.c Modified: head/tools

Re: svn commit: r212932 - head/tools/tools/umastat

2010-09-20 Thread Andriy Gapon
on 21/09/2010 01:39 pluknet said the following: > On 21 September 2010 01:22, Andriy Gapon wrote: >> Author: avg >> Date: Mon Sep 20 21:22:15 2010 >> New Revision: 212932 >> URL: http://svn.freebsd.org/changeset/base/212932 >> >> Log: >> tools/umastat: fix build on amd64 > > Hi. > > Now my PR 1

svn commit: r212950 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-09-20 Thread Andriy Gapon
Author: avg Date: Tue Sep 21 05:54:36 2010 New Revision: 212950 URL: http://svn.freebsd.org/changeset/base/212950 Log: zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another place MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnop

svn commit: r212951 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-09-20 Thread Andriy Gapon
Author: avg Date: Tue Sep 21 05:58:45 2010 New Revision: 212951 URL: http://svn.freebsd.org/changeset/base/212951 Log: zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATE zfs_map_page/zfs_unmap_page are mostly called around potential I/O paths and it seems to be a not v

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

2010-09-20 Thread David Xu
Author: davidxu Date: Tue Sep 21 06:47:04 2010 New Revision: 212952 URL: http://svn.freebsd.org/changeset/base/212952 Log: If we are at cancellation point, always work as deferred mode despite whether asynchronous mode is turned on or not, this always gives us a chance to decide whether thre