svn commit: r266209 - head/usr.sbin/pmcstat

2014-05-15 Thread George V. Neville-Neil
Author: gnn Date: Fri May 16 03:18:09 2014 New Revision: 266209 URL: http://svnweb.freebsd.org/changeset/base/266209 Log: Add a command line argument (-l) to end event collection after some number of seconds. The number of seconds may be a fraction. Submitted by: Julien Charbon MFC af

svn commit: r266208 - head/usr.sbin/pmcstat

2014-05-15 Thread Ed Maste
Author: emaste Date: Fri May 16 03:05:53 2014 New Revision: 266208 URL: http://svnweb.freebsd.org/changeset/base/266208 Log: Speed up pmcstat by improving string hash In one case generating callgraph output from a 24MB system-wide sampling data file took 17.4 seconds on average. Profilin

svn commit: r266206 - head/usr.sbin/jail

2014-05-15 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri May 16 01:50:04 2014 New Revision: 266206 URL: http://svnweb.freebsd.org/changeset/base/266206 Log: Review pass through jail.8 Replace usage of "prison" with "jail", since that term has mostly dropped out of use. Note once at the beginning that the "

svn commit: r266205 - head/sys/netinet

2014-05-15 Thread Mike Silbersack
Author: silby Date: Fri May 16 01:38:38 2014 New Revision: 266205 URL: http://svnweb.freebsd.org/changeset/base/266205 Log: Remove the function tcp_twrecycleable; it has been #if 0'd for eight years. The original concept was to improve the corner case where you run out of ephemeral ports, b

svn commit: r266195 - head/sys/dev/hwpmc

2014-05-15 Thread Mark Johnston
Author: markj Date: Thu May 15 21:19:13 2014 New Revision: 266195 URL: http://svnweb.freebsd.org/changeset/base/266195 Log: Remove some prototypes for undefined functions. MFC after:3 days Modified: head/sys/dev/hwpmc/hwpmc_core.h head/sys/dev/hwpmc/hwpmc_uncore.h Modified: head/s

svn commit: r266193 - in head/contrib/ldns: . ldns

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 20:41:16 2014 New Revision: 266193 URL: http://svnweb.freebsd.org/changeset/base/266193 Log: ldns_axfr_abort is apparently an undocumented API function. Unstaticize and add a prototype + documentation to the relevant header. Modified: head/contrib/ldns/ldns/res

svn commit: r266180 - head/contrib/unbound/smallapp

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 19:48:52 2014 New Revision: 266180 URL: http://svnweb.freebsd.org/changeset/base/266180 Log: regenerate Modified: head/contrib/unbound/smallapp/unbound-control-setup.sh Modified: head/contrib/unbound/smallapp/unbound-control-setup.sh =

svn commit: r266179 - head/contrib/unbound/smallapp

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 19:48:13 2014 New Revision: 266179 URL: http://svnweb.freebsd.org/changeset/base/266179 Log: diff reduction Modified: head/contrib/unbound/smallapp/unbound-control-setup.sh.in Modified: head/contrib/unbound/smallapp/unbound-control-setup.sh.in ===

svn commit: r266177 - head/usr.bin/netstat

2014-05-15 Thread Hiroki Sato
Author: hrs Date: Thu May 15 19:26:20 2014 New Revision: 266177 URL: http://svnweb.freebsd.org/changeset/base/266177 Log: - Do not override sin6_scope_id in LLA when it is already set to non-zero. This fixes destination list in output of netstat -r. - Plug a memory leak. - Add RTM_VERSIO

svn commit: r266176 - head/usr.bin/mkimg

2014-05-15 Thread Marcel Moolenaar
Author: marcel Date: Thu May 15 19:19:57 2014 New Revision: 266176 URL: http://svnweb.freebsd.org/changeset/base/266176 Log: MFuser/marcel/mkimg: Add support for different output formats: 1. The output file that was previously written is now called the raw format. 2. Add the vmdk output

svn commit: r266174 - head/sys/sys

2014-05-15 Thread George V. Neville-Neil
Author: gnn Date: Thu May 15 18:53:02 2014 New Revision: 266174 URL: http://svnweb.freebsd.org/changeset/base/266174 Log: Upgrade the default callchain depth MFC after:2 weeks Modified: head/sys/sys/pmc.h Modified: head/sys/sys/pmc.h =

svn commit: r266173 - head/usr.sbin/pmcannotate

2014-05-15 Thread John-Mark Gurney
Author: jmg Date: Thu May 15 18:51:01 2014 New Revision: 266173 URL: http://svnweb.freebsd.org/changeset/base/266173 Log: make a note that FNBUFF cannot overflow as long as LNBUFF is smaller.. MFC after:2 weeks Modified: head/usr.sbin/pmcannotate/pmcannotate.c Modified: head/usr.sbi

svn commit: r266171 - head/sys/sys

2014-05-15 Thread George V. Neville-Neil
Author: gnn Date: Thu May 15 18:46:16 2014 New Revision: 266171 URL: http://svnweb.freebsd.org/changeset/base/266171 Log: Update the amount of data we can collect for hwpmc(4) by default to work with modern processors and available memory. Submitted by: Julien Charbon MFC after:2 we

svn commit: r266169 - head/usr.sbin/iscsid

2014-05-15 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 15 18:34:31 2014 New Revision: 266169 URL: http://svnweb.freebsd.org/changeset/base/266169 Log: Remove unused variable. Modified: head/usr.sbin/iscsid/login.c Modified: head/usr.sbin/iscsid/login.c ==

svn commit: r266166 - head/usr.sbin/pmcannotate

2014-05-15 Thread George V. Neville-Neil
Author: gnn Date: Thu May 15 18:12:47 2014 New Revision: 266166 URL: http://svnweb.freebsd.org/changeset/base/266166 Log: Extend the size of the function or symbol that can be annotated. MFC after:2 weeks Modified: head/usr.sbin/pmcannotate/pmcannotate.c Modified: head/usr.sbin/pmca

svn commit: r266158 - in head: share/man/man5 tools/build/options

2014-05-15 Thread Brooks Davis
Author: brooks Date: Thu May 15 16:51:45 2014 New Revision: 266158 URL: http://svnweb.freebsd.org/changeset/base/266158 Log: Remove documention of WITHOUT_NCURSES removed in r266157. Remove a bit of whitespace from WITHOUT_BINUTILS. Catch up with a bunch of other commits to tools/build

svn commit: r266157 - in head: gnu/usr.bin/dialog lib/ncurses share/mk usr.bin/systat usr.bin/vi usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit usr.sbin/...

2014-05-15 Thread Brooks Davis
Author: brooks Date: Thu May 15 16:44:25 2014 New Revision: 266157 URL: http://svnweb.freebsd.org/changeset/base/266157 Log: Revert r261296. This removes the WITHOUT_NCURSESW option. It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.

svn commit: r266151 - head/sys/sys

2014-05-15 Thread Warner Losh
Author: imp Date: Thu May 15 15:50:37 2014 New Revision: 266151 URL: http://svnweb.freebsd.org/changeset/base/266151 Log: Bump FreeBSD_version for src.opts.mk changes (about a week late). Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

svn commit: r266149 - head/contrib/ldns/drill

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 15:49:12 2014 New Revision: 266149 URL: http://svnweb.freebsd.org/changeset/base/266149 Log: MFV: re-add svn:mime-type where needed Modified: Directory Properties: head/contrib/ldns/ (props changed) head/contrib/ldns/drill/drill.1 (props changed) ___

svn commit: r266150 - head/contrib/unbound/doc

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 15:49:16 2014 New Revision: 266150 URL: http://svnweb.freebsd.org/changeset/base/266150 Log: MFV: re-add svn:mime-type where needed Modified: Directory Properties: head/contrib/unbound/ (props changed) head/contrib/unbound/doc/ietf67-design-02.odp (props cha

svn commit: r266147 - head/usr.bin/bmake

2014-05-15 Thread Warner Losh
Author: imp Date: Thu May 15 15:45:45 2014 New Revision: 266147 URL: http://svnweb.freebsd.org/changeset/base/266147 Log: Makefile.inc is also included by the tests subdirectory, which results in SUBDIRS having tests added to it, which fails. Work around this by checking to make sure tests e

svn commit: r266142 - in head/contrib/unbound: compat doc ldns libunbound

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 15:28:49 2014 New Revision: 266142 URL: http://svnweb.freebsd.org/changeset/base/266142 Log: MFV: nuke autprops Modified: Directory Properties: head/contrib/unbound/ (props changed) head/contrib/unbound/compat/strlcat.c (props changed) head/contrib/unbound

svn commit: r266141 - in head/contrib/ldns: . ldns

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 15:28:43 2014 New Revision: 266141 URL: http://svnweb.freebsd.org/changeset/base/266141 Log: MFV: nuke autprops Modified: Directory Properties: head/contrib/ldns/ (props changed) head/contrib/ldns/dane.c (props changed) head/contrib/ldns/ldns/dane.h (pro

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

2014-05-15 Thread Justin Hibbits
Author: jhibbits Date: Thu May 15 15:17:44 2014 New Revision: 266136 URL: http://svnweb.freebsd.org/changeset/base/266136 Log: oea64 uses 4k pages, too. MFC after:1 week X-MFC-with: r266116 Modified: head/sys/powerpc/aim/trap_subr64.S Modified: head/sys/powerpc/aim/trap_subr64.S

svn commit: r266138 - in head: contrib/ldns/compat lib/libldns

2014-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 15 15:22:32 2014 New Revision: 266138 URL: http://svnweb.freebsd.org/changeset/base/266138 Log: Remove dead files. Deleted: head/contrib/ldns/compat/b32_ntop.c head/contrib/ldns/compat/b32_pton.c Modified: head/lib/libldns/Makefile Modified: head/lib/libldns/Mak

svn commit: r266125 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve

2014-05-15 Thread John Baldwin
Author: jhb Date: Thu May 15 14:16:55 2014 New Revision: 266125 URL: http://svnweb.freebsd.org/changeset/base/266125 Log: Implement a PCI interrupt router to route PCI legacy INTx interrupts to the legacy 8259A PICs. - Implement an ICH-comptabile PCI interrupt router on the lpc device with

Re: svn commit: r266116 - head/sys/powerpc/aim

2014-05-15 Thread Nathan Whitehorn
On 05/15/14 06:45, Nathan Whitehorn wrote: On 05/14/14 21:18, Justin Hibbits wrote: Author: jhibbits Date: Thu May 15 04:18:06 2014 New Revision: 266116 URL: http://svnweb.freebsd.org/changeset/base/266116 Log: A page mask size is 12-bits, not 11. MFC after:1 week Modified: hea

Re: svn commit: r266116 - head/sys/powerpc/aim

2014-05-15 Thread Nathan Whitehorn
On 05/14/14 21:18, Justin Hibbits wrote: Author: jhibbits Date: Thu May 15 04:18:06 2014 New Revision: 266116 URL: http://svnweb.freebsd.org/changeset/base/266116 Log: A page mask size is 12-bits, not 11. MFC after: 1 week Modified: head/sys/powerpc/aim/trap_subr32.S Modified: he

Re: svn commit: r266104 - head/usr.bin/bmake

2014-05-15 Thread Warner Losh
On May 15, 2014, at 9:31 AM, Julio Merino wrote: > On May 14, 2014, at 21:27, Warner Losh wrote: > >> Author: imp >> Date: Thu May 15 01:27:24 2014 >> New Revision: 266104 >> URL: http://svnweb.freebsd.org/changeset/base/266104 >> >> Log: >> Undo changes to the generated Makefile. Move tests

Re: svn commit: r266104 - head/usr.bin/bmake

2014-05-15 Thread Julio Merino
On May 14, 2014, at 21:27, Warner Losh wrote: > Author: imp > Date: Thu May 15 01:27:24 2014 > New Revision: 266104 > URL: http://svnweb.freebsd.org/changeset/base/266104 > > Log: > Undo changes to the generated Makefile. Move tests directory to proper > location, including updating the test t

Re: svn commit: r266121 - head

2014-05-15 Thread Mark Linimon
On Thu, May 15, 2014 at 11:30:17AM +, Baptiste Daroussin wrote: > Log: > Add the missing coma I thought a coma was what happened from reading mailing lists. mcl ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/sv

svn commit: r266121 - head

2014-05-15 Thread Baptiste Daroussin
Author: bapt Date: Thu May 15 11:30:17 2014 New Revision: 266121 URL: http://svnweb.freebsd.org/changeset/base/266121 Log: Add the missing coma Modified: head/.arcconfig Modified: head/.arcconfig == --- head/.arcconf

svn commit: r266120 - head

2014-05-15 Thread Baptiste Daroussin
Author: bapt Date: Thu May 15 11:21:38 2014 New Revision: 266120 URL: http://svnweb.freebsd.org/changeset/base/266120 Log: Add project name to the arc config it is still required when arcanist is used with SVN Modified: head/.arcconfig Modified: head/.arcconfig =

Re: svn commit: r266119 - head/sys/arm/freescale/vybrid

2014-05-15 Thread Ruslan Bukin
On Thu, May 15, 2014 at 10:07:00AM +, Ruslan Bukin wrote: > Modified: head/sys/arm/freescale/vybrid/vf_gpio.c > == > --- head/sys/arm/freescale/vybrid/vf_gpio.c Thu May 15 09:55:21 2014 > (r266118) > +++ head/

svn commit: r266119 - head/sys/arm/freescale/vybrid

2014-05-15 Thread Ruslan Bukin
Author: br Date: Thu May 15 10:06:59 2014 New Revision: 266119 URL: http://svnweb.freebsd.org/changeset/base/266119 Log: Fix return value. Should be logic one or zero. Modified: head/sys/arm/freescale/vybrid/vf_gpio.c Modified: head/sys/arm/freescale/vybrid/vf_gpio.c