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

2016-05-04 Thread Adrian Chadd
oops! sorry! -a On 4 May 2016 at 20:17, John Baldwin wrote: > On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: >> Author: ngie >> Date: Thu May 5 02:51:31 2016 >> New Revision: 299108 >> URL: https://svnweb.freebsd.org/changeset/base/299108 >> >> Log: >> Revert

Re: svn commit: r298933 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/dev/drm2 sys/dev/drm2/i915 sys/kern sys/sys sys/x86/acpica sys/x86/x86

2016-05-04 Thread John Baldwin
On Tuesday, May 03, 2016 11:19:44 AM John Baldwin wrote: > On Wednesday, May 04, 2016 03:58:40 AM Bruce Evans wrote: > > On Tue, 3 May 2016, John Baldwin wrote: > > > I would be happy to fix _bitset.h and _cpuset.h to not need sys/param.h. > > > However, they also use NBBY which is defined in

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

2016-05-04 Thread John Baldwin
On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: > Author: ngie > Date: Thu May 5 02:51:31 2016 > New Revision: 299108 > URL: https://svnweb.freebsd.org/changeset/base/299108 > > Log: > Revert r299096 > > The change broke buildworld when building lib/libkvm > > This change

svn commit: r299108 - head/sys/sys

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Thu May 5 02:51:31 2016 New Revision: 299108 URL: https://svnweb.freebsd.org/changeset/base/299108 Log: Revert r299096 The change broke buildworld when building lib/libkvm This change likely needs to be run through a ports -exp run as a sanity check, as it might

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 19:05, Warner Losh wrote: > > BTW, why is this a new NO_ thing? It should be MK_ instead... *sigh* I was just trying to fix my build :(… yes, there are a few variables in there (not just this one) that should be MK_, not NO_; converting this to

Re: svn commit: r299086 - head

2016-05-04 Thread Warner Losh
BTW, why is this a new NO_ thing? It should be MK_ instead... Warner On Wed, May 4, 2016 at 6:47 PM, Ngie Cooper (yaneurabeya) < yaneurab...@gmail.com> wrote: > > > On May 4, 2016, at 17:31, Gleb Smirnoff wrote: > > > > On Wed, May 04, 2016 at 02:06:33PM -0700,

svn commit: r299107 - stable/9/sys/fs/devfs

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 5 01:35:42 2016 New Revision: 299107 URL: https://svnweb.freebsd.org/changeset/base/299107 Log: MFC r298732: sys/devfs: unsign an index to prevent signed integer overflow. cdp_maxdirent in struct:cdev_priv is of type u_int. Use the same type for the

svn commit: r299106 - stable/10/sys/fs/devfs

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 5 01:34:58 2016 New Revision: 299106 URL: https://svnweb.freebsd.org/changeset/base/299106 Log: MFC r298732: sys/devfs: unsign an index to prevent signed integer overflow. cdp_maxdirent in struct:cdev_priv is of type u_int. Use the same type for the

svn commit: r299105 - stable/9/sys/compat/ndis

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 5 01:30:53 2016 New Revision: 299105 URL: https://svnweb.freebsd.org/changeset/base/299105 Log: MFC r298731, r298734: ndis(4): unsign some indexes to prevent overflows. The "len" parameter is uint32_t, indexing it with an int may end up in a signed integer

svn commit: r299103 - stable/10/sys/compat/ndis

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 5 01:29:53 2016 New Revision: 299103 URL: https://svnweb.freebsd.org/changeset/base/299103 Log: MFC r298731, r298734: ndis(4): unsign some indexes to prevent overflows. The "len" parameter is uint32_t, indexing it with an int may end up in a signed integer

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 17:31, Gleb Smirnoff wrote: > > On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya) wrote: > N> > N> > On May 4, 2016, at 14:00, Garrett Cooper wrote: > N> > > N> > Author: ngie > N> > Date: Wed May 4 21:00:41 2016

Re: svn commit: r299086 - head

2016-05-04 Thread Gleb Smirnoff
On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya) wrote: N> N> > On May 4, 2016, at 14:00, Garrett Cooper wrote: N> > N> > Author: ngie N> > Date: Wed May 4 21:00:41 2016 N> > New Revision: 299086 N> > URL: https://svnweb.freebsd.org/changeset/base/299086 N>

svn commit: r299098 - head/sys/boot/efi/libefi

2016-05-04 Thread Conrad E. Meyer
Author: cem Date: Thu May 5 00:07:08 2016 New Revision: 299098 URL: https://svnweb.freebsd.org/changeset/base/299098 Log: efipart: Support an arbitrary number of partitions Don't crash if the user has more than 31 of them. A follow-up to r298230. Reviewed by: allanjude

svn commit: r299097 - in head: share/man/man4 sys/conf sys/dev/bhnd/bhndb sys/dev/bwn sys/modules sys/modules/bwn_pci

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:38:27 2016 New Revision: 299097 URL: https://svnweb.freebsd.org/changeset/base/299097 Log: [bwn] [bhnd] initial support for using bhnd for if_bwn devices. This is an initial work in progress to use the replacement bhnd bus code for devices which support

svn commit: r299096 - head/sys/sys

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:32:57 2016 New Revision: 299096 URL: https://svnweb.freebsd.org/changeset/base/299096 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/sys/pcpu.h head/sys/sys/rman.h Modified: head/sys/sys/pcpu.h

svn commit: r299095 - head/sys/kern

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:31:52 2016 New Revision: 299095 URL: https://svnweb.freebsd.org/changeset/base/299095 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/kern/subr_bus.c head/sys/kern/subr_rman.c Modified: head/sys/kern/subr_bus.c

svn commit: r299094 - in head: bin/cat/tests bin/date/tests bin/dd/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sh/tests/builtins bin/sh/tests/error...

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 23:20:53 2016 New Revision: 299094 URL: https://svnweb.freebsd.org/changeset/base/299094 Log: Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed after r298107 Summary of changes: - Replace all instances of FILES/TESTS with

svn commit: r299092 - head/sys/dev/fdc

2016-05-04 Thread John Baldwin
Author: jhb Date: Wed May 4 23:00:57 2016 New Revision: 299092 URL: https://svnweb.freebsd.org/changeset/base/299092 Log: Fix the acpi attachment to always start the worker thread. The previous change to split the worker thread start out of fdc_attach() did not start the worker thread

svn commit: r299090 - in head: etc/mtree include lib/libbluetooth sbin/hastd share/man/man3 sys/dev/xen/blkback sys/kern sys/net sys/sys tests/sys tests/sys/sys usr.sbin/bluetooth/hccontrol

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 22:34:11 2016 New Revision: 299090 URL: https://svnweb.freebsd.org/changeset/base/299090 Log: Improve performance and functionality of the bitstring(3) api Two new functions are provided, bit_ffs_at() and bit_ffc_at(), which allow for efficient searching

svn commit: r299089 - head/sbin/fsck_msdosfs

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 22:27:22 2016 New Revision: 299089 URL: https://svnweb.freebsd.org/changeset/base/299089 Log: fsck_msdosfs: Adjust a check. The on-disk FAT array does not include anything before CLUST_FIRST, compensate in size check. Obtained from:NetBSD (CVS

svn commit: r299088 - head

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 21:15:28 2016 New Revision: 299088 URL: https://svnweb.freebsd.org/changeset/base/299088 Log: Default NO_INSTALLEXTRAKERNELS to yes, not no The old (^/stable/9) default was yes, not no ("no" was the new default introduced recently that broke POLA). Restore

svn commit: r299087 - in head/usr.sbin/extattr: . tests

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 21:07:30 2016 New Revision: 299087 URL: https://svnweb.freebsd.org/changeset/base/299087 Log: Fix "getextattr -x" with non-ascii attribute values extattr/rmextattr.c When printing hex output, treat all attribute values as unsigned char

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 14:00, Garrett Cooper wrote: > > Author: ngie > Date: Wed May 4 21:00:41 2016 > New Revision: 299086 > URL: https://svnweb.freebsd.org/changeset/base/299086 > > Log: > Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build > > MFC after: soon

svn commit: r299086 - head

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 21:00:41 2016 New Revision: 299086 URL: https://svnweb.freebsd.org/changeset/base/299086 Log: Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build MFC after: soon (was insta-MFCed -_-..) Pointyhat to: glebius Sponsored by: EMC / Isilon Storage

svn commit: r299085 - in head/usr.sbin/extattr: . tests

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 20:20:55 2016 New Revision: 299085 URL: https://svnweb.freebsd.org/changeset/base/299085 Log: Allow setextattr(8) to take attribute values from stdin Add the -i option to setextattr. This option allow extended attribute data to be provided via stdin. Add

svn commit: r299084 - head/sys/arm/allwinner

2016-05-04 Thread Jared McNeill
Author: jmcneill Date: Wed May 4 20:06:20 2016 New Revision: 299084 URL: https://svnweb.freebsd.org/changeset/base/299084 Log: Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet. The datasheets refer to this controller as EMAC, not to be confused with the fast ethernet controller

Re: svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-05-04 Thread Kamil Czekirda
2016-05-04 8:29 GMT+02:00 Baptiste Daroussin : > On Wed, May 04, 2016 at 07:54:46AM +0200, Kamil Czekirda wrote: > > Hi, > > > > make ftp stops here since r298823: > > > What is the revision you last tested because it is supposed to be fixed > by: r298837 > r298837 looks fine,

svn commit: r299083 - head/sys/dev/wi

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 18:08:38 2016 New Revision: 299083 URL: https://svnweb.freebsd.org/changeset/base/299083 Log: wi: fix a comment (0x1fff has 13 bits set). Modified: head/sys/dev/wi/if_wi.c Modified: head/sys/dev/wi/if_wi.c

svn commit: r299082 - head/sys/amd64/amd64

2016-05-04 Thread Alan Cox
Author: alc Date: Wed May 4 17:54:13 2016 New Revision: 299082 URL: https://svnweb.freebsd.org/changeset/base/299082 Log: Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked() call pmap_invalidate_page() even though they are not destroying a leaf- level page table entry.

svn commit: r299081 - in head/sys/dev/pms/freebsd/driver: common ini/src

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 17:52:53 2016 New Revision: 299081 URL: https://svnweb.freebsd.org/changeset/base/299081 Log: dev/pms: minor spelling fixes for the FreeBSD-specific part. Modified: head/sys/dev/pms/freebsd/driver/common/lxcommon.h head/sys/dev/pms/freebsd/driver/common/osenv.h

svn commit: r299080 - head/tools/tools/locale/etc

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 17:29:07 2016 New Revision: 299080 URL: https://svnweb.freebsd.org/changeset/base/299080 Log: tools: minor spelling fix in locales template. No functional change. Modified: head/tools/tools/locale/etc/charmaps.xml Modified:

svn commit: r299079 - in stable/10: . release

2016-05-04 Thread Gleb Smirnoff
Author: glebius Date: Wed May 4 17:27:49 2016 New Revision: 299079 URL: https://svnweb.freebsd.org/changeset/base/299079 Log: Merge r299077, which provides ability to override NO_INSTALLEXTRAKERNELS. Override NO_INSTALLEXTRAKERNELS for the release build. Historically, in the stable/10

svn commit: r299078 - head/sys/net80211

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 17:22:35 2016 New Revision: 299078 URL: https://svnweb.freebsd.org/changeset/base/299078 Log: net80211: do not hardcode size of ic_modecaps field. Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h

svn commit: r299077 - head

2016-05-04 Thread Gleb Smirnoff
Author: glebius Date: Wed May 4 17:21:34 2016 New Revision: 299077 URL: https://svnweb.freebsd.org/changeset/base/299077 Log: Make it possible to override NO_INSTALLEXTRAKERNELS. Reviewed by: gjb Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r299074 - head/sys/net80211

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 16:42:53 2016 New Revision: 299074 URL: https://svnweb.freebsd.org/changeset/base/299074 Log: [net80211] add extra debugging around negotiated A-MPDU parameters. Modified: head/sys/net80211/ieee80211_ht.c Modified: head/sys/net80211/ieee80211_ht.c

Re: svn commit: r299063 - head/sys/dev/iwn

2016-05-04 Thread Adrian Chadd
good catch! Same goes for scanning, btw. Let's see if someone (who isn't me, I'm still working on work related wifi things) can test out the scan patch to just reset things. -a ___ svn-src-all@freebsd.org mailing list

svn commit: r299073 - head/sys/arm/qemu

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:24:12 2016 New Revision: 299073 URL: https://svnweb.freebsd.org/changeset/base/299073 Log: While gem5 is not qemu, we treat it as "simulators" or "virtual environments". Add the needed hardcoded gem5 attachments for the UART there, re-using all the other bits.

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

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:15:39 2016 New Revision: 299072 URL: https://svnweb.freebsd.org/changeset/base/299072 Log: The virtual timer is optional on ARM64. Properly handle that condition. [1] In case we do not have an interrupt assignment for the virtual timer, force the physical

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

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:09:51 2016 New Revision: 299071 URL: https://svnweb.freebsd.org/changeset/base/299071 Log: The ARM generic timer keeps ticking even if disabled or it expired. In case of updating it with a very low value it might expire again after writing the tval but before

svn commit: r299070 - in head/sys/sparc64: sbus sparc64

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 15:52:40 2016 New Revision: 299070 URL: https://svnweb.freebsd.org/changeset/base/299070 Log: sys/sparc64: minor spelling fixes. Only affects comments: no functional change. Modified: head/sys/sparc64/sbus/sbus.c head/sys/sparc64/sparc64/intr_machdep.c

svn commit: r299069 - in head/sys/arm: amlogic/aml8726 arm at91 broadcom/bcm2835 cavium/cns11xx freescale/imx freescale/vybrid mv samsung/exynos ti ti/omap4 xilinx xscale/i8134x xscale/ixp425 xscal...

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 15:48:59 2016 New Revision: 299069 URL: https://svnweb.freebsd.org/changeset/base/299069 Log: sys/arm: Minor spelling fixes. Only affects comments: no functional change. Modified: head/sys/arm/amlogic/aml8726/aml8726_mmc.c

svn commit: r299068 - in releng: 10.1 10.1/crypto/openssl/crypto/asn1 10.1/crypto/openssl/crypto/evp 10.1/crypto/openssl/crypto/x509 10.1/sys/cddl/compat/opensolaris/kern 10.1/sys/conf 9.3 9.3/cryp...

2016-05-04 Thread Xin LI
, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. -20150429 p32 FreeBSD-SA-16:16.ntp +20160504 p33 FreeBSD-SA-16:17.openssl + FreeBSD-EN-16:08.zfs + + Fix multiple OpenSSL vulnerabilitites. [SA-16

svn commit: r299067 - in releng/10.2: . crypto/openssl/crypto/asn1 crypto/openssl/crypto/evp crypto/openssl/crypto/x509 sys/cddl/compat/opensolaris/kern sys/conf sys/x86/x86

2016-05-04 Thread Xin LI
this option. The bootstrap process from older version of current is a bit fragile. -20150429 p15 FreeBSD-SA-16:16.ntp +20160504 p16 FreeBSD-SA-16:17.openssl + FreeBSD-EN-16:07.ipi + FreeBSD-EN-16:08.zfs + + Fix multiple OpenSSL

svn commit: r299066 - in releng/10.3: . crypto/openssl/crypto/asn1 crypto/openssl/crypto/evp crypto/openssl/crypto/x509 lib/libc/db/hash sys/cddl/compat/opensolaris/kern sys/conf sys/x86/x86

2016-05-04 Thread Xin LI
) @@ -16,7 +16,20 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. -20150429 p1 FreeBSD-SA-16:16.ntp +20160504 p2 FreeBSD-SA-16:17.openssl

Re: svn commit: r299064 - head/sys/kern

2016-05-04 Thread Bruce Evans
On Wed, 4 May 2016, [UTF-8] Roger Pau Monn?? wrote: Log: rtc: fix inverted resolution check The current code in clock_register checks if the newly added clock has a resolution value higher than the current one in order to make it the default, which is wrong. Clocks with a lower resolution

svn commit: r299065 - head/sys/dev/xen/timer

2016-05-04 Thread Roger Pau Monné
Author: royger Date: Wed May 4 13:49:59 2016 New Revision: 299065 URL: https://svnweb.freebsd.org/changeset/base/299065 Log: xen/pvclock: set the correct resolution for the Xen PV clock The Xen PV clock has a resolution of 1ns, so set the resolution to the highest one that FreeBSD

svn commit: r299064 - head/sys/kern

2016-05-04 Thread Roger Pau Monné
Author: royger Date: Wed May 4 13:48:59 2016 New Revision: 299064 URL: https://svnweb.freebsd.org/changeset/base/299064 Log: rtc: fix inverted resolution check The current code in clock_register checks if the newly added clock has a resolution value higher than the current one in order

svn commit: r299063 - head/sys/dev/iwn

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 12:51:27 2016 New Revision: 299063 URL: https://svnweb.freebsd.org/changeset/base/299063 Log: iwn: fix device reset after watchdog timeout. Simple device reset (stop/start) is not enough here; post-init state changes must be applied too. Modified:

svn commit: r299062 - in stable/10/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/include x86/x86

2016-05-04 Thread Andriy Gapon
Author: avg Date: Wed May 4 11:53:30 2016 New Revision: 299062 URL: https://svnweb.freebsd.org/changeset/base/299062 Log: MFC r297857: re-enable AMD Topology extension on certain models if disabled by BIOS Modified: stable/10/sys/amd64/amd64/mp_machdep.c

svn commit: r299061 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-05-04 Thread Andriy Gapon
Author: avg Date: Wed May 4 11:40:13 2016 New Revision: 299061 URL: https://svnweb.freebsd.org/changeset/base/299061 Log: MFC r297812: zio: align use of "no dump" flag between use_uma and !use_uma cases Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c Directory

svn commit: r299060 - head/sys/dev/usb

2016-05-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed May 4 08:57:40 2016 New Revision: 299060 URL: https://svnweb.freebsd.org/changeset/base/299060 Log: Extend the UQ_NO_STRINGS quirk to also cover the USB language string descriptor. This fixes enumeration of some older Samsung Galaxy S3 phones. MFC after:

Re: svn commit: r298187 - head/sys/netinet

2016-05-04 Thread Michael Tuexen
> On 04 May 2016, at 01:03, Gleb Smirnoff wrote: > > Michael, > > On Mon, Apr 18, 2016 at 06:56:29PM +0200, Michael Tuexen wrote: > M> > On Mon, 2016-04-18 at 06:38 +, Michael Tuexen wrote: > M> >> Author: tuexen > M> >> Date: Mon Apr 18 06:38:53 2016 > M> >> New

svn commit: r299059 - stable/10/contrib/netbsd-tests/lib/libc/sys

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 07:39:23 2016 New Revision: 299059 URL: https://svnweb.freebsd.org/changeset/base/299059 Log: MFC r298366: Fix coverity issues with contrib/netbsd-tests/lib/libc/sys/t_connect.c - Ensure socket(2) calls succeed - Don't leak slist allocated by earlier

svn commit: r299058 - stable/10/tests/sys/posixshm

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 07:37:02 2016 New Revision: 299058 URL: https://svnweb.freebsd.org/changeset/base/299058 Log: MFC r298304: Fix issues identified by Coverity - Always munmap memory regions after mmap'ing them. - Make sure getpagesize() returns a value greater than 0 and

svn commit: r299057 - stable/10/tests/sys/vm

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 07:35:43 2016 New Revision: 299057 URL: https://svnweb.freebsd.org/changeset/base/299057 Log: MFC r298301: Fix leaks and test for getpagesize() returning == -1 - close file descriptors after use. - Always munmap memory regions after mmap'ing them. -

svn commit: r299056 - stable/10/sbin/camcontrol

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 07:33:58 2016 New Revision: 299056 URL: https://svnweb.freebsd.org/changeset/base/299056 Log: MFC r298758: Remove logically impossible test in scsidoinquiry(..) It was already done 4 lines prior and the value of error didn't change CID: 1011236

svn commit: r299053 - in stable/9/crypto/openssl/crypto: asn1 evp x509

2016-05-04 Thread Xin LI
Author: delphij Date: Wed May 4 06:53:02 2016 New Revision: 299053 URL: https://svnweb.freebsd.org/changeset/base/299053 Log: Fix several OpenSSL vulnerabilities. Security: CVE-2016-2105, CVE-2016-2106, CVE-2016-2109 Security: CVE-2016-2176 (does not affect FreeBSD) Security:

Re: svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-05-04 Thread Baptiste Daroussin
On Wed, May 04, 2016 at 07:54:46AM +0200, Kamil Czekirda wrote: > Hi, > > make ftp stops here since r298823: > What is the revision you last tested because it is supposed to be fixed by: r298837 Best regards, Bapt signature.asc Description: PGP signature

svn commit: r299052 - head/sys/dev/acpi_support

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:26:27 2016 New Revision: 299052 URL: https://svnweb.freebsd.org/changeset/base/299052 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/acpi_support/atk0110.c Modified: head/sys/dev/acpi_support/atk0110.c

svn commit: r299051 - head/sys/dev/fdc

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:25:12 2016 New Revision: 299051 URL: https://svnweb.freebsd.org/changeset/base/299051 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/fdc/fdcvar.h Modified: head/sys/dev/fdc/fdcvar.h

svn commit: r299050 - head/sys/dev/esp

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:24:51 2016 New Revision: 299050 URL: https://svnweb.freebsd.org/changeset/base/299050 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/esp/esp_pci.c Modified: head/sys/dev/esp/esp_pci.c

svn commit: r299048 - head/sys/dev/lmc

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:23:49 2016 New Revision: 299048 URL: https://svnweb.freebsd.org/changeset/base/299048 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/lmc/if_lmc.h Modified: head/sys/dev/lmc/if_lmc.h

svn commit: r299047 - head/sys/dev/pci

2016-05-04 Thread Jung-uk Kim
Author: jkim Date: Wed May 4 06:22:41 2016 New Revision: 299047 URL: https://svnweb.freebsd.org/changeset/base/299047 Log: Fix build without "options PCI_IOV". Modified: head/sys/dev/pci/pci.c Modified: head/sys/dev/pci/pci.c