svn commit: r195422 - head/sys/conf

2009-07-06 Thread Ken Smith
Author: kensmith Date: Tue Jul 7 00:02:26 2009 New Revision: 195422 URL: http://svn.freebsd.org/changeset/base/195422 Log: Bump for BETA1. Approved by: re (implicit) Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh =

svn commit: r195418 - head/sys/dev/ath

2009-07-06 Thread Sam Leffler
Author: sam Date: Mon Jul 6 20:51:54 2009 New Revision: 195418 URL: http://svn.freebsd.org/changeset/base/195418 Log: Fix AR5416 and later parts when building with AH_DEBUG or similar defined: always define OS_REG_UNSWAPPED and use it in ath_hal_reg_{read,write}. Approved by: re (kib)

svn commit: r195417 - head/share/man/man4

2009-07-06 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jul 6 19:32:13 2009 New Revision: 195417 URL: http://svn.freebsd.org/changeset/base/195417 Log: Document the new EQ and VPC features along with a few loader tunables. Reviewed by: ariff Approved by: re (blanket) Modified: head/share/man/man4/pc

svn commit: r195416 - head/sys/amd64/amd64

2009-07-06 Thread Alan Cox
Author: alc Date: Mon Jul 6 18:43:42 2009 New Revision: 195416 URL: http://svn.freebsd.org/changeset/base/195416 Log: When pmap_change_attr() changes the PAT setting on a kernel mapping, it has to simultaneously change the PAT setting for the same pages within the direct map region. This m

svn commit: r195415 - in head/sys: amd64/amd64 i386/i386

2009-07-06 Thread John Baldwin
Author: jhb Date: Mon Jul 6 18:23:00 2009 New Revision: 195415 URL: http://svn.freebsd.org/changeset/base/195415 Log: After the per-CPU IDT changes, the IDT vector of an interrupt could change when the interrupt was moved from one CPU to another. If the interrupt was enabled, then the old

svn commit: r195410 - head/sys/amd64/amd64

2009-07-06 Thread John Baldwin
Author: jhb Date: Mon Jul 6 18:10:27 2009 New Revision: 195410 URL: http://svn.freebsd.org/changeset/base/195410 Log: MFi386: Add a 'show idt' command to DDB to display the non-default function pointers in the interrupt descriptor table. Approved by: re (kensmith) Modified: head/sys/

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

2009-07-06 Thread Jack F Vogel
Author: jfv Date: Mon Jul 6 17:23:48 2009 New Revision: 195409 URL: http://svn.freebsd.org/changeset/base/195409 Log: The new method of reading the mac address from the RAR(0) register does not work on this old adapter, provide a local routine that does it the older way. Approved by:

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

2009-07-06 Thread Rink Springer
On Mon, Jul 06, 2009 at 09:31:04AM +, Attilio Rao wrote: > Log: > In the current code, rdlock_count is not correctly handled for some cases. > The most notable is that it is not bumped in rwlock_rdlock_common() when > the hard path (__thr_rwlock_rdlock()) returns successfully. > This ca

Re: svn commit: r195295 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-07-06 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > They aren't fixed, they're just broken in a different way. The previous > implementation used the filesystem namespace, Bah, it didn't. Please ignore me. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.

svn commit: r195405 - head

2009-07-06 Thread Florent Thoumie
Author: flz Date: Mon Jul 6 11:46:18 2009 New Revision: 195405 URL: http://svn.freebsd.org/changeset/base/195405 Log: - pkg_install is maintained by portmgr. - BSD.x11{,-4}.dist aren't used anymore and BSD.local.dist now lives in ports/Templates/. Most people apparently missed that move and

Re: svn commit: r195295 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-07-06 Thread Dag-Erling Smørgrav
Bruce Simpson writes: > Ed Schouten writes: > > Enable POSIX semaphores on all non-embedded architectures by default. > Thank you. I didn't do this as normally we're pretty conservative > about this sort of change, but now they are fixed, it just plain makes > sense. They aren't fixed, they're

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

2009-07-06 Thread Attilio Rao
Author: attilio Date: Mon Jul 6 09:31:04 2009 New Revision: 195403 URL: http://svn.freebsd.org/changeset/base/195403 Log: In the current code, rdlock_count is not correctly handled for some cases. The most notable is that it is not bumped in rwlock_rdlock_common() when the hard path (__thr_

svn commit: r195402 - stable/7/sys/dev/usb

2009-07-06 Thread Nick Hibma
Author: n_hibma Date: Mon Jul 6 09:07:35 2009 New Revision: 195402 URL: http://svn.freebsd.org/changeset/base/195402 Log: bugfix: Clear the out endpoint on a stall on the written endpoint, not *in*. Modified: stable/7/sys/dev/usb/ucom.c Modified: stable/7/sys/dev/usb/ucom.c ==