svn commit: r224748 - in stable/8/usr.sbin/makefs: . ffs

2011-08-10 Thread Martin Matuska
Author: mm Date: Wed Aug 10 08:21:39 2011 New Revision: 224748 URL: http://svn.freebsd.org/changeset/base/224748 Log: MFC r224690: Fix NetBSD PR bin/44114: makefs with -t cd9660 -o rockridge against directories with deep structure creates a corrupted cd9660 image. http://gnats.netb

svn commit: r224749 - in stable/7/usr.sbin/makefs: . ffs

2011-08-10 Thread Martin Matuska
Author: mm Date: Wed Aug 10 08:28:37 2011 New Revision: 224749 URL: http://svn.freebsd.org/changeset/base/224749 Log: MFC r224690: Fix NetBSD PR bin/44114: makefs with -t cd9660 -o rockridge against directories with deep structure creates a corrupted cd9660 image. http://gnats.netb

svn commit: r224750 - in stable/8/usr.sbin/makefs: . ffs

2011-08-10 Thread Martin Matuska
Author: mm Date: Wed Aug 10 08:33:45 2011 New Revision: 224750 URL: http://svn.freebsd.org/changeset/base/224750 Log: Remove svn:mergeinfo from files under usr.sbin/makefs This is a direct commit to stable/8 Modified: Directory Properties: stable/8/usr.sbin/makefs/ffs/ffs_bswap.c (prop

svn commit: r224751 - in stable/7/usr.sbin/makefs: . ffs

2011-08-10 Thread Martin Matuska
Author: mm Date: Wed Aug 10 08:34:00 2011 New Revision: 224751 URL: http://svn.freebsd.org/changeset/base/224751 Log: Remove svn:mergeinfo from files under usr.sbin/makefs This is a direct commit to stable/7 Modified: Directory Properties: stable/7/usr.sbin/makefs/ffs/ffs_bswap.c (prop

svn commit: r224752 - in stable/8/lib/libarchive: . test

2011-08-10 Thread Martin Matuska
Author: mm Date: Wed Aug 10 08:40:59 2011 New Revision: 224752 URL: http://svn.freebsd.org/changeset/base/224752 Log: MFC r224691, r224700 [1]: MFC r224961: Add compatibility for ISO images created with unfixed makefs that violated ECMA-119 (ISO9660): allow reserved4 to be 0x20 in PVD.

svn commit: r224753 - stable/8/usr.bin/rpcgen

2011-08-10 Thread Xin LI
Author: delphij Date: Wed Aug 10 08:52:27 2011 New Revision: 224753 URL: http://svn.freebsd.org/changeset/base/224753 Log: MFC r223922: Use strlcpy(). Modified: stable/8/usr.bin/rpcgen/rpc_scan.c Directory Properties: stable/8/usr.bin/rpcgen/ (props changed) Modified: stable/8/usr.b

svn commit: r224754 - stable/8/usr.bin/gcore

2011-08-10 Thread Xin LI
Author: delphij Date: Wed Aug 10 08:53:33 2011 New Revision: 224754 URL: http://svn.freebsd.org/changeset/base/224754 Log: MFC r223924: Match size_t and ssize_t by using %zu and %zd instead of %d. Modified: stable/8/usr.bin/gcore/elfcore.c Directory Properties: stable/8/usr.bin/gcore/

svn commit: r224755 - stable/8/usr.bin/ipcs

2011-08-10 Thread Xin LI
Author: delphij Date: Wed Aug 10 08:54:35 2011 New Revision: 224755 URL: http://svn.freebsd.org/changeset/base/224755 Log: MFC r223925: Use %zu when printing size_t. Modified: stable/8/usr.bin/ipcs/ipc.c Directory Properties: stable/8/usr.bin/ipcs/ (props changed) Modified: stable/8

svn commit: r224756 - stable/8/usr.bin/tftp

2011-08-10 Thread Xin LI
Author: delphij Date: Wed Aug 10 08:55:46 2011 New Revision: 224756 URL: http://svn.freebsd.org/changeset/base/224756 Log: MFC r223926: peeraddr is only used in sizeof() evaluations, so instead of declaring it a variable, use typedef. Modified: stable/8/usr.bin/tftp/main.c Directory Pr

Re: svn commit: r224721 - head/sys/sys

2011-08-10 Thread Alexander Best
On Tue Aug 9 11, Bruce Evans wrote: > On Mon, 8 Aug 2011, Jonathan Anderson wrote: > > >Log: > > Create timeval2timespec() and timespec2timeval(). > > > > These functions will be used by process descriptors to convert process > > creation time into process descriptor [acm]time. > > These were in

Re: svn commit: r224721 - head/sys/sys

2011-08-10 Thread Dimitry Andric
On 2011-08-10 12:38, Alexander Best wrote: ... any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being executed in a do { ... } while (0) conditional loop? both macros are also defined in crypto/openssh/defines.h and don't seem to need that extra one-time-loop. It's a very common

Re: svn commit: r224721 - head/sys/sys

2011-08-10 Thread Bruce Evans
On Wed, 10 Aug 2011, Alexander Best wrote: On Tue Aug 9 11, Bruce Evans wrote: ... What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost everything now? Well, quite a bit is wrong with them, starting with ... any

svn commit: r224759 - head

2011-08-10 Thread Rong-En Fan
Author: rafan Date: Wed Aug 10 15:49:24 2011 New Revision: 224759 URL: http://svn.freebsd.org/changeset/base/224759 Log: - Remove myself from ncurses maintainer due to ENOTIME Approved by: re (kib@) Modified: head/MAINTAINERS Modified: head/MAINTAINERS =

Re: svn commit: r224721 - head/sys/sys

2011-08-10 Thread Alexander Best
On Wed Aug 10 11, Bruce Evans wrote: > On Wed, 10 Aug 2011, Alexander Best wrote: > > >On Tue Aug 9 11, Bruce Evans wrote: > >>... > >>What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and > >>TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost > >>everything now? Well

svn commit: r224761 - in head/sys/dev/mpt: . mpilib

2011-08-10 Thread Marius Strobl
Author: marius Date: Wed Aug 10 19:05:22 2011 New Revision: 224761 URL: http://svn.freebsd.org/changeset/base/224761 Log: o Improve 224494: - Ignore some more internal SAS device status change events. - Correct inverted Bus and TargetID arguments in a warning. o Add a warning for MPI_E

svn commit: r224762 - in head/usr.sbin/makefs: . cd9660

2011-08-10 Thread Marius Strobl
Author: marius Date: Wed Aug 10 19:12:21 2011 New Revision: 224762 URL: http://svn.freebsd.org/changeset/base/224762 Log: Sync makefs(8) ISO 9660 support with NetBSD: o cd9960 -> cd9660 o Move inclusion of sys/endian.h from cd9660_eltorito.c to cd9660.h since actual user is not cd9660_el

svn commit: r224765 - head/etc

2011-08-10 Thread Doug Barton
Author: dougb Date: Wed Aug 10 20:52:02 2011 New Revision: 224765 URL: http://svn.freebsd.org/changeset/base/224765 Log: Revert r224760, and enhance the sed patterns from r224659 to comment out the _compat entries in the WITHOUT_NIS case rather then delete them. Approved by: re (kib) Mo

svn commit: r224768 - in head: tools/tools tools/tools/cxgbtool usr.sbin/cxgbtool

2011-08-10 Thread Navdeep Parhar
Author: np Date: Wed Aug 10 22:03:34 2011 New Revision: 224768 URL: http://svn.freebsd.org/changeset/base/224768 Log: Move cxgbtool from usr.sbin to tools/tools. Approved by: re (kib) MFC after:1 month Added: head/tools/tools/cxgbtool/ - copied from r224760, head/usr.sbin/cxg

svn commit: r224771 - stable/8/usr.bin/ar

2011-08-10 Thread Ed Maste
Author: emaste Date: Thu Aug 11 02:50:18 2011 New Revision: 224771 URL: http://svn.freebsd.org/changeset/base/224771 Log: MFC r224650: Don't try to free() an address returned by mmap(). This appears to be triggered by the same .o being included twice on the command line. Modified: st

svn commit: r224772 - vendor/one-true-awk/dist

2011-08-10 Thread Ruslan Ermilov
n = "version 20110807"; +const char *version = "version 20110810"; #define DEBUG #include ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"