svn commit: r259246 - head/release/scripts

2013-12-11 Thread Glen Barber
Author: gjb Date: Thu Dec 12 05:49:27 2013 New Revision: 259246 URL: http://svnweb.freebsd.org/changeset/base/259246 Log: Prevent release build errors found during snapshot builds where if NOPORTS=1, pkg-stage.sh cannot build the ports-mgmt/pkg port if WITH_DVD=1. MFC after:3 days

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

2013-12-11 Thread Justin Hibbits
Author: jhibbits Date: Thu Dec 12 04:12:19 2013 New Revision: 259245 URL: http://svnweb.freebsd.org/changeset/base/259245 Log: FBT now does work fully on PowerPC. MFC after:2 weeks Modified: head/sys/powerpc/aim/trap.c head/sys/powerpc/aim/trap_subr32.S head/sys/powerpc/aim/trap_

svn commit: r259244 - head/sys/ia64/ia64

2013-12-11 Thread Marcel Moolenaar
Author: marcel Date: Thu Dec 12 03:04:00 2013 New Revision: 259244 URL: http://svnweb.freebsd.org/changeset/base/259244 Log: Allow pmap_remove_pages() to be called for physical maps not associated with the current thread. Obtained from: alc@ Modified: head/sys/ia64/ia64/pmap.c Modifie

svn commit: r259243 - stable/9/contrib/gcclibs/libcpp

2013-12-11 Thread Matthew D Fleming
Author: mdf Date: Thu Dec 12 02:04:59 2013 New Revision: 259243 URL: http://svnweb.freebsd.org/changeset/base/259243 Log: MFC r258658: Fix a segfault / internal compiler error. Among other causes, when gcc throws a warning before parsing any tokens, the cur_token pointer is at the be

svn commit: r259242 - stable/10/contrib/gcclibs/libcpp

2013-12-11 Thread Matthew D Fleming
Author: mdf Date: Thu Dec 12 02:03:42 2013 New Revision: 259242 URL: http://svnweb.freebsd.org/changeset/base/259242 Log: MFC r258658: Fix a segfault / internal compiler error. Among other causes, when gcc throws a warning before parsing any tokens, the cur_token pointer is at the be

svn commit: r259241 - stable/10/sys/dev/cxgbe

2013-12-11 Thread Navdeep Parhar
Author: np Date: Thu Dec 12 00:27:27 2013 New Revision: 259241 URL: http://svnweb.freebsd.org/changeset/base/259241 Log: MFC r259145: Unstaticize t4_list and t4_uld_list. This works around a clang annoyance[1] and allows kgdb to find these symbols. [1] http://lists.freebsd.org/piperma

svn commit: r259240 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-12-11 Thread Alan Somers
Author: asomers Date: Thu Dec 12 00:27:22 2013 New Revision: 259240 URL: http://svnweb.freebsd.org/changeset/base/259240 Log: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c When a da or ada device dissappears, outstanding IOs fail with ENXIO, not EIO. The check for E

svn commit: r259238 - in stable/10/sys/fs: nfs nfsclient

2013-12-11 Thread Rick Macklem
Author: rmacklem Date: Wed Dec 11 23:28:31 2013 New Revision: 259238 URL: http://svnweb.freebsd.org/changeset/base/259238 Log: MFC: r257901 Fix an NFSv4.1 client specific case where a forced dismount would hang. The hang occurred in nfsv4_setsequence() when it couldn't find an available se

svn commit: r259237 - stable/10/sys/dev/drm2

2013-12-11 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Dec 11 23:15:19 2013 New Revision: 259237 URL: http://svnweb.freebsd.org/changeset/base/259237 Log: MFC r258930: drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridge Before this fix, capabilities were read from vgapci and were incorrect. Modified:

svn commit: r259236 - stable/10/sys/dev/drm2/radeon

2013-12-11 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Dec 11 23:06:03 2013 New Revision: 259236 URL: http://svnweb.freebsd.org/changeset/base/259236 Log: MFC r259104: drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSD The code was unmodified compared to Linux and returned the amount of received bytes

Re: svn commit: r259221 - head/sys/dev/vt

2013-12-11 Thread Aleksandr Rybalko
On Wed, 11 Dec 2013 17:18:10 + (UTC) "George V. Neville-Neil" wrote: > Author: gnn > Date: Wed Dec 11 17:18:10 2013 > New Revision: 259221 > URL: http://svnweb.freebsd.org/changeset/base/259221 > > Log: > Fix a panic when booting with kernels that have FREEBBSD_COMPAT > 4, 5, 6 or 43 by

svn commit: r259235 - in stable/10/sys: conf dev/tsec powerpc/aim powerpc/include powerpc/ofw

2013-12-11 Thread Andreas Tobler
Author: andreast Date: Wed Dec 11 22:36:20 2013 New Revision: 259235 URL: http://svnweb.freebsd.org/changeset/base/259235 Log: MFC r257991, r257992, 257993, 258504 r257991: Consolidate Apple firmware hacks and improve them by switching on the presence of mac-io devices in the tr

svn commit: r259234 - stable/10/sys/dev/drm2/radeon

2013-12-11 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Dec 11 22:26:09 2013 New Revision: 259234 URL: http://svnweb.freebsd.org/changeset/base/259234 Log: MFC r259101: drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytes This fixes radeon_agp_init() and gtt_size is now correct. However, this is not en

svn commit: r259233 - stable/10/sys/powerpc/include

2013-12-11 Thread Andreas Tobler
Author: andreast Date: Wed Dec 11 22:00:03 2013 New Revision: 259233 URL: http://svnweb.freebsd.org/changeset/base/259233 Log: MFC r259007 Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logical regions which represent the total amount of memory. The size of these re

svn commit: r259232 - head/sys/kern

2013-12-11 Thread Alexander Motin
Author: mav Date: Wed Dec 11 21:48:04 2013 New Revision: 259232 URL: http://svnweb.freebsd.org/changeset/base/259232 Log: Create own free list for each of the first 32 possible allocation sizes. In case of 4K allocation quantum that means for allocations up to 128K. With growth of memory

svn commit: r259231 - stable/10/sys/powerpc/ofw

2013-12-11 Thread Andreas Tobler
Author: andreast Date: Wed Dec 11 21:41:21 2013 New Revision: 259231 URL: http://svnweb.freebsd.org/changeset/base/259231 Log: MFC r258778 Add a printf to inform about the logical memory block size which is in use by the system. This might give a hint why a pSeries system is not booting

svn commit: r259230 - stable/10/sys/powerpc/pseries

2013-12-11 Thread Andreas Tobler
Author: andreast Date: Wed Dec 11 21:37:32 2013 New Revision: 259230 URL: http://svnweb.freebsd.org/changeset/base/259230 Log: MFC r258615 Take care to handle the full 16 byte buffer in the get/put routines. Also, skip the VTERM header once when receiving data from the hypervisor call w

svn commit: r259229 - head/usr.sbin/mptable

2013-12-11 Thread John Baldwin
Author: jhb Date: Wed Dec 11 21:21:03 2013 New Revision: 259229 URL: http://svnweb.freebsd.org/changeset/base/259229 Log: - Use instead of duplicating its definitions. - Switch to mmaping the table from RAM instead of reading it out of /dev/mem via read(2). Modified: head/usr.sbin/mpta

svn commit: r259228 - in head/sys/x86: include x86

2013-12-11 Thread John Baldwin
Author: jhb Date: Wed Dec 11 21:19:04 2013 New Revision: 259228 URL: http://svnweb.freebsd.org/changeset/base/259228 Log: Use fixed-width types for all fields in MP Table structures and pack all the structures. While here, move a helper struct only used in the kernel parser out of this head

svn commit: r259227 - stable/10/sys/powerpc/pseries

2013-12-11 Thread Andreas Tobler
Author: andreast Date: Wed Dec 11 20:56:23 2013 New Revision: 259227 URL: http://svnweb.freebsd.org/changeset/base/259227 Log: MFC r258503 Limit the large page size to 16MB for now. Modified: stable/10/sys/powerpc/pseries/mmu_phyp.c Directory Properties: stable/10/ (props changed)

svn commit: r259226 - in stable/8: sbin/fsck_ffs sbin/growfs sys/ufs/ffs sys/ufs/ufs

2013-12-11 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 11 19:30:27 2013 New Revision: 259226 URL: http://svnweb.freebsd.org/changeset/base/259226 Log: MFC r256448, r257029; Make di_blocks unsigned in UFS1 as is the case already for UFS2. Most of the code between UFS1 and UFS2 is shared so this change is pretty

svn commit: r259225 - in stable/10: release share/man/man7

2013-12-11 Thread Glen Barber
Author: gjb Date: Wed Dec 11 19:26:56 2013 New Revision: 259225 URL: http://svnweb.freebsd.org/changeset/base/259225 Log: MFC r257805, r257806, r257807, r257942: r257805: Add a 'mini-memstick.img' release target, which will use the 'bootonly.iso' components to create a smaller memor

svn commit: r259224 - in stable/9: sbin/fsck_ffs sbin/growfs sys/fs/ext2fs sys/ufs/ffs sys/ufs/ufs

2013-12-11 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 11 19:25:38 2013 New Revision: 259224 URL: http://svnweb.freebsd.org/changeset/base/259224 Log: MFC r256448, r257029; Make di_blocks unsigned in UFS1 as is the case already for UFS2. Most of the code between UFS1 and UFS2 is shared so this change is pretty

svn commit: r259223 - in stable/10: sbin/fsck_ffs sbin/growfs sys/fs/ext2fs sys/ufs/ffs sys/ufs/ufs

2013-12-11 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 11 19:25:17 2013 New Revision: 259223 URL: http://svnweb.freebsd.org/changeset/base/259223 Log: MFC r256448, r257029; Make di_blocks unsigned in UFS1 as is the case already for UFS2. Most of the code between UFS1 and UFS2 is shared so this change is pretty

svn commit: r259222 - head/sys/dev/ahci

2013-12-11 Thread Alexander Motin
Author: mav Date: Wed Dec 11 17:40:35 2013 New Revision: 259222 URL: http://svnweb.freebsd.org/changeset/base/259222 Log: Destroy mtx lock when failed to allocate memory during attach. Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/dev/ahci/ahciem.c Modified:

svn commit: r259221 - head/sys/dev/vt

2013-12-11 Thread George V. Neville-Neil
Author: gnn Date: Wed Dec 11 17:18:10 2013 New Revision: 259221 URL: http://svnweb.freebsd.org/changeset/base/259221 Log: Fix a panic when booting with kernels that have FREEBBSD_COMPAT 4, 5, 6 or 43 by only thunking the data parameter for old ioctls compatability ioctls instead of doing it

svn commit: r259220 - head/sys/arm/at91

2013-12-11 Thread Warner Losh
Author: imp Date: Wed Dec 11 15:32:28 2013 New Revision: 259220 URL: http://svnweb.freebsd.org/changeset/base/259220 Log: Loose -> Lose so this sentence makes sense. MFC after:3 days Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c ==

svn commit: r259219 - head/usr.bin/calendar

2013-12-11 Thread Eitan Adler
Author: eadler Date: Wed Dec 11 14:54:58 2013 New Revision: 259219 URL: http://svnweb.freebsd.org/changeset/base/259219 Log: calendar(1): use strlcpy instead of strncpy use strlcpy instead of strncpy which avoids non-null-termination if the string is MAXPATHLEN bytes or longer. Modified:

svn commit: r259218 - in head/sys/dev/usb: . controller template

2013-12-11 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 11 13:20:32 2013 New Revision: 259218 URL: http://svnweb.freebsd.org/changeset/base/259218 Log: USB method structures for USB controllers and USB pipes should be constant and does not need to be modified. This also saves a small amount of RAM. Modified: head

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-11 Thread Anton Yuzhaninov
On 12/10/13 23:30, Alexander Motin wrote: A> New Revision: 259150 A> URL: http://svnweb.freebsd.org/changeset/base/259150 A> A> Log: A> Print out the full PCIe link negotiation during dmesg. Shouldn't this be done with common code for all drivers on PCI bus(es)? This is definitely useful for

svn commit: r259217 - svnadmin/conf

2013-12-11 Thread Robert Watson
Author: rwatson Date: Wed Dec 11 08:46:18 2013 New Revision: 259217 URL: http://svnweb.freebsd.org/changeset/base/259217 Log: Re-add jkh to the access file as his commit bit is being returned from safekeeping by core. As he has been away for a while, I'll be wearing the notional mentor hat