svn commit: r251900 - in head/sys: powerpc/powerpc x86/x86

2013-06-18 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 18 06:55:58 2013 New Revision: 251900 URL: http://svnweb.freebsd.org/changeset/base/251900 Log: Fix a KTR_BUSDMA format string. Modified: head/sys/powerpc/powerpc/busdma_machdep.c head/sys/x86/x86/busdma_machdep.c Modified:

svn commit: r251901 - in head: . sys/vm

2013-06-18 Thread Dag-Erling Smørgrav
.) +20130618: + Fix a bug that allowed a tracing process (e.g. gdb) to write + to a memory-mapped file in the traced process's address space + even if neither the traced process nor the tracing process had + write access to that file. + 20130615: CVS has been

svn commit: r251902 - in stable/9: . sys/vm

2013-06-18 Thread Dag-Erling Smørgrav
. +20130618: +Fix a bug that allowed a tracing process (e.g. gdb) to write +to a memory-mapped file in the traced process's address space +even if neither the traced process nor the tracing process had +write access to that file. + 20130605: Added ZFS TRIM

svn commit: r251903 - in releng/9.1: . sys/conf sys/vm

2013-06-18 Thread Dag-Erling Smørgrav
that file before running portupgrade. +20130618: p4 FreeBSD-SA-13:06.mmap +Fix a bug that allowed a tracing process (e.g. gdb) to write +to a memory-mapped file in the traced process's address space +even if neither the traced process nor the tracing process had

svn commit: r251904 - head/usr.sbin/bsdconfig/console

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 07:33:45 2013 New Revision: 251904 URL: http://svnweb.freebsd.org/changeset/base/251904 Log: Whitespace improvements. Modified: head/usr.sbin/bsdconfig/console/console head/usr.sbin/bsdconfig/console/font head/usr.sbin/bsdconfig/console/keymap

svn commit: r251905 - in head/usr.sbin/bsdconfig/console: . include

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 07:36:09 2013 New Revision: 251905 URL: http://svnweb.freebsd.org/changeset/base/251905 Log: Remove unnecessary loops, perform some code consolidation, and add some additional error checking/reporting. Modified: head/usr.sbin/bsdconfig/console/font

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

2013-06-18 Thread Tijl Coosemans
On 2013-06-16 12:48, Ed Schouten wrote: Author: ed Date: Sun Jun 16 10:48:47 2013 New Revision: 251804 URL: http://svnweb.freebsd.org/changeset/base/251804 Log: Move _Atomic() into sys/cdefs.h. That way _Atomic() is defined next to all the other C11 keywords for which we

svn commit: r251906 - in head/usr.sbin/bsdconfig: console diskmgmt docsinstall dot mouse networking packages password security startup timezone ttys usermgmt

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:15:56 2013 New Revision: 251906 URL: http://svnweb.freebsd.org/changeset/base/251906 Log: Improve the INDEX format. Whitespace improvements, format improvements, typo and grammatical fixes. Modified: head/usr.sbin/bsdconfig/console/INDEX

svn commit: r251907 - head/usr.sbin/bsdconfig/console

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:22:51 2013 New Revision: 251907 URL: http://svnweb.freebsd.org/changeset/base/251907 Log: Oops, in SVN r251905 I forgot that f_die takes the return code as the first argument (not the format). Modified: head/usr.sbin/bsdconfig/console/font

Re: svn commit: r251894 - in head: lib/libmemstat sys/vm

2013-06-18 Thread Andre Oppermann
On 18.06.2013 06:50, Jeff Roberson wrote: Author: jeff Date: Tue Jun 18 04:50:20 2013 New Revision: 251894 URL: http://svnweb.freebsd.org/changeset/base/251894 Log: Refine UMA bucket allocation to reduce space consumption and improve performance. - Always free to the alloc bucket if

svn commit: r251908 - head/usr.sbin/bsdconfig/diskmgmt

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:28:03 2013 New Revision: 251908 URL: http://svnweb.freebsd.org/changeset/base/251908 Log: Switch bsdconfig `Disk Management' from sade(8) to `bsdinstall partedit'. Modified: head/usr.sbin/bsdconfig/diskmgmt/diskmgmt Modified:

Re: svn commit: r251796 - head/sbin/hastd

2013-06-18 Thread Pawel Jakub Dawidek
On Sun, Jun 16, 2013 at 11:42:21AM +0200, Ed Schouten wrote: Hello Pawel, 2013/6/16 Pawel Jakub Dawidek p...@freebsd.org: Hmm, I don't like HAST to be a victim of bad LLVM import. This is not the kind of software you run on HEAD (so it might go unnoticed initially) and this is the kind

svn commit: r251909 - head/usr.sbin/bsdconfig/dot

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:30:31 2013 New Revision: 251909 URL: http://svnweb.freebsd.org/changeset/base/251909 Log: Fix a typo in a comment. Modified: head/usr.sbin/bsdconfig/dot/dot Modified: head/usr.sbin/bsdconfig/dot/dot

svn commit: r251910 - head/usr.sbin/bsdconfig/dot

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:35:44 2013 New Revision: 251910 URL: http://svnweb.freebsd.org/changeset/base/251910 Log: Comments. Modified: head/usr.sbin/bsdconfig/dot/dot Modified: head/usr.sbin/bsdconfig/dot/dot

Re: svn commit: r251894 - in head: lib/libmemstat sys/vm

2013-06-18 Thread Gleb Smirnoff
On Tue, Jun 18, 2013 at 10:25:08AM +0200, Andre Oppermann wrote: A There used to be a problem with per CPU caches accumulating large amounts A of items without freeing back to the global (or socket) pool. A A Do these updates to UMA change this situation and/or do you have further A improvements

svn commit: r251911 - head/usr.sbin/bsdconfig/examples

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:40:16 2013 New Revision: 251911 URL: http://svnweb.freebsd.org/changeset/base/251911 Log: Comments. Modified: head/usr.sbin/bsdconfig/examples/bsdconfigrc Modified: head/usr.sbin/bsdconfig/examples/bsdconfigrc

Re: svn commit: r251826 - head/sys/vm

2013-06-18 Thread Gleb Smirnoff
On Mon, Jun 17, 2013 at 03:43:48AM +, Jeff Roberson wrote: J- Move some stats to be atomics since they would require excessive zone J locking/unlocking with the new import/release paradigm. Make J zone_free_item simpler now that callers can manage more stats. How often does

svn commit: r251912 - head/usr.sbin/bsdconfig/share

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:54:02 2013 New Revision: 251912 URL: http://svnweb.freebsd.org/changeset/base/251912 Log: Change the f_dialog_msgbox() arguments in `dialog.subr' to accomodate an $hline argument for setting the --hline parameter value. This change does not effect any

svn commit: r251913 - head/usr.sbin/bsdconfig/mouse

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 08:59:47 2013 New Revision: 251913 URL: http://svnweb.freebsd.org/changeset/base/251913 Log: Use newly enhanced f_dialog_msgbox() from SVN r251912. Modified: head/usr.sbin/bsdconfig/mouse/disable Modified: head/usr.sbin/bsdconfig/mouse/disable

svn commit: r251914 - head/usr.sbin/bsdconfig/mouse

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:05:08 2013 New Revision: 251914 URL: http://svnweb.freebsd.org/changeset/base/251914 Log: Whitespace. Modified: head/usr.sbin/bsdconfig/mouse/mouse head/usr.sbin/bsdconfig/mouse/port head/usr.sbin/bsdconfig/mouse/type Modified:

svn commit: r251915 - in head/usr.sbin/bsdconfig/mouse: . include

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:19:59 2013 New Revision: 251915 URL: http://svnweb.freebsd.org/changeset/base/251915 Log: Remove unnecessary loops, perform some code consolidation, and add some additional error checking/reporting. (same thing going on here as SVN r251905 -- just this

svn commit: r251916 - stable/9/sys/geom/raid

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:21:21 2013 New Revision: 251916 URL: http://svnweb.freebsd.org/changeset/base/251916 Log: MFC r248068 (by sbruno): Add legacy support to geom raid to create a /dev/arX device for support of upgrading older machines using ataraid(4) to newer releases.

svn commit: r251917 - stable/9/sys

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:23:03 2013 New Revision: 251917 URL: http://svnweb.freebsd.org/changeset/base/251917 Log: Missed mergeinfo for r251916. Modified: Directory Properties: stable/9/sys/ (props changed) ___ svn-src-all@freebsd.org

svn commit: r251918 - stable/9/sys/geom/gate

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:26:01 2013 New Revision: 251918 URL: http://svnweb.freebsd.org/changeset/base/251918 Log: MFC r248295 (by pjd): We don't need buffer to handle BIO_DELETE, so don't check buffer size for it. This fixes handling BIO_DELETE larger than MAXPHYS. Modified:

svn commit: r251919 - in head/usr.sbin/bsdconfig/mouse: . include

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:28:49 2013 New Revision: 251919 URL: http://svnweb.freebsd.org/changeset/base/251919 Log: Perform some code consolidation and add some additional error checking/reporting. (similar to SVN revisions 251905 and 251915) Modified:

svn commit: r251920 - stable/9/sys/geom

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:29:30 2013 New Revision: 251920 URL: http://svnweb.freebsd.org/changeset/base/251920 Log: MFC r248596 (by kib): Correct the page count when excess length is trimmed from the bio. Modified: stable/9/sys/geom/geom_io.c Directory Properties: stable/9/sys/

svn commit: r251921 - stable/9/sys/geom/multipath

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:31:06 2013 New Revision: 251921 URL: http://svnweb.freebsd.org/changeset/base/251921 Log: MFC r248696: Make GEOM MULTIPATH to report unmapped bio support if underling path report it. GEOM MULTIPATH itself never touches the data and so transparent. Modified:

svn commit: r251922 - in stable/9/sys/geom: gate nop raid

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:34:36 2013 New Revision: 251922 URL: http://svnweb.freebsd.org/changeset/base/251922 Log: MFC r248720: Remove extra bio_data and bio_length copying to child request after calling g_clone_bio(), that already copied them. Modified:

svn commit: r251923 - in stable/8/sys/geom: gate nop raid

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:36:01 2013 New Revision: 251923 URL: http://svnweb.freebsd.org/changeset/base/251923 Log: MFC r248720: Remove extra bio_data and bio_length copying to child request after calling g_clone_bio(), that already copied them. Modified:

svn commit: r251924 - stable/9/sys/geom/nop

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:37:44 2013 New Revision: 251924 URL: http://svnweb.freebsd.org/changeset/base/251924 Log: MFC r248721: GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through. Modified: stable/9/sys/geom/nop/g_nop.c Directory Properties: stable/9/sys/

svn commit: r251925 - stable/9/sys/geom

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:39:52 2013 New Revision: 251925 URL: http://svnweb.freebsd.org/changeset/base/251925 Log: MFC r248722: geom_slice.c and its consumers like GEOM_LABEL are not touching the data unless hotspots are used. Pass G_PF_ACCEPT_UNMAPPED flag through except such

svn commit: r251926 - head/usr.sbin/bsdconfig/networking

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:41:34 2013 New Revision: 251926 URL: http://svnweb.freebsd.org/changeset/base/251926 Log: Whitespace and comments. Modified: head/usr.sbin/bsdconfig/networking/devices Modified: head/usr.sbin/bsdconfig/networking/devices

svn commit: r251927 - stable/9/sys/geom

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:42:43 2013 New Revision: 251927 URL: http://svnweb.freebsd.org/changeset/base/251927 Log: MFC r249193 (by trasz): Make it possible to submit FLUSH bios through geom_dev strategy. This is required for CTL to work with device-backed LUNs. Modified:

svn commit: r251928 - in head/usr.sbin/bsdconfig/networking: . include

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:43:10 2013 New Revision: 251928 URL: http://svnweb.freebsd.org/changeset/base/251928 Log: Perform some code consolidation and add some additional error checking/reporting. (similar to SVN revision 251919) Modified:

svn commit: r251930 - head/usr.sbin/bsdconfig/packages

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:45:10 2013 New Revision: 251930 URL: http://svnweb.freebsd.org/changeset/base/251930 Log: Comments. Modified: head/usr.sbin/bsdconfig/packages/packages Modified: head/usr.sbin/bsdconfig/packages/packages

svn commit: r251929 - stable/9/sys/geom/raid

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:44:55 2013 New Revision: 251929 URL: http://svnweb.freebsd.org/changeset/base/251929 Log: MFC r249974: Return descr field alike to Intel RAID1 volume for GEOM RAID to make it look better in bsdinstall. Modified: stable/9/sys/geom/raid/g_raid.c Directory

svn commit: r251931 - stable/9/sys/geom

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:47:56 2013 New Revision: 251931 URL: http://svnweb.freebsd.org/changeset/base/251931 Log: MFC r251616: Don't update provider properties and don't set DISKFLAG_OPEN if d_open() disk method call returned error. GEOM considers devices in such case as still

svn commit: r251932 - stable/8/sys/geom

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 09:48:56 2013 New Revision: 251932 URL: http://svnweb.freebsd.org/changeset/base/251932 Log: MFC r251616: Don't update provider properties and don't set DISKFLAG_OPEN if d_open() disk method call returned error. GEOM considers devices in such case as still

svn commit: r251933 - head/usr.sbin/bsdconfig/security

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 09:54:09 2013 New Revision: 251933 URL: http://svnweb.freebsd.org/changeset/base/251933 Log: Comments and whitespace. Modified: head/usr.sbin/bsdconfig/security/kern_securelevel head/usr.sbin/bsdconfig/security/security Modified:

svn commit: r251934 - head/usr.bin/dtc

2013-06-18 Thread David Chisnall
Author: theraven Date: Tue Jun 18 10:26:22 2013 New Revision: 251934 URL: http://svnweb.freebsd.org/changeset/base/251934 Log: Fix bug in destructor for checker manager in DTC that caused segfaults on exit. Modified: head/usr.bin/dtc/checking.cc Modified: head/usr.bin/dtc/checking.cc

Re: svn commit: r251894 - in head: lib/libmemstat sys/vm

2013-06-18 Thread Alfred Perlstein
On 6/18/13 4:37 AM, Gleb Smirnoff wrote: On Tue, Jun 18, 2013 at 10:25:08AM +0200, Andre Oppermann wrote: A There used to be a problem with per CPU caches accumulating large amounts A of items without freeing back to the global (or socket) pool. A A Do these updates to UMA change this situation

Re: svn commit: r251297 - head/sys/dev/xen/netfront

2013-06-18 Thread Adam McDougall
On 06/03/13 09:00, Andre Oppermann wrote: Author: andre Date: Mon Jun 3 13:00:33 2013 New Revision: 251297 URL: http://svnweb.freebsd.org/changeset/base/251297 Log: Specify a maximum TSO length limiting the segment chain to what the Xen host side can handle after defragmentation.

svn commit: r251936 - in stable/9/sys: dev/bxe dev/esp dev/twa xen/xenstore

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 13:34:37 2013 New Revision: 251936 URL: http://svnweb.freebsd.org/changeset/base/251936 Log: MFC r228526 (by kevlo): s/timout/timeout Modified: stable/9/sys/dev/bxe/bxe_reg.h stable/9/sys/dev/esp/ncr53c9x.c stable/9/sys/dev/twa/tw_osl.h

svn commit: r251937 - stable/9/sys/dev/twa

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 13:36:15 2013 New Revision: 251937 URL: http://svnweb.freebsd.org/changeset/base/251937 Log: MFC r242827 (by rdivacky): Give tw_osl_dbg_printf format string to pacify clang warning. Modified: stable/9/sys/dev/twa/tw_cl_misc.c Directory Properties:

Re: svn commit: r250913 - head/sys/dev/xen/netfront

2013-06-18 Thread Adam McDougall
On 05/22/13 13:13, Justin T. Gibbs wrote: Author: gibbs Date: Wed May 22 17:13:03 2013 New Revision: 250913 URL: http://svnweb.freebsd.org/changeset/base/250913 Log: Correct panic on detach of Xen PV network interfaces. dev/xen/netfront: In netif_free(), properly stop the

svn commit: r251938 - stable/9/sys/dev/twa

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 13:38:10 2013 New Revision: 251938 URL: http://svnweb.freebsd.org/changeset/base/251938 Log: MFC r248583 (by kib): Fix twa(4) after the r246713. The driver copies data around to satisfy some alignment restrictions. Do not set TW_OSLI_REQ_FLAGS_CCB flag for

svn commit: r251939 - in stable/9/sys: kern sys

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 14:20:14 2013 New Revision: 251939 URL: http://svnweb.freebsd.org/changeset/base/251939 Log: MFC: r248804 deferal - deferral MFC: r248891 Pass correct parameter to CTR5() in bus_dmamap_load_uio. MFC: r248892 Do not add 1 to nsegs before

svn commit: r251940 - stable/9/sys/dev/ata

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 14:35:09 2013 New Revision: 251940 URL: http://svnweb.freebsd.org/changeset/base/251940 Log: MFC: r247165 Fix command timeout caused by data underrun during fetching ATAPI sense data, introduced by r246713 (MFC'ed to stable/9 in r251874). There are two

svn commit: r251941 - stable/9/sys/dev/aac

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 14:40:21 2013 New Revision: 251941 URL: http://svnweb.freebsd.org/changeset/base/251941 Log: MFC: r251116 Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the same support for aacp(4), I'm lacking the necessary hardware for testing,

svn commit: r251942 - in stable/9/sys: geom kern sys

2013-06-18 Thread Scott Long
Author: scottl Date: Tue Jun 18 14:46:42 2013 New Revision: 251942 URL: http://svnweb.freebsd.org/changeset/base/251942 Log: MFC r248712: Do not pass unmapped buffers to drivers that cannot handle them Submitted by: kan, mav Obtained from:Netflix Modified:

Re: svn: stable/9: . usr.bin/xinstall

2013-06-18 Thread Maxim Konovalov
Hi Brooks, On Mon, 3 Jun 2013, 11:48-0500, Brooks Davis wrote: On Sat, Jun 01, 2013 at 01:01:01PM -0700, Maxim Sobolev wrote: Hmm, I believe this breaks build for me. Any ideas why? Presumably you are building in some less common way since this change has been working for months. What

svn commit: r251943 - stable/9/sys/dev/isp

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 15:00:20 2013 New Revision: 251943 URL: http://svnweb.freebsd.org/changeset/base/251943 Log: MFC: r251373 Flag isp(4) as supporting unmapped I/O; all necessary conversion actually already has been done as part of r246713 (MFC'ed to stable/9 in r251874).

svn commit: r251944 - stable/9/sys/dev/aac

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 15:02:53 2013 New Revision: 251944 URL: http://svnweb.freebsd.org/changeset/base/251944 Log: MFC: r242823 Give panic format string to pacify clang warning. Modified: stable/9/sys/dev/aac/aac_debug.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r251945 - head/sys/dev/ata/chipsets

2013-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 15:04:17 2013 New Revision: 251945 URL: http://svnweb.freebsd.org/changeset/base/251945 Log: Pass proper memory type to free() in ata_ali_chipinit(). Submitted by: Dmitry Luhtionov dmitryluhtio...@gmail.com MFC after:1 week Modified:

svn commit: r251946 - stable/9/sys/dev/isp

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 15:06:02 2013 New Revision: 251946 URL: http://svnweb.freebsd.org/changeset/base/251946 Log: MFC: r247264 Turn off fast posting for the ISP2100- I'd forgotten that it actually might have been enabled for them- now that we use all 32 bits of handle. Fast

svn commit: r251947 - stable/9/sys/dev/sym

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 15:14:20 2013 New Revision: 251947 URL: http://svnweb.freebsd.org/changeset/base/251947 Log: MFC: r251403 (partial) Flag sym(4) as supporting unmapped I/O; all necessary conversion actually already has been done as part of r246713 (MFC'ed to stable/9 in

svn commit: r251949 - stable/9/sys/dev/sym

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 15:17:29 2013 New Revision: 251949 URL: http://svnweb.freebsd.org/changeset/base/251949 Log: MFC: r245263 Clang complains about the comparision of fak 0 always being false. It is right. Delete it because on the next line we catch all 'negative' cases

svn commit: r251952 - head/sys/fs/ext2fs

2013-06-18 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jun 18 15:49:30 2013 New Revision: 251952 URL: http://svnweb.freebsd.org/changeset/base/251952 Log: More ext2fs header cleanups: - Set MAXMNTLEN nearer to where it is used. - Move EXT2_LINK_MAX to ext2_dir.h . MFC after:3 days Modified:

svn commit: r251953 - head/usr.bin/svn/lib/libapr

2013-06-18 Thread Peter Wemm
Author: peter Date: Tue Jun 18 16:05:33 2013 New Revision: 251953 URL: http://svnweb.freebsd.org/changeset/base/251953 Log: Tweak generated config to make it more likely to work on 32 bit systems. Pointed out by: trond.endres...@fagskolen.gjovik.no Modified:

svn commit: r251954 - in vendor/subversion/dist/subversion: include libsvn_fs_fs libsvn_subr libsvn_wc

2013-06-18 Thread Peter Wemm
Author: peter Date: Tue Jun 18 16:33:03 2013 New Revision: 251954 URL: http://svnweb.freebsd.org/changeset/base/251954 Log: Import svn-1.8.0 final Modified: vendor/subversion/dist/subversion/include/svn_version.h vendor/subversion/dist/subversion/libsvn_fs_fs/rep-cache-db.h

svn commit: r251955 - vendor/subversion/subversion-1.8.0

2013-06-18 Thread Peter Wemm
Author: peter Date: Tue Jun 18 16:34:22 2013 New Revision: 251955 URL: http://svnweb.freebsd.org/changeset/base/251955 Log: Tag 1.8.0 Added: vendor/subversion/subversion-1.8.0/ - copied from r251954, vendor/subversion/dist/ ___

svn commit: r251956 - in head/contrib/subversion/subversion: include libsvn_fs_fs libsvn_subr libsvn_wc

2013-06-18 Thread Peter Wemm
Author: peter Date: Tue Jun 18 16:36:21 2013 New Revision: 251956 URL: http://svnweb.freebsd.org/changeset/base/251956 Log: Merge 1.8.0 Modified: head/contrib/subversion/subversion/include/svn_version.h head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Tijl Coosemans
On 2013-06-18 04:53, Peter Wemm wrote: Author: peter Date: Tue Jun 18 02:53:45 2013 New Revision: 251886 URL: http://svnweb.freebsd.org/changeset/base/251886 Log: Introduce svnlite so that we can check out our source code again. This is actually a fully functional build except:

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Andre Oppermann
On 18.06.2013 18:40, Tijl Coosemans wrote: On 2013-06-18 04:53, Peter Wemm wrote: Author: peter Date: Tue Jun 18 02:53:45 2013 New Revision: 251886 URL: http://svnweb.freebsd.org/changeset/base/251886 Log: Introduce svnlite so that we can check out our source code again. This is

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 06:40:30PM +0200, Tijl Coosemans wrote: On 2013-06-18 04:53, Peter Wemm wrote: New Revision: 251886 URL: http://svnweb.freebsd.org/changeset/base/251886 Log: Introduce svnlite so that we can check out our source code again. [...] I don't find it

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 06:48:24PM +0200, Andre Oppermann wrote: Installing SVN from ports is very painful because of the huge dependency chain it carries, with the largest being Python and Perl IIRC. I've built a static version once (there is an OPTION for it) and simply copy it around

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Nikolai Lifanov
On 06/18/13 12:48, Andre Oppermann wrote: On 18.06.2013 18:40, Tijl Coosemans wrote: On 2013-06-18 04:53, Peter Wemm wrote: Author: peter Date: Tue Jun 18 02:53:45 2013 New Revision: 251886 URL: http://svnweb.freebsd.org/changeset/base/251886 Log: Introduce svnlite so that we can check out

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Alexey Dokuchaev
On Tue, Jun 18, 2013 at 12:54:37PM -0400, Nikolai Lifanov wrote: On 06/18/13 12:48, Andre Oppermann wrote: AFAIK there is a checkout-only SVN client available, as in cvsup, but I don't remember the name. It's net/svnup and is a great replacement for cvs, in my opinion. CVS wasn't used for

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Andre Oppermann
On 18.06.2013 19:04, Alexey Dokuchaev wrote: Being able to checkout the sources is very desirable, but not at the cost of importing another heavy 3rd-party tool, which Subversion is. Just wanted to note that applaud Peter for actually doing something (tm) even though it came as a surprise to

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Peter Wemm
On Tue, Jun 18, 2013 at 9:48 AM, Andre Oppermann an...@freebsd.org wrote: AFAIK there is a checkout-only SVN client available, as in cvsup, but I don't remember the name. svnup looks good on paper but has a fair way to go, particularly performance wise after the initial checkout and its

svn commit: r251957 - stable/9/sys/kern

2013-06-18 Thread Konstantin Belousov
Author: kib Date: Tue Jun 18 19:03:27 2013 New Revision: 251957 URL: http://svnweb.freebsd.org/changeset/base/251957 Log: MFC r251285: Do not map the shared page COW. Modified: stable/9/sys/kern/kern_exec.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r251958 - head/contrib/bmake

2013-06-18 Thread Simon J. Gerraty
Author: sjg Date: Tue Jun 18 19:35:51 2013 New Revision: 251958 URL: http://svnweb.freebsd.org/changeset/base/251958 Log: Fix use after free bug. Parse_SetInput: curFile-fname was using the buffer passed to it - which ReadMakefile frees. This change makes the comment in ParseEOF about

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Garance A Drosehn
On 6/18/13 12:40 PM, Tijl Coosemans wrote: On 2013-06-18 04:53, Peter Wemm wrote: Author: peter Date: Tue Jun 18 02:53:45 2013 New Revision: 251886 URL: http://svnweb.freebsd.org/changeset/base/251886 Log: Introduce svnlite so that we can check out our source code again. This is

svn commit: r251959 - head/sys/dev/drm2/i915

2013-06-18 Thread Konstantin Belousov
Author: kib Date: Tue Jun 18 19:56:52 2013 New Revision: 251959 URL: http://svnweb.freebsd.org/changeset/base/251959 Log: Remove stray empty line. MFC after:3 days Modified: head/sys/dev/drm2/i915/i915_gem.c Modified: head/sys/dev/drm2/i915/i915_gem.c

svn commit: r251960 - head/sys/dev/drm2/i915

2013-06-18 Thread Konstantin Belousov
Author: kib Date: Tue Jun 18 20:02:52 2013 New Revision: 251960 URL: http://svnweb.freebsd.org/changeset/base/251960 Log: Since the gem pagefault handler relocks the vm object lock, other thread might fault on the same GTT offset meantime and instantiate the mapping. Recheck that the mgt

svn commit: r251961 - in head/sys/dev: drm2/i915 syscons

2013-06-18 Thread Konstantin Belousov
Author: kib Date: Tue Jun 18 20:19:09 2013 New Revision: 251961 URL: http://svnweb.freebsd.org/changeset/base/251961 Log: On some generations of the Intel GPU, disabling of the VGA Display stops updating the vertical retrace indicator. The text mouse renderer in syscons is executing from

svn commit: r251962 - in stable/9/sys: conf ia64/ia64 ia64/include

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 21:14:05 2013 New Revision: 251962 URL: http://svnweb.freebsd.org/changeset/base/251962 Log: MFC: r238184 Hide the creation of phys_avail behind an API to make it easier to do it correctly. We now iterate the EFI memory descriptors once and collect all

svn commit: r251963 - in stable/9/sys/ia64: ia64 include

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 21:24:07 2013 New Revision: 251963 URL: http://svnweb.freebsd.org/changeset/base/251963 Log: MFC: r238190 Implement ia64_physmem_alloc() and use it consistently to get memory before VM has been initialized. Modified: stable/9/sys/ia64/ia64/machdep.c

Re: svn commit: r251958 - head/contrib/bmake

2013-06-18 Thread Garrett Cooper
On Tue, Jun 18, 2013 at 12:35 PM, Simon J. Gerraty s...@freebsd.org wrote: Author: sjg Date: Tue Jun 18 19:35:51 2013 New Revision: 251958 URL: http://svnweb.freebsd.org/changeset/base/251958 Was this the source of the huge ignoring stale .depend

svn commit: r251964 - in head/sys: conf dev/ixgbe modules/ixgbe

2013-06-18 Thread Jack F Vogel
Author: jfv Date: Tue Jun 18 21:28:19 2013 New Revision: 251964 URL: http://svnweb.freebsd.org/changeset/base/251964 Log: Add quad port probe support, this gives the admin proper information about the slot (which should be a PCIE Gen 3 slot for this adapter) by looking back thru the PCI

Re: svn commit: r251894 - in head: lib/libmemstat sys/vm

2013-06-18 Thread Jeff Roberson
On Tue, 18 Jun 2013, Alfred Perlstein wrote: On 6/18/13 4:37 AM, Gleb Smirnoff wrote: On Tue, Jun 18, 2013 at 10:25:08AM +0200, Andre Oppermann wrote: A There used to be a problem with per CPU caches accumulating large amounts A of items without freeing back to the global (or socket) pool. A

svn commit: r251965 - head/usr.sbin/bsdconfig/startup

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 21:35:38 2013 New Revision: 251965 URL: http://svnweb.freebsd.org/changeset/base/251965 Log: Comments. Modified: head/usr.sbin/bsdconfig/startup/rcconf head/usr.sbin/bsdconfig/startup/rcdelete head/usr.sbin/bsdconfig/startup/rcvar Modified:

svn commit: r251966 - head/tools/build/mk

2013-06-18 Thread Peter Wemm
Author: peter Date: Tue Jun 18 21:41:06 2013 New Revision: 251966 URL: http://svnweb.freebsd.org/changeset/base/251966 Log: Teach delete-old how to clean up after WITH/WITHOUT_SVN{LITE} permutations. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

svn commit: r251967 - in head/usr.sbin/bsdconfig: console console/include startup startup/include usermgmt usermgmt/include

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 21:44:35 2013 New Revision: 251967 URL: http://svnweb.freebsd.org/changeset/base/251967 Log: Perform some code consolidation and add some additional error checking/reporting. (similar to SVN revisions 251919 and 251928) Modified:

Re: svn commit: r251958 - head/contrib/bmake

2013-06-18 Thread Simon J. Gerraty
Yes. On Tue, 18 Jun 2013 14:25:15 -0700, Garrett Cooper writes: Was this the source of the huge ignoring stale .depend messages? ___ svn-src-all@freebsd.org mailing list

svn commit: r251971 - stable/9/sys/dev/bce

2013-06-18 Thread Marius Strobl
Author: marius Date: Tue Jun 18 22:21:59 2013 New Revision: 251971 URL: http://svnweb.freebsd.org/changeset/base/251971 Log: Now that r251221 has been MFC'ed to stable/9 in r251939, merge the remainder of r251146 previously partially MFC'ed in r251573: In bce_get_pg_buf(), take advantage

Re: svn commit: r251709 - head/sys/vm

2013-06-18 Thread Andrew Turner
On Sat, 15 Jun 2013 11:35:03 +0100 Andrew Turner and...@fubar.geek.nz wrote: On Thu, 13 Jun 2013 21:05:38 + (UTC) Jeff Roberson j...@freebsd.org wrote: Author: jeff Date: Thu Jun 13 21:05:38 2013 New Revision: 251709 URL: http://svnweb.freebsd.org/changeset/base/251709 Log:

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Eitan Adler
On Tue, Jun 18, 2013 at 6:54 PM, Nikolai Lifanov lifa...@mail.lifanov.com wrote: It's net/svnup and is a great replacement for cvs, in my opinion. CVS wasn't used for development for a long while anyway, so there is nothing subversion is replacing that net/svnup wouldn't. svnup still has a

svn commit: r251974 - head/usr.sbin/bsdconfig/startup

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 23:14:45 2013 New Revision: 251974 URL: http://svnweb.freebsd.org/changeset/base/251974 Log: Fix a regression introduced by r251967, resulting in: /usr/libexec/bsdconfig/140.startup/startup: 130: Syntax error: ;; unexpected (expecting fi) Modified:

svn commit: r251973 - in stable/9/sys: dev/xen/blkfront dev/xen/netfront xen/xenbus xen/xenstore

2013-06-18 Thread Justin T. Gibbs
Author: gibbs Date: Tue Jun 18 23:14:21 2013 New Revision: 251973 URL: http://svnweb.freebsd.org/changeset/base/251973 Log: MFC Xen fixes: svn rev 250081 Author:gibbs Date:2013-04-29T23:08:13.552620Z == xenstore/xenstore.c: Prevent access to invalid memory region when

Re: svn commit: r250913 - head/sys/dev/xen/netfront

2013-06-18 Thread Justin T. Gibbs
On Jun 18, 2013, at 7:27 AM, Adam McDougall mcdou...@egr.msu.edu wrote: On 05/22/13 13:13, Justin T. Gibbs wrote: Author: gibbs Date: Wed May 22 17:13:03 2013 New Revision: 250913 URL: http://svnweb.freebsd.org/changeset/base/250913 Log: Correct panic on detach of Xen PV network

svn commit: r251975 - head/usr.sbin/bsdconfig/startup

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 23:18:32 2013 New Revision: 251975 URL: http://svnweb.freebsd.org/changeset/base/251975 Log: Perform some code consolidation and replace nested case-statements with more logical if-else statements for each menu selection. Modified:

svn commit: r251976 - head/sys/amd64/vmm/io

2013-06-18 Thread Sergey Kandaurov
Author: pluknet Date: Tue Jun 18 23:31:09 2013 New Revision: 251976 URL: http://svnweb.freebsd.org/changeset/base/251976 Log: Fix a gcc warning uncovered after r251745. Reported by: Sergey V. Dyatko Reviewed by: neel Modified: head/sys/amd64/vmm/io/vlapic.c Modified:

svn commit: r251977 - head/usr.sbin/bsdconfig/share

2013-06-18 Thread Devin Teske
Author: dteske Date: Tue Jun 18 23:48:05 2013 New Revision: 251977 URL: http://svnweb.freebsd.org/changeset/base/251977 Log: Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' to accomodate an $hline value for overriding the default. This change does not effect any

svn commit: r251978 - head/usr.sbin/bsdconfig/timezone/share

2013-06-18 Thread Devin Teske
Author: dteske Date: Wed Jun 19 00:08:29 2013 New Revision: 251978 URL: http://svnweb.freebsd.org/changeset/base/251978 Log: When I first wrote the timezone module, it was in sysutils/tzdialog and it pre-dates bsdconfig. Update the code to take advantage of f_dialog_msgbox(). Modified:

svn commit: r251979 - head/usr.sbin/bsdconfig/timezone

2013-06-18 Thread Devin Teske
Author: dteske Date: Wed Jun 19 00:09:21 2013 New Revision: 251979 URL: http://svnweb.freebsd.org/changeset/base/251979 Log: Take advantage of newly updated f_dialog_{yesno,noyes}() functions from SVN r251977 (adding an $hline parameter). Modified: head/usr.sbin/bsdconfig/timezone/timezone

svn commit: r251980 - head/usr.sbin/bsdconfig/timezone/share

2013-06-18 Thread Devin Teske
Author: dteske Date: Wed Jun 19 00:13:54 2013 New Revision: 251980 URL: http://svnweb.freebsd.org/changeset/base/251980 Log: Change a humongous if-statement at the end of f_install_zoneinfo_file() into an early return, allowing a huge chunk of code to be indented one-level less Modified:

svn commit: r251981 - head/usr.sbin/bsdconfig/usermgmt

2013-06-18 Thread Devin Teske
Author: dteske Date: Wed Jun 19 00:24:08 2013 New Revision: 251981 URL: http://svnweb.freebsd.org/changeset/base/251981 Log: Remove extra whitespace lines. Modified: head/usr.sbin/bsdconfig/usermgmt/groupdel head/usr.sbin/bsdconfig/usermgmt/groupedit

Re: svn commit: r251894 - in head: lib/libmemstat sys/vm

2013-06-18 Thread Alfred Perlstein
On 6/18/13 5:21 PM, Jeff Roberson wrote: On Tue, 18 Jun 2013, Alfred Perlstein wrote: On 6/18/13 4:37 AM, Gleb Smirnoff wrote: On Tue, Jun 18, 2013 at 10:25:08AM +0200, Andre Oppermann wrote: A There used to be a problem with per CPU caches accumulating large amounts A of items without

Re: svn commit: r251874 - in stable/9/sys: arm/arm cam cam/ctl cam/scsi conf dev/aac dev/advansys dev/aha dev/ahb dev/ahci dev/aic dev/aic7xxx dev/amr dev/arcmsr dev/ata dev/buslogic dev/ciss dev/dpt

2013-06-18 Thread Glen Barber
On Tue, Jun 18, 2013 at 12:36:54AM +, Scott Long wrote: Author: scottl Date: Tue Jun 18 00:36:53 2013 New Revision: 251874 URL: http://svnweb.freebsd.org/changeset/base/251874 Log: Big MFC of the physbio changes necessary for unmapped I/O. These changes have been in production at

  1   2   >