Author: marcel
Date: Sat Aug 6 03:40:33 2011
New Revision: 224668
URL: http://svn.freebsd.org/changeset/base/224668
Log:
Fix kernel core dumps now that the kernel is using PBVM. The basic
problem to solve is that we don't have a fixed mapping from kernel
text to physical address so that lib
Author: marcel
Date: Fri Aug 5 23:10:47 2011
New Revision: 224663
URL: http://svn.freebsd.org/changeset/base/224663
Log:
Follow-up commit: refactor pmap_kextract() to make it easier to
catch and debug issues like the one fixed in the previous commit:
Replace all return statements with goto
Author: marcel
Date: Fri Aug 5 23:05:46 2011
New Revision: 224662
URL: http://svn.freebsd.org/changeset/base/224662
Log:
Remove stray semicolon in pmap_kextract() that turned the conditional
"return (0)" into an unconditional one and as such broke PBVM address
queries -- such as during kern
Author: marcel
Date: Fri Aug 5 22:54:42 2011
New Revision: 224661
URL: http://svn.freebsd.org/changeset/base/224661
Log:
Make octeon_ap_boot 64 bits to handle MAXCPU up to 64.
Better construction of CPU mask in platform_cpu_mask().
Release cores still in reset when platform_start_ap() is ca
Author: jonathan
Date: Fri Aug 5 17:43:11 2011
New Revision: 224660
URL: http://svn.freebsd.org/changeset/base/224660
Log:
Expect fchflags(2) to fail with EOPNOTSUPP on NFS.
Even if we have CAP_FCHFLAGS, fchflags(2) fails on NFS. This is normal
and expected, so don't fail the test becaus
Author: ed
Date: Fri Aug 5 17:33:12 2011
New Revision: 224659
URL: http://svn.freebsd.org/changeset/base/224659
Log:
Remove NIS entries from /etc/nsswitch.conf for WITHOUT_NIS.
We already modify various configuration files in /etc based on build
configuration. This is not done for nsswit
Author: uqs
Date: Fri Aug 5 15:07:28 2011
New Revision: 224657
URL: http://svn.freebsd.org/changeset/base/224657
Log:
For POLA reasons, disable SGR sequences in catpages.
See r222647 for a similar change to bsd.doc.mk after SGR was generally
turned on in groff.
Suggested by: ru
Ap
Author: roberto
Date: Fri Aug 5 15:02:17 2011
New Revision: 224656
URL: http://svn.freebsd.org/changeset/base/224656
Log:
Add back ftp4, a new machine has taken its place. ftp2 and ftp8 are both IPv6
capable
mirrors. cvsup4/ftp4 have already been added to the handbook.
Reviewed by: na
Author: mm
Date: Fri Aug 5 11:12:50 2011
New Revision: 224655
URL: http://svn.freebsd.org/changeset/base/224655
Log:
The change in r224615 didn't take into account that vn_fullpath_global()
doesn't operate on locked vnode. This could cause a panic.
Fix by unlocking vnode, re-locking afte