Notice of appearance in Court #0000490706

2015-07-30 Thread State Court
Notice to Appear, You have to appear in the Court on the August 06. Please, do not forget to bring all the documents related to the case. Note: If you do not come, the case will be heard in your absence. The copy of Court Notice is attached to this email. Regards, Mitchell Ashley, Court Secretar

Re: svn commit: r286103 - head/share/man/man9

2015-07-30 Thread Bruce Evans
On Fri, 31 Jul 2015, John-Mark Gurney wrote: Log: The implementation note isn't true anymore.. Not that anyone reads it, but those that do, remind them that this isn't usable in userland... I can't wait till this doc is wrong.. It goes without saying that an API documented in a section 9

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread John-Mark Gurney
Ryan Stone wrote this message on Fri, Jul 31, 2015 at 01:03 -0400: > You can't use CTASSERT in a header. You'll get a compile error if two Testing a fix now... > different headers included in the same translation unit have a CTASSERT on > the same line number. Not w/ clang anymore... _Static_as

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread Ryan Stone
You can't use CTASSERT in a header. You'll get a compile error if two different headers included in the same translation unit have a CTASSERT on the same line number. On Jul 30, 2015 5:23 PM, "John-Mark Gurney" wrote: > Author: jmg > Date: Fri Jul 31 00:23:21 2015 > New Revision: 286100 > URL: ht

svn commit: r286107 - head/sys/dev/cxgbe

2015-07-30 Thread Navdeep Parhar
Author: np Date: Fri Jul 31 04:50:47 2015 New Revision: 286107 URL: https://svnweb.freebsd.org/changeset/base/286107 Log: cxgbe(4): initialize debug_flags from the kernel environment. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r286106 - head/sys/kern

2015-07-30 Thread Konstantin Belousov
Author: kib Date: Fri Jul 31 04:12:51 2015 New Revision: 286106 URL: https://svnweb.freebsd.org/changeset/base/286106 Log: vn_io_fault() handling of the LOR for i/o into the file-backed buffers has observable overhead when the buffer pages are not resident or not mapped. The overhead comes

svn commit: r286105 - stable/10/sys/netinet

2015-07-30 Thread Kevin Lo
Author: kevlo Date: Fri Jul 31 03:40:09 2015 New Revision: 286105 URL: https://svnweb.freebsd.org/changeset/base/286105 Log: MFC r285669: Since the IETF has redefined the meaning of the tos field to accommodate a set of differentiated services, set IPTOS_PREC_* macros using IPTOS_DSCP_*

svn commit: r286104 - stable/10/sys/dev/e1000

2015-07-30 Thread Kevin Lo
Author: kevlo Date: Fri Jul 31 03:35:27 2015 New Revision: 286104 URL: https://svnweb.freebsd.org/changeset/base/286104 Log: MFC r285623: Fix typo in register definition. Submitted by: James Hung Reviewed by: sbruno Modified: stable/10/sys/dev/e1000/e1000_regs.h Directory Propert

svn commit: r286103 - head/share/man/man9

2015-07-30 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 31 03:28:02 2015 New Revision: 286103 URL: https://svnweb.freebsd.org/changeset/base/286103 Log: The implementation note isn't true anymore.. Not that anyone reads it, but those that do, remind them that this isn't usable in userland... I can't wait till this do

Re: svn commit: r286093 - head/usr.bin/ipcrm

2015-07-30 Thread Marcelo Araujo
2015-07-31 3:44 GMT+08:00 Craig Rodrigues : > Author: rodrigc > Date: Thu Jul 30 19:44:46 2015 > New Revision: 286093 > URL: https://svnweb.freebsd.org/changeset/base/286093 > > Log: > Use correct number of arguments to semctl() for IPC_RMID. > > PR: 118292 > Submitted by:

svn commit: r286102 - head/usr.bin/wall

2015-07-30 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jul 31 01:12:31 2015 New Revision: 286102 URL: https://svnweb.freebsd.org/changeset/base/286102 Log: Buffer overflow in wall(1). This affected syslogd, wall and talkd. Detected by FORTIFY_SOURCE GSoC (with clang). Submitted by: Oliver Pinter Differential Revis

Re: svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread NGie Cooper
On Thu, Jul 30, 2015 at 5:23 PM, John-Mark Gurney wrote: > Author: jmg > Date: Fri Jul 31 00:23:21 2015 > New Revision: 286100 > URL: https://svnweb.freebsd.org/changeset/base/286100 > > Log: > Clean up this header file... > > use CTASSERTs now that we have them... > > Replace a draft w/ RFC

svn commit: r286101 - head/sys/netipsec

2015-07-30 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 31 00:31:52 2015 New Revision: 286101 URL: https://svnweb.freebsd.org/changeset/base/286101 Log: these are comparing authenticators and need to be constant time... This could be a side channel attack... Now that we have a function for this, use it... jmgurney/

svn commit: r286100 - in head/sys: net netipsec

2015-07-30 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 31 00:23:21 2015 New Revision: 286100 URL: https://svnweb.freebsd.org/changeset/base/286100 Log: Clean up this header file... use CTASSERTs now that we have them... Replace a draft w/ RFC that's over 10 years old. Note that _AALG and _EALG do not need to

svn commit: r286099 - stable/10/usr.bin/netstat

2015-07-30 Thread Mark Johnston
Author: markj Date: Fri Jul 31 00:21:40 2015 New Revision: 286099 URL: https://svnweb.freebsd.org/changeset/base/286099 Log: MFC r285782: Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *). PR: 201700 Modified: stable/10/usr.bin/netstat/main.c Directory Prope

svn commit: r286098 - releng/10.2/sys/conf

2015-07-30 Thread Glen Barber
Author: gjb Date: Fri Jul 31 00:00:59 2015 New Revision: 286098 URL: https://svnweb.freebsd.org/changeset/base/286098 Log: Update releng/10.2 to RC2 in preparation for the next set of builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.2/sys/con

svn commit: r286097 - releng/10.2/release/doc/en_US.ISO8859-1/relnotes

2015-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 30 23:58:55 2015 New Revision: 286097 URL: https://svnweb.freebsd.org/changeset/base/286097 Log: Document r286084, tar(1) sparse file fix. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.2/release/doc/en_US.ISO8859-1/relnot

svn commit: r286096 - releng/10.2/release/doc/en_US.ISO8859-1/relnotes

2015-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 30 23:58:53 2015 New Revision: 286096 URL: https://svnweb.freebsd.org/changeset/base/286096 Log: Document r285830, specifically that the default pkg(8) repository was switched from 'latest' to 'quarterly' for 10.2-RELEASE. Approved by: re (implicit) Sponsored

Re: svn commit: r285950 - stable/10/usr.sbin/mfiutil

2015-07-30 Thread Alfred Perlstein
Can't this use asprintf? There's a catchall free() at the end and no early returns in this function. Otherwise snprintf? On 7/28/15 8:40 AM, Ed Maste wrote: Author: emaste Date: Tue Jul 28 12:40:41 2015 New Revision: 285950 URL: https://svnweb.freebsd.org/changeset/base/285950 Log: MFC r2

svn commit: r286095 - head/sys/netipsec

2015-07-30 Thread Ermal Luçi
Author: eri Date: Thu Jul 30 20:56:27 2015 New Revision: 286095 URL: https://svnweb.freebsd.org/changeset/base/286095 Log: Correct IPSec SA statistic keeping The IPsec SA statistic keeping is used even for decision making on expiry/rekeying SAs. When there are multiple transformations be

svn commit: r286094 - in head/sys: kern sys

2015-07-30 Thread Mateusz Guzik
Author: mjg Date: Thu Jul 30 19:52:43 2015 New Revision: 286094 URL: https://svnweb.freebsd.org/changeset/base/286094 Log: Revert r285125 until rmlocks get fixed. Right now there is a chance that sysctl unregister will cause reader to block on the sx lock associated with sysctl rmlock, in

svn commit: r286093 - head/usr.bin/ipcrm

2015-07-30 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jul 30 19:44:46 2015 New Revision: 286093 URL: https://svnweb.freebsd.org/changeset/base/286093 Log: Use correct number of arguments to semctl() for IPC_RMID. PR: 118292 Submitted by: araujo Differential Revision:D2669 Modifie

svn commit: r286092 - head/cddl/contrib/opensolaris/cmd/zfs

2015-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 30 19:34:24 2015 New Revision: 286092 URL: https://svnweb.freebsd.org/changeset/base/286092 Log: Fix a rendering issue in the zfs(8) manual. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Modifi

svn commit: r286091 - head/sys/netinet

2015-07-30 Thread Hiren Panchasara
Author: hiren Date: Thu Jul 30 19:24:49 2015 New Revision: 286091 URL: https://svnweb.freebsd.org/changeset/base/286091 Log: Update snd_una description to make it more readable. Differential Revision:https://reviews.freebsd.org/D3179 Reviewed by: gnn Sponsored by:

Re: svn commit: r283998 - in head/sys: dev/drm dev/drm2 fs/devfs kern sys vm

2015-07-30 Thread Oliver Pinter
Hi John! On Thu, Jun 4, 2015 at 9:41 PM, John Baldwin wrote: > Author: jhb > Date: Thu Jun 4 19:41:15 2015 > New Revision: 283998 > URL: https://svnweb.freebsd.org/changeset/base/283998 > > Log: > Add a new file operations hook for mmap operations. File type-specific > logic is now placed i

svn commit: r286090 - head/share/man/man4

2015-07-30 Thread Christian Brueffer
Author: brueffer Date: Thu Jul 30 19:08:23 2015 New Revision: 286090 URL: https://svnweb.freebsd.org/changeset/base/286090 Log: The kernel option and module are actually called pmspcv. MFC after:3 days Modified: head/share/man/man4/Makefile head/share/man/man4/pms.4 Modified: head

svn commit: r286089 - in head/sys: conf dev/gpio

2015-07-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jul 30 19:04:14 2015 New Revision: 286089 URL: https://svnweb.freebsd.org/changeset/base/286089 Log: Add GPIO backlight driver compatible with Linux FDT bindings. Brightness is controlled through sysctl dev.gpiobacklight.X.brightness: - any value greater than 0: bac

svn commit: r286088 - in head: sys/sys usr.bin/ipcrm

2015-07-30 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jul 30 18:59:01 2015 New Revision: 286088 URL: https://svnweb.freebsd.org/changeset/base/286088 Log: Get function prototypes for msg, shm, sem functions from header files. Differential Revision: D2669 Modified: head/sys/sys/msg.h head/sys/sys/sem.h head/sy

Re: svn commit: r286070 - in head/contrib/elftoolchain: ar elfdump

2015-07-30 Thread Pedro Giffuni
Thank you! On 07/30/15 07:41, Ed Maste wrote: Author: emaste Date: Thu Jul 30 12:41:54 2015 New Revision: 286070 URL: https://svnweb.freebsd.org/changeset/base/286070 Log: Add ELF Tool Chain's ar(1) and elfdump(1) to contrib ELF Tool Chain built on FreeBSD's ar and elfdump, but has a

svn commit: r286087 - head/sys/ofed/drivers/infiniband/core

2015-07-30 Thread Mark Johnston
Author: markj Date: Thu Jul 30 18:28:37 2015 New Revision: 286087 URL: https://svnweb.freebsd.org/changeset/base/286087 Log: ib mad: fix an incorrect use of list_for_each_entry In tf_dequeue(), if we reach the end of the list without finding a non-cancelled element, "tmp" will be a pointe

svn commit: r286086 - head/sys/vm

2015-07-30 Thread Konstantin Belousov
Author: kib Date: Thu Jul 30 18:28:34 2015 New Revision: 286086 URL: https://svnweb.freebsd.org/changeset/base/286086 Log: Do not pretend that vm_fault(9) supports unwiring the address. Rename the VM_FAULT_CHANGE_WIRING flag to VM_FAULT_WIRE. Assert that the flag is only passed when faulti

svn commit: r286085 - head/usr.bin/ipcrm

2015-07-30 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jul 30 18:08:08 2015 New Revision: 286085 URL: https://svnweb.freebsd.org/changeset/base/286085 Log: Make some variables and functions static. Modified: head/usr.bin/ipcrm/ipcrm.c Modified: head/usr.bin/ipcrm/ipcrm.c =

svn commit: r286084 - in releng/10.2: contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/test

2015-07-30 Thread Bryan Drewery
Author: bdrewery Date: Thu Jul 30 18:00:37 2015 New Revision: 286084 URL: https://svnweb.freebsd.org/changeset/base/286084 Log: MFS r286082: MFC r285972: MFV r285970: Apply upstream changeset bf4f6ec64e: Fix issue 356: properly skip a sparse file entry in a

svn commit: r286083 - releng/10.2/sys/netpfil/pf

2015-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 30 17:06:28 2015 New Revision: 286083 URL: https://svnweb.freebsd.org/changeset/base/286083 Log: MFS 286079: MFC r285999 (kp): pf: Always initialise pf_fragment.fr_flags When we allocate the struct pf_fragment in pf_fillup_fragment() we forgot to initia

svn commit: r286082 - in stable/10: contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/test

2015-07-30 Thread Bryan Drewery
Author: bdrewery Date: Thu Jul 30 17:04:15 2015 New Revision: 286082 URL: https://svnweb.freebsd.org/changeset/base/286082 Log: MFC r285972: MFV r285970: Apply upstream changeset bf4f6ec64e: Fix issue 356: properly skip a sparse file entry in a tar file. PR:

svn commit: r286081 - head/share/misc

2015-07-30 Thread Allan Jude
Author: allanjude Date: Thu Jul 30 17:02:23 2015 New Revision: 286081 URL: https://svnweb.freebsd.org/changeset/base/286081 Log: Updat the committers graph Approved by: marcel (mentor) Differential Revision:https://reviews.freebsd.org/D3251 Modified: head/share/misc/committers

svn commit: r286080 - head/sys/arm64/arm64

2015-07-30 Thread Andrew Turner
Author: andrew Date: Thu Jul 30 16:17:44 2015 New Revision: 286080 URL: https://svnweb.freebsd.org/changeset/base/286080 Log: Add enough of pmap_page_set_memattr to run gstat. It still needs to split the DMAP 1G pages so we set the attributes only on the specified page. Obtained from:

svn commit: r286079 - stable/10/sys/netpfil/pf

2015-07-30 Thread Glen Barber
Author: gjb Date: Thu Jul 30 16:06:13 2015 New Revision: 286079 URL: https://svnweb.freebsd.org/changeset/base/286079 Log: MFC r285999 (kp): pf: Always initialise pf_fragment.fr_flags When we allocate the struct pf_fragment in pf_fillup_fragment() we forgot to initialise the fr_fl

svn commit: r286078 - in head/sys: amd64/include i386/include

2015-07-30 Thread Konstantin Belousov
Author: kib Date: Thu Jul 30 15:47:53 2015 New Revision: 286078 URL: https://svnweb.freebsd.org/changeset/base/286078 Log: Improve comments. Submitted by: bde MFC after:2 weeks Modified: head/sys/amd64/include/atomic.h head/sys/i386/include/atomic.h Modified: head/sys/amd64/incl

svn commit: r286077 - head/sys/kern

2015-07-30 Thread Roger Pau Monné
Author: royger Date: Thu Jul 30 15:43:26 2015 New Revision: 286077 URL: https://svnweb.freebsd.org/changeset/base/286077 Log: vfs: fill fallout from r286076 This right operator is >= not =>. Reported by: cem Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c ==

svn commit: r286076 - head/sys/kern

2015-07-30 Thread Roger Pau Monné
Author: royger Date: Thu Jul 30 15:28:06 2015 New Revision: 286076 URL: https://svnweb.freebsd.org/changeset/base/286076 Log: vfs: fix off-by-one error in vfs_buf_check_mapped The check added in r285872 can trigger for valid buffers if the buffer space used happens to be just after unmapp

svn commit: r286075 - svnadmin/conf

2015-07-30 Thread Baptiste Daroussin
Author: bapt Date: Thu Jul 30 14:44:13 2015 New Revision: 286075 URL: https://svnweb.freebsd.org/changeset/base/286075 Log: Add Allan Jude as a new src committer. marcel@ and I will be mentoring him Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svna

svn commit: r286074 - in head/contrib/gcc: . doc

2015-07-30 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jul 30 14:31:09 2015 New Revision: 286074 URL: https://svnweb.freebsd.org/changeset/base/286074 Log: GCC: Add a new option "-fstack-protector-strong" This includes additional functions to be protected: those that have local array definitions, or have references to lo

svn commit: r286073 - head/sys/arm64/arm64

2015-07-30 Thread Ed Maste
Author: emaste Date: Thu Jul 30 14:20:36 2015 New Revision: 286073 URL: https://svnweb.freebsd.org/changeset/base/286073 Log: Add ARM64TODO markers to unimplemented functionality Reviewed by: andrew Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.free

svn commit: r286072 - head/sys/arm64/arm64

2015-07-30 Thread Zbigniew Bodek
Author: zbb Date: Thu Jul 30 13:59:38 2015 New Revision: 286072 URL: https://svnweb.freebsd.org/changeset/base/286072 Log: Enable IRQ during syscalls on ARM64 FreeBSD provides a feature called Adaptive Mutexes, which allows a thread to spin for a while when the mutex is taken instead of

svn commit: r286071 - head/sys/arm/annapurna/alpine/hal

2015-07-30 Thread Zbigniew Bodek
Author: zbb Date: Thu Jul 30 13:45:34 2015 New Revision: 286071 URL: https://svnweb.freebsd.org/changeset/base/286071 Log: Remove obsolete vendor code from Alpine platform support This is a clean-up patch from a serie delivering support for Annapurna Labs Alpine PoC. The HAL files have

svn commit: r286070 - in head/contrib/elftoolchain: ar elfdump

2015-07-30 Thread Ed Maste
Author: emaste Date: Thu Jul 30 12:41:54 2015 New Revision: 286070 URL: https://svnweb.freebsd.org/changeset/base/286070 Log: Add ELF Tool Chain's ar(1) and elfdump(1) to contrib ELF Tool Chain built on FreeBSD's ar and elfdump, but has a number of improvements and enhancements. Bring the

Re: svn commit: r286007 - in stable/10/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/X86

2015-07-30 Thread Dimitry Andric
On 30 Jul 2015, at 10:41, David Chisnall wrote: > > On 29 Jul 2015, at 14:36, Dimitry Andric wrote: >> >> I'll have a look if this can be fixed using pre-C++11 constructs > > LLVM 3.4 had its own unique pointer template (llvm::OwningPtr? Yes, in r286033 I have used that instead, replaced the

svn commit: r286069 - in head/sys: modules modules/if_stf net

2015-07-30 Thread Andrey V. Elsukov
Author: ae Date: Thu Jul 30 10:26:43 2015 New Revision: 286069 URL: https://svnweb.freebsd.org/changeset/base/286069 Log: Build if_stf(4) module only when both INET and INET6 support are enabled. Modified: head/sys/modules/Makefile head/sys/modules/if_stf/Makefile head/sys/net/if_stf.c M

svn commit: r286068 - in releng/8.4: . crypto/openssh sys/conf

2015-07-30 Thread Xin LI
(r286067) +++ releng/8.4/UPDATING Thu Jul 30 10:09:31 2015(r286068) @@ -15,6 +15,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20150730: p36 FreeBSD-SA

svn commit: r286067 - stable/8/crypto/openssh

2015-07-30 Thread Xin LI
Author: delphij Date: Thu Jul 30 10:09:07 2015 New Revision: 286067 URL: https://svnweb.freebsd.org/changeset/base/286067 Log: Fix a regression introduced with previous OpenSSH by explicitly initializing devices_done. Submitted by: jkim Modified: stable/8/crypto/openssh/auth2-chall.c

Re: svn commit: r286007 - in stable/10/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/X86

2015-07-30 Thread David Chisnall
On 29 Jul 2015, at 14:36, Dimitry Andric wrote: > > I'll have a look if this can be fixed using pre-C++11 constructs LLVM 3.4 had its own unique pointer template (llvm::OwningPtr? The doxygen docs for 3.4 are no longer online, unfortunately). I don’t think that unique_ptr from libc++ require

Re: svn commit: r285021 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-07-30 Thread K. Macy
Just FYI this change introduces a deadlock with with the spa_namespace_lock. Mount will be holding this lock while trying to acquire the spa_namespace_lock. zfskern on the other hand holds the spa_namespace_lock when calling zfs_freebsd_access which in turn tries to acquire the teardown lock. sta