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
=
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)
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
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
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
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/
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:
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
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.
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
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
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_
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
==
13 matches
Mail list logo