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

2016-05-03 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-03 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: r299050 - head/sys/dev/esp

2016-05-03 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: r299051 - head/sys/dev/fdc

2016-05-03 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: r299049 - head/sys/dev/buslogic

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 06:24:10 2016 New Revision: 299049 URL: https://svnweb.freebsd.org/changeset/base/299049 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/dev/buslogic/btreg.h Modified: head/sys/dev/buslogic/btreg.h

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

2016-05-03 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-03 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 =

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

2016-05-03 Thread Kamil Czekirda
Hi, make ftp stops here since r298823: ===> usr.bin/sdiff/tests (distribute) cd /usr/src/usr.bin/sdiff/tests; make install -DNO_SUBDIR DESTDIR=/usr/src/release/dist/tests SHARED=copies install -o root -g wheel -m 555 sdiff /usr/src/release/dist/tests/usr/tests/usr.bin/sdiff/sdiff install: /u

svn commit: r299042 - head/usr.bin/mkuzip

2016-05-03 Thread Bryan Drewery
Author: bdrewery Date: Wed May 4 03:14:34 2016 New Revision: 299042 URL: https://svnweb.freebsd.org/changeset/base/299042 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/mkuzip/Makefile.depend Modified: head/usr.bin/mkuzip/Mak

svn commit: r299041 - head/share/mk

2016-05-03 Thread Bryan Drewery
Author: bdrewery Date: Wed May 4 03:13:48 2016 New Revision: 299041 URL: https://svnweb.freebsd.org/changeset/base/299041 Log: DIRDEPS_BUILD: Exclude secure/lib* libraries for host builds. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/local.dirdeps.mk Modified: he

svn commit: r299040 - head/sys/kern

2016-05-03 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 4 03:07:52 2016 New Revision: 299040 URL: https://svnweb.freebsd.org/changeset/base/299040 Log: kern: Factor out function to convert hash flags to malloc(9) flags Suggested by: jhb Reviewed by: jhb, kib Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r299036 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 02:11:45 2016 New Revision: 299036 URL: https://svnweb.freebsd.org/changeset/base/299036 Log: [bwn] fix rate control feedback. * Add a debug print for the xmit completion status fields. Yes, I like staring at a stream of DWORDS. * Set the retrycnt to

svn commit: r299035 - head/bin/sh

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Wed May 4 02:06:46 2016 New Revision: 299035 URL: https://svnweb.freebsd.org/changeset/base/299035 Log: sh: Handle empty hostname and $PWD when building prompt If the hostname is empty and \h is used in $PS1, the remainder of the prompt following \h will be empty.

svn commit: r299034 - head/sys/dev/nvram2env

2016-05-03 Thread Alexander Kabaev
Author: kan Date: Wed May 4 01:56:37 2016 New Revision: 299034 URL: https://svnweb.freebsd.org/changeset/base/299034 Log: Fix nvram2env after bus_space_fdt removal. The generic bus space does the mapping now, no need to pre-translate phys addresses to KSEG1 anymore. Submitted by: Hi

svn commit: r299033 - head/sys/dev/hptiop

2016-05-03 Thread Marcelo Araujo
Author: araujo Date: Wed May 4 01:43:07 2016 New Revision: 299033 URL: https://svnweb.freebsd.org/changeset/base/299033 Log: Use imin() macro from sys/libkern.h. MFC after:2 weeks. Modified: head/sys/dev/hptiop/hptiop.c Modified: head/sys/dev/hptiop/hptiop.c ===

svn commit: r299032 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 01:36:19 2016 New Revision: 299032 URL: https://svnweb.freebsd.org/changeset/base/299032 Log: [bwn] accurately(ish) account transmit/recieve failures for rate control. I noticed that it'd associate fine, but it'd quickly stop exchanging traffic. Receive was

svn commit: r299028 - head/sys/dev/bwn

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Wed May 4 01:29:00 2016 New Revision: 299028 URL: https://svnweb.freebsd.org/changeset/base/299028 Log: [bwn] ensure the fallback rate stays in the same PHY mode. Falling back from 6MB OFDM to 5MB CCK (a) may not work well in the 11bg PHYs, (b) won't work at all if y

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Warner Losh
On May 3, 2016 2:38 PM, "Conrad Meyer" wrote: > > On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote: > > > >> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: > >> > >> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter > >> wrote: > >>> strlcpy instead or adjust the p->vendors size? > >> > >> Neith

Re: svn commit: r298743 - in head/sys/netinet: . tcp_stacks

2016-05-03 Thread Andrew Thompson
On 29 April 2016 at 01:27, Randall Stewart wrote: > Author: rrs > Date: Thu Apr 28 13:27:12 2016 > New Revision: 298743 > URL: https://svnweb.freebsd.org/changeset/base/298743 > > Log: > This cleans up the timers code in TCP to start using the new > async_drain functionality. This as been tes

svn commit: r299015 - head/sys/dev/ioat

2016-05-03 Thread Garrett Cooper
Author: ngie Date: Tue May 3 23:56:52 2016 New Revision: 299015 URL: https://svnweb.freebsd.org/changeset/base/299015 Log: Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 } Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/ioat/ioat.c Modified: head/sys

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

2016-05-03 Thread Gleb Smirnoff
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 Revision: 298187 M> >> URL: https://svnweb.freebsd.org/changeset/base/298187 M> >> M> >> Log

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Daniel O'Connor
Also, it's not functionally identical to the xterm version which could cause an issue for some users. -- Daniel O'Connor "The nice thing about standards is there are so many to choose from." - Andrew Tanenbaum > On 4 May 2016, at 07:58, Conrad Meyer wrote: > >> On Tue, May 3, 2016 at 2:53 PM,

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 2:53 PM, Gleb Smirnoff wrote: > On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote: > C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote: > C> > Log: > C> > Add a small tool, resizewin(1), to query terminal for window size > C> > C> Whoops. The commit me

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 1:29 PM, Warner Losh wrote: > >> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: >> >> On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter >> wrote: >>> strlcpy instead or adjust the p->vendors size? >> >> Neither. The buffer is intentionally not nul-terminated. The >> coveri

svn commit: r299011 - head/usr.sbin/pmcstudy

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:20:55 2016 New Revision: 299011 URL: https://svnweb.freebsd.org/changeset/base/299011 Log: pmcstudy.8: minor "efficiency" fix. No functional change. Modified: head/usr.sbin/pmcstudy/pmcstudy.8 Modified: head/usr.sbin/pmcstudy/pmcstudy.8 ==

svn commit: r299010 - in head/sys/amd64: acpica amd64 conf include linux linux32

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:13:04 2016 New Revision: 299010 URL: https://svnweb.freebsd.org/changeset/base/299010 Log: sys/amd64: Small spelling fixes. No functional change. Modified: head/sys/amd64/acpica/acpi_wakecode.S head/sys/amd64/amd64/atomic.c head/sys/amd64/amd64/excepti

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

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:07:18 2016 New Revision: 299009 URL: https://svnweb.freebsd.org/changeset/base/299009 Log: vmm(4): Small spelling fixes. Reviewed by: grehan Modified: head/sys/amd64/vmm/amd/vmcb.h head/sys/amd64/vmm/intel/vtd.c head/sys/amd64/vmm/io/vlapic.c head/s

svn commit: r299008 - head/sys/kgssapi/krb5

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:05:03 2016 New Revision: 299008 URL: https://svnweb.freebsd.org/changeset/base/299008 Log: kgssapi: insignificant spelling fix. No functional change. Modified: head/sys/kgssapi/krb5/krb5_mech.c Modified: head/sys/kgssapi/krb5/krb5_mech.c =

svn commit: r299007 - in head: . sys/conf sys/modules/igb

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 22:01:48 2016 New Revision: 299007 URL: https://svnweb.freebsd.org/changeset/base/299007 Log: Misc. build: minor spelling fixes. No functional change. Modified: head/Makefile.inc1 head/ObsoleteFiles.inc head/UPDATING head/sys/conf/options head/sys/mod

Re: svn commit: r297897 - in head/usr.bin: . resizewin

2016-05-03 Thread Gleb Smirnoff
Conrad, On Tue, Apr 12, 2016 at 05:42:54PM -0700, Conrad Meyer wrote: C> On Tue, Apr 12, 2016 at 5:30 PM, Conrad E. Meyer wrote: C> > Author: cem C> > Date: Wed Apr 13 00:30:42 2016 C> > New Revision: 297897 C> > URL: https://svnweb.freebsd.org/changeset/base/297897 C> > C> > Log: C> > Add a

svn commit: r299006 - head/sys/isa

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 21:51:52 2016 New Revision: 299006 URL: https://svnweb.freebsd.org/changeset/base/299006 Log: sys/isa: minor spelling fixes. No functional change. Modified: head/sys/isa/isa_common.h head/sys/isa/pnp.c head/sys/isa/pnpparse.c Modified: head/sys/isa/isa_c

svn commit: r299005 - head/usr.bin/kdump

2016-05-03 Thread Baptiste Daroussin
Author: bapt Date: Tue May 3 21:27:17 2016 New Revision: 299005 URL: https://svnweb.freebsd.org/changeset/base/299005 Log: Print the fchmodat mode in human readable fashion MFC after:1 week Modified: head/usr.bin/kdump/kdump.c Modified: head/usr.bin/kdump/kdump.c ==

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Warner Losh
> On May 3, 2016, at 1:44 PM, Conrad Meyer wrote: > > On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter > wrote: >> strlcpy instead or adjust the p->vendors size? > > Neither. The buffer is intentionally not nul-terminated. The > coverity reports are false positives. Then wouldn’t memcmp be be

svn commit: r299004 - head/sys/x86/acpica

2016-05-03 Thread Eric van Gyzen
Author: vangyzen Date: Tue May 3 20:14:04 2016 New Revision: 299004 URL: https://svnweb.freebsd.org/changeset/base/299004 Log: Work around (ignore) broken SRAT tables Instead of panicking when parsing an invalid ACPI SRAT table, just ignore it, effectively disabling NUMA. https://li

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Conrad Meyer
On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter wrote: > strlcpy instead or adjust the p->vendors size? Neither. The buffer is intentionally not nul-terminated. The coverity reports are false positives. Conrad ___ svn-src-head@freebsd.org mailing list

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

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 19:45:24 2016 New Revision: 299002 URL: https://svnweb.freebsd.org/changeset/base/299002 Log: Save and restore SRIOV-related config registers. Save the value of the IOV control and page size registers and restore them (along with the VF count) in pci_cfg_save/

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

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 19:37:25 2016 New Revision: 299000 URL: https://svnweb.freebsd.org/changeset/base/299000 Log: Use the correct location of the SRIOV capability when enabling ARI. While here, check if ARI was enabled by re-reading the config register after writing it and return

Re: svn commit: r298665 - head/sys/dev/aacraid

2016-05-03 Thread Oliver Pinter
On 4/26/16, Conrad E. Meyer wrote: > Author: cem > Date: Tue Apr 26 20:59:21 2016 > New Revision: 298665 > URL: https://svnweb.freebsd.org/changeset/base/298665 > > Log: > aacraid(4): Fix some mostly trivial buffer overruns > > strcpy(3) emits a trailing nul byte, trampling fields after the in

svn commit: r298998 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/bn/asm crypto/openssl/crypto/c...

2016-05-03 Thread Jung-uk Kim
Author: jkim Date: Tue May 3 18:50:10 2016 New Revision: 298998 URL: https://svnweb.freebsd.org/changeset/base/298998 Log: Merge OpenSSL 1.0.2h. Relnotes: yes Added: head/crypto/openssl/doc/crypto/EVP_EncodeInit.pod - copied unchanged from r298991, vendor-crypto/openssl/dist/d

svn commit: r298997 - head/etc/mtree

2016-05-03 Thread John Baldwin
Author: jhb Date: Tue May 3 18:26:07 2016 New Revision: 298997 URL: https://svnweb.freebsd.org/changeset/base/298997 Log: Add a debug dir for /boot/modules. This provides a place for standalone modules to store debug symbols. Reviewed by: emaste Differential Revision:https:

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-03 Thread John Baldwin
On Wednesday, May 04, 2016 03:58:40 AM Bruce Evans wrote: > On Tue, 3 May 2016, John Baldwin wrote: > > > On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: > >> On Mon, 2 May 2016, Pedro Giffuni wrote: > >... > >>> TBH, I thought so too, but I avoided applying such changes to headers, > >>>

svn commit: r298996 - head/contrib/subversion/subversion/svn

2016-05-03 Thread Dimitry Andric
Author: dim Date: Tue May 3 18:06:42 2016 New Revision: 298996 URL: https://svnweb.freebsd.org/changeset/base/298996 Log: Re-sync the FreeBSD-specific Subversion template with the one from ports. MFC after:11 days X-MFC-With: r298845 Modified: head/contrib/subversion/subversio

svn commit: r298995 - in head/sys: net net/altq net80211 netinet netinet/cc netinet/libalias netinet/tcp_stacks netinet6 netipsec netpfil/ipfw netpfil/pf netsmb

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 18:05:43 2016 New Revision: 298995 URL: https://svnweb.freebsd.org/changeset/base/298995 Log: sys/net*: minor spelling fixes. No functional change. Modified: head/sys/net/altq/altq_cbq.c head/sys/net/altq/altq_red.c head/sys/net/altq/altq_rio.c head/sys

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-03 Thread Bruce Evans
On Tue, 3 May 2016, John Baldwin wrote: On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: On Mon, 2 May 2016, Pedro Giffuni wrote: ... TBH, I thought so too, but I avoided applying such changes to headers, and I haven't touched _bitset.h, _foo.h headers cannot use howmany() due to nam

svn commit: r298990 - head/sys/dev/asmc

2016-05-03 Thread Adrian Chadd
Author: adrian Date: Tue May 3 17:11:33 2016 New Revision: 298990 URL: https://svnweb.freebsd.org/changeset/base/298990 Log: [asmc] Add support for MacBookPro5,1 Tested by:Johannes Lundberg PR: kern/209179 Submitted by: Thomas Brierley Modified: head/sys/dev/asmc/asm

svn commit: r298989 - in head: share/man/man4 sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:07:18 2016 New Revision: 298989 URL: https://svnweb.freebsd.org/changeset/base/298989 Log: ioat(4): Implement CRC and MOVECRC APIs And document them in ioat.4. Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man4/ioat.4 head/sys

svn commit: r298988 - head/sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:06:33 2016 New Revision: 298988 URL: https://svnweb.freebsd.org/changeset/base/298988 Log: ioat(4): Add CRC descriptor structure Add CRC/MOVECRC operations, as well as the TEST and STORE variants. With these operations, a CRC32C can be computed over one

svn commit: r298987 - head/sys/dev/ioat

2016-05-03 Thread Conrad E. Meyer
Author: cem Date: Tue May 3 17:05:58 2016 New Revision: 298987 URL: https://svnweb.freebsd.org/changeset/base/298987 Log: ioat(4): Limit descriptor allocation to low 40 bits The IOAT engine can only address the low 40 bits (1 TB) of physmem via the 'next descriptor' pointer. Restrict ac

svn commit: r298986 - head/sys/sys

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 16:37:09 2016 New Revision: 298986 URL: https://svnweb.freebsd.org/changeset/base/298986 Log: sys/sys: missed in r298981. I am sure I've missed others as well, but at least it should be more readable now. No functional change. Modified: head/sys/sys/im

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-03 Thread John Baldwin
On Tuesday, May 03, 2016 03:52:56 PM Bruce Evans wrote: > On Mon, 2 May 2016, Pedro Giffuni wrote: > > > > On 05/02/16 15:52, John Baldwin wrote: > >> On Monday, May 02, 2016 11:45:41 AM Ngie Cooper wrote: > >>> > On May 2, 2016, at 11:00, John Baldwin wrote: > > Author: jhb > >>>

svn commit: r298985 - head/sys/net

2016-05-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 3 16:01:53 2016 New Revision: 298985 URL: https://svnweb.freebsd.org/changeset/base/298985 Log: Remove the most useful INET || INET6 check leftover from whenever, doing nothing. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/net

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

2016-05-03 Thread Konstantin Belousov
Author: kib Date: Tue May 3 15:58:35 2016 New Revision: 298984 URL: https://svnweb.freebsd.org/changeset/base/298984 Log: Correct wording. Submitted by: David A. Bright MFC after:2 weeks Modified: head/lib/libc/sys/kqueue.2 Modified: head/lib/libc/sys/kqueue.2 ===

svn commit: r298983 - in head/sys/dev: ahci sound/pci/hda usb/controller

2016-05-03 Thread Alexander Motin
Author: mav Date: Tue May 3 15:27:47 2016 New Revision: 298983 URL: https://svnweb.freebsd.org/changeset/base/298983 Log: Add some device IDs from Intel Sunrise Point chipsets. MFC after:2 weeks Modified: head/sys/dev/ahci/ahci_pci.c head/sys/dev/sound/pci/hda/hdac.c head/sys/de

svn commit: r298981 - head/sys/sys

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 15:14:17 2016 New Revision: 298981 URL: https://svnweb.freebsd.org/changeset/base/298981 Log: sys/sys: minor spelling fixes. While the changes are minor, these headers are very visible. MFC after:2 weeks Modified: head/sys/sys/ata.h head/sys/sys/bu

svn commit: r298982 - in head: lib/libc/sys sys/kern sys/sys

2016-05-03 Thread Konstantin Belousov
Author: kib Date: Tue May 3 15:17:43 2016 New Revision: 298982 URL: https://svnweb.freebsd.org/changeset/base/298982 Log: Add EVFILT_VNODE open, read and close notifications. While there, order EVFILT_VNODE notes descriptions alphabetically. Based on submission, and tested by: Vladi

svn commit: r298978 - head/sys/dev/iscsi

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 14:49:49 2016 New Revision: 298978 URL: https://svnweb.freebsd.org/changeset/base/298978 Log: dev/iscsi: minor spelling fixes. No functional change. Reviewed by: trasz Modified: head/sys/dev/iscsi/icl_soft.c Modified: head/sys/dev/iscsi/icl_soft.c

svn commit: r298977 - head/sys/cam

2016-05-03 Thread Scott Long
Author: scottl Date: Tue May 3 14:30:26 2016 New Revision: 298977 URL: https://svnweb.freebsd.org/changeset/base/298977 Log: Fix a memory leak in the devctl notify code. Submitted by: markj MFC after:asap Modified: head/sys/cam/cam_periph.c Modified: head/sys/cam/cam_periph.c ===

Re: svn commit: r298955 - in head/sys/dev: aac aacraid acpi_support acpica advansys aha ahb ahci alpm altera/atse amr an asmc ata ata/chipsets atkbdc bce bhnd bhnd/bhndb bhnd/siba bktr buslogic bwi bx

2016-05-03 Thread Pedro Giffuni
On 05/03/16 02:48, Navdeep Parhar wrote: On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote: Author: pfg Date: Tue May 3 03:41:25 2016 New Revision: 298955 URL: https://svnweb.freebsd.org/changeset/base/298955 Log: sys/dev: minor spelling fixes. Most affect comments, very

svn commit: r298976 - head/sys/dev/cxgbe/firmware

2016-05-03 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 3 11:49:29 2016 New Revision: 298976 URL: https://svnweb.freebsd.org/changeset/base/298976 Log: Revert r298955 for the cxgbe firmware. These files have checksums that are none of my business. Requested by: np Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg_

svn commit: r298974 - head/sys/netinet

2016-05-03 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 3 08:13:25 2016 New Revision: 298974 URL: https://svnweb.freebsd.org/changeset/base/298974 Log: tcp/lro: Refactor the active list operation. Ease more work concerning active list, e.g. hash table etc. Reviewed by: gallatin, rrs (earlier version) Sponsore

Re: svn commit: r298929 - head/sys/dev/xen/timer

2016-05-03 Thread Roger Pau Monné
On Mon, May 02, 2016 at 11:46:31AM -0700, Ngie Cooper (yaneurabeya) wrote: > > > On May 2, 2016, at 09:15, Roger Pau Monné wrote: > > > > Author: royger > > Date: Mon May 2 16:15:28 2016 > > New Revision: 298929 > > URL: https://svnweb.freebsd.org/changeset/base/298929 > > > > Log: > > xen/ti

svn commit: r298971 - head/sys/i386/include/xen

2016-05-03 Thread Roger Pau Monné
Author: royger Date: Tue May 3 08:05:14 2016 New Revision: 298971 URL: https://svnweb.freebsd.org/changeset/base/298971 Log: xen/i386: enable the platform hypercall for i386 Not sure why the platform hypercall was disabled on i386, just enable it in order to fix compilation of the PV tim

Re: svn commit: r298955 - in head/sys/dev: aac aacraid acpi_support acpica advansys aha ahb ahci alpm altera/atse amr an asmc ata ata/chipsets atkbdc bce bhnd bhnd/bhndb bhnd/siba bktr buslogic bwi bx

2016-05-03 Thread Navdeep Parhar
On Tue, May 03, 2016 at 03:41:26AM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue May 3 03:41:25 2016 > New Revision: 298955 > URL: https://svnweb.freebsd.org/changeset/base/298955 > > Log: > sys/dev: minor spelling fixes. > > Most affect comments, very few have user-visible effe

svn commit: r298956 - in head: share/man/man9 sys/kern sys/sys

2016-05-03 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 3 07:17:13 2016 New Revision: 298956 URL: https://svnweb.freebsd.org/changeset/base/298956 Log: kern: Add phashinit_flags(), which allows malloc(M_NOWAIT) It will be used for the upcoming LRO hash table initialization. And probably will be useful in other case

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

2016-05-03 Thread hiren panchasara
On 05/03/16 at 09:29P, Sepherosa Ziehau wrote: > On Fri, Apr 29, 2016 at 11:55 PM, hiren panchasara > wrote: > > On 04/29/16 at 07:23P, Sepherosa Ziehau wrote: > >> Author: sephe > >> Date: Fri Apr 29 07:23:08 2016 > >> New Revision: 298769 > >> URL: https://svnweb.freebsd.org/changeset/base/29876