svn commit: r208810 - head/sys/powerpc/aim

2010-06-04 Thread Alan Cox
Author: alc Date: Sat Jun 5 06:56:06 2010 New Revision: 208810 URL: http://svn.freebsd.org/changeset/base/208810 Log: Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. Modified: head/sys/powerpc/aim/mmu_oea.c head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim

svn commit: r208809 - head/sys/dev/isp

2010-06-04 Thread Matt Jacob
Author: mjacob Date: Sat Jun 5 00:56:15 2010 New Revision: 208809 URL: http://svn.freebsd.org/changeset/base/208809 Log: Make the internal target > SPC2 (so REPORT LUNS can be tested). Give the NIL inquiry data real values other than just plain 0x7f in the first byte. MFC after:2 w

svn commit: r208808 - head/sys/dev/isp

2010-06-04 Thread Matt Jacob
Author: mjacob Date: Sat Jun 5 00:55:21 2010 New Revision: 208808 URL: http://svn.freebsd.org/changeset/base/208808 Log: I was getting panics in sleepq_add for the second sleep in isp_kthread. I don't know why- but it occurred to me in looking at the second sleep is that all I want is a pau

Re: svn commit: r208766 - stable/8/sys/netinet

2010-06-04 Thread Ermal Luçi
On Fri, Jun 4, 2010 at 11:11 AM, Robert N. M. Watson wrote: > > On 3 Jun 2010, at 14:09, Ermal Luçi wrote: > >> Would it make sense to remove even passing the interface name up and >> actually send the >> interface index? >> >> That is what we are doing at pfSense and it works quite ok. > > I see

svn commit: r208807 - in head: share/misc usr.bin/calendar/calendars

2010-06-04 Thread Matthew D Fleming
Author: mdf Date: Fri Jun 4 17:54:30 2010 New Revision: 208807 URL: http://svn.freebsd.org/changeset/base/208807 Log: - Add myself to committers-src.dot - Add myself to calendar.freebsd Approved by: zml (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/cal

svn commit: r208806 - head/sys/dev/sge

2010-06-04 Thread Pyun YongHyeon
Author: yongari Date: Fri Jun 4 17:11:33 2010 New Revision: 208806 URL: http://svn.freebsd.org/changeset/base/208806 Log: Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If there is no queued frame, IFF_DRV_OACTIVE would never be cleared. Submitted by: Nikolay Denev < ndenev <>

svn commit: r208805 - svnadmin/conf

2010-06-04 Thread Zachary Loafman
Author: zml Date: Fri Jun 4 17:02:12 2010 New Revision: 208805 URL: http://svn.freebsd.org/changeset/base/208805 Log: Fix a tab/space issue in previous commit. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

svn commit: r208804 - svnadmin/conf

2010-06-04 Thread Zachary Loafman
Author: zml Date: Fri Jun 4 17:00:38 2010 New Revision: 208804 URL: http://svn.freebsd.org/changeset/base/208804 Log: Please welcome Matthew Fleming (mdf@) as a new src/ committer. I will be his mentor. Matthew will be working across various parts of src/, helping to integrate changes from

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

2010-06-04 Thread Robert Watson
On Thu, 3 Jun 2010, Edward Tomasz Napierala wrote: Author: trasz Date: Thu Jun 3 13:41:55 2010 New Revision: 208779 URL: http://svn.freebsd.org/changeset/base/208779 Log: The acl_cnt field is unsigned; no point in checking if it's >= 0. I'd originally left these checks in despite the Coveri

svn commit: r208803 - head/sys/kern

2010-06-04 Thread Colin Percival
Author: cperciva Date: Fri Jun 4 14:38:24 2010 New Revision: 208803 URL: http://svn.freebsd.org/changeset/base/208803 Log: Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This is a harmless bug since we never actually use ip6 as anything other than an opaque pointer.

svn commit: r208802 - head/tools/regression/usr.bin/make/syntax/directive-t0

2010-06-04 Thread Maxim Konovalov
Author: maxim Date: Fri Jun 4 14:22:49 2010 New Revision: 208802 URL: http://svn.freebsd.org/changeset/base/208802 Log: o The typo was intended as it stated in the comment. Revert last. Spotted by: dfr Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Modifie

svn commit: r208801 - stable/8/sys/kern

2010-06-04 Thread Konstantin Belousov
Author: kib Date: Fri Jun 4 14:06:59 2010 New Revision: 208801 URL: http://svn.freebsd.org/changeset/base/208801 Log: MFC r208374: Remove POLLHUP from the flags used to test for to set exceptfsd fd_set bits in select(2). It seems that historical behaviour is to not reporting exception on

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

2010-06-04 Thread Andriy Gapon
Author: avg Date: Fri Jun 4 13:55:55 2010 New Revision: 208800 URL: http://svn.freebsd.org/changeset/base/208800 Log: scsi_cd: pass correct pointer to free() Found with: Coverity Prevent(tm) CID: 2986 MFC after:4 days Modified: head/sys/cam/scsi/scsi_cd.c Modified: h

Re: svn commit: r208766 - stable/8/sys/netinet

2010-06-04 Thread Robert N. M. Watson
On 3 Jun 2010, at 14:09, Ermal Luçi wrote: > Would it make sense to remove even passing the interface name up and > actually send the > interface index? > > That is what we are doing at pfSense and it works quite ok. I see one important argument for doing this: - Looking up an interface by num

svn commit: r208799 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-06-04 Thread Martin Matuska
Author: mm Date: Fri Jun 4 08:46:26 2010 New Revision: 208799 URL: http://svn.freebsd.org/changeset/base/208799 Log: MFC r208689: Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset. The fix is a partial import and merge of OpenSolaris onnv revisions 8227:f7d7b

svn commit: r208798 - head/tools/regression/fstest

2010-06-04 Thread Maxim Konovalov
Author: maxim Date: Fri Jun 4 08:19:43 2010 New Revision: 208798 URL: http://svn.freebsd.org/changeset/base/208798 Log: o Makefile BSDfication. PR: misc/147461 (with my changes) Submitted by: Erik Cederstrand Modified: head/tools/regression/fstest/Makefile Modified: head/to

svn commit: r208797 - head/tools/regression/usr.bin/make/syntax/directive-t0

2010-06-04 Thread Maxim Konovalov
Author: maxim Date: Fri Jun 4 08:14:30 2010 New Revision: 208797 URL: http://svn.freebsd.org/changeset/base/208797 Log: o Fix typo: .uudef -> .undef. PR: misc/147462 Submitted by: Erik Cederstrand Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Mod

svn commit: r208796 - head/sys/dev/ata/chipsets

2010-06-04 Thread Alexander Motin
Author: mav Date: Fri Jun 4 07:35:59 2010 New Revision: 208796 URL: http://svn.freebsd.org/changeset/base/208796 Log: Fix PCH chipset IDs. They are 0x3bxx, not 0x3axx. Pointy hat to:me Modified: head/sys/dev/ata/chipsets/ata-intel.c Modified: head/sys/dev/ata/chipsets/ata-intel