svn commit: r246229 - in head/contrib/libarchive/libarchive: . test

2013-02-01 Thread Tim Kientzle
Author: kientzle Date: Sat Feb 2 06:06:39 2013 New Revision: 246229 URL: http://svnweb.freebsd.org/changeset/base/246229 Log: Fix an obvious typo that broke time specifications of the form "2 hours ago". Modified: head/contrib/libarchive/libarchive/archive_getdate.c head/contrib/libarchi

svn commit: r246228 - head/sys/arm/conf

2013-02-01 Thread Tim Kientzle
Author: kientzle Date: Sat Feb 2 06:01:57 2013 New Revision: 246228 URL: http://svnweb.freebsd.org/changeset/base/246228 Log: Tweaks to standard BEAGLEBONE config, as recently discussed on FreeBSD-ARM. Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE =

svn commit: r246227 - head/sys/modules/wlan

2013-02-01 Thread Adrian Chadd
Author: adrian Date: Sat Feb 2 02:00:29 2013 New Revision: 246227 URL: http://svnweb.freebsd.org/changeset/base/246227 Log: Allow IEEE80211_SUPPORT_SUPERG to be defined _and_ have a working wlan module. Modified: head/sys/modules/wlan/Makefile Modified: head/sys/modules/wlan/Makefile

svn commit: r246226 - head/sys/net80211

2013-02-01 Thread Adrian Chadd
Author: adrian Date: Sat Feb 2 02:00:10 2013 New Revision: 246226 URL: http://svnweb.freebsd.org/changeset/base/246226 Log: Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctly in a wlan.ko module. Modified: head/sys/net80211/ieee80211_superg.c Modified: head/sys/net8021

svn commit: r246223 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-02-01 Thread Simon J. Gerraty
Author: sjg Date: Fri Feb 1 22:55:27 2013 New Revision: 246223 URL: http://svnweb.freebsd.org/changeset/base/246223 Log: Merge bmake-20130123 Approved by: marcel (mentor) Added: head/contrib/bmake/Makefile - copied unchanged from r246222, vendor/NetBSD/bmake/dist/Makefile head/c

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Andre Oppermann
On 01.02.2013 22:16, Juli Mallett wrote: On Fri, Feb 1, 2013 at 1:01 PM, Andre Oppermann wrote: On 01.02.2013 21:23, Adrian Chadd wrote: .. before you make that assumption, please re-visit some the .. lower-end integrated ethernet MACs in embedded chips. I don't know whether the Atheros stuf

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Juli Mallett
On Fri, Feb 1, 2013 at 1:01 PM, Andre Oppermann wrote: > On 01.02.2013 21:23, Adrian Chadd wrote: >> >> .. before you make that assumption, please re-visit some the .. >> lower-end integrated ethernet MACs in embedded chips. >> >> I don't know whether the Atheros stuff does (I think it does, but I

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Andre Oppermann
On 01.02.2013 21:23, Adrian Chadd wrote: .. before you make that assumption, please re-visit some the .. lower-end integrated ethernet MACs in embedded chips. I don't know whether the Atheros stuff does (I think it does, but I don't know under what conditions it's possible.) Maybe have it by de

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Adrian Chadd
.. before you make that assumption, please re-visit some the .. lower-end integrated ethernet MACs in embedded chips. I don't know whether the Atheros stuff does (I think it does, but I don't know under what conditions it's possible.) Maybe have it by default not return jumbo mbufs, and if a driv

svn commit: r246222 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf

2013-02-01 Thread Eitan Adler
Author: eadler Date: Fri Feb 1 20:17:11 2013 New Revision: 246222 URL: http://svnweb.freebsd.org/changeset/base/246222 Log: Remove support for plip from the GENERIC kernel as no systems in the last 10 years require this support. Discussed with: db Discussed with: kib Revi

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Andre Oppermann
On 01.02.2013 18:52, Alan Cox wrote: On 02/01/2013 04:26, Andre Oppermann wrote: Author: andre Date: Fri Feb 1 10:26:31 2013 New Revision: 246204 URL: http://svnweb.freebsd.org/changeset/base/246204 Log: Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. VM_KMEM_SIZE

svn commit: r246221 - head/usr.sbin/pciconf

2013-02-01 Thread Neel Natu
Author: neel Date: Fri Feb 1 19:24:16 2013 New Revision: 246221 URL: http://svnweb.freebsd.org/changeset/base/246221 Log: Display MSI-X table and PBA offsets when displaying information about MSI-X capability. Reviewed by: jhb, jimharris (initial version) Modified: head/usr.sbin/pcic

Re: svn commit: r246217 - head/sys/fs/msdosfs

2013-02-01 Thread Bruce Evans
On Fri, 1 Feb 2013, Konstantin Belousov wrote: Log: The directory entry for dotdot was corrupted in the FAT32 case when moving a directory to a subdir of the root directory from somewhere else. For all directory moves that change the parent directory, the dotdot entry must be fixed up. For

svn commit: r246219 - head/sys/fs/msdosfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 18:30:41 2013 New Revision: 246219 URL: http://svnweb.freebsd.org/changeset/base/246219 Log: The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than track the MNT_SYNCHRONOUS flag. It is set to the latter at mount time but not updated by MNT_UPDATE

svn commit: r246218 - head/sys/fs/msdosfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 18:25:53 2013 New Revision: 246218 URL: http://svnweb.freebsd.org/changeset/base/246218 Log: Backup FATs were sometimes marked dirty by copying their first block from the primary FAT, and then they were not marked clean on unmount. Force marking them clean when a

svn commit: r246217 - head/sys/fs/msdosfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 18:06:06 2013 New Revision: 246217 URL: http://svnweb.freebsd.org/changeset/base/246217 Log: The directory entry for dotdot was corrupted in the FAT32 case when moving a directory to a subdir of the root directory from somewhere else. For all directory moves t

svn commit: r246216 - head/sys/fs/msdosfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 18:01:03 2013 New Revision: 246216 URL: http://svnweb.freebsd.org/changeset/base/246216 Log: The mountmsdosfs() function had an insane sanity test, remove it. Trying FAT32 on a small partition failed to mount because pmp->pm_Sectors was nonzero. Normally, FAT

svn commit: r246215 - head/sys/fs/msdosfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 17:58:37 2013 New Revision: 246215 URL: http://svnweb.freebsd.org/changeset/base/246215 Log: Fix a backwards comment in markvoldirty(). Submitted by: bde MFC after:1 week Modified: head/sys/fs/msdosfs/msdosfs_fat.c Modified: head/sys/fs/msdosfs/msdosfs

Re: svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Alan Cox
On 02/01/2013 04:26, Andre Oppermann wrote: > Author: andre > Date: Fri Feb 1 10:26:31 2013 > New Revision: 246204 > URL: http://svnweb.freebsd.org/changeset/base/246204 > > Log: > Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. > > VM_KMEM_SIZE_SCALE specifies which

svn commit: r246214 - head/usr.sbin/bhyve

2013-02-01 Thread Neel Natu
Author: neel Date: Fri Feb 1 16:58:59 2013 New Revision: 246214 URL: http://svnweb.freebsd.org/changeset/base/246214 Log: Add support for MSI-X interrupts in the virtio block device and make that the default. The current behavior of advertising a single MSI vector can be requested by s

svn commit: r246213 - head/sys/fs/nfs

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 16:57:02 2013 New Revision: 246213 URL: http://svnweb.freebsd.org/changeset/base/246213 Log: Assert that the mbuf in the chain has sane length. Proper place for this check is somewhere in the network code, but this assertion already proven to be useful in catchi

svn commit: r246212 - head/sys/x86/x86

2013-02-01 Thread Konstantin Belousov
Author: kib Date: Fri Feb 1 16:48:55 2013 New Revision: 246212 URL: http://svnweb.freebsd.org/changeset/base/246212 Log: The change to reduce default smp_tsc_shift caused tsc shift to become zero on slower machines, which make the fenced get_timecount methods not used despite needed. Remov

svn commit: r246210 - in head/sys: netinet sys

2013-02-01 Thread John Baldwin
Author: jhb Date: Fri Feb 1 15:32:20 2013 New Revision: 246210 URL: http://svnweb.freebsd.org/changeset/base/246210 Log: Add placeholder constants to reserve a portion of the socket option name space for use by downstream vendors to add custom options. MFC after:2 weeks Modified:

svn commit: r246209 - in head/usr.sbin/timed: timed timedc

2013-02-01 Thread Philippe Charnier
Author: charnier Date: Fri Feb 1 14:26:54 2013 New Revision: 246209 URL: http://svnweb.freebsd.org/changeset/base/246209 Log: Change old-style function definition Modified: head/usr.sbin/timed/timed/acksend.c head/usr.sbin/timed/timed/byteorder.c head/usr.sbin/timed/timed/candidate.c h

svn commit: r246208 - head/sys/netinet

2013-02-01 Thread Andre Oppermann
Author: andre Date: Fri Feb 1 14:21:09 2013 New Revision: 246208 URL: http://svnweb.freebsd.org/changeset/base/246208 Log: uma_zone_set_max() directly returns the rounded effective zone limit. Use the return value directly instead of doing a second uma_zone_set_max() step. MFC after:

svn commit: r246207 - head/sys/i386/include

2013-02-01 Thread Andre Oppermann
Author: andre Date: Fri Feb 1 14:16:37 2013 New Revision: 246207 URL: http://svnweb.freebsd.org/changeset/base/246207 Log: Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. Modified: head/sys/i386/include/vmparam.h Modified: head/sys/i386/include/vmparam.h ==

svn commit: r246206 - in head: lib/libc/stdio tools/regression/lib/libc/stdio

2013-02-01 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Fri Feb 1 13:04:06 2013 New Revision: 246206 URL: http://svnweb.freebsd.org/changeset/base/246206 Log: - Fix more style(9)-related issues (copyright header, spaces after function names, unnecessary casts) - Change type of boolean variable from char to

svn commit: r246205 - head/sys/kern

2013-02-01 Thread Grzegorz Bernacki
Author: gber Date: Fri Feb 1 11:39:03 2013 New Revision: 246205 URL: http://svnweb.freebsd.org/changeset/base/246205 Log: Get time of next event from other cores only if SMP is already started. Reviewed by: mav Obtained from: Semihalf Modified: head/sys/kern/kern_clocksource.c Modifi

svn commit: r246204 - head/sys/arm/include

2013-02-01 Thread Andre Oppermann
Author: andre Date: Fri Feb 1 10:26:31 2013 New Revision: 246204 URL: http://svnweb.freebsd.org/changeset/base/246204 Log: Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. VM_KMEM_SIZE_SCALE specifies which fraction of the available physical memory, after deduction