svn commit: r208794 - in head/sys: mips/mips vm

2010-06-04 Thread Jayachandran C.
Author: jchandra Date: Fri Jun 4 06:35:36 2010 New Revision: 208794 URL: http://svn.freebsd.org/changeset/base/208794 Log: Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig() fails to allocate MIPS page table pages. The current usage of VM_WAIT in case of

svn commit: r208795 - head/bin/date

2010-06-04 Thread Brian Somers
Author: brian Date: Fri Jun 4 06:56:58 2010 New Revision: 208795 URL: http://svn.freebsd.org/changeset/base/208795 Log: Explain that setting an absolute day value can fail and that the month should usually be set first when using -v. Adjust an example that sets the day to 30 before

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:

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

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:

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:

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

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: 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

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

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