svn commit: r225329 - head/lib/libarchive

2011-09-02 Thread Martin Matuska
Author: mm Date: Fri Sep 2 13:03:56 2011 New Revision: 225329 URL: http://svn.freebsd.org/changeset/base/225329 Log: Import additional bugfix for reading and extracting makefs-created ISO images with tar. Vendor revision 3648 (merge of 3647): Additional fix to issue 168 because the cha

svn commit: r225330 - head/lib/libmemstat

2011-09-02 Thread Sergey Kandaurov
Author: pluknet Date: Fri Sep 2 14:10:42 2011 New Revision: 225330 URL: http://svn.freebsd.org/changeset/base/225330 Log: Cosmetic cleanup: remove #define LIBMEMSTAT used to prevent a nested include of opt_vmpage.h from vm/vm_page.h. opt_vmpage.h was retired before 7.0 together with option

svn commit: r225331 - head/usr.sbin/mfiutil

2011-09-02 Thread John Baldwin
Author: jhb Date: Fri Sep 2 16:00:51 2011 New Revision: 225331 URL: http://svn.freebsd.org/changeset/base/225331 Log: Move the logic to parse volume cache commands out into a separate function and use a loop so that multiple cache commands can be strung together on the command line into a s

svn commit: r225334 - in head/tools/tools/netrate: netblast netsend

2011-09-02 Thread Marius Strobl
Author: marius Date: Fri Sep 2 16:40:18 2011 New Revision: 225334 URL: http://svn.freebsd.org/changeset/base/225334 Log: Fix alignment assumptions. PR: 160289 Approved by: re (kib) MFC after:3 days Modified: head/tools/tools/netrate/netblast/netblast.c head/tools/to

svn commit: r225338 - head/sbin/fsck_ffs

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:05:34 2011 New Revision: 225338 URL: http://svn.freebsd.org/changeset/base/225338 Log: Fix the check in dircheck() on namlen. The value of namlen is copied from on-disk d_namlen, which is a 8-bit unsigned integer which can never exceed MAXNAMLEN (255) s

svn commit: r225339 - head/sys/dev/coretemp

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:06:23 2011 New Revision: 225339 URL: http://svn.freebsd.org/changeset/base/225339 Log: Expose more variables from coretemp(4) via sysctl: - tjmax - Tj(max) value from the CPU - delta - current delta reading - resolution - sensor resolution in Celsi

svn commit: r225340 - head/sys/dev/ichwd

2011-09-02 Thread Xin LI
Author: delphij Date: Fri Sep 2 17:06:50 2011 New Revision: 225340 URL: http://svn.freebsd.org/changeset/base/225340 Log: Fix a bug in ichwd(4) which prevents it from beig enabled if the new timeout is the same timeout. Submitted by: Dmitrij Tejblum PR: kern/139604 MFC aft

svn commit: r225341 - head/sbin/mount

2011-09-02 Thread John Baldwin
Author: jhb Date: Fri Sep 2 17:11:59 2011 New Revision: 225341 URL: http://svn.freebsd.org/changeset/base/225341 Log: Clear the mountprog variable after each mountfs() call so that mountprog options don't leak over into subsequent mounts listed in /etc/fstab. While here, fix a memory leak i

svn commit: r225343 - head/sys/dev/xen/console

2011-09-02 Thread Robert Watson
Author: rwatson Date: Fri Sep 2 17:36:01 2011 New Revision: 225343 URL: http://svn.freebsd.org/changeset/base/225343 Log: Add support for alternative break-to-debugger support on the Xen console. This should help debug boot-time hangs experienced in 9.0-BETA. MFC after:3 weeks Test

svn commit: r225344 - in head/sys: kern security/mac security/mac_biba security/mac_mls security/mac_stub security/mac_test

2011-09-02 Thread Robert Watson
Author: rwatson Date: Fri Sep 2 17:40:39 2011 New Revision: 225344 URL: http://svn.freebsd.org/changeset/base/225344 Log: Correct several issues in the integration of POSIX shared memory objects and the new setmode and setowner fileops in FreeBSD 9.0: - Add new MAC Framework entry point

svn commit: r225346 - head/share/man/man3

2011-09-02 Thread Ralf S. Engelschall
Author: rse Date: Fri Sep 2 18:13:46 2011 New Revision: 225346 URL: http://svn.freebsd.org/changeset/base/225346 Log: Fix a little typo and get rid of a cryptic description by aligning the text to the remaining description. Approved by: re Modified: head/share/man/man3/queue.3 Modifi

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

2011-09-02 Thread Christian Brueffer
Author: brueffer Date: Fri Sep 2 18:37:48 2011 New Revision: 225348 URL: http://svn.freebsd.org/changeset/base/225348 Log: Remove an incorrect apostrophe. PR: 160267 Submitted by: Warren Block Approved by: re (kib) MFC after:1 week Modified: head/share/man/man4/wla

svn commit: r225350 - in head/sys: dev/usb dev/usb/quirk dev/usb/storage sys

2011-09-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 2 18:50:44 2011 New Revision: 225350 URL: http://svn.freebsd.org/changeset/base/225350 Log: This patch adds automatic detection of USB mass storage devices which does not support the no synchronize cache SCSI command. The __FreeBSD_version version macro has

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

2011-09-02 Thread Christian Brueffer
Author: brueffer Date: Fri Sep 2 18:52:28 2011 New Revision: 225352 URL: http://svn.freebsd.org/changeset/base/225352 Log: Wording, grammar and markup cleanup. PR: 159948 Submitted by: Ben Kaduk Approved by: re (kib) Modified: head/share/man/man4/ata.4 Modified: head/sh

svn commit: r225353 - head/sys/boot/forth

2011-09-02 Thread Jaakko Heinonen
Author: jh Date: Fri Sep 2 19:29:37 2011 New Revision: 225353 URL: http://svn.freebsd.org/changeset/base/225353 Log: Restore behavior of the autoboot_delay="-1" boot menu setting to the pre-r222417 state. The behavior was essentially reversed in r222417 which can cause confusion. PR:

svn commit: r225354 - head/sys/dev/smc

2011-09-02 Thread Stanislav Sedov
Author: stas Date: Fri Sep 2 20:35:22 2011 New Revision: 225354 URL: http://svn.freebsd.org/changeset/base/225354 Log: - Fix NULL pointer dereference when a packet of uneven size is being transmitted. Approved by: re (kib) MFC after:3 days Modified: head/sys/dev/smc/if_smc.c

svn commit: r225356 - in head/sys: fs/nfsserver nfsserver

2011-09-02 Thread Rick Macklem
Author: rmacklem Date: Sat Sep 3 00:28:53 2011 New Revision: 225356 URL: http://svn.freebsd.org/changeset/base/225356 Log: Fix the NFS servers so that they can do a Lookup of "..", which requires that ni_strictrelative be set to 0, post-r224810. Tested by:swills (earlier version), ge

svn commit: r225359 - head/sbin/fsck_ffs

2011-09-02 Thread Dag-Erling Smorgrav
Author: des Date: Sat Sep 3 03:12:33 2011 New Revision: 225359 URL: http://svn.freebsd.org/changeset/base/225359 Log: Forgot this nit in r221107. Approved by: re (kib) Modified: head/sbin/fsck_ffs/main.c Modified: head/sbin/fsck_ffs/main.c =