svn commit: r282336 - in head/sys/amd64/vmm: . amd intel

2015-05-01 Thread Neel Natu
Author: neel Date: Sat May 2 04:19:11 2015 New Revision: 282336 URL: https://svnweb.freebsd.org/changeset/base/282336 Log: Emulate machine check related MSRs to allow guest OSes like Windows to boot. Reported by: Leon Dang (ld...@nahannisys.com) MFC after:2 weeks Modified: head/s

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

2015-05-01 Thread Neel Natu
Author: neel Date: Sat May 2 03:25:24 2015 New Revision: 282335 URL: https://svnweb.freebsd.org/changeset/base/282335 Log: Advertise an additional memory BAR in the "dummy" device emulation. This is useful for testing the MOVS emulation when both the source and destination addresses are

svn commit: r282334 - head/sys/arm/arm

2015-05-01 Thread Warner Losh
Author: imp Date: Sat May 2 03:01:03 2015 New Revision: 282334 URL: https://svnweb.freebsd.org/changeset/base/282334 Log: Remove support for being compiled under OABI. We don't support that any more, so this is just dead code. Differential Revision: https://reviews.freebsd.org/D2419 Mod

svn commit: r282333 - head/lib/libc/sys

2015-05-01 Thread Mark Johnston
Author: markj Date: Sat May 2 00:29:27 2015 New Revision: 282333 URL: https://svnweb.freebsd.org/changeset/base/282333 Log: fork(2): Add a note to the effect that kqueue descriptors, unlike other descriptor types, are not inherited from the parent process. Reported by: kmacy MFC after

svn commit: r282332 - head/sys/kern

2015-05-01 Thread Mark Johnston
Author: markj Date: Sat May 2 00:27:58 2015 New Revision: 282332 URL: https://svnweb.freebsd.org/changeset/base/282332 Log: Remove a stale reference to the stop_scheduler_on_panic tunable, which itself was removed in r243515. MFC after:1 week Modified: head/sys/kern/kern_shutdown.

svn commit: r282331 - head/sys/ofed/include/linux

2015-05-01 Thread Mark Johnston
Author: markj Date: Sat May 2 00:26:38 2015 New Revision: 282331 URL: https://svnweb.freebsd.org/changeset/base/282331 Log: Don't drop the idr lock before verifying that the newly-inserted element is present in the tree. Otherwise there exists a window during which the element could be remo

svn commit: r282330 - head/usr.bin/soelim

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 23:54:09 2015 New Revision: 282330 URL: https://svnweb.freebsd.org/changeset/base/282330 Log: Improve compatibility groff's soelim While here implement -C from GNU groff Reported by: delphij Modified: head/usr.bin/soelim/soelim.1 head/usr.bin/soelim/soe

Re: svn commit: r281985 - in head: share/man/man4 sys/dev/smbus usr.sbin/smbmsg

2015-05-01 Thread Michael Gmelin
On Tue, 28 Apr 2015 13:28:49 + Antoine Brodin wrote: > On Sat, Apr 25, 2015 at 4:15 PM, Michael Gmelin > wrote: > > Author: grembo (ports committer) > > Date: Sat Apr 25 16:15:01 2015 > > New Revision: 281985 > > URL: https://svnweb.freebsd.org/changeset/base/281985 > > > > Log: > > Expand

Re: svn commit: r282329 - head/usr.bin/soelim

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 10:43:26PM +, Xin LI wrote: > Author: delphij > Date: Fri May 1 22:43:26 2015 > New Revision: 282329 > URL: https://svnweb.freebsd.org/changeset/base/282329 > > Log: > Correct - handling. > > Reported by:pkg-fallout > X-MFC-with: r282318 > > Modified:

svn commit: r282329 - head/usr.bin/soelim

2015-05-01 Thread Xin LI
Author: delphij Date: Fri May 1 22:43:26 2015 New Revision: 282329 URL: https://svnweb.freebsd.org/changeset/base/282329 Log: Correct - handling. Reported by: pkg-fallout X-MFC-with: r282318 Modified: head/usr.bin/soelim/soelim.c Modified: head/usr.bin/soelim/soelim.c

svn commit: r282328 - head/contrib/sqlite3

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 21:59:32 2015 New Revision: 282328 URL: https://svnweb.freebsd.org/changeset/base/282328 Log: Import sqlite3 3.8.9 Modified: head/contrib/sqlite3/configure head/contrib/sqlite3/configure.ac head/contrib/sqlite3/shell.c head/contrib/sqlite3/sqlite3.1 head/

svn commit: r282323 - head

2015-05-01 Thread Baptiste Daroussin
x27;abort:false,junk:false' /etc/malloc.conf".) +20150501: + soelim(1) from gnu/usr.bin/groff has been replaced by usr.bin/soelim. + If you need the GNU extension from groff soelim(1), install groff + from package: pkg install groff, or via ports: textproc/groff. +

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Steve Kargl
needed while updating? here > > > it > > > should be transparent and I will implement all the missing bits if > > > incompatibilities are really found. > > > > UPDATING is for warning users that a gratuitious incompatible > > change has been introduced into

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
t; in their own projects. > > > UPDATING is not for when a user operation is needed while updating? here it > > should be transparent and I will implement all the missing bits if > > incompatibilities are really found. > > UPDATING is for warning users that a gratuiti

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Steve Kargl
are really found. UPDATING is for warning users that a gratuitious incompatible change has been introduced into the functionality once offered by the base system. 20150501: soelim(1) from gnu/usr.bin/groff has been replaced by usr.bin/soeliminate, which has reduced functionality. If you

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 01:10:14PM -0700, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 05/01/15 12:34, Baptiste Daroussin wrote: > > On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: > >> On 1 May 2015 at 21:32, Baptiste Daroussin > >> wrote: > >>> Auth

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 01:30:27PM -0700, Steve Kargl wrote: > On Fri, May 01, 2015 at 08:08:26PM +, Baptiste Daroussin wrote: > > Author: bapt > > Date: Fri May 1 20:08:25 2015 > > New Revision: 282318 > > URL: https://svnweb.freebsd.org/changeset/base/282318 > > > > Log: > > Replace groff

svn commit: r282322 - head/include

2015-05-01 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 1 20:40:48 2015 New Revision: 282322 URL: https://svnweb.freebsd.org/changeset/base/282322 Log: No need for result_use_check attribute in reallocf(3). Modified: head/include/stdlib.h Modified: head/include/stdlib.h ==

Re: svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Steve Kargl
On Fri, May 01, 2015 at 08:08:26PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Fri May 1 20:08:25 2015 > New Revision: 282318 > URL: https://svnweb.freebsd.org/changeset/base/282318 > > Log: > Replace groff's soelim by soeliminate(1) renamed soelim(1) > Given that soeliminate(1) d

svn commit: r282321 - head/lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 20:37:59 2015 New Revision: 282321 URL: https://svnweb.freebsd.org/changeset/base/282321 Log: Apply the copyright the the same owners as the original malloc(3) where most of the text here comes from Reported by: many Discussed with: m...@openbsd.org

svn commit: r282320 - head/sys/boot/sparc64/loader

2015-05-01 Thread Andreas Tobler
Author: andreast Date: Fri May 1 20:35:09 2015 New Revision: 282320 URL: https://svnweb.freebsd.org/changeset/base/282320 Log: Fix the loader for sparc64. The commit from r279799 missed the adaptation of md_load in sparc64/loader/main.c. This resulted in Memory Address Align issues at the

svn commit: r282319 - head/sys/sys

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 20:25:47 2015 New Revision: 282319 URL: https://svnweb.freebsd.org/changeset/base/282319 Log: Bump _FreeBSD_version after reallocarray import Requested by: delphij Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ===

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Joel Dahl
On Fri, May 01, 2015 at 09:34:07PM +0200, Baptiste Daroussin wrote: > On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: > > On 1 May 2015 at 21:32, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Fri May 1 18:32:16 2015 > > > New Revision: 282314 > > > URL: https://svnweb

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/01/15 12:34, Baptiste Daroussin wrote: > On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: >> On 1 May 2015 at 21:32, Baptiste Daroussin >> wrote: >>> Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: >>> 282314 URL: ht

svn commit: r282318 - in head: . gnu/usr.bin/groff/src/preproc tools/build/mk usr.bin usr.bin/soelim usr.bin/soeliminate

2015-05-01 Thread Baptiste Daroussin
++ head/ObsoleteFiles.inc Fri May 1 20:08:25 2015(r282318) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20150501 +OLD_FILES+=usr/bin/soeliminate +OLD_FILES+=usr/share/man/man1/soeliminate.1.gz # 20150501: Remove the nvlist_.*[vf] functions manpages. OLD_

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 10:22:50PM +0300, Sergey Kandaurov wrote: > On 1 May 2015 at 21:32, Baptiste Daroussin wrote: > > Author: bapt > > Date: Fri May 1 18:32:16 2015 > > New Revision: 282314 > > URL: https://svnweb.freebsd.org/changeset/base/282314 > > > > Log: > > Import reallocarray(3) fro

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Sergey Kandaurov
On 1 May 2015 at 21:32, Baptiste Daroussin wrote: > Author: bapt > Date: Fri May 1 18:32:16 2015 > New Revision: 282314 > URL: https://svnweb.freebsd.org/changeset/base/282314 > > Log: > Import reallocarray(3) from OpenBSD > > Add a manpage for it, assign the copyright to the OpenBSD project

svn commit: r282317 - head/include

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 19:14:32 2015 New Revision: 282317 URL: https://svnweb.freebsd.org/changeset/base/282317 Log: Move reallocarray definition to the _BSD_VISIBLE block Add the required __alloc_size attributes Requested by: pfg Modified: head/include/stdlib.h Modified: head/

Re: svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Pedro Giffuni
Hi; Sorry that I missed the review ... On 05/01/15 13:32, Baptiste Daroussin wrote: ... Modified: head/include/stdlib.h == --- head/include/stdlib.h Fri May 1 18:07:18 2015(r282313) +++ head/include/stdli

svn commit: r282316 - in head: contrib/mdocml lib/libmandoc

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:34:29 2015 New Revision: 282316 URL: https://svnweb.freebsd.org/changeset/base/282316 Log: libc now has reallocarray Modified: head/contrib/mdocml/config.h head/lib/libmandoc/Makefile Modified: head/contrib/mdocml/config.h ==

svn commit: r282315 - head/usr.bin/m4

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:32:54 2015 New Revision: 282315 URL: https://svnweb.freebsd.org/changeset/base/282315 Log: Remove bundled reallocarray(3) since it is now in libc Modified: head/usr.bin/m4/misc.c Modified: head/usr.bin/m4/misc.c ===

svn commit: r282314 - in head: include lib/libc/stdlib

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 18:32:16 2015 New Revision: 282314 URL: https://svnweb.freebsd.org/changeset/base/282314 Log: Import reallocarray(3) from OpenBSD Add a manpage for it, assign the copyright to the OpenBSD project on it since it is mostly copy/paste from OpenBSD manpage. st

svn commit: r282312 - in head: lib/libnv sys/kern sys/sys

2015-05-01 Thread Mariusz Zaborski
Author: oshogbo Date: Fri May 1 17:50:24 2015 New Revision: 282312 URL: https://svnweb.freebsd.org/changeset/base/282312 Log: Add nvlist_flags() function, which returns nvlist's public flags. Approved by: pjd (mentor) Modified: head/lib/libnv/Makefile head/lib/libnv/nv.3 head/sys/k

svn commit: r282309 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 17:33:32 2015 New Revision: 282309 URL: https://svnweb.freebsd.org/changeset/base/282309 Log: Use defines to improve clarity MFC after:2 weeks Modified: head/usr.bin/col/col.c Modified: head/usr.bin/col/col.c

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-01 Thread Navdeep Parhar
On Fri, May 01, 2015 at 07:31:08PM +0300, Slawa Olhovchenkov wrote: > On Fri, May 01, 2015 at 04:51:34PM +0300, Gleb Smirnoff wrote: ... > > > > However, if we don't expect the number of queues to exceed a reasonable > > number of 255 :), we can fit the functionality into existing API. > > We can

Re: svn commit: r282305 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
On Fri, May 01, 2015 at 05:18:07PM +, Baptiste Daroussin wrote: > Author: bapt > Date: Fri May 1 17:18:07 2015 > New Revision: 282305 > URL: https://svnweb.freebsd.org/changeset/base/282305 > > Log: > col: fixing 25 year old bug > > Makes col(1) respect POSIX again for escape sequences

svn commit: r282305 - head/usr.bin/col

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 17:18:07 2015 New Revision: 282305 URL: https://svnweb.freebsd.org/changeset/base/282305 Log: col: fixing 25 year old bug Makes col(1) respect POSIX again for escape sequences as decribed in its manpage The bug was introduced in CSRG in 1990 This also reve

svn commit: r282304 - head/lib/libnv

2015-05-01 Thread Mariusz Zaborski
Author: oshogbo Date: Fri May 1 16:41:46 2015 New Revision: 282304 URL: https://svnweb.freebsd.org/changeset/base/282304 Log: Sort MLINKS alphabetically. Approved by: pjd (mentor) Modified: head/lib/libnv/Makefile Modified: head/lib/libnv/Makefile =

Re: svn commit: r282285 - in head: gnu/usr.bin/cc tools/build/mk usr.bin

2015-05-01 Thread Ed Maste
On 30 April 2015 at 17:30, Ed Maste wrote: > Author: emaste > Date: Thu Apr 30 21:30:33 2015 > New Revision: 282285 > URL: https://svnweb.freebsd.org/changeset/base/282285 > > Log: > Add ELF Tool Chain's c++filt to the build This should also have Relnotes: Yes __

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

2015-05-01 Thread Ed Maste
Author: emaste Date: Fri May 1 16:37:40 2015 New Revision: 282303 URL: https://svnweb.freebsd.org/changeset/base/282303 Log: OptionalObsoleteFiles: don't remove c++filt when using ELF Tool Chain c++filt is listed here twice, for MK_CXX == no and MK_GCC == no, but r282285 only caught one

svn commit: r282302 - head

2015-05-01 Thread Mariusz Zaborski
-d; # done +# 20150501: Remove the nvlist_.*[vf] functions manpages. +OLD_FILES+=usr/share/man/man3/nvlist_addf_binary.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_addf_bool.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_addf_descriptor.3.gz +OLD_FILES+=usr/share/man/man3/nvlist_addf_null.3.gz

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-01 Thread Slawa Olhovchenkov
On Fri, May 01, 2015 at 04:51:34PM +0300, Gleb Smirnoff wrote: > On Fri, May 01, 2015 at 09:11:54AM -0400, John Baldwin wrote: > J> > On Thu, Apr 30, 2015 at 06:23:39PM +, John Baldwin wrote: > J> > J> Author: jhb > J> > J> Date: Thu Apr 30 18:23:38 2015 > J> > J> New Revision: 282280 > J> > J

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

2015-05-01 Thread Neel Natu
Author: neel Date: Fri May 1 16:00:29 2015 New Revision: 282301 URL: https://svnweb.freebsd.org/changeset/base/282301 Log: r281630 relaxed the limits on the vectors that can be asserted in the IRRs. Do the same when transitioning a vector from the IRR to the ISR and also when extinguishi

Re: svn commit: r282298 - head/lib/libcapsicum

2015-05-01 Thread Mariusz Zaborski
On 1 May 2015 at 13:56, Bjoern A. Zeeb wrote: > Author: bz > Date: Fri May 1 11:56:21 2015 > New Revision: 282298 > URL: https://svnweb.freebsd.org/changeset/base/282298 > > Log: > Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252 > with what looks like a copy and past

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-01 Thread John Baldwin
On Friday, May 01, 2015 04:51:34 PM Gleb Smirnoff wrote: > On Fri, May 01, 2015 at 09:11:54AM -0400, John Baldwin wrote: > J> > On Thu, Apr 30, 2015 at 06:23:39PM +, John Baldwin wrote: > J> > J> Author: jhb > J> > J> Date: Thu Apr 30 18:23:38 2015 > J> > J> New Revision: 282280 > J> > J> URL:

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-01 Thread Gleb Smirnoff
On Fri, May 01, 2015 at 09:11:54AM -0400, John Baldwin wrote: J> > On Thu, Apr 30, 2015 at 06:23:39PM +, John Baldwin wrote: J> > J> Author: jhb J> > J> Date: Thu Apr 30 18:23:38 2015 J> > J> New Revision: 282280 J> > J> URL: https://svnweb.freebsd.org/changeset/base/282280 J> > J> J> > J> Log

Re: svn commit: r282280 - in head/sys/dev: e1000 ixgbe ixl

2015-05-01 Thread John Baldwin
On Friday, May 01, 2015 02:27:37 AM Gleb Smirnoff wrote: > John, > > On Thu, Apr 30, 2015 at 06:23:39PM +, John Baldwin wrote: > J> Author: jhb > J> Date: Thu Apr 30 18:23:38 2015 > J> New Revision: 282280 > J> URL: https://svnweb.freebsd.org/changeset/base/282280 > J> > J> Log: > J> Vari

svn commit: r282300 - head/sys/netinet

2015-05-01 Thread George V. Neville-Neil
Author: gnn Date: Fri May 1 12:49:03 2015 New Revision: 282300 URL: https://svnweb.freebsd.org/changeset/base/282300 Log: Add a state transition call to show that we have entered TIME_WAIT. Although this is not important to the rest of the TCP processing it is a conveneint way to make the D

svn commit: r282299 - head/sys/dev/ixgbe

2015-05-01 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 1 12:10:36 2015 New Revision: 282299 URL: https://svnweb.freebsd.org/changeset/base/282299 Log: Remove the extra extern which makes gcc complain; I assume it came from r282289. We do include ixgbe.h which does include ixgbe_common.h which has the extern stateme

svn commit: r282298 - head/lib/libcapsicum

2015-05-01 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 1 11:56:21 2015 New Revision: 282298 URL: https://svnweb.freebsd.org/changeset/base/282298 Log: Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252 with what looks like a copy and paste error. Sponsored by: DARPA/AFRL Modified: head/lib/li

svn commit: r282297 - head/share/doc/papers/bufbio

2015-05-01 Thread Baptiste Daroussin
Author: bapt Date: Fri May 1 11:46:24 2015 New Revision: 282297 URL: https://svnweb.freebsd.org/changeset/base/282297 Log: Fix font issues Submitted by: heirloom doctools upstream Modified: head/share/doc/papers/bufbio/bio.ms Modified: head/share/doc/papers/bufbio/bio.ms ==

Re: svn commit: r282252 - head/lib/libcapsicum

2015-05-01 Thread Bjoern A. Zeeb
> On 29 Apr 2015, at 22:19 , Mariusz Zaborski wrote: > > Author: oshogbo > Date: Wed Apr 29 22:19:40 2015 > New Revision: 282252 > URL: https://svnweb.freebsd.org/changeset/base/282252 > > Log: > Remove the use of nvlist_.*[vf] functions from libcapsicum and replace > them with snprintf(3). A

svn commit: r282296 - head/sys/amd64/vmm/amd

2015-05-01 Thread Neel Natu
Author: neel Date: Fri May 1 05:11:14 2015 New Revision: 282296 URL: https://svnweb.freebsd.org/changeset/base/282296 Log: Emulate MSR_SYSCFG which is accessed by Linux on AMD cpus when MTRRs are enabled. MFC after:2 weeks Modified: head/sys/amd64/vmm/amd/svm_msr.c Modified: head