From owner-freebsd-stable@freebsd.org Sun Dec 27 05:30:32 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C061FA4D019 for ; Sun, 27 Dec 2015 05:30:32 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9111158 for ; Sun, 27 Dec 2015 05:30:32 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id p187so229618446wmp.0 for ; Sat, 26 Dec 2015 21:30:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=psj3GRXUIRHm+SR9crDb68cDOtIjpQGpeDqEOXajcSg=; b=g0MCiTnc9oXQFFkT3f8AsLfPaM9jq5aJ0LsiCxJIdrbomM5mL7aGh4Vy5FBXrTJ5t4 ZJPR4Uo8etoWp+YlFVmW0eRC0IiTBkFMkBsV/v2GJE9zowdLzUa4F5Hq2xLPfNiZb505 IvLwSkCGgwLLm6SpnIXjj+lbBKZA+q+/AjfTEd0RhIyikOV4AJBJWFQi/8Aosuv5A119 /6amYRm8Z1eF2h32ZD+NThcPl8MYJhZnpigtidjoAbnnNMGeIJ+TKUiDEbTT/vKmJWsH 0MAetRQjTbc/UIGESNCX45RFPCVuY8kgC8VJequ6DpZNYz2jBydtkf1a8XCGCIxLlnaK xR/A== X-Received: by 10.194.20.164 with SMTP id o4mr52861261wje.105.1451194229800; Sat, 26 Dec 2015 21:30:29 -0800 (PST) Received: from mavbook.mavhome.dp.ua (46-133-109-216.dialup.umc.net.ua. [46.133.109.216]) by smtp.googlemail.com with ESMTPSA id df10sm36829682wjb.44.2015.12.26.21.30.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Dec 2015 21:30:28 -0800 (PST) Sender: Alexander Motin Message-ID: <567F5E77.5060206@FreeBSD.org> Date: Sun, 27 Dec 2015 05:43:51 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ian Smith , Tom Evans CC: FreeBSD Stable , Jeremy Chadwick , Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: stable/10: high load average when box is idle References: <20151027050508.GA7612@icarus.home.lan> <20151104025748.F10372@sola.nimnet.asn.au> <20151106212735.U12989@sola.nimnet.asn.au> In-Reply-To: <20151106212735.U12989@sola.nimnet.asn.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2015 05:30:32 -0000 On 26.12.2015 17:09, Ian Smith wrote: > Current hypothesis: some variable/s are getting improperly initialised > at boot, but are (somehow?) getting properly re-initialised on changing > cpuset to 1 then back to 2 cpus - though I've no idea how, or by what. While this is interesting hypothesis, I see no real ground for it in the code. My own explanation here, same as before, is in area of events aliasing. HPET, due to its hardware limitations, more prone to different synchronization effects then LAPIC. And those limitations are specific to hardware configuration. On modern hardware HPET may provide (up 8) per-CPU MSI interrupts. This is the best case for everything with minimal chances for aliasing (unless you have more then 8 logical cores). On older hardware it is typical to have HPET sharing single interrupt line with some other device(s) and generating events for all CPUs from it. Interrupt line sharing tends to create load of 1.0 due to counting its own interrupt thread. I've partially workarounded that at some point, but aliasing possibilities are still there. Driving multiple CPUs from the same interrupt also creates aliasing, since different CPUs wakeup close to each other and may count each-others load. Different CPU wakeup times from different sleep states and other sources of jitter may generate quite complicated but not really useful behavior patterns. Happy holidays! -- Alexander Motin From owner-freebsd-stable@freebsd.org Mon Dec 28 00:24:37 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24D90A53A90 for ; Mon, 28 Dec 2015 00:24:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 18B2A10B1; Mon, 28 Dec 2015 00:24:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B02F5430; Mon, 28 Dec 2015 00:24:36 +0000 (UTC) Date: Mon, 28 Dec 2015 00:24:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <411440377.51.1451262275572.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1900 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 00:24:37 -0000 FreeBSD_stable_10 - Build #1900 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1900/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1900/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1900/cons= ole Change summaries: 292812 by ngie: MFC r292507,r292508: r292507: - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1) - Use LOCALBASE instead of hardcoding /usr/local for perl Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger = diff) Reviewed by: emaste, Evan Cramer Sponsored by: EMC / Isilon Storage Division r292508: Document LOCALBASE in the bsd.test.mk section Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger = diff) Reviewed by: emaste, Evan Cramer Sponsored by: EMC / Isilon Storage Division 292811 by cy: MFC r292518. Don't assume checksums will be calculated later when fastfoward is enabled (by default in r290383). PR:=09=0972210 292801 by ngie: MFC r292489: Disable test-ctrig.t testcases which fail assertions on i386 Tested on: stable/10 (amd64/i386), head (amd64/i386) PR: 205446 X-MFC to: stable/10 Sponsored by: EMC / Isilon Storage Division The end of the build log: [...truncated 65785 lines...] --- _mmap.S --- --- _truncate.S --- --- _pread.S --- printf '#include "compat.h"\n' > _pread.S printf '#include "SYS.h"\nPSEUDO(pread)\n' >> _pread.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_pread.S --- _pwrite.S --- printf '#include "compat.h"\n' > _pwrite.S printf '#include "SYS.h"\nPSEUDO(pwrite)\n' >> _pwrite.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_pwrite.S --- _gettimeofday.S --- --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S --- _accept.S --- --- _mmap.S --- printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _accept4.S --- --- _truncate.S --- printf '#include "compat.h"\n' > _truncate.S printf '#include "SYS.h"\nPSEUDO(truncate)\n' >> _truncate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_truncate.S --- _close.S --- --- _gettimeofday.S --- printf '#include "compat.h"\n' > _gettimeofday.S printf '#include "SYS.h"\nPSEUDO(gettimeofday)\n' >> _gettimeofday.S --- _accept.S --- printf '#include "compat.h"\n' > _accept.S --- _gettimeofday.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_gettimeofday.S --- _accept.S --- printf '#include "SYS.h"\nPSEUDO(accept)\n' >> _accept.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_accept.S --- _accept4.S --- printf '#include "compat.h"\n' > _accept4.S printf '#include "SYS.h"\nPSEUDO(accept4)\n' >> _accept4.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_accept4.S --- _connect.S --- --- _fcntl.S --- --- _close.S --- printf '#include "compat.h"\n' > _close.S printf '#include "SYS.h"\nPSEUDO(close)\n' >> _close.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_close.S --- _msync.S --- --- _open.S --- --- _fcntl.S --- printf '#include "compat.h"\n' > _fcntl.S printf '#include "SYS.h"\nPSEUDO(fcntl)\n' >> _fcntl.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_fcntl.S --- _connect.S --- printf '#include "compat.h"\n' > _connect.S printf '#include "SYS.h"\nPSEUDO(connect)\n' >> _connect.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_connect.S --- _openat.S --- --- _poll.S --- --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- _open.S --- printf '#include "compat.h"\n' > _open.S printf '#include "SYS.h"\nPSEUDO(open)\n' >> _open.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_open.S --- _ppoll.S --- --- _openat.S --- printf '#include "compat.h"\n' > _openat.S printf '#include "SYS.h"\nPSEUDO(openat)\n' >> _openat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_openat.S --- _readv.S --- --- _recvmsg.S --- --- _ppoll.S --- printf '#include "compat.h"\n' > _ppoll.S printf '#include "SYS.h"\nPSEUDO(ppoll)\n' >> _ppoll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_ppoll.S --- _poll.S --- printf '#include "compat.h"\n' > _poll.S printf '#include "SYS.h"\nPSEUDO(poll)\n' >> _poll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_poll.S --- _sendmsg.S --- --- _setcontext.S --- --- _readv.S --- printf '#include "compat.h"\n' > _readv.S printf '#include "SYS.h"\nPSEUDO(readv)\n' >> _readv.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_readv.S --- _recvmsg.S --- printf '#include "compat.h"\n' > _recvmsg.S printf '#include "SYS.h"\nPSEUDO(recvmsg)\n' >> _recvmsg.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvmsg.S --- _sigtimedwait.S --- --- _swapcontext.S --- --- _sendmsg.S --- printf '#include "compat.h"\n' > _sendmsg.S printf '#include "SYS.h"\nPSEUDO(sendmsg)\n' >> _sendmsg.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sendmsg.S --- _setcontext.S --- printf '#include "compat.h"\n' > _setcontext.S printf '#include "SYS.h"\nPSEUDO(setcontext)\n' >> _setcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_setcontext.S --- _writev.S --- --- _sigtimedwait.S --- printf '#include "compat.h"\n' > _sigtimedwait.S --- _sigaction.S --- --- _sigtimedwait.S --- printf '#include "SYS.h"\nPSEUDO(sigtimedwait)\n' >> _sigtimedwait.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigtimedwait.S --- _swapcontext.S --- printf '#include "compat.h"\n' > _swapcontext.S printf '#include "SYS.h"\nPSEUDO(swapcontext)\n' >> _swapcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_swapcontext.S --- crypt.h --- --- yp_xdr.c --- --- _sigaction.S --- printf '#include "compat.h"\n' > _sigaction.S printf '#include "SYS.h"\nPSEUDO(sigaction)\n' >> _sigaction.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigaction.S --- _writev.S --- printf '#include "compat.h"\n' > _writev.S printf '#include "SYS.h"\nPSEUDO(writev)\n' >> _writev.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_writev.S --- gdtoa_strtorx.c --- --- gdtoa_dmisc.c --- --- yp_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o yp_xdr.c /builds/FreeBSD_stable_10/obj/b= uilds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/yp.x --- crypt.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o crypt.h /builds/FreeBSD_stable_10/obj/bu= ilds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- gdtoa_strtorx.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtorx.c gdt= oa_strtorx.c --- gdtoa_dmisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/dmisc.c gdtoa= _dmisc.c --- gdtoa_dtoa.c --- --- gdtoa_gethex.c --- --- gdtoa_dtoa.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/dtoa.c gdtoa_= dtoa.c --- gdtoa_gethex.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/gethex.c gdto= a_gethex.c --- gdtoa_gmisc.c --- --- gdtoa_hexnan.c --- --- gdtoa_gmisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/gmisc.c gdtoa= _gmisc.c --- gdtoa_hexnan.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/hexnan.c gdto= a_hexnan.c --- gdtoa_smisc.c --- --- gdtoa_strtod.c --- --- gdtoa_smisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/smisc.c gdtoa= _smisc.c --- gdtoa_strtod.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtod.c gdto= a_strtod.c --- gdtoa_strtodg.c --- --- gdtoa_strtof.c --- --- gdtoa_strtodg.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtodg.c gdt= oa_strtodg.c --- gdtoa_strtof.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtof.c gdto= a_strtof.c --- gdtoa_strtord.c --- --- gdtoa_ulp.c --- --- jemalloc_jemalloc.c --- --- jemalloc_arena.c --- --- gdtoa_strtord.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtord.c gdt= oa_strtord.c --- gdtoa_ulp.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/ulp.c gdtoa_u= lp.c --- jemalloc_base.c --- --- jemalloc_jemalloc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/jemall= oc.c jemalloc_jemalloc.c --- jemalloc_bitmap.c --- --- jemalloc_arena.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/arena.= c jemalloc_arena.c --- jemalloc_base.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/base.c= jemalloc_base.c --- jemalloc_chunk.c --- --- jemalloc_chunk_mmap.c --- --- jemalloc_bitmap.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/bitmap= .c jemalloc_bitmap.c --- jemalloc_extent.c --- --- jemalloc_chunk.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/chunk.= c jemalloc_chunk.c --- jemalloc_huge.c --- --- jemalloc_chunk_mmap.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/chunk_= mmap.c jemalloc_chunk_mmap.c --- jemalloc_mb.c --- --- jemalloc_extent.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/extent= .c jemalloc_extent.c --- jemalloc_huge.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/huge.c= jemalloc_huge.c --- jemalloc_mutex.c --- --- jemalloc_mb.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/mb.c j= emalloc_mb.c --- jemalloc_quarantine.c --- --- jemalloc_tsd.c --- --- jemalloc_mutex.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/mutex.= c jemalloc_mutex.c --- subr_acl_nfs4.c --- --- jemalloc_quarantine.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/quaran= tine.c jemalloc_quarantine.c --- jemalloc_tsd.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/tsd.c = jemalloc_tsd.c --- crypt_clnt.c --- --- crypt_xdr.c --- --- subr_acl_nfs4.c --- cat /builds/FreeBSD_stable_10/lib/libc/../../sys/kern/subr_acl_nfs4.c > sub= r_acl_nfs4.c --- nslexer.c --- --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c /builds/FreeBSD_stable_10/o= bj/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c /builds/FreeBSD_stable_10/ob= j/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- nslexer.c --- lex -P_nsyy -o/dev/stdout /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l= | sed -e '/YY_BUF_SIZE/s/16384/1024/' >nslexer.c --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/builds/FreeBSD_stable_10/lib/libc/incl= ude -I/builds/FreeBSD_stable_10/lib/libc/../../include -I/builds/FreeBSD_st= able_10/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/builds/FreeBSD_stab= le_10/lib/libc/../../contrib/gdtoa -I/builds/FreeBSD_stable_10/lib/libc/../= ../contrib/libc-vis -DINET6 -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_= stable_10/lib/libc -I/builds/FreeBSD_stable_10/lib/libc/resolv -D_ACL_PRIVA= TE -DPOSIX_MISTAKE -I/builds/FreeBSD_stable_10/lib/libc/../libmd -I/builds/= FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/include -I/builds/FreeBSD= _stable_10/lib/libc/../../contrib/tzcode/stdtime -I/builds/FreeBSD_stable_1= 0/lib/libc/stdtime -I/builds/FreeBSD_stable_10/lib/libc/locale -DBROKEN_DES= -DPORTMAP -DDES_BUILTIN -I/builds/FreeBSD_stable_10/lib/libc/rpc -DYP -DNS= _CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=3Dgnu99 /builds/FreeBS= D_stable_10/lib/libc/db/btree/bt_close.c /builds/FreeBSD_stable_10/lib/libc= /db/btree/bt_conv.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_debug.c = /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_delete.c /builds/FreeBSD_sta= ble_10/lib/libc/db/btree/bt_get.c /builds/FreeBSD_stable_10/lib/libc/db/btr= ee/bt_open.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_overflow.c /bui= lds/FreeBSD_stable_10/lib/libc/db/btree/bt_page.c /builds/FreeBSD_stable_10= /lib/libc/db/btree/bt_put.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_= search.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_seq.c /builds/FreeB= SD_stable_10/lib/libc/db/btree/bt_split.c /builds/FreeBSD_stable_10/lib/lib= c/db/btree/bt_utils.c /builds/FreeBSD_stable_10/lib/libc/db/db/db.c /builds= /FreeBSD_stable_10/lib/libc/db/hash/hash.c /builds/FreeBSD_stable_10/lib/li= bc/db/hash/hash_bigkey.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_bu= f.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_func.c /builds/FreeBSD_= stable_10/lib/libc/db/hash/hash_log2.c /builds/FreeBSD_stable_10/lib/libc/d= b/hash/hash_page.c /builds/FreeBSD_stable_10/lib/libc/db/hash/ndbm.c /build= s/FreeBSD_stable_10/lib/libc/db/mpool/mpool.c /builds/FreeBSD_stable_10/lib= /libc/db/mpool/mpool-compat.c /builds/FreeBSD_stable_10/lib/libc/db/recno/r= ec_close.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_delete.c /builds= /FreeBSD_stable_10/lib/libc/db/recno/rec_get.c /builds/FreeBSD_stable_10/li= b/libc/db/recno/rec_open.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_= put.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_search.c /builds/Free= BSD_stable_10/lib/libc/db/recno/rec_seq.c /builds/FreeBSD_stable_10/lib/lib= c/db/recno/rec_utils.c /builds/FreeBSD_stable_10/lib/libc/compat-43/creat.c= /builds/FreeBSD_stable_10/lib/libc/compat-43/gethostid.c /builds/FreeBSD_s= table_10/lib/libc/compat-43/getwd.c /builds/FreeBSD_stable_10/lib/libc/comp= at-43/killpg.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sethostid.c /bu= ilds/FreeBSD_stable_10/lib/libc/compat-43/setpgrp.c /builds/FreeBSD_stable_= 10/lib/libc/compat-43/setrgid.c /builds/FreeBSD_stable_10/lib/libc/compat-4= 3/setruid.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sigcompat.c /build= s/FreeBSD_stable_10/lib/libc/gen/__getosreldate.c /builds/FreeBSD_stable_10= /lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c /builds/FreeBSD_stable_= 10/lib/libc/gen/__xuname.c /builds/FreeBSD_stable_10/lib/libc/gen/_once_stu= b.c /builds/FreeBSD_stable_10/lib/libc/gen/_pthread_stubs.c /builds/FreeBSD= _stable_10/lib/libc/gen/_rand48.c /builds/FreeBSD_stable_10/lib/libc/gen/_s= pinlock_stub.c /builds/FreeBSD_stable_10/lib/libc/gen/_thread_init.c /build= s/FreeBSD_stable_10/lib/libc/gen/alarm.c /builds/FreeBSD_stable_10/lib/libc= /gen/arc4random.c /builds/FreeBSD_stable_10/lib/libc/gen/assert.c /builds/F= reeBSD_stable_10/lib/libc/gen/auxv.c /builds/FreeBSD_stable_10/lib/libc/gen= /basename.c /builds/FreeBSD_stable_10/lib/libc/gen/cap_sandboxed.c /builds/= FreeBSD_stable_10/lib/libc/gen/check_utility_compat.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/clock.c /builds/FreeBSD_stable_10/lib/libc/gen/clock_getc= puclockid.c /builds/FreeBSD_stable_10/lib/libc/gen/closedir.c /builds/FreeB= SD_stable_10/lib/libc/gen/confstr.c /builds/FreeBSD_stable_10/lib/libc/gen/= crypt.c /builds/FreeBSD_stable_10/lib/libc/gen/ctermid.c /builds/FreeBSD_st= able_10/lib/libc/gen/daemon.c /builds/FreeBSD_stable_10/lib/libc/gen/devnam= e.c /builds/FreeBSD_stable_10/lib/libc/gen/dirfd.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/dirname.c /builds/FreeBSD_stable_10/lib/libc/gen/disklabel.c= /builds/FreeBSD_stable_10/lib/libc/gen/dlfcn.c /builds/FreeBSD_stable_10/l= ib/libc/gen/drand48.c /builds/FreeBSD_stable_10/lib/libc/gen/dup3.c /builds= /FreeBSD_stable_10/lib/libc/gen/elf_utils.c /builds/FreeBSD_stable_10/lib/l= ibc/gen/erand48.c /builds/FreeBSD_stable_10/lib/libc/gen/err.c /builds/Free= BSD_stable_10/lib/libc/gen/errlst.c /builds/FreeBSD_stable_10/lib/libc/gen/= errno.c /builds/FreeBSD_stable_10/lib/libc/gen/exec.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/fdevname.c /builds/FreeBSD_stable_10/lib/libc/gen/feature= _present.c /builds/FreeBSD_stable_10/lib/libc/gen/fmtcheck.c /builds/FreeBS= D_stable_10/lib/libc/gen/fmtmsg.c /builds/FreeBSD_stable_10/lib/libc/gen/fn= match.c /builds/FreeBSD_stable_10/lib/libc/gen/fpclassify.c /builds/FreeBSD= _stable_10/lib/libc/gen/frexp.c /builds/FreeBSD_stable_10/lib/libc/gen/fsta= b.c /builds/FreeBSD_stable_10/lib/libc/gen/ftok.c /builds/FreeBSD_stable_10= /lib/libc/gen/fts.c /builds/FreeBSD_stable_10/lib/libc/gen/fts-compat.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/ftw.c /builds/FreeBSD_stable_10/lib/lib= c/gen/getbootfile.c /builds/FreeBSD_stable_10/lib/libc/gen/getbsize.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/getcap.c /builds/FreeBSD_stable_10/lib/li= bc/gen/getcwd.c /builds/FreeBSD_stable_10/lib/libc/gen/getdomainname.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getgrent.c /builds/FreeBSD_stable_10/lib= /libc/gen/getgrouplist.c /builds/FreeBSD_stable_10/lib/libc/gen/gethostname= .c /builds/FreeBSD_stable_10/lib/libc/gen/getloadavg.c /builds/FreeBSD_stab= le_10/lib/libc/gen/getlogin.c /builds/FreeBSD_stable_10/lib/libc/gen/getmnt= info.c /builds/FreeBSD_stable_10/lib/libc/gen/getnetgrent.c /builds/FreeBSD= _stable_10/lib/libc/gen/getosreldate.c /builds/FreeBSD_stable_10/lib/libc/g= en/getpagesize.c /builds/FreeBSD_stable_10/lib/libc/gen/getpagesizes.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getpeereid.c /builds/FreeBSD_stable_10/l= ib/libc/gen/getprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/getpwent.c= /builds/FreeBSD_stable_10/lib/libc/gen/getttyent.c /builds/FreeBSD_stable_= 10/lib/libc/gen/getusershell.c /builds/FreeBSD_stable_10/lib/libc/gen/getut= xent.c /builds/FreeBSD_stable_10/lib/libc/gen/getvfsbyname.c /builds/FreeBS= D_stable_10/lib/libc/gen/glob.c /builds/FreeBSD_stable_10/lib/libc/gen/init= groups.c /builds/FreeBSD_stable_10/lib/libc/gen/isatty.c /builds/FreeBSD_st= able_10/lib/libc/gen/isinf.c /builds/FreeBSD_stable_10/lib/libc/gen/isnan.c= /builds/FreeBSD_stable_10/lib/libc/gen/jrand48.c /builds/FreeBSD_stable_10= /lib/libc/gen/lcong48.c /builds/FreeBSD_stable_10/lib/libc/gen/libc_dlopen.= c /builds/FreeBSD_stable_10/lib/libc/gen/lockf.c /builds/FreeBSD_stable_10/= lib/libc/gen/lrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/mrand48.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/nftw.c /builds/FreeBSD_stable_10/lib/li= bc/gen/nice.c /builds/FreeBSD_stable_10/lib/libc/gen/nlist.c /builds/FreeBS= D_stable_10/lib/libc/gen/nrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/o= pendir.c /builds/FreeBSD_stable_10/lib/libc/gen/pause.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/pmadvise.c /builds/FreeBSD_stable_10/lib/libc/gen/popen= .c /builds/FreeBSD_stable_10/lib/libc/gen/posix_spawn.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/psignal.c /builds/FreeBSD_stable_10/lib/libc/gen/pututx= line.c /builds/FreeBSD_stable_10/lib/libc/gen/pw_scan.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/raise.c /builds/FreeBSD_stable_10/lib/libc/gen/readdir.= c /builds/FreeBSD_stable_10/lib/libc/gen/readpassphrase.c /builds/FreeBSD_s= table_10/lib/libc/gen/rewinddir.c /builds/FreeBSD_stable_10/lib/libc/gen/sc= andir.c /builds/FreeBSD_stable_10/lib/libc/gen/seed48.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/seekdir.c /builds/FreeBSD_stable_10/lib/libc/gen/semctl= .c /builds/FreeBSD_stable_10/lib/libc/gen/setdomainname.c /builds/FreeBSD_s= table_10/lib/libc/gen/sethostname.c /builds/FreeBSD_stable_10/lib/libc/gen/= setjmperr.c /builds/FreeBSD_stable_10/lib/libc/gen/setmode.c /builds/FreeBS= D_stable_10/lib/libc/gen/setproctitle.c /builds/FreeBSD_stable_10/lib/libc/= gen/setprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/siginterrupt.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/siglist.c /builds/FreeBSD_stable_10/lib= /libc/gen/signal.c /builds/FreeBSD_stable_10/lib/libc/gen/sigsetops.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/sleep.c /builds/FreeBSD_stable_10/lib/lib= c/gen/srand48.c /builds/FreeBSD_stable_10/lib/libc/gen/statvfs.c /builds/Fr= eeBSD_stable_10/lib/libc/gen/stringlist.c /builds/FreeBSD_stable_10/lib/lib= c/gen/strtofflags.c /builds/FreeBSD_stable_10/lib/libc/gen/sysconf.c /build= s/FreeBSD_stable_10/lib/libc/gen/sysctl.c /builds/FreeBSD_stable_10/lib/lib= c/gen/sysctlbyname.c /builds/FreeBSD_stable_10/lib/libc/gen/sysctlnametomib= .c /builds/FreeBSD_stable_10/lib/libc/gen/syslog.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/telldir.c /builds/FreeBSD_stable_10/lib/libc/gen/termios.c /= builds/FreeBSD_stable_10/lib/libc/gen/time.c /builds/FreeBSD_stable_10/lib/= libc/gen/times.c /builds/FreeBSD_stable_10/lib/libc/gen/timezone.c /builds/= FreeBSD_stable_10/lib/libc/gen/tls.c /builds/FreeBSD_stable_10/lib/libc/gen= /ttyname.c /builds/FreeBSD_stable_10/lib/libc/gen/ttyslot.c /builds/FreeBSD= _stable_10/lib/libc/gen/ualarm.c /builds/FreeBSD_stable_10/lib/libc/gen/uli= mit.c /builds/FreeBSD_stable_10/lib/libc/gen/uname.c /builds/FreeBSD_stable= _10/lib/libc/gen/unvis-compat.c /builds/FreeBSD_stable_10/lib/libc/gen/usle= ep.c /builds/FreeBSD_stable_10/lib/libc/gen/utime.c /builds/FreeBSD_stable_= 10/lib/libc/gen/utxdb.c /builds/FreeBSD_stable_10/lib/libc/gen/valloc.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/wait.c /builds/FreeBSD_stable_10/lib/li= bc/gen/wait3.c /builds/FreeBSD_stable_10/lib/libc/gen/waitpid.c /builds/Fre= eBSD_stable_10/lib/libc/gen/waitid.c /builds/FreeBSD_stable_10/lib/libc/gen= /wordexp.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-pwcache/pw= cache.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/unvis.c /= builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/vis.c cancelpoints= _sem.c cancelpoints_sem_new.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/= _setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/_set_tp.c /builds/Fr= eeBSD_stable_10/lib/libc/amd64/gen/rfork_thread.S /builds/FreeBSD_stable_10= /lib/libc/amd64/gen/setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/s= igsetjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fabs.S /builds/Free= BSD_stable_10/lib/libc/amd64/gen/getcontextx.c /builds/FreeBSD_stable_10/li= b/libc/amd64/gen/infinity.c /builds/FreeBSD_stable_10/lib/libc/gen/ldexp.c = /builds/FreeBSD_stable_10/lib/libc/amd64/gen/makecontext.c /builds/FreeBSD_= stable_10/lib/libc/amd64/gen/signalcontext.c /builds/FreeBSD_stable_10/lib/= libc/amd64/gen/flt_rounds.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fp= getmask.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetmask.c /builds/= FreeBSD_stable_10/lib/libc/amd64/gen/fpgetprec.c /builds/FreeBSD_stable_10/= lib/libc/amd64/gen/fpsetprec.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen= /fpgetround.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetround.c /bu= ilds/FreeBSD_stable_10/lib/libc/amd64/gen/fpgetsticky.c /builds/FreeBSD_sta= ble_10/lib/libc/gmon/gmon.c /builds/FreeBSD_stable_10/lib/libc/gmon/mcount.= c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_bcs.c /builds/FreeBSD_sta= ble_10/lib/libc/iconv/citrus_bcs_strtol.c /builds/FreeBSD_stable_10/lib/lib= c/iconv/citrus_bcs_strtoul.c /builds/FreeBSD_stable_10/lib/libc/iconv/citru= s_csmapper.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_db.c /builds/F= reeBSD_stable_10/lib/libc/iconv/citrus_db_factory.c /builds/FreeBSD_stable_= 10/lib/libc/iconv/citrus_db_hash.c /builds/FreeBSD_stable_10/lib/libc/iconv= /citrus_esdb.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/iconv/citrus_iconv.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_lookup.c /builds/FreeBSD_stable_10/lib/libc/iconv/c= itrus_lookup_factory.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_mapp= er.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_memstream.c /builds/Fr= eeBSD_stable_10/lib/libc/iconv/citrus_mmap.c /builds/FreeBSD_stable_10/lib/= libc/iconv/citrus_module.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_= none.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_pivot_factory.c /bui= lds/FreeBSD_stable_10/lib/libc/iconv/citrus_prop.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_stdenc.c /builds/FreeBSD_stable_10/lib/libc/iconv/b= sd_iconv.c /builds/FreeBSD_stable_10/lib/libc/iconv/iconv_compat.c /builds/= FreeBSD_stable_10/lib/libc/inet/inet_addr.c /builds/FreeBSD_stable_10/lib/l= ibc/inet/inet_cidr_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_cidr= _pton.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_lnaof.c /builds/FreeBS= D_stable_10/lib/libc/inet/inet_makeaddr.c /builds/FreeBSD_stable_10/lib/lib= c/inet/inet_net_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_net_pto= n.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_neta.c /builds/FreeBSD_sta= ble_10/lib/libc/inet/inet_netof.c /builds/FreeBSD_stable_10/lib/libc/inet/i= net_network.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_ntoa.c /builds/F= reeBSD_stable_10/lib/libc/inet/inet_ntop.c /builds/FreeBSD_stable_10/lib/li= bc/inet/inet_pton.c /builds/FreeBSD_stable_10/lib/libc/inet/nsap_addr.c /bu= ilds/FreeBSD_stable_10/lib/libc/isc/ev_streams.c /builds/FreeBSD_stable_10/= lib/libc/isc/ev_timers.c /builds/FreeBSD_stable_10/lib/libc/locale/ascii.c = /builds/FreeBSD_stable_10/lib/libc/locale/big5.c /builds/FreeBSD_stable_10/= lib/libc/locale/btowc.c /builds/FreeBSD_stable_10/lib/libc/locale/collate.c= /builds/FreeBSD_stable_10/lib/libc/locale/collcmp.c /builds/FreeBSD_stable= _10/lib/libc/locale/euc.c /builds/FreeBSD_stable_10/lib/libc/locale/fix_gro= uping.c /builds/FreeBSD_stable_10/lib/libc/locale/gb18030.c /builds/FreeBSD= _stable_10/lib/libc/locale/gb2312.c /builds/FreeBSD_stable_10/lib/libc/loca= le/gbk.c /builds/FreeBSD_stable_10/lib/libc/locale/ctype.c /builds/FreeBSD_= stable_10/lib/libc/locale/isctype.c /builds/FreeBSD_stable_10/lib/libc/loca= le/iswctype.c /builds/FreeBSD_stable_10/lib/libc/locale/ldpart.c /builds/Fr= eeBSD_stable_10/lib/libc/locale/lmessages.c /builds/FreeBSD_stable_10/lib/l= ibc/locale/lmonetary.c /builds/FreeBSD_stable_10/lib/libc/locale/lnumeric.c= /builds/FreeBSD_stable_10/lib/libc/locale/localeconv.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/mblen.c /builds/FreeBSD_stable_10/lib/libc/locale/mb= rlen.c /builds/FreeBSD_stable_10/lib/libc/locale/mbrtowc.c /builds/FreeBSD_= stable_10/lib/libc/locale/mbsinit.c /builds/FreeBSD_stable_10/lib/libc/loca= le/mbsnrtowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mbsrtowcs.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/mbtowc.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbstowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mskanji.c= /builds/FreeBSD_stable_10/lib/libc/locale/nextwctype.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/nl_langinfo.c /builds/FreeBSD_stable_10/lib/libc/loc= ale/nomacros.c /builds/FreeBSD_stable_10/lib/libc/locale/none.c /builds/Fre= eBSD_stable_10/lib/libc/locale/rpmatch.c /builds/FreeBSD_stable_10/lib/libc= /locale/rune.c /builds/FreeBSD_stable_10/lib/libc/locale/runetype.c /builds= /FreeBSD_stable_10/lib/libc/locale/setlocale.c /builds/FreeBSD_stable_10/li= b/libc/locale/setrunelocale.c /builds/FreeBSD_stable_10/lib/libc/locale/tab= le.c /builds/FreeBSD_stable_10/lib/libc/locale/tolower.c /builds/FreeBSD_st= able_10/lib/libc/locale/toupper.c /builds/FreeBSD_stable_10/lib/libc/locale= /utf8.c /builds/FreeBSD_stable_10/lib/libc/locale/wcrtomb.c /builds/FreeBSD= _stable_10/lib/libc/locale/wcsnrtombs.c /builds/FreeBSD_stable_10/lib/libc/= locale/wcsrtombs.c /builds/FreeBSD_stable_10/lib/libc/locale/wcsftime.c /bu= ilds/FreeBSD_stable_10/lib/libc/locale/wcstof.c /builds/FreeBSD_stable_10/l= ib/libc/locale/wcstod.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoimax= .c /builds/FreeBSD_stable_10/lib/libc/locale/wcstol.c /builds/FreeBSD_stabl= e_10/lib/libc/locale/wcstold.c /builds/FreeBSD_stable_10/lib/libc/locale/wc= stoll.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstombs.c /builds/FreeBS= D_stable_10/lib/libc/locale/wcstoul.c /builds/FreeBSD_stable_10/lib/libc/lo= cale/wcstoull.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoumax.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/wctob.c /builds/FreeBSD_stable_10/lib/= libc/locale/wctomb.c /builds/FreeBSD_stable_10/lib/libc/locale/wctrans.c /b= uilds/FreeBSD_stable_10/lib/libc/locale/wctype.c /builds/FreeBSD_stable_10/= lib/libc/locale/wcwidth.c /builds/FreeBSD_stable_10/lib/libc/locale/xlocale= .c /builds/FreeBSD_stable_10/lib/libc/locale/c16rtomb_iconv.c /builds/FreeB= SD_stable_10/lib/libc/locale/c32rtomb_iconv.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbrtoc16_iconv.c /builds/FreeBSD_stable_10/lib/libc/locale/mbr= toc32_iconv.c /builds/FreeBSD_stable_10/lib/libc/../libmd/md5c.c /builds/Fr= eeBSD_stable_10/lib/libc/nameser/ns_name.c /builds/FreeBSD_stable_10/lib/li= bc/nameser/ns_netint.c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_parse.= c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_print.c /builds/FreeBSD_sta= ble_10/lib/libc/nameser/ns_samedomain.c /builds/FreeBSD_stable_10/lib/libc/= nameser/ns_ttl.c /builds/FreeBSD_stable_10/lib/libc/net/base64.c /builds/Fr= eeBSD_stable_10/lib/libc/net/ether_addr.c /builds/FreeBSD_stable_10/lib/lib= c/net/eui64.c /builds/FreeBSD_stable_10/lib/libc/net/gai_strerror.c /builds= /FreeBSD_stable_10/lib/libc/net/getaddrinfo.c /builds/FreeBSD_stable_10/lib= /libc/net/gethostbydns.c /builds/FreeBSD_stable_10/lib/libc/net/gethostbyht= .c /builds/FreeBSD_stable_10/lib/libc/net/gethostbynis.c /builds/FreeBSD_st= able_10/lib/libc/net/gethostnamadr.c /builds/FreeBSD_stable_10/lib/libc/net= /getifaddrs.c /builds/FreeBSD_stable_10/lib/libc/net/getifmaddrs.c /builds/= FreeBSD_stable_10/lib/libc/net/getnameinfo.c /builds/FreeBSD_stable_10/lib/= libc/net/getnetbydns.c /builds/FreeBSD_stable_10/lib/libc/net/getnetbyht.c = /builds/FreeBSD_stable_10/lib/libc/net/getnetbynis.c /builds/FreeBSD_stable= _10/lib/libc/net/getnetnamadr.c /builds/FreeBSD_stable_10/lib/libc/net/getp= roto.c /builds/FreeBSD_stable_10/lib/libc/net/getprotoent.c /builds/FreeBSD= _stable_10/lib/libc/net/getprotoname.c /builds/FreeBSD_stable_10/lib/libc/n= et/getservent.c /builds/FreeBSD_stable_10/lib/libc/net/if_indextoname.c /bu= ilds/FreeBSD_stable_10/lib/libc/net/if_nameindex.c /builds/FreeBSD_stable_1= 0/lib/libc/net/if_nametoindex.c /builds/FreeBSD_stable_10/lib/libc/net/ip6o= pt.c /builds/FreeBSD_stable_10/lib/libc/net/linkaddr.c /builds/FreeBSD_stab= le_10/lib/libc/net/map_v4v6.c /builds/FreeBSD_stable_10/lib/libc/net/name6.= c /builds/FreeBSD_stable_10/lib/libc/net/ntoh.c /builds/FreeBSD_stable_10/l= ib/libc/net/nsdispatch.c nslexer.c nsparser.c /builds/FreeBSD_stable_10/lib= /libc/net/nss_compat.c /builds/FreeBSD_stable_10/lib/libc/net/rcmd.c /build= s/FreeBSD_stable_10/lib/libc/net/rcmdsh.c /builds/FreeBSD_stable_10/lib/lib= c/net/recv.c /builds/FreeBSD_stable_10/lib/libc/net/rthdr.c /builds/FreeBSD= _stable_10/lib/libc/net/sctp_sys_calls.c /builds/FreeBSD_stable_10/lib/libc= /net/send.c /builds/FreeBSD_stable_10/lib/libc/net/sockatmark.c /builds/Fre= eBSD_stable_10/lib/libc/net/sourcefilter.c /builds/FreeBSD_stable_10/lib/li= bc/net/vars.c /builds/FreeBSD_stable_10/lib/libc/net/nscache.c /builds/Free= BSD_stable_10/lib/libc/net/nscachedcli.c /builds/FreeBSD_stable_10/lib/libc= /nls/msgcat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_branding.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_calc_mask.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_copy.c /builds/FreeBSD_stable_10/lib/libc/posix= 1e/acl_compat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete_entry.c /builds/FreeBSD_= stable_10/lib/libc/posix1e/acl_entry.c /builds/FreeBSD_stable_10/lib/libc/p= osix1e/acl_flag.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_free.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_from_text.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_from_text_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/acl_get.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_id_to= _name.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_init.c /builds/FreeB= SD_stable_10/lib/libc/posix1e/acl_perm.c /builds/FreeBSD_stable_10/lib/libc= /posix1e/acl_set.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_strip.c /= builds/FreeBSD_stable_10/lib/libc/posix1e/acl_support.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_support_nfs4.c /builds/FreeBSD_stable_10/lib/li= bc/posix1e/acl_to_text.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_to_= text_nfs4.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_valid.c /builds/= FreeBSD_stable_10/lib/libc/posix1e/extattr.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/mac.c /builds/FreeBSD_stable_10/lib/libc/posix1e/mac_exec.c /b= uilds/FreeBSD_stable_10/lib/libc/posix1e/mac_get.c /builds/FreeBSD_stable_1= 0/lib/libc/posix1e/mac_set.c subr_acl_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/regex/regcomp.c /builds/FreeBSD_stable_10/lib/libc/regex/regerror.c /b= uilds/FreeBSD_stable_10/lib/libc/regex/regexec.c /builds/FreeBSD_stable_10/= lib/libc/regex/regfree.c /builds/FreeBSD_stable_10/lib/libc/resolv/herror.c= /builds/FreeBSD_stable_10/lib/libc/resolv/h_errno.c /builds/FreeBSD_stable= _10/lib/libc/resolv/mtctxres.c /builds/FreeBSD_stable_10/lib/libc/resolv/re= s_comp.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_data.c /builds/FreeB= SD_stable_10/lib/libc/resolv/res_debug.c /builds/FreeBSD_stable_10/lib/libc= /resolv/res_findzonecut.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_ini= t.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_mkquery.c /builds/FreeBSD= _stable_10/lib/libc/resolv/res_mkupdate.c /builds/FreeBSD_stable_10/lib/lib= c/resolv/res_query.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_send.c /= builds/FreeBSD_stable_10/lib/libc/resolv/res_state.c /builds/FreeBSD_stable= _10/lib/libc/resolv/res_update.c /builds/FreeBSD_stable_10/lib/libc/stdio/_= flock_stub.c /builds/FreeBSD_stable_10/lib/libc/stdio/asprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/clrerr.c /builds/FreeBSD_stable_10/lib/libc/= stdio/dprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fclose.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fcloseall.c /builds/FreeBSD_stable_10/lib/l= ibc/stdio/fdopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/feof.c /builds/= FreeBSD_stable_10/lib/libc/stdio/ferror.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fflush.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetc.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetln.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetpos.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgets.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetwln.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetws.c /builds/= FreeBSD_stable_10/lib/libc/stdio/fileno.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/findfp.c /builds/FreeBSD_stable_10/lib/libc/stdio/flags.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fmemopen.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/fprintf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/fpurge.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fputc.c /builds/FreeBSD_stable_10/lib/libc/stdio/fputs.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fputwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fputws.c /builds/FreeBSD_stable_10/lib/libc/stdio/fread.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/freopen.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fseek.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fsetpos.c /builds/FreeBSD_stable_10/lib/libc= /stdio/ftell.c /builds/FreeBSD_stable_10/lib/libc/stdio/funopen.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fvwrite.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwalk.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwide.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fwprintf.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwrite.c /builds= /FreeBSD_stable_10/lib/libc/stdio/getc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/getchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/getdelim.c /build= s/FreeBSD_stable_10/lib/libc/stdio/getline.c /builds/FreeBSD_stable_10/lib/= libc/stdio/gets.c /builds/FreeBSD_stable_10/lib/libc/stdio/getw.c /builds/F= reeBSD_stable_10/lib/libc/stdio/getwc.c /builds/FreeBSD_stable_10/lib/libc/= stdio/getwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/makebuf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/mktemp.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/open_memstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/open_wme= mstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/perror.c /builds/FreeBSD= _stable_10/lib/libc/stdio/printf.c /builds/FreeBSD_stable_10/lib/libc/stdio= /printf-pos.c /builds/FreeBSD_stable_10/lib/libc/stdio/putc.c /builds/FreeB= SD_stable_10/lib/libc/stdio/putchar.c /builds/FreeBSD_stable_10/lib/libc/st= dio/puts.c /builds/FreeBSD_stable_10/lib/libc/stdio/putw.c /builds/FreeBSD_= stable_10/lib/libc/stdio/putwc.c /builds/FreeBSD_stable_10/lib/libc/stdio/p= utwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/refill.c /builds/FreeBSD= _stable_10/lib/libc/stdio/remove.c /builds/FreeBSD_stable_10/lib/libc/stdio= /rewind.c /builds/FreeBSD_stable_10/lib/libc/stdio/rget.c /builds/FreeBSD_s= table_10/lib/libc/stdio/scanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/se= tbuf.c /builds/FreeBSD_stable_10/lib/libc/stdio/setbuffer.c /builds/FreeBSD= _stable_10/lib/libc/stdio/setvbuf.c /builds/FreeBSD_stable_10/lib/libc/stdi= o/snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/sprintf.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/sscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/stdio.c /builds/FreeBSD_stable_10/lib/libc/stdio/swprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/swscanf.c /builds/FreeBSD_stable_10/lib/libc= /stdio/tempnam.c /builds/FreeBSD_stable_10/lib/libc/stdio/tmpfile.c /builds= /FreeBSD_stable_10/lib/libc/stdio/tmpnam.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/ungetc.c /builds/FreeBSD_stable_10/lib/libc/stdio/ungetwc.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vasprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/vdprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfprintf.c= /builds/FreeBSD_stable_10/lib/libc/stdio/vfscanf.c /builds/FreeBSD_stable_= 10/lib/libc/stdio/vfwprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfws= canf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vprintf.c /builds/FreeBSD_s= table_10/lib/libc/stdio/vscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/v= snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vsprintf.c /builds/Free= BSD_stable_10/lib/libc/stdio/vsscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/vswprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vswscanf.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vwprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/vwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wbuf.c /buil= ds/FreeBSD_stable_10/lib/libc/stdio/wprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/wscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wsetup.c /bui= lds/FreeBSD_stable_10/lib/libc/stdio/xprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/xprintf_float.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprin= tf_int.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_str.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/xprintf_errno.c /builds/FreeBSD_stable_10/lib= /libc/stdio/xprintf_hexdump.c /builds/FreeBSD_stable_10/lib/libc/stdio/xpri= ntf_quote.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_time.c /builds= /FreeBSD_stable_10/lib/libc/stdio/xprintf_vis.c /builds/FreeBSD_stable_10/l= ib/libc/../../contrib/tzcode/stdtime/asctime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/difftime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/localtime.c /builds/FreeBSD_stable_10/l= ib/libc/stdtime/strftime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/strpt= ime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/timelocal.c /builds/FreeBS= D_stable_10/lib/libc/stdtime/time32.c /builds/FreeBSD_stable_10/lib/libc/am= d64/sys/amd64_get_fsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd= 64_get_gsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_fsba= se.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_gsbase.c /build= s/FreeBSD_stable_10/lib/libc/amd64/sys/__vdso_gettc.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/clock_gettime.c /builds/FreeBSD_stable_10/lib/libc/sys/ge= ttimeofday.c /builds/FreeBSD_stable_10/lib/libc/sys/__vdso_gettimeofday.c /= builds/FreeBSD_stable_10/lib/libc/sys/stack_protector.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/stack_protector_compat.c /builds/FreeBSD_stable_10/lib/= libc/sys/__error.c /builds/FreeBSD_stable_10/lib/libc/sys/interposing_table= .c /builds/FreeBSD_stable_10/lib/libc/sys/ftruncate.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/lseek.c /builds/FreeBSD_stable_10/lib/libc/sys/mmap.c /bu= ilds/FreeBSD_stable_10/lib/libc/sys/pread.c /builds/FreeBSD_stable_10/lib/l= ibc/sys/pwrite.c /builds/FreeBSD_stable_10/lib/libc/sys/truncate.c /builds/= FreeBSD_stable_10/lib/libc/sys/accept.c /builds/FreeBSD_stable_10/lib/libc/= sys/accept4.c /builds/FreeBSD_stable_10/lib/libc/sys/aio_suspend.c /builds/= FreeBSD_stable_10/lib/libc/sys/close.c /builds/FreeBSD_stable_10/lib/libc/s= ys/connect.c /builds/FreeBSD_stable_10/lib/libc/sys/fcntl.c /builds/FreeBSD= _stable_10/lib/libc/sys/fsync.c /builds/FreeBSD_stable_10/lib/libc/sys/fork= .c /builds/FreeBSD_stable_10/lib/libc/sys/kevent.c /builds/FreeBSD_stable_1= 0/lib/libc/sys/msync.c /builds/FreeBSD_stable_10/lib/libc/sys/nanosleep.c /= builds/FreeBSD_stable_10/lib/libc/sys/open.c /builds/FreeBSD_stable_10/lib/= libc/sys/openat.c /builds/FreeBSD_stable_10/lib/libc/sys/poll.c /builds/Fre= eBSD_stable_10/lib/libc/sys/ppoll.c /builds/FreeBSD_stable_10/lib/libc/sys/= pselect.c /builds/FreeBSD_stable_10/lib/libc/sys/read.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/readv.c /builds/FreeBSD_stable_10/lib/libc/sys/recvfrom= .c /builds/FreeBSD_stable_10/lib/libc/sys/recvmsg.c /builds/FreeBSD_stable_= 10/lib/libc/sys/select.c /builds/FreeBSD_stable_10/lib/libc/sys/sendmsg.c /= builds/FreeBSD_stable_10/lib/libc/sys/sendto.c /builds/FreeBSD_stable_10/li= b/libc/sys/setcontext.c /builds/FreeBSD_stable_10/lib/libc/sys/sigprocmask.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigsuspend.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/sigtimedwait.c /builds/FreeBSD_stable_10/lib/libc/sys/sig= wait.c /builds/FreeBSD_stable_10/lib/libc/sys/sigwaitinfo.c /builds/FreeBSD= _stable_10/lib/libc/sys/swapcontext.c /builds/FreeBSD_stable_10/lib/libc/sy= s/wait4.c /builds/FreeBSD_stable_10/lib/libc/sys/wait6.c /builds/FreeBSD_st= able_10/lib/libc/sys/write.c /builds/FreeBSD_stable_10/lib/libc/sys/writev.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigaction.c /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/vfork.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys= /brk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/cerror.S /builds/FreeBS= D_stable_10/lib/libc/amd64/sys/exect.S /builds/FreeBSD_stable_10/lib/libc/a= md64/sys/getcontext.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/pipe.S /= builds/FreeBSD_stable_10/lib/libc/amd64/sys/ptrace.S /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/reboot.S /builds/FreeBSD_stable_10/lib/libc/amd64/sy= s/sbrk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/setlogin.S /builds/Fr= eeBSD_stable_10/lib/libc/amd64/sys/sigreturn.S syscall.S link.S unlink.S ch= dir.S fchdir.S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid.S mount.= S unmount.S setuid.S getuid.S geteuid.S getpeername.S getsockname.S access.= S chflags.S fchflags.S sync.S kill.S getppid.S dup.S getegid.S profil.S ktr= ace.S getgid.S acct.S sigaltstack.S ioctl.S revoke.S symlink.S readlink.S e= xecve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S mincore.S = getgroups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S getitimer.= S getdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind.S setsoc= kopt.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S fchmod.S s= etreuid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpair.S mkdi= r.S rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S nfssvc.S f= reebsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getdomainname= .S freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S semsys.S ms= gsys.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_adjtime.S s= etgid.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpathconf.S g= etrlimit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S freebsd6= _lseek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock.S munloc= k.S undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S semop.S fre= ebsd7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.S shmdt.S= shmget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_delete.S kt= imer_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcounter.S ff= clock_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S ntp_gettim= e.S minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S lio_list= io.S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S nstat.S n= fstat.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S fhstat.S m= odnext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldfind.S kld= next.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S aio_return.= S aio_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S mlockall.= S munlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_setschedu= ler.S sched_getscheduler.S sched_yield.S sched_get_priority_max.S sched_get= _priority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile.S kldsym= .S jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebsd4_sigret= urn.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl= _delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S = extattrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_file.S ai= o_waitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S extattr_= get_fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S nmount.S = __mac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S __mac_set= _fd.S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_syscall.S= getfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.S ksem_wa= it.S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_getvalue.S k= sem_destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S extattr_set= _link.S extattr_get_link.S extattr_delete_link.S __mac_execve.S swapoff.S _= _acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S = thr_create.S thr_exit.S thr_self.S thr_kill.S _umtx_lock.S _umtx_unlock.S j= ail_attach.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S ksem= _timedwait.S thr_suspend.S thr_wake.S kldunloadf.S audit.S auditon.S getaui= d.S setauid.S getaudit.S setaudit.S getaudit_addr.S setaudit_addr.S auditct= l.S _umtx_op.S thr_new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedrecei= ve.S kmq_timedsend.S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_= fsync.S rtprio_thread.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_= sendmsg_iov.S sctp_generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cp= uset.S cpuset_setid.S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinit= y.S faccessat.S fchmodat.S fchownat.S fexecve.S fstatat.S futimesat.S linka= t.S mkdirat.S mkfifoat.S mknodat.S readlinkat.S renameat.S symlinkat.S unli= nkat.S posix_openpt.S gssd_syscall.S jail_get.S jail_set.S jail_remove.S cl= osefrom.S __semctl.S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_e= nter.S cap_getmode.S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginc= lass.S rctl_get_racct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S = rctl_remove_rule.S posix_fallocate.S posix_fadvise.S cap_rights_limit.S cap= _ioctls_limit.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat= .S connectat.S chflagsat.S pipe2.S aio_mlock.S procctl.S _getlogin.S _exit.= S _pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_getti= me.S _gettimeofday.S _accept.S _accept4.S _aio_suspend.S _close.S _connect.= S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanosleep.S _open.S _openat= .S _poll.S _ppoll.S _pselect.S _read.S _readv.S _recvfrom.S _recvmsg.S _sel= ect.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask.S _sigsuspend.S _sigt= imedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _wait4.S _wait6.S _writ= e.S _writev.S _sigaction.S /builds/FreeBSD_stable_10/lib/libc/rpc/auth_none= .c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_unix.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/authunix_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/bi= ndresvport.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_bcast.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/clnt_dg.c /builds/FreeBSD_stable_10/lib/libc/r= pc/clnt_generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_perror.c /bui= lds/FreeBSD_stable_10/lib/libc/rpc/clnt_raw.c /builds/FreeBSD_stable_10/lib= /libc/rpc/clnt_simple.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_vc.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/rpc_dtablesize.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/getnetconfig.c /builds/FreeBSD_stable_10/lib/libc/rpc/get= netpath.c /builds/FreeBSD_stable_10/lib/libc/rpc/getrpcent.c /builds/FreeBS= D_stable_10/lib/libc/rpc/getrpcport.c /builds/FreeBSD_stable_10/lib/libc/rp= c/mt_misc.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_clnt.c /builds/Free= BSD_stable_10/lib/libc/rpc/pmap_getmaps.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/pmap_getport.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot2.c /builds/FreeBSD_stable_10/= lib/libc/rpc/pmap_rmt.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_prot.c /= builds/FreeBSD_stable_10/lib/libc/rpc/rpc_commondata.c /builds/FreeBSD_stab= le_10/lib/libc/rpc/rpc_callmsg.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc= _generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_soc.c /builds/FreeBSD= _stable_10/lib/libc/rpc/rpcb_clnt.c /builds/FreeBSD_stable_10/lib/libc/rpc/= rpcb_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpcb_st_xdr.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/rpcsec_gss_stub.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_auth.c /builds/= FreeBSD_stable_10/lib/libc/rpc/svc_dg.c /builds/FreeBSD_stable_10/lib/libc/= rpc/svc_auth_unix.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_generic.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_raw.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc_run.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_simple.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_vc.c /builds/FreeBSD_stable_10/lib= /libc/rpc/auth_time.c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_des.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/authdes_prot.c /builds/FreeBSD_stable_1= 0/lib/libc/rpc/des_crypt.c /builds/FreeBSD_stable_10/lib/libc/rpc/des_soft.= c /builds/FreeBSD_stable_10/lib/libc/rpc/crypt_client.c /builds/FreeBSD_sta= ble_10/lib/libc/rpc/key_call.c /builds/FreeBSD_stable_10/lib/libc/rpc/key_p= rot_xdr.c /builds/FreeBSD_stable_10/lib/libc/rpc/getpublickey.c /builds/Fre= eBSD_stable_10/lib/libc/rpc/svc_auth_des.c /builds/FreeBSD_stable_10/lib/li= bc/rpc/netname.c /builds/FreeBSD_stable_10/lib/libc/rpc/netnamer.c /builds/= FreeBSD_stable_10/lib/libc/rpc/rpcdname.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/rtime.c crypt_clnt.c crypt_xdr.c /builds/FreeBSD_stable_10/lib/libc/u= uid/uuid_compare.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_create.c /b= uilds/FreeBSD_stable_10/lib/libc/uuid/uuid_create_nil.c /builds/FreeBSD_sta= ble_10/lib/libc/uuid/uuid_equal.c /builds/FreeBSD_stable_10/lib/libc/uuid/u= uid_from_string.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/uuid/uuid_is_nil.c /builds/FreeBSD_stable_10/= lib/libc/uuid/uuid_stream.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_to= _string.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr.c /builds/FreeBSD_stab= le_10/lib/libc/xdr/xdr_array.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_f= loat.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_mem.c /builds/FreeBSD_sta= ble_10/lib/libc/xdr/xdr_rec.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_re= ference.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_sizeof.c /builds/FreeB= SD_stable_10/lib/libc/xdr/xdr_stdio.c /builds/FreeBSD_stable_10/lib/libc/yp= /xdryp.c yp_xdr.c /builds/FreeBSD_stable_10/lib/libc/yp/yplib.c /builds/Fre= eBSD_stable_10/lib/libc/../../sys/kern/subr_capability.c /builds/FreeBSD_st= able_10/lib/libc/gdtoa/machdep_ldisx.c /builds/FreeBSD_stable_10/lib/libc/a= md64/stdlib/div.S /builds/FreeBSD_stable_10/lib/libc/amd64/stdlib/ldiv.S /b= uilds/FreeBSD_stable_10/lib/libc/amd64/stdlib/lldiv.S /builds/FreeBSD_stabl= e_10/lib/libc/amd64/string/bcmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/= string/bcopy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/bzero.S /bui= lds/FreeBSD_stable_10/lib/libc/amd64/string/memcmp.S /builds/FreeBSD_stable= _10/lib/libc/amd64/string/memcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64= /string/memmove.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/memset.S = /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcat.S /builds/FreeBSD_st= able_10/lib/libc/amd64/string/strcmp.S /builds/FreeBSD_stable_10/lib/libc/a= md64/string/stpcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcpy= .c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_hdtoa.c /builds/FreeBSD_stable= _10/lib/libc/gdtoa/_hldtoa.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_ldto= a.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/glue.c gdtoa_strtorx.c gdtoa_d= misc.c gdtoa_dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gdtoa_hd_ini= t.c gdtoa_hexnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdtoa_strtodg.= c gdtoa_strtof.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c /builds/FreeBSD_st= able_10/lib/libc/gen/modf.c /builds/FreeBSD_stable_10/lib/libc/stdlib/_Exit= .c /builds/FreeBSD_stable_10/lib/libc/stdlib/a64l.c /builds/FreeBSD_stable_= 10/lib/libc/stdlib/abort.c /builds/FreeBSD_stable_10/lib/libc/stdlib/abs.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/atexit.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/atof.c /builds/FreeBSD_stable_10/lib/libc/stdlib/atoi.c /= builds/FreeBSD_stable_10/lib/libc/stdlib/atol.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/atoll.c /builds/FreeBSD_stable_10/lib/libc/stdlib/bsearch.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/exit.c /builds/FreeBSD_stable_10/= lib/libc/stdlib/getenv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt.c= /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt_long.c /builds/FreeBSD_st= able_10/lib/libc/stdlib/getsubopt.c /builds/FreeBSD_stable_10/lib/libc/stdl= ib/hcreate.c /builds/FreeBSD_stable_10/lib/libc/stdlib/heapsort.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/imaxabs.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/imaxdiv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/insque.c /bui= lds/FreeBSD_stable_10/lib/libc/stdlib/l64a.c /builds/FreeBSD_stable_10/lib/= libc/stdlib/labs.c /builds/FreeBSD_stable_10/lib/libc/stdlib/llabs.c /build= s/FreeBSD_stable_10/lib/libc/stdlib/lsearch.c /builds/FreeBSD_stable_10/lib= /libc/stdlib/merge.c /builds/FreeBSD_stable_10/lib/libc/stdlib/ptsname.c /b= uilds/FreeBSD_stable_10/lib/libc/stdlib/qsort.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/qsort_r.c /builds/FreeBSD_stable_10/lib/libc/stdlib/quick_ex= it.c /builds/FreeBSD_stable_10/lib/libc/stdlib/radixsort.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/rand.c /builds/FreeBSD_stable_10/lib/libc/stdlib/= random.c /builds/FreeBSD_stable_10/lib/libc/stdlib/reallocf.c /builds/FreeB= SD_stable_10/lib/libc/stdlib/realpath.c /builds/FreeBSD_stable_10/lib/libc/= stdlib/remque.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strfmon.c /builds= /FreeBSD_stable_10/lib/libc/stdlib/strtoimax.c /builds/FreeBSD_stable_10/li= b/libc/stdlib/strtol.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoll.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoq.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/strtoul.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strto= num.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoull.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/strtoumax.c /builds/FreeBSD_stable_10/lib/libc/st= dlib/strtouq.c /builds/FreeBSD_stable_10/lib/libc/stdlib/system.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/tdelete.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/tfind.c /builds/FreeBSD_stable_10/lib/libc/stdlib/tsearch.c /buil= ds/FreeBSD_stable_10/lib/libc/stdlib/twalk.c jemalloc_jemalloc.c jemalloc_a= rena.c jemalloc_atomic.c jemalloc_base.c jemalloc_bitmap.c jemalloc_chunk.c= jemalloc_chunk_dss.c jemalloc_chunk_mmap.c jemalloc_ckh.c jemalloc_ctl.c j= emalloc_extent.c jemalloc_hash.c jemalloc_huge.c jemalloc_mb.c jemalloc_mut= ex.c jemalloc_prof.c jemalloc_quarantine.c jemalloc_rtree.c jemalloc_stats.= c jemalloc_tcache.c jemalloc_util.c jemalloc_tsd.c /builds/FreeBSD_stable_1= 0/lib/libc/string/ffs.c /builds/FreeBSD_stable_10/lib/libc/string/ffsl.c /b= uilds/FreeBSD_stable_10/lib/libc/string/ffsll.c /builds/FreeBSD_stable_10/l= ib/libc/string/fls.c /builds/FreeBSD_stable_10/lib/libc/string/flsl.c /buil= ds/FreeBSD_stable_10/lib/libc/string/flsll.c /builds/FreeBSD_stable_10/lib/= libc/string/memccpy.c /builds/FreeBSD_stable_10/lib/libc/string/memchr.c /b= uilds/FreeBSD_stable_10/lib/libc/string/memrchr.c /builds/FreeBSD_stable_10= /lib/libc/string/memmem.c /builds/FreeBSD_stable_10/lib/libc/string/stpncpy= .c /builds/FreeBSD_stable_10/lib/libc/string/strcasecmp.c /builds/FreeBSD_s= table_10/lib/libc/string/strcasestr.c /builds/FreeBSD_stable_10/lib/libc/st= ring/strchr.c /builds/FreeBSD_stable_10/lib/libc/string/strchrnul.c /builds= /FreeBSD_stable_10/lib/libc/string/strcoll.c /builds/FreeBSD_stable_10/lib/= libc/string/strcspn.c /builds/FreeBSD_stable_10/lib/libc/string/strdup.c /b= uilds/FreeBSD_stable_10/lib/libc/string/strerror.c /builds/FreeBSD_stable_1= 0/lib/libc/string/strlcat.c /builds/FreeBSD_stable_10/lib/libc/string/strlc= py.c /builds/FreeBSD_stable_10/lib/libc/string/strlen.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strmode.c /builds/FreeBSD_stable_10/lib/libc/string/= strncat.c /builds/FreeBSD_stable_10/lib/libc/string/strncmp.c /builds/FreeB= SD_stable_10/lib/libc/string/strncpy.c /builds/FreeBSD_stable_10/lib/libc/s= tring/strndup.c /builds/FreeBSD_stable_10/lib/libc/string/strnlen.c /builds= /FreeBSD_stable_10/lib/libc/string/strnstr.c /builds/FreeBSD_stable_10/lib/= libc/string/strpbrk.c /builds/FreeBSD_stable_10/lib/libc/string/strrchr.c /= builds/FreeBSD_stable_10/lib/libc/string/strsep.c /builds/FreeBSD_stable_10= /lib/libc/string/strsignal.c /builds/FreeBSD_stable_10/lib/libc/string/strs= pn.c /builds/FreeBSD_stable_10/lib/libc/string/strstr.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strtok.c /builds/FreeBSD_stable_10/lib/libc/string/s= trxfrm.c /builds/FreeBSD_stable_10/lib/libc/string/swab.c /builds/FreeBSD_s= table_10/lib/libc/string/wcpcpy.c /builds/FreeBSD_stable_10/lib/libc/string= /wcpncpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscasecmp.c /builds/F= reeBSD_stable_10/lib/libc/string/wcscat.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcschr.c /builds/FreeBSD_stable_10/lib/libc/string/wcscmp.c /build= s/FreeBSD_stable_10/lib/libc/string/wcscoll.c /builds/FreeBSD_stable_10/lib= /libc/string/wcscpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscspn.c /= builds/FreeBSD_stable_10/lib/libc/string/wcsdup.c /builds/FreeBSD_stable_10= /lib/libc/string/wcslcat.c /builds/FreeBSD_stable_10/lib/libc/string/wcslcp= y.c /builds/FreeBSD_stable_10/lib/libc/string/wcslen.c /builds/FreeBSD_stab= le_10/lib/libc/string/wcsncasecmp.c /builds/FreeBSD_stable_10/lib/libc/stri= ng/wcsncat.c /builds/FreeBSD_stable_10/lib/libc/string/wcsncmp.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wcsncpy.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcsnlen.c /builds/FreeBSD_stable_10/lib/libc/string/wcspbrk.c /bui= lds/FreeBSD_stable_10/lib/libc/string/wcsrchr.c /builds/FreeBSD_stable_10/l= ib/libc/string/wcsspn.c /builds/FreeBSD_stable_10/lib/libc/string/wcsstr.c = /builds/FreeBSD_stable_10/lib/libc/string/wcstok.c /builds/FreeBSD_stable_1= 0/lib/libc/string/wcswidth.c /builds/FreeBSD_stable_10/lib/libc/string/wcsx= frm.c /builds/FreeBSD_stable_10/lib/libc/string/wmemchr.c /builds/FreeBSD_s= table_10/lib/libc/string/wmemcmp.c /builds/FreeBSD_stable_10/lib/libc/strin= g/wmemcpy.c /builds/FreeBSD_stable_10/lib/libc/string/wmemmove.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wmemset.c /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l:47:10: fatal error: 'nspar= ser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc 1 error make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc *** [lib/libc__L] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10 1 error make[3]: stopped in /builds/FreeBSD_stable_10 *** [libraries] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 1 error make[2]: stopped in /builds/FreeBSD_stable_10 *** [_libraries] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Mon Dec 28 04:42:12 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D8F8A531B9 for ; Mon, 28 Dec 2015 04:42:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 0C5AC13A5; Mon, 28 Dec 2015 04:42:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id AC99C50D; Mon, 28 Dec 2015 04:42:11 +0000 (UTC) Date: Mon, 28 Dec 2015 04:42:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pkelsey@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <1620523273.53.1451277731368.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <411440377.51.1451262275572.JavaMail.jenkins@jenkins-9.freebsd.org> References: <411440377.51.1451262275572.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1901 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 04:42:12 -0000 FreeBSD_stable_10 - Build #1901 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1901/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1901/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1901/console Change summaries: 292823 by pkelsey: MFC r292706: Implementation of server-side TCP Fast Open (TFO) [RFC7413]. TFO is disabled by default in the kernel build. See the top comment in sys/netinet/tcp_fastopen.c for implementation particulars. Differential Revision: https://reviews.freebsd.org/D4350 Sponsored by: Verisign, Inc. From owner-freebsd-stable@freebsd.org Tue Dec 29 08:34:05 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9424CA52F74 for ; Tue, 29 Dec 2015 08:34:05 +0000 (UTC) (envelope-from bounce-hdh3vfe5bp5vd3hwdpbu22qjy45fdlypb6tryxiqlh6vt53kafuq@e.sit.com.tr) Received: from mx-ca-183.xqueue.com (mx-ca-183.xqueue.com [212.6.174.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4987618B3 for ; Tue, 29 Dec 2015 08:34:04 +0000 (UTC) (envelope-from bounce-hdh3vfe5bp5vd3hwdpbu22qjy45fdlypb6tryxiqlh6vt53kafuq@e.sit.com.tr) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=xq; d=e.sit.com.tr; h=Date:From:Reply-To:To:Message-Id:Subject:MIME-Version:Content-Type:List-Unsubscribe; i=kutlama@e.sit.com.tr; bh=OeoGlI9piSpW6JemKMI+YbmsCzI=; b=EzUuCuukajJybGH81xel24DkrS311EU9i5rS20ymhnraZTNbXiyBTfOFYUHnwGsRxekiwdvNvFOo ZXLHG0wfkjVV/AFZEGMnFrz/zUh6sBLqPYVt/iO5qwIjNDMYhc/7ydkOo4uIO/mAV+LnDYOifnP3 CG9LnS4/p5o9GsqDhwo= Received: by mx-ca-183.xqueue.com id hg92nq17puou for ; Tue, 29 Dec 2015 09:18:57 +0100 (envelope-from ) X-Report-Abuse: Please report spam/abuse here: complaints@xqueue.com X-CSA-Complaints: whitelist-complaints@eco.de Date: Tue, 29 Dec 2015 09:19:28 +0100 (CET) From: =?UTF-8?Q?SIT/Ak=C4=B1ll=C4=B1_Yat=C4=B1r=C4=B1mlar_sm?= =?UTF-8?Q?art_investment_in_Turkey?= Reply-To: reply-hdh3vfe5bp5vd3hwdpbu22qjy45fdlypb6tryxiqlh6vt53kafuq@e.sit.com.tr To: "freebsd-stable@freebsd.org" Message-Id: <81937ffe-31f8-43b3-859d-8f425ac008f3@e.sit.com.tr> Subject: =?UTF-8?Q?Bu_Proje_=C4=B0=C3=A7in_Hediyeniz_Bizden?= MIME-Version: 1.0 X-Mailer: Maileon X-Maileon-FingerPrint: hdh3vfe5bp5vd3hwdpbu22qjy45fdlypb6tryxiqlh6vt53kafuq X-Campaign: M.2212|119 Feedback-ID: MailingID119:Typeregular:Sender2212 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 08:34:05 -0000 [1]=20 EKSTRA %1,5 =C4=B0ND=C4=B0R=C4=B0M de B=C4=B0ZDEN =E2=80=A6 [2] SIT /A [3] k=C4=B1ll=C4=B1 Yat=C4=B1r=C4=B1mlar //Smart Investment in T= urkey, fark=C4=B1yla [4] =C4=B0stanbul 216 Anadolu yakas=C4=B1n=C4=B1n kalbi KADIK=C3=96Y de, tamamen yeniden yarat=C4=B1lmakta olan bir ya=C5=9Fam alan=C4=B1nda, toplam 6 bloktan olu=C5=9Fan, e=C5=9Fsiz =C5=9Fehir, Bo=C4=9Faz ve Adalar manzaras=C4=B1yla Yeni Fikirtepe=E2=80=99nin prestijli yap=C4=B1lar=C4=B1ndan biri olacak =C4= =B0stanbul 216 , 1+1=E2=80=99den 3+1=E2=80=99e kadar farkl=C4=B1 daire tipi alternatiflerinin yer alaca=C4=9F=C4=B1 proje 50 metrekare ile 160 metrekare aras=C4=B1nda de=C4=9Fi=C5=9Fen b=C3=BCy=C3= =BCkl=C3=BCklerde farkl=C4=B1 ihtiya=C3=A7 ve zevklere uygun ya=C5=9Fam alanlar=C4=B1 sunuyor= . =C4=B0stanbul=E2=80=99un t=C3=BCm g=C3=BCzelliklerinizi g=C3=B6zlerinizin = =C3=B6n=C3=BCne sermeye aday =C4=B0stanbul 216 , size, =E2=80=98=C4=B0stanbul=E2=80=99a buradan bak=C4=B1n=E2=80=99 =C3=A7a=C4=9Fr=C4=B1s=C4=B1 yap=C4=B1yor. [5] SIT/smart investment in Turkey =C4=B0stanbul 216 projesinin yetkili acentas=C4=B1d=C4=B1r. [6] www.sit.com.tr 0216 473 9595 =20 [7] [8] [9] [10] [11] [12]=20 [13] Mail almak istemiyorsan=C4=B1z [14] =C3=9Cyelikten Ayr=C4=B1l [15] t= =C4=B1klay=C4=B1n=C4=B1z. =C4=B0leti d=C3=BCzg=C3=BCn g=C3=B6r=C3=BCnm=C3=BCyorsa [16] Webde g=C3=B6r= =C3=BCnt=C3=BCle [17] . Bu ileti size SendMail arac=C4=B1 hizmet sa=C4=9Flay=C4=B1c=C4=B1s=C4=B1 ka= nal=C4=B1yla iletilmi=C5=9Ftir. [18]=20 Links ___________________________________________________________________________= _ 1.=20= http://e.sit.com.tr/i/= 5jKFQzAiF7UIlDW713TtvEGD0cf93VEU= 2.=20= http://e.sit.com.tr/i/= xbs6uixl3-Cjk0f90d037AfzRUd2en7C= 3.=20= http://e.sit.com.tr/i/= -3bpOPt40pusOmtW3NlzK7uvSSYhgIbs= 4.=20= http://e.sit.com.tr/i/= BwNfvXETiY6DSyU7z6M1_ZyI-48G56j8= 5.=20= http://e.sit.com.tr/i/= pz0rcnDPo_EOkHx9L0uh2CcGIK73c-uE= 6.=20= http://e.sit.com.tr/i/= oVCHFbF2FfLZYgIxVoRGTHd5CXPsbaR8= 7.=20= http://e.sit.com.tr/i/= xP1IH1mI-5dU0x_ti3k-2W2kwFJXhHTv= 8.=20= http://e.sit.com.tr/i/= -rDP05la5eDnso45I-NppTRkNjr32iqN= 9.=20= http://e.sit.com.tr/i/= 6F6km18iaL1puY5s7m4L86aK2_BJxiN1= 10.=20= http://e.sit.com.tr/i/= IrwdEo03AT13bEAwN9zYmtMbxims5s1b= 11.=20= http://e.sit.com.tr/i/= NjmegqbPPwdq1APc9nJMbAsopZXhynw-= 12.=20= http://e.sit.com.tr/i/= hk8kApoyXtHF8VcyfGkgLxjLuUHGb4Fu= 13.=20= http://e.sit.com.tr/i/= 5TyM32_03PDA4334w3Q92R35k8mQqiuj= 14.=20= http://e.sit.com.tr/i/= DNNhK20_O4fOkGzd-gMegDr1cG605QEH= 15.=20= http://e.sit.com.tr/i/= DA5sqMeLE4MDNPEpJJSiVME_i4oOVpHX= 16.=20= http://e.sit.com.tr/i/= VWchKYu_fRkypMScZrYC70pAibql8DtX= 17.=20= http://e.sit.com.tr/i/= U5SinfESIqMjyIDlLIXRdQGIjnVdRZGN= 18.=20= http://e.sit.com.tr/i/= RZwEgkoUbIib1ZL3-GRFl_HYwglcv2oC= From owner-freebsd-stable@freebsd.org Tue Dec 29 18:28:52 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ADB9A54B65 for ; Tue, 29 Dec 2015 18:28:52 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03401154F for ; Tue, 29 Dec 2015 18:28:51 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-io0-x22a.google.com with SMTP id 1so8426787ion.1 for ; Tue, 29 Dec 2015 10:28:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=31z5C9XEjSPC18W7uw8b0qkDu73LNELRr9duvDFWtgk=; b=v2JH1wginMmg7fgyec66GU1BBMZjQKyUyGHBRqnsbP24YDkk1mc0aRU4Sm1qVKoEYt z5DMvh3IhQS6h7BRC7kuKrRBv7/nlWOklsYUmx/vdIkG+82BXmL+kIBVd0Nfwhr8+HaQ TUbFs4gGlwJaYFSCIldAmbXHVLG+o+IiQGy/kWhu5cV87Fd4laNqBjA1zR3gDYNvm2Y9 lBoz0sEHwlc4GaRgjrrLgMoNKVWuS3pIJRp4JiSj+6Qxe4n+vxb2Xg991UhQ+SLvVBhw 4L7Cg7kyJPqRUdKo9sKnbHHTqAr1VlFypyiW5tM5xf5rOu9s9DjKXo+KeH02LhWvdGSg KZYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=31z5C9XEjSPC18W7uw8b0qkDu73LNELRr9duvDFWtgk=; b=K1TVo0Yj1So39q5r/OZmsY55qDG1Rm35amfkXk5DjTYRvuUkvZ65OWQZqJ6a+ArklR PJNzu+e9Pnyknpx/DAvyTQHg3ycY6UTpPFWft92hrh2Ppg//Z6Z81wQJb174mw6Qse7n zNGnNSaYGSKeNOdSW40inf3A1MpIHULixGsmFhTroxhHbdq9en4j/ycwEYMZFNYmoKRD Hvb3W3ySXKYtNOi84hGwcp/HyAfhfFSds2y74X91ifsLEp0pFRr/iox1fbSB53COed+e 0iUhgQ8U8TQ1tVjBFBTfrof7sHdbRlt6lborgj3XS8V2e10B8qMYEQ/fWz1EYR9k7iGr ZPEg== X-Gm-Message-State: ALoCoQkJQZn7o8DDqm1ggDyrAMIDnYMBuHLSsCLB0p2h6Unj3fxl/dah4U3gNxjMA2gwkUI15K7zLKZ8k0lrsl1RmTWKNv1LQw== MIME-Version: 1.0 X-Received: by 10.107.129.16 with SMTP id c16mr7251619iod.181.1451413731171; Tue, 29 Dec 2015 10:28:51 -0800 (PST) Received: by 10.79.39.147 with HTTP; Tue, 29 Dec 2015 10:28:51 -0800 (PST) X-Originating-IP: [121.98.81.220] Date: Wed, 30 Dec 2015 07:28:51 +1300 Message-ID: Subject: SOL_TCP def? From: Jonathan Chen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:28:52 -0000 Hi, I've just recently updated on 10/STABLE to r292878; and on rebuilding devel/gsoap, I get: cc -DHAVE_CONFIG_H -I. -I.. -DFREEBSD -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libgsoap_a-stdsoap2.o -MD -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c stdsoap2.c:5107:64: error: use of undeclared identifier 'SOL_TCP' if (!(soap->omode & SOAP_IO_UDP) && setsockopt(soap->master, SOL_TCP, TCP_FASTOPEN, (char*)&set, sizeof(int))) ^ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /tmp/usr/ports/devel/gsoap/work/gsoap-2.8/gsoap *** Error code 1 Stop. make[2]: stopped in /tmp/usr/ports/devel/gsoap/work/gsoap-2.8 *** Error code 1 Stop. make[1]: stopped in /tmp/usr/ports/devel/gsoap/work/gsoap-2.8 *** Error code 1 Stop. make: stopped in /usr/ports/devel/gsoap devel/gsoap will build on older version. My installed devel/gsoap was last installed on 6-Dec-2015. Cheers. -- Jonathan Chen From owner-freebsd-stable@freebsd.org Tue Dec 29 18:38:55 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13B37A55046 for ; Tue, 29 Dec 2015 18:38:55 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB8CF1C66 for ; Tue, 29 Dec 2015 18:38:54 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-io0-x22e.google.com with SMTP id 77so24736401ioc.2 for ; Tue, 29 Dec 2015 10:38:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rSROFExABc5IW9neTA5eEqSadnXx+G1pQbwswC3GUvY=; b=0biclGmwLXF37gWICfjJrkha3b5oEYuyUIykrD5cqMICItLU+IX7ChB0SYEQ7UHjhF eakZOxcvjlhFTQGGnYAU/iZkRhHZU5AHaoB4YNhnuR6Pn3hiEWkkAo9GkSiXeoESZ2kL QFv1ImXR3teQ6ZnYeDGJoaNcEE9UkCw8LQZbphBAwn8uchh80o+A6NCrHsV50Btf5HbF zbKVy1U/FnkL3sK8PU0tONG0JCtUfgP6RBylnA9fPJZBzvWn09oTevjWaDjT4zJ4ryiv aZh+a5z2i90vXOU8tzsB/n96ufMRc8xv+FTKQHdkQUnBX/OHxMk0GDXYSEP9CCgXVDsU pLSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=rSROFExABc5IW9neTA5eEqSadnXx+G1pQbwswC3GUvY=; b=nMxn0WZL3ycaABeJtqeRam+QQ23O5XMmZKFGxqpL0hE1xRZOQHzGmkXq/uOZdrvSZs CTk428wNxNbY3N5s1va/3Yx+mbSgmBHesnsYSHH39v7c69bQ5qvF52jG8l5fPl4jB/8R Igw/KOuOtw6Iwu1iVFW8ueYVOtYR2LVOhcxCiYLGzoZci1RH/xrwh0F/fFuZqXz5uFNx SoQ0dp/D4P8wS5el4NR3jLGVFJWji0TBwHS97SKHK8cP32BFEmn4qePT/TFgJqZlz0BY UhAv4nikcfea7AYYqeSaciKXUUJTaNVXntZTj/yScxdChakAAykYTxqOrMa0tigbse4w Vmlg== X-Gm-Message-State: ALoCoQlC7dbRinFf19jEDcIJtc7PA8f9JJOybsElSbacIzo9ow7rfrq7gxbzjCvf3hynlQ8dSR2jt0j9Dh8KN+kPyhWC/lH7Hw== MIME-Version: 1.0 X-Received: by 10.107.130.90 with SMTP id e87mr49127528iod.77.1451414334045; Tue, 29 Dec 2015 10:38:54 -0800 (PST) Received: by 10.79.39.147 with HTTP; Tue, 29 Dec 2015 10:38:53 -0800 (PST) X-Originating-IP: [121.98.81.220] In-Reply-To: References: Date: Wed, 30 Dec 2015 07:38:53 +1300 Message-ID: Subject: Re: SOL_TCP def? From: Jonathan Chen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:38:55 -0000 On 30 December 2015 at 07:28, Jonathan Chen wrote: [...] > devel/gsoap will build on older version. My installed devel/gsoap was > last installed on 6-Dec-2015. Rephrasing: devel/gsoap will build on an older snapshot of 10/STABLE. My currently installed devel/gsoap was last installed on 6-Dec-2015. -- Jonathan Chen From owner-freebsd-stable@freebsd.org Tue Dec 29 18:49:57 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E46A55487 for ; Tue, 29 Dec 2015 18:49:57 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8174C12BE for ; Tue, 29 Dec 2015 18:49:56 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lb0-x22b.google.com with SMTP id bc4so106868800lbc.2 for ; Tue, 29 Dec 2015 10:49:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nPRHQMsyzSTsgYESxYID+0PFVOVj/pq/Vu9ZlPJxWHs=; b=wGqaM5YIFmFH34aENqnMAib0AT8RLKrlDDoSQ0th8squr9fTtKcs1usJn6NKdeumoJ KiJcoiC5AmpnF/6aB8H5WZW+dmOttrrEuu6OStfqdUtKuQv0UrieyIw3QefAMcNJd9di eIQqkgJgFyZP85J6Nwa1qnQuUcsmXCBSt4W87NteSSZaZEGIm6GcqhKm3/Sxl3JT3e8A kOvoyOam83BjFQziTj15eMuAfMrFKEZllDymGSZXGqejSKFIgxl9Appwkttw4aTY2KeJ WdAtwwulTVC67NzRs/f2lBQ2Lnik10EtF+wwcMFBjZTi7goib+9j9y7ao457W79hA/t2 jJWA== X-Received: by 10.112.63.233 with SMTP id j9mr21741299lbs.47.1451414994449; Tue, 29 Dec 2015 10:49:54 -0800 (PST) Received: from [10.0.1.2] (broadband-5-228-251-240.nationalcablenetworks.ru. [5.228.251.240]) by smtp.gmail.com with ESMTPSA id re5sm11332034lbb.22.2015.12.29.10.49.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 10:49:53 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: SOL_TCP def? From: Dmitry Sivachenko In-Reply-To: Date: Tue, 29 Dec 2015 21:49:52 +0300 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <1B355C5A-5B1B-4E34-9D14-97E7D0CC8567@gmail.com> References: To: Jonathan Chen X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:49:57 -0000 > On 29 Dec 2015, at 21:38, Jonathan Chen wrote: > > On 30 December 2015 at 07:28, Jonathan Chen wrote: > [...] >> devel/gsoap will build on older version. My installed devel/gsoap was >> last installed on 6-Dec-2015. > > Rephrasing: devel/gsoap will build on an older snapshot of 10/STABLE. > My currently installed devel/gsoap was last installed on 6-Dec-2015. > -- Patch gsoap to use IPPROTO_IP instead of SOL_TCP. From owner-freebsd-stable@freebsd.org Tue Dec 29 18:50:50 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85381A5553A for ; Tue, 29 Dec 2015 18:50:50 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 114B513E6 for ; Tue, 29 Dec 2015 18:50:50 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lf0-x233.google.com with SMTP id p203so218443629lfa.0 for ; Tue, 29 Dec 2015 10:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ZBi42YiJVobqcgfD0jDYzbRoEBlj8OPdkK5lpDymA5w=; b=dqWWJKen+wYfldGzHKgLv5ETcUf3TPfiMXMiPX/YW3WOtp5bBs7+b27axE6PGNdsjD 98LinhD6TXA7Qy6jgrMxqs2Zh8RSLR3ewfdAWPdNfz0NZVyKXd07oAPGafgZpy5JMDl0 Dz3Br1Qq8fux7mD4fF//zHigsn4HHRMkgXaXLE9xbJZuBY3KiaAa9Uz8XvAhFiz5Ntf/ DcinPNQdfpyN8CWMyYMnsohn6zgh20NU9a9wc4FEYb8IuRvOokYhYXO4p5XpTMQGvD+J Bip70qe/vwfqhLEkfDbvZYucuz03t5vQep7baH2Hfei0OkyXxiFQ30/NCV6NbDJhcUns 7oSA== X-Received: by 10.25.40.139 with SMTP id o133mr13852779lfo.10.1451415048068; Tue, 29 Dec 2015 10:50:48 -0800 (PST) Received: from [10.0.1.2] (broadband-5-228-251-240.nationalcablenetworks.ru. [5.228.251.240]) by smtp.gmail.com with ESMTPSA id re5sm11332034lbb.22.2015.12.29.10.50.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 10:50:47 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: SOL_TCP def? From: Dmitry Sivachenko In-Reply-To: <1B355C5A-5B1B-4E34-9D14-97E7D0CC8567@gmail.com> Date: Tue, 29 Dec 2015 21:50:47 +0300 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <61B41EEA-415E-4662-86D7-24BCD8F486E8@gmail.com> References: <1B355C5A-5B1B-4E34-9D14-97E7D0CC8567@gmail.com> To: Jonathan Chen X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:50:50 -0000 > On 29 Dec 2015, at 21:49, Dmitry Sivachenko wrote: > > >> On 29 Dec 2015, at 21:38, Jonathan Chen wrote: >> >> On 30 December 2015 at 07:28, Jonathan Chen wrote: >> [...] >>> devel/gsoap will build on older version. My installed devel/gsoap was >>> last installed on 6-Dec-2015. >> >> Rephrasing: devel/gsoap will build on an older snapshot of 10/STABLE. >> My currently installed devel/gsoap was last installed on 6-Dec-2015. >> -- > > > Patch gsoap to use IPPROTO_IP instead of SOL_TCP. > I meant IPPROTO_TCP, sorry. From owner-freebsd-stable@freebsd.org Tue Dec 29 20:48:19 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A40B8A54FC8 for ; Tue, 29 Dec 2015 20:48:19 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC8B184D for ; Tue, 29 Dec 2015 20:48:19 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-io0-x232.google.com with SMTP id 1so11107902ion.1 for ; Tue, 29 Dec 2015 12:48:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=tNy12EbrUjNCmBoO5YpVsENvoEKb2COW4hM6EXg0nPU=; b=lJalKx+3mXUq/PUkVYXIb7rEGYwWHIVgYVl+aVPq+ubOwHChsJxl9RkCZYnNVwEKzY jk2qalbhKjE0bcU2U7jjgf2wNbHa6aSoIRqM8ZxGkCW8wv8vgL8wBVHujVIMgX2M2cmK oqMTOudve7ELa25aFkqYck5oMo7/CgJYb6WdLXoy9cEpfirgeZdwKs1VabHt71V2E0+Z JT8RPpsfT1QFDeu7rt4+Q6LgoGzE3kIJJPPNNprAEuhgaZJZJzSVzOymttaWqzWNQyKp BLz/pAJNe4YX2E4lkfurcyC2sZQ0exCIBy48YPIyLEaUoDmr2TJ5IJqPovegbWoErD+e wizQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=tNy12EbrUjNCmBoO5YpVsENvoEKb2COW4hM6EXg0nPU=; b=JiR0Q8JT9nWjrxN+hpyuDxeTXknlGFNezydAu00rse+Mz+bJLgSf6815MC8HJhndXg ys63AXrCwyYfxeiC8qncTL5h3V73yOGk/fW2oIDcnH7p6UhPKMJMRUrxu5LtBoIz9TFT 2w4v+szruVl8LszCneXmjP5x5QQdDy8ZcuN1t2LpstgYzRDzojJlcVW6bH9UhA4TGkgr amfFhv+Gvq8cPiTTVMpX3BYrufMGEvlx+tQjEi+EXdZRXp3PbXAvmQoYcjHaih9etVKa DXoihUNb1Lp8K5WpuP+RlrZ8uLYxSB75v870EuLC8dQ0VzOEit11mADxvP4mqHJvTlre ah6g== X-Gm-Message-State: ALoCoQnOR3j6J527X5Fgop8TryMd6IIhKMCuidNE1rqPzLERQz5O6R+XOyS6+nm/Wd/mLIu3yo1h6QQ1C9MAdLPBqVlj2p+oTQ== MIME-Version: 1.0 X-Received: by 10.107.130.90 with SMTP id e87mr49662059iod.77.1451422098293; Tue, 29 Dec 2015 12:48:18 -0800 (PST) Received: by 10.79.39.147 with HTTP; Tue, 29 Dec 2015 12:48:18 -0800 (PST) X-Originating-IP: [114.23.234.196] Date: Wed, 30 Dec 2015 09:48:18 +1300 Message-ID: Subject: Re: Regression on 10/STABLE (Was: SOL_TCP def?) From: Jonathan Chen To: Dmitry Sivachenko Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 20:48:19 -0000 On 30 December 2015 at 07:50, Dmitry Sivachenko wrote: >> Patch gsoap to use IPPROTO_IP instead of SOL_TCP. > I meant IPPROTO_TCP, sorry. Thanks for the quick-fix. However, IMHO this should be classed as a regression on 10/STABLE. Cheers. -- Jonathan Chen From owner-freebsd-stable@freebsd.org Wed Dec 30 00:26:03 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C21EA55ECA for ; Wed, 30 Dec 2015 00:26:03 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8781D81 for ; Wed, 30 Dec 2015 00:26:03 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3AE26A55EC9; Wed, 30 Dec 2015 00:26:03 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20797A55EC8 for ; Wed, 30 Dec 2015 00:26:03 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 402EE1D80 for ; Wed, 30 Dec 2015 00:26:02 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22f.google.com with SMTP id l65so46445104wmf.1 for ; Tue, 29 Dec 2015 16:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=wX10jxneZ7iQg4+bDuOeHea2W9BBRe0fl3mFbnHmgtc=; b=DKeRu67Lf/QcPmH5opSUh7Unzg2nTEVbYqHeMgX4sRPSEgHxgfbpRKKAXrcwgy8WLP QSm6cjR9dofxwtQF6XqQfxOJ/3yzKOzk6Q6rEFQP+MC2kEPKCh+Q5gmw4oCzZlTuTiUk LOAvVcy6W/nT22mZbCXZp14FH4cn44Ut9XAlCv+iCuKhwkVm5sCPJILPtIcQAYiMniq5 96hGpgST1Ar0jhzXGaW0BOUIacFcsjZzwa+lhm3C51KxztReqgX3VvIPJN6vT0H5Nbky RUXxSCYlGeQaUdEEvE6QvkjPDRDPpuTRJWpdt8ufJmXvT3UuQIc6lax61iMU5Fjg3v2B RMOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=wX10jxneZ7iQg4+bDuOeHea2W9BBRe0fl3mFbnHmgtc=; b=I38QCSJdle3Ph0JFnro9pKKgZmvGhyPUwP2SmQ0ZRZ+0K91o2xx80vPwG2G3xVcQY7 +pzXqLt+uPaypbNM70Scg107nn35xCSXFRsLhSFk8fHY++5iAWRnKFnm0KPfzEH7vWZj OGz+KQDR/eOfw6ju0Tx9yRfbLLfGBhMcGEaLyV8ddNm8GTTpOJtqJc1rkVxQgKQ/sGsP 3Ren0Cu2TxRlXpffBQ5+bCwWetfwRmg1b9/yuj6oCQdAgKjJjdg2G2Iw/xvFOWQmaNi6 lK5ngdiq92ckswOJNk5QrvRMCcblwpFGN0iWEpKEmyo3BhP2zn+X+NjDDBUx8ioqSq/Y 5ZEg== X-Gm-Message-State: ALoCoQnr1i7tfVPKibbThsyQlNi0rRz/cH0ek2kpAO9OAlpXd/9jgSXlg8hZJG68wDMEYkY3NAuVGAWRvFfNUXqfdqxY7WgW1Pdvg0i/Y9jkbn7C/KacWtE= MIME-Version: 1.0 X-Received: by 10.28.178.206 with SMTP id b197mr65311343wmf.20.1451435160354; Tue, 29 Dec 2015 16:26:00 -0800 (PST) Received: by 10.194.85.167 with HTTP; Tue, 29 Dec 2015 16:26:00 -0800 (PST) Date: Wed, 30 Dec 2015 01:26:00 +0100 Message-ID: Subject: new LORs on 10-STABLE From: Oliver Pinter To: stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 00:26:03 -0000 Hi All! I get these new LORs with a recent 10-STABLE (~10-stable from today) branch: LOR1: [12] lock order reversal: [12] 1st 0xfffff8000d1ea7c8 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:1224 [12] 2nd 0xfffff8000d1eb240 devfs (devfs) @ /usr/src/sys/kern/vfs_subr.c:2192 [12] KDB: stack backtrace: [12] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0465ef9170 [12] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ef9220 [12] witness_checkorder() at witness_checkorder+0xe12/frame 0xfffffe0465ef92b0 [12] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ef93f0 [12] vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe0465ef9410 [12] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ef9440 [12] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ef94b0 [12] vget() at vget+0x67/frame 0xfffffe0465ef94f0 [12] devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe0465ef9540 [12] devfs_root() at devfs_root+0x43/frame 0xfffffe0465ef9570 [12] vflush() at vflush+0x78/frame 0xfffffe0465ef96c0 [12] devfs_unmount() at devfs_unmount+0x38/frame 0xfffffe0465ef96f0 [12] dounmount() at dounmount+0x524/frame 0xfffffe0465ef9770 [12] sys_unmount() at sys_unmount+0x3c6/frame 0xfffffe0465ef98a0 [12] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ef99b0 [12] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ef99b0 [12] --- syscall (22, FreeBSD ELF64, sys_unmount), rip = 0x102e573755a, rsp = 0x62a395ff4318, rbp = 0x62a395ff4470 --- LOR2: [13] lock order reversal: [13] 1st 0xfffff8000d3feb78 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2192 [13] 2nd 0xfffffe03df2460d8 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:262 [13] 3rd 0xfffff8000d33a5f0 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2192 [13] KDB: stack backtrace: [13] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0465ed0b30 [13] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ed0be0 [13] witness_checkorder() at witness_checkorder+0xe12/frame 0xfffffe0465ed0c70 [13] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ed0db0 [13] ffs_lock() at ffs_lock+0x84/frame 0xfffffe0465ed0e00 [13] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ed0e30 [13] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ed0ea0 [13] vget() at vget+0x67/frame 0xfffffe0465ed0ee0 [13] vfs_hash_get() at vfs_hash_get+0xe1/frame 0xfffffe0465ed0f30 [13] ffs_vgetf() at ffs_vgetf+0x40/frame 0xfffffe0465ed0fc0 [13] softdep_sync_buf() at softdep_sync_buf+0xac0/frame 0xfffffe0465ed10a0 [13] ffs_syncvnode() at ffs_syncvnode+0x286/frame 0xfffffe0465ed1120 [13] ffs_truncate() at ffs_truncate+0x6ad/frame 0xfffffe0465ed1300 [13] ufs_direnter() at ufs_direnter+0x81a/frame 0xfffffe0465ed13c0 [13] ufs_makeinode() at ufs_makeinode+0x576/frame 0xfffffe0465ed1570 [13] ufs_create() at ufs_create+0x2d/frame 0xfffffe0465ed1590 [13] VOP_CREATE_APV() at VOP_CREATE_APV+0xcb/frame 0xfffffe0465ed15c0 [13] vn_open_cred() at vn_open_cred+0x2c3/frame 0xfffffe0465ed1720 [13] kern_openat() at kern_openat+0x26d/frame 0xfffffe0465ed18a0 [13] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ed19b0 [13] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ed19b0 [13] --- syscall (499, FreeBSD ELF64, sys_openat), rip = 0x29173acbbaa, rsp = 0x6a7c0c683d08, rbp = 0x6a7c0c683de0 --- From owner-freebsd-stable@freebsd.org Wed Dec 30 00:57:09 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9626DA55935 for ; Wed, 30 Dec 2015 00:57:09 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8618D1AAA for ; Wed, 30 Dec 2015 00:57:09 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: by mailman.ysv.freebsd.org (Postfix) id 83F14A55932; Wed, 30 Dec 2015 00:57:09 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69A63A55931 for ; Wed, 30 Dec 2015 00:57:09 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: from mail-2.alumni.tu-berlin.de (mail-2.alumni.tu-berlin.de [130.149.5.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 348971AA9; Wed, 30 Dec 2015 00:57:08 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) X-tubIT-Incoming-IP: 78.52.70.1 Received: from f052070001.adsl.alicedsl.de ([78.52.70.1] helo=unknown50465D80C999) by mailbox.alumni.tu-berlin.de (exim-4.76) with esmtpsa [UNKNOWN:AES256-SHA:256] id 1aE54c-0002Xr-Cb; Wed, 30 Dec 2015 01:57:06 +0100 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: new LORs on 10-STABLE From: Florian Ermisch Date: Wed, 30 Dec 2015 01:57:01 +0100 To: Oliver Pinter ,stable@freebsd.org CC: will@freebsd.org Message-ID: <3290231C-6C43-4913-999C-859CAF30DEEB@alumni.tu-berlin.de> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 00:57:09 -0000 Quoting asomers@ on the current list: "Adding Will@. I think he was working on this LOR at one point" No idea what a LOR (Lock Order R
?) is (yet) but might have the same cause as the issue I've posted on the current list earlier today*. Regards, Florian *) my trace can also be found under https://gist.github.com/a342d0381a6b7ac8b313 Am 30. Dezember 2015 01:26:00 MEZ, schrieb Oliver Pinter : > Hi All! > > I get these new LORs with a recent 10-STABLE (~10-stable from today) > branch: > > LOR1: > > [12] lock order reversal: > [12] 1st 0xfffff8000d1ea7c8 ufs (ufs) @ > /usr/src/sys/kern/vfs_mount.c:1224 > [12] 2nd 0xfffff8000d1eb240 devfs (devfs) @ > /usr/src/sys/kern/vfs_subr.c:2192 > [12] KDB: stack backtrace: > [12] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame > 0xfffffe0465ef9170 > [12] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ef9220 > [12] witness_checkorder() at witness_checkorder+0xe12/frame > 0xfffffe0465ef92b0 > [12] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ef93f0 > [12] vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe0465ef9410 > [12] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ef9440 > [12] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ef94b0 > [12] vget() at vget+0x67/frame 0xfffffe0465ef94f0 > [12] devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe0465ef9540 > [12] devfs_root() at devfs_root+0x43/frame 0xfffffe0465ef9570 > [12] vflush() at vflush+0x78/frame 0xfffffe0465ef96c0 > [12] devfs_unmount() at devfs_unmount+0x38/frame 0xfffffe0465ef96f0 > [12] dounmount() at dounmount+0x524/frame 0xfffffe0465ef9770 > [12] sys_unmount() at sys_unmount+0x3c6/frame 0xfffffe0465ef98a0 > [12] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ef99b0 > [12] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ef99b0 > [12] --- syscall (22, FreeBSD ELF64, sys_unmount), rip = > 0x102e573755a, rsp = 0x62a395ff4318, rbp = 0x62a395ff4470 --- > > LOR2: > [13] lock order reversal: > [13] 1st 0xfffff8000d3feb78 ufs (ufs) @ > /usr/src/sys/kern/vfs_subr.c:2192 > [13] 2nd 0xfffffe03df2460d8 bufwait (bufwait) @ > /usr/src/sys/ufs/ffs/ffs_vnops.c:262 > [13] 3rd 0xfffff8000d33a5f0 ufs (ufs) @ > /usr/src/sys/kern/vfs_subr.c:2192 > [13] KDB: stack backtrace: > [13] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame > 0xfffffe0465ed0b30 > [13] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ed0be0 > [13] witness_checkorder() at witness_checkorder+0xe12/frame > 0xfffffe0465ed0c70 > [13] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ed0db0 > [13] ffs_lock() at ffs_lock+0x84/frame 0xfffffe0465ed0e00 > [13] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ed0e30 > [13] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ed0ea0 > [13] vget() at vget+0x67/frame 0xfffffe0465ed0ee0 > [13] vfs_hash_get() at vfs_hash_get+0xe1/frame 0xfffffe0465ed0f30 > [13] ffs_vgetf() at ffs_vgetf+0x40/frame 0xfffffe0465ed0fc0 > [13] softdep_sync_buf() at softdep_sync_buf+0xac0/frame > 0xfffffe0465ed10a0 > [13] ffs_syncvnode() at ffs_syncvnode+0x286/frame 0xfffffe0465ed1120 > [13] ffs_truncate() at ffs_truncate+0x6ad/frame 0xfffffe0465ed1300 > [13] ufs_direnter() at ufs_direnter+0x81a/frame 0xfffffe0465ed13c0 > [13] ufs_makeinode() at ufs_makeinode+0x576/frame 0xfffffe0465ed1570 > [13] ufs_create() at ufs_create+0x2d/frame 0xfffffe0465ed1590 > [13] VOP_CREATE_APV() at VOP_CREATE_APV+0xcb/frame 0xfffffe0465ed15c0 > [13] vn_open_cred() at vn_open_cred+0x2c3/frame 0xfffffe0465ed1720 > [13] kern_openat() at kern_openat+0x26d/frame 0xfffffe0465ed18a0 > [13] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ed19b0 > [13] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ed19b0 > [13] --- syscall (499, FreeBSD ELF64, sys_openat), rip = > 0x29173acbbaa, rsp = 0x6a7c0c683d08, rbp = 0x6a7c0c683de0 --- > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Wed Dec 30 00:59:44 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE623A55A5F for ; Wed, 30 Dec 2015 00:59:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D01771C20 for ; Wed, 30 Dec 2015 00:59:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CDF4BA55A5C; Wed, 30 Dec 2015 00:59:43 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B529CA55A5A for ; Wed, 30 Dec 2015 00:59:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47AE21C1D for ; Wed, 30 Dec 2015 00:59:43 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22c.google.com with SMTP id f206so60720359wmf.0 for ; Tue, 29 Dec 2015 16:59:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=NJVrHh8XaLAFAagH5m/2BMID+1TeEhzNKBNxeWN2/Jo=; b=qO28jnFdyf45qlqWXCojkyycnLxoJ1gtcViTxQiXNaMkvOMvG9WIIL99ry9Cf7rXX8 hF3vhzTEj9zfC0sWJowkYRVKzakCSNuKM3QsXhZ9FYy4qFO4Khuo8PRGYVwd5YZVFKg+ bsW3fWssBkzR5IsLnjXkhY/dZHMVEbvsQPM0/cDgCXzun5g50Iw1tlYESBH0SJduhNOX OHZqdHn6yHq4kg+KiVFaMo99kv9quE2M9WwDfZKJoKVJ9dqBel1tSQmh1NY0IvFf4Veb cbKApBuEaZR/g4Y4YAp65+gZHffcI6MJ3NQXg4q3jtyEt8F/7zbpHAOfnDovEry5H4Wq SDjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NJVrHh8XaLAFAagH5m/2BMID+1TeEhzNKBNxeWN2/Jo=; b=kHmeZiBnuErnSfvKmUgOGErecjEns/t+KjHq+dwww39KHhaZkvmi9IjKqHSMXjOD9p jVFO6vwSZoe8Rnuk3I5yLxRy3fWBgHVSRua2s/IW3tcYJlOdY4Ep+u/3QqTovt9s7wy/ wp1IilVSNHNF2o4P4ZdowM7PIp7yn7E8fQNv/DOCWCS23IYjWuhRnRnJK3YdeIwkzPLo Meek2FL26aATGwKxNK5It29uBGZ7uABfJ0Ib0FzY2JGFFXf/VObyaJJ22D65jfmNfwZY EEjtTtBcZcmlIhfhqjRE+105sedbgQwzT5hq5G0++fHiz285+3mUnVNw84OV9+Ydeprr U23g== X-Gm-Message-State: ALoCoQk4t8CF12wbzzp6MN7UopF7KJ/V8C57mZhtalyWVduisRzCCIDrNrc8Vh+cqGLFyH/CcJ10QCQpslDhFKrN6JwdGaH7WQRbQCLb/Fa8CX70Ft4EdKM= MIME-Version: 1.0 X-Received: by 10.28.228.87 with SMTP id b84mr19639542wmh.81.1451437181824; Tue, 29 Dec 2015 16:59:41 -0800 (PST) Received: by 10.194.85.167 with HTTP; Tue, 29 Dec 2015 16:59:41 -0800 (PST) In-Reply-To: <3290231C-6C43-4913-999C-859CAF30DEEB@alumni.tu-berlin.de> References: <3290231C-6C43-4913-999C-859CAF30DEEB@alumni.tu-berlin.de> Date: Wed, 30 Dec 2015 01:59:41 +0100 Message-ID: Subject: Re: new LORs on 10-STABLE From: Oliver Pinter To: Florian Ermisch Cc: stable@freebsd.org, will@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 00:59:44 -0000 On 12/30/15, Florian Ermisch wrote: > Quoting asomers@ on the current list: > "Adding Will@. I think he was working on this LOR at one point" > > No idea what a LOR (Lock Order R=E2=80=A6?) is (yet) but might have R as reversal, see the first line of your log :) > the same cause as the issue I've posted on the current list > earlier today*. > > Regards, Florian > > *) my trace can also be found under > https://gist.github.com/a342d0381a6b7ac8b313 > > Am 30. Dezember 2015 01:26:00 MEZ, schrieb Oliver Pinter > : >> Hi All! >> >> I get these new LORs with a recent 10-STABLE (~10-stable from today) >> branch: >> >> LOR1: >> >> [12] lock order reversal: >> [12] 1st 0xfffff8000d1ea7c8 ufs (ufs) @ >> /usr/src/sys/kern/vfs_mount.c:1224 >> [12] 2nd 0xfffff8000d1eb240 devfs (devfs) @ >> /usr/src/sys/kern/vfs_subr.c:2192 >> [12] KDB: stack backtrace: >> [12] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame >> 0xfffffe0465ef9170 >> [12] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ef9220 >> [12] witness_checkorder() at witness_checkorder+0xe12/frame >> 0xfffffe0465ef92b0 >> [12] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ef93f0 >> [12] vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe0465ef9410 >> [12] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ef9440 >> [12] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ef94b0 >> [12] vget() at vget+0x67/frame 0xfffffe0465ef94f0 >> [12] devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe0465ef9540 >> [12] devfs_root() at devfs_root+0x43/frame 0xfffffe0465ef9570 >> [12] vflush() at vflush+0x78/frame 0xfffffe0465ef96c0 >> [12] devfs_unmount() at devfs_unmount+0x38/frame 0xfffffe0465ef96f0 >> [12] dounmount() at dounmount+0x524/frame 0xfffffe0465ef9770 >> [12] sys_unmount() at sys_unmount+0x3c6/frame 0xfffffe0465ef98a0 >> [12] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ef99b0 >> [12] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ef99b0 >> [12] --- syscall (22, FreeBSD ELF64, sys_unmount), rip =3D >> 0x102e573755a, rsp =3D 0x62a395ff4318, rbp =3D 0x62a395ff4470 --- >> >> LOR2: >> [13] lock order reversal: >> [13] 1st 0xfffff8000d3feb78 ufs (ufs) @ >> /usr/src/sys/kern/vfs_subr.c:2192 >> [13] 2nd 0xfffffe03df2460d8 bufwait (bufwait) @ >> /usr/src/sys/ufs/ffs/ffs_vnops.c:262 >> [13] 3rd 0xfffff8000d33a5f0 ufs (ufs) @ >> /usr/src/sys/kern/vfs_subr.c:2192 >> [13] KDB: stack backtrace: >> [13] db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame >> 0xfffffe0465ed0b30 >> [13] kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe0465ed0be0 >> [13] witness_checkorder() at witness_checkorder+0xe12/frame >> 0xfffffe0465ed0c70 >> [13] __lockmgr_args() at __lockmgr_args+0x9ea/frame 0xfffffe0465ed0db0 >> [13] ffs_lock() at ffs_lock+0x84/frame 0xfffffe0465ed0e00 >> [13] VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe0465ed0e30 >> [13] _vn_lock() at _vn_lock+0xaa/frame 0xfffffe0465ed0ea0 >> [13] vget() at vget+0x67/frame 0xfffffe0465ed0ee0 >> [13] vfs_hash_get() at vfs_hash_get+0xe1/frame 0xfffffe0465ed0f30 >> [13] ffs_vgetf() at ffs_vgetf+0x40/frame 0xfffffe0465ed0fc0 >> [13] softdep_sync_buf() at softdep_sync_buf+0xac0/frame >> 0xfffffe0465ed10a0 >> [13] ffs_syncvnode() at ffs_syncvnode+0x286/frame 0xfffffe0465ed1120 >> [13] ffs_truncate() at ffs_truncate+0x6ad/frame 0xfffffe0465ed1300 >> [13] ufs_direnter() at ufs_direnter+0x81a/frame 0xfffffe0465ed13c0 >> [13] ufs_makeinode() at ufs_makeinode+0x576/frame 0xfffffe0465ed1570 >> [13] ufs_create() at ufs_create+0x2d/frame 0xfffffe0465ed1590 >> [13] VOP_CREATE_APV() at VOP_CREATE_APV+0xcb/frame 0xfffffe0465ed15c0 >> [13] vn_open_cred() at vn_open_cred+0x2c3/frame 0xfffffe0465ed1720 >> [13] kern_openat() at kern_openat+0x26d/frame 0xfffffe0465ed18a0 >> [13] amd64_syscall() at amd64_syscall+0x2a8/frame 0xfffffe0465ed19b0 >> [13] Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0465ed19b0 >> [13] --- syscall (499, FreeBSD ELF64, sys_openat), rip =3D >> 0x29173acbbaa, rsp =3D 0x6a7c0c683d08, rbp =3D 0x6a7c0c683de0 --- >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" > > From owner-freebsd-stable@freebsd.org Wed Dec 30 02:06:15 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9912DA56FFC for ; Wed, 30 Dec 2015 02:06:15 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from burnttofu.net (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "burnttofu.net", Issuer "burnttofu.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 799C21169 for ; Wed, 30 Dec 2015 02:06:15 +0000 (UTC) (envelope-from michael+lists@burnttofu.net) Received: from kimberton.burnttofu.net ([IPv6:2601:643:8400:3e00::7777]) (authenticated bits=0) by burnttofu.net (8.15.2/8.14.9) with ESMTPSA id tBU2649c039217 (version=TLSv1.2 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 29 Dec 2015 21:06:11 -0500 (EST) (envelope-from michael+lists@burnttofu.net) Subject: Re: SOL_TCP def? To: Jonathan Chen , freebsd-stable@freebsd.org References: From: Michael Sinatra X-Enigmail-Draft-Status: N1110 Message-ID: <56833C0B.6040609@burnttofu.net> Date: Tue, 29 Dec 2015 18:06:03 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (burnttofu.net [IPv6:2607:fc50:1:9d00::9977]); Tue, 29 Dec 2015 21:06:12 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 02:06:15 -0000 On 12/29/15 10:28, Jonathan Chen wrote: > Hi, > > I've just recently updated on 10/STABLE to r292878; and on rebuilding > devel/gsoap, I get: > > cc -DHAVE_CONFIG_H -I. -I.. -DFREEBSD -O2 -pipe > -fstack-protector -fno-strict-aliasing -MT libgsoap_a-stdsoap2.o -MD > -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o > `test -f 'stdsoap2.c' || echo './'`stdsoap2.c > stdsoap2.c:5107:64: error: use of undeclared identifier 'SOL_TCP' > if (!(soap->omode & SOAP_IO_UDP) && setsockopt(soap->master, > SOL_TCP, TCP_FASTOPEN, (char*)&set, sizeof(int))) As Dmitry notes, you must patch both stdsoap2.c and stdsoap2.cpp to use IPPROTO_TCP instead of SOL_TCP. The reason for the change is that the code looks to see if TCP_FASTOPEN is defined, and, if so, it assumes that it's some sort of Linux-based stack that uses SOL_TCP instead of IPPROTO_TCP. Once TCP Fast Open (RFC 7413) was MFC'd to STABLE, TCP_FASTOPEN became defined so gsoap tried to use it with the wrong SOL_TCP definition. michael From owner-freebsd-stable@freebsd.org Wed Dec 30 14:32:18 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18101A56C33 for ; Wed, 30 Dec 2015 14:32:18 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0436D1083 for ; Wed, 30 Dec 2015 14:32:18 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: by mailman.ysv.freebsd.org (Postfix) id 0423CA56C32; Wed, 30 Dec 2015 14:32:18 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C16A56C31 for ; Wed, 30 Dec 2015 14:32:18 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) Received: from mail-2.alumni.tu-berlin.de (mail-2.alumni.tu-berlin.de [130.149.5.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF3611082; Wed, 30 Dec 2015 14:32:17 +0000 (UTC) (envelope-from florian.ermisch@alumni.tu-berlin.de) X-tubIT-Incoming-IP: 92.224.250.242 Received: from x5ce0faf2.dyn.telefonica.de ([92.224.250.242] helo=[192.168.2.226]) by mailbox.alumni.tu-berlin.de (exim-4.76) with esmtpsa [UNKNOWN:AES128-SHA:128] id 1aEHnT-0006AD-0Z; Wed, 30 Dec 2015 15:32:15 +0100 Subject: Re: new LORs on 10-STABLE To: Oliver Pinter References: <3290231C-6C43-4913-999C-859CAF30DEEB@alumni.tu-berlin.de> Cc: stable@freebsd.org, will@freebsd.org From: Florian Ermisch X-Enigmail-Draft-Status: N1110 Message-ID: <5683EAEE.4030404@alumni.tu-berlin.de> Date: Wed, 30 Dec 2015 15:32:14 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 14:32:18 -0000 On 30.12.15 01:59, Oliver Pinter wrote: > On 12/30/15, Florian Ermisch > wrote: >> [...] Am 30. Dezember 2015 01:26:00 MEZ, schrieb Oliver Pinter >> : >>> Hi All! >>> >>> I get these new LORs with a recent 10-STABLE (~10-stable from >>> today) branch: [...] Oliver, you may want to look at bug 203352: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203352 All those traces start at /usr/src/sys/kern/vfs_mount.c:1224 Regards, Florian From owner-freebsd-stable@freebsd.org Thu Dec 31 00:35:28 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A5E8A55AE5 for ; Thu, 31 Dec 2015 00:35:28 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2EB11152D; Thu, 31 Dec 2015 00:35:28 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 01293F7F; Thu, 31 Dec 2015 00:35:26 +0000 (UTC) Date: Thu, 31 Dec 2015 00:35:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <600803298.69.1451522125734.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1914 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 00:35:28 -0000 FreeBSD_stable_10 - Build #1914 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1914/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1914/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1914/cons= ole Change summaries: 292965 by bapt: MFC: r292846, r292847, r292849 Restore dryrun support for pw groupmod Remove useless assignement of linelen Simplify code for parsing extra groups The end of the build log: [...truncated 63334 lines...] printf '\t.section .note.GNU-stack,"",%%progbits\n' >>rfork.S --- oaio_read.S --- --- olio_listio.S --- --- modfnext.S --- printf '#include "compat.h"\n' > modfnext.S printf '#include "SYS.h"\nRSYSCALL(modfnext)\n' >> modfnext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>modfnext.S --- setresgid.S --- printf '#include "compat.h"\n' > setresgid.S printf '#include "SYS.h"\nRSYSCALL(setresgid)\n' >> setresgid.S --- munlockall.S --- --- setresgid.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>setresgid.S --- oaio_read.S --- printf '#include "compat.h"\n' > oaio_read.S printf '#include "SYS.h"\nRSYSCALL(oaio_read)\n' >> oaio_read.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>oaio_read.S --- sched_get_priority_max.S --- --- freebsd4_sigaction.S --- --- munlockall.S --- printf '#include "compat.h"\n' > munlockall.S printf '#include "SYS.h"\nRSYSCALL(munlockall)\n' >> munlockall.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>munlockall.S --- olio_listio.S --- printf '#include "compat.h"\n' > olio_listio.S printf '#include "SYS.h"\nRSYSCALL(olio_listio)\n' >> olio_listio.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>olio_listio.S --- __acl_get_file.S --- --- extattr_set_fd.S --- --- freebsd4_sigaction.S --- printf '#include "compat.h"\n' > freebsd4_sigaction.S printf '#include "SYS.h"\nRSYSCALL(freebsd4_sigaction)\n' >> freebsd4_sigac= tion.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>freebsd4_sigaction.S --- sched_get_priority_max.S --- printf '#include "compat.h"\n' > sched_get_priority_max.S printf '#include "SYS.h"\nRSYSCALL(sched_get_priority_max)\n' >> sched_get_= priority_max.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>sched_get_priority_m= ax.S --- __mac_set_fd.S --- --- ksem_close.S --- --- __acl_get_file.S --- printf '#include "compat.h"\n' > __acl_get_file.S printf '#include "SYS.h"\nRSYSCALL(__acl_get_file)\n' >> __acl_get_file.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>__acl_get_file.S --- extattr_set_fd.S --- printf '#include "compat.h"\n' > extattr_set_fd.S printf '#include "SYS.h"\nRSYSCALL(extattr_set_fd)\n' >> extattr_set_fd.S --- extattr_get_link.S --- --- extattr_set_fd.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>extattr_set_fd.S --- __mac_set_fd.S --- printf '#include "compat.h"\n' > __mac_set_fd.S printf '#include "SYS.h"\nRSYSCALL(__mac_set_fd)\n' >> __mac_set_fd.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>__mac_set_fd.S --- extattr_delete_link.S --- --- __acl_delete_link.S --- --- ksem_close.S --- printf '#include "compat.h"\n' > ksem_close.S printf '#include "SYS.h"\nRSYSCALL(ksem_close)\n' >> ksem_close.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>ksem_close.S --- extattr_get_link.S --- printf '#include "compat.h"\n' > extattr_get_link.S printf '#include "SYS.h"\nRSYSCALL(extattr_get_link)\n' >> extattr_get_link= .S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>extattr_get_link.S --- kmq_timedreceive.S --- --- abort2.S --- --- __acl_delete_link.S --- printf '#include "compat.h"\n' > __acl_delete_link.S printf '#include "SYS.h"\nRSYSCALL(__acl_delete_link)\n' >> __acl_delete_li= nk.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>__acl_delete_link.S --- extattr_delete_link.S --- printf '#include "compat.h"\n' > extattr_delete_link.S printf '#include "SYS.h"\nRSYSCALL(extattr_delete_link)\n' >> extattr_delet= e_link.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>extattr_delete_link.= S --- aio_fsync.S --- --- sctp_generic_sendmsg.S --- --- kmq_timedreceive.S --- printf '#include "compat.h"\n' > kmq_timedreceive.S printf '#include "SYS.h"\nRSYSCALL(kmq_timedreceive)\n' >> kmq_timedreceive= .S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>kmq_timedreceive.S --- abort2.S --- printf '#include "compat.h"\n' > abort2.S printf '#include "SYS.h"\nRSYSCALL(abort2)\n' >> abort2.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>abort2.S --- shm_open.S --- --- cpuset_setid.S --- --- sctp_generic_sendmsg.S --- printf '#include "compat.h"\n' > sctp_generic_sendmsg.S printf '#include "SYS.h"\nRSYSCALL(sctp_generic_sendmsg)\n' >> sctp_generic= _sendmsg.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>sctp_generic_sendmsg= .S --- aio_fsync.S --- printf '#include "compat.h"\n' > aio_fsync.S printf '#include "SYS.h"\nRSYSCALL(aio_fsync)\n' >> aio_fsync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>aio_fsync.S --- cpuset_getaffinity.S --- --- mkfifoat.S --- --- shm_open.S --- printf '#include "compat.h"\n' > shm_open.S printf '#include "SYS.h"\nRSYSCALL(shm_open)\n' >> shm_open.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>shm_open.S --- cpuset_setid.S --- printf '#include "compat.h"\n' > cpuset_setid.S printf '#include "SYS.h"\nRSYSCALL(cpuset_setid)\n' >> cpuset_setid.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cpuset_setid.S --- lpathconf.S --- --- cap_enter.S --- --- cpuset_getaffinity.S --- printf '#include "compat.h"\n' > cpuset_getaffinity.S printf '#include "SYS.h"\nRSYSCALL(cpuset_getaffinity)\n' >> cpuset_getaffi= nity.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cpuset_getaffinity.S --- mkfifoat.S --- printf '#include "compat.h"\n' > mkfifoat.S printf '#include "SYS.h"\nRSYSCALL(mkfifoat)\n' >> mkfifoat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>mkfifoat.S --- pdfork.S --- --- lpathconf.S --- printf '#include "compat.h"\n' > lpathconf.S --- posix_fallocate.S --- --- lpathconf.S --- printf '#include "SYS.h"\nRSYSCALL(lpathconf)\n' >> lpathconf.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>lpathconf.S --- cap_enter.S --- printf '#include "compat.h"\n' > cap_enter.S printf '#include "SYS.h"\nRSYSCALL(cap_enter)\n' >> cap_enter.S --- aio_mlock.S --- --- cap_enter.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_enter.S --- pdfork.S --- printf '#include "compat.h"\n' > pdfork.S printf '#include "SYS.h"\nRSYSCALL(pdfork)\n' >> pdfork.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>pdfork.S --- _exit.S --- --- posix_fallocate.S --- printf '#include "compat.h"\n' > posix_fallocate.S printf '#include "SYS.h"\nRSYSCALL(posix_fallocate)\n' >> posix_fallocate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>posix_fallocate.S --- _mmap.S --- --- _gettimeofday.S --- --- aio_mlock.S --- printf '#include "compat.h"\n' > aio_mlock.S printf '#include "SYS.h"\nRSYSCALL(aio_mlock)\n' >> aio_mlock.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>aio_mlock.S --- _exit.S --- printf '#include "compat.h"\n' > _exit.S printf '#include "SYS.h"\nPSEUDO(exit)\n' >> _exit.S --- _close.S --- --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _exit.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_exit.S --- _connect.S --- --- _msync.S --- --- _gettimeofday.S --- printf '#include "compat.h"\n' > _gettimeofday.S printf '#include "SYS.h"\nPSEUDO(gettimeofday)\n' >> _gettimeofday.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_gettimeofday.S --- _close.S --- printf '#include "compat.h"\n' > _close.S printf '#include "SYS.h"\nPSEUDO(close)\n' >> _close.S --- _sendto.S --- --- _close.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_close.S --- _sigsuspend.S --- --- _connect.S --- printf '#include "compat.h"\n' > _connect.S printf '#include "SYS.h"\nPSEUDO(connect)\n' >> _connect.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_connect.S --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- crypt.h --- --- _sigsuspend.S --- printf '#include "compat.h"\n' > _sigsuspend.S printf '#include "SYS.h"\nPSEUDO(sigsuspend)\n' >> _sigsuspend.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigsuspend.S --- _sendto.S --- printf '#include "compat.h"\n' > _sendto.S printf '#include "SYS.h"\nPSEUDO(sendto)\n' >> _sendto.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sendto.S --- gdtoa_strtorx.c --- --- gdtoa_strtodg.c --- --- jemalloc_chunk_mmap.c --- --- gdtoa_strtorx.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtorx.c gdt= oa_strtorx.c --- gdtoa_strtodg.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtodg.c gdt= oa_strtodg.c --- crypt.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o crypt.h /builds/FreeBSD_stable_10/obj/bu= ilds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- jemalloc_huge.c --- --- subr_acl_nfs4.c --- --- jemalloc_chunk_mmap.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/chunk_= mmap.c jemalloc_chunk_mmap.c --- jemalloc_huge.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/huge.c= jemalloc_huge.c --- nslexer.c --- --- subr_acl_nfs4.c --- cat /builds/FreeBSD_stable_10/lib/libc/../../sys/kern/subr_acl_nfs4.c > sub= r_acl_nfs4.c --- nslexer.c --- lex -P_nsyy -o/dev/stdout /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l= | sed -e '/YY_BUF_SIZE/s/16384/1024/' >nslexer.c --- crypt_clnt.c --- --- crypt_xdr.c --- --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c /builds/FreeBSD_stable_10/o= bj/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c /builds/FreeBSD_stable_10/ob= j/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/builds/FreeBSD_stable_10/lib/libc/incl= ude -I/builds/FreeBSD_stable_10/lib/libc/../../include -I/builds/FreeBSD_st= able_10/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/builds/FreeBSD_stab= le_10/lib/libc/../../contrib/gdtoa -I/builds/FreeBSD_stable_10/lib/libc/../= ../contrib/libc-vis -DINET6 -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_= stable_10/lib/libc -I/builds/FreeBSD_stable_10/lib/libc/resolv -D_ACL_PRIVA= TE -DPOSIX_MISTAKE -I/builds/FreeBSD_stable_10/lib/libc/../libmd -I/builds/= FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/include -I/builds/FreeBSD= _stable_10/lib/libc/../../contrib/tzcode/stdtime -I/builds/FreeBSD_stable_1= 0/lib/libc/stdtime -I/builds/FreeBSD_stable_10/lib/libc/locale -DBROKEN_DES= -DPORTMAP -DDES_BUILTIN -I/builds/FreeBSD_stable_10/lib/libc/rpc -DYP -DNS= _CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=3Dgnu99 /builds/FreeBS= D_stable_10/lib/libc/db/btree/bt_close.c /builds/FreeBSD_stable_10/lib/libc= /db/btree/bt_conv.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_debug.c = /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_delete.c /builds/FreeBSD_sta= ble_10/lib/libc/db/btree/bt_get.c /builds/FreeBSD_stable_10/lib/libc/db/btr= ee/bt_open.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_overflow.c /bui= lds/FreeBSD_stable_10/lib/libc/db/btree/bt_page.c /builds/FreeBSD_stable_10= /lib/libc/db/btree/bt_put.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_= search.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_seq.c /builds/FreeB= SD_stable_10/lib/libc/db/btree/bt_split.c /builds/FreeBSD_stable_10/lib/lib= c/db/btree/bt_utils.c /builds/FreeBSD_stable_10/lib/libc/db/db/db.c /builds= /FreeBSD_stable_10/lib/libc/db/hash/hash.c /builds/FreeBSD_stable_10/lib/li= bc/db/hash/hash_bigkey.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_bu= f.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_func.c /builds/FreeBSD_= stable_10/lib/libc/db/hash/hash_log2.c /builds/FreeBSD_stable_10/lib/libc/d= b/hash/hash_page.c /builds/FreeBSD_stable_10/lib/libc/db/hash/ndbm.c /build= s/FreeBSD_stable_10/lib/libc/db/mpool/mpool.c /builds/FreeBSD_stable_10/lib= /libc/db/mpool/mpool-compat.c /builds/FreeBSD_stable_10/lib/libc/db/recno/r= ec_close.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_delete.c /builds= /FreeBSD_stable_10/lib/libc/db/recno/rec_get.c /builds/FreeBSD_stable_10/li= b/libc/db/recno/rec_open.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_= put.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_search.c /builds/Free= BSD_stable_10/lib/libc/db/recno/rec_seq.c /builds/FreeBSD_stable_10/lib/lib= c/db/recno/rec_utils.c /builds/FreeBSD_stable_10/lib/libc/compat-43/creat.c= /builds/FreeBSD_stable_10/lib/libc/compat-43/gethostid.c /builds/FreeBSD_s= table_10/lib/libc/compat-43/getwd.c /builds/FreeBSD_stable_10/lib/libc/comp= at-43/killpg.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sethostid.c /bu= ilds/FreeBSD_stable_10/lib/libc/compat-43/setpgrp.c /builds/FreeBSD_stable_= 10/lib/libc/compat-43/setrgid.c /builds/FreeBSD_stable_10/lib/libc/compat-4= 3/setruid.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sigcompat.c /build= s/FreeBSD_stable_10/lib/libc/gen/__getosreldate.c /builds/FreeBSD_stable_10= /lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c /builds/FreeBSD_stable_= 10/lib/libc/gen/__xuname.c /builds/FreeBSD_stable_10/lib/libc/gen/_once_stu= b.c /builds/FreeBSD_stable_10/lib/libc/gen/_pthread_stubs.c /builds/FreeBSD= _stable_10/lib/libc/gen/_rand48.c /builds/FreeBSD_stable_10/lib/libc/gen/_s= pinlock_stub.c /builds/FreeBSD_stable_10/lib/libc/gen/_thread_init.c /build= s/FreeBSD_stable_10/lib/libc/gen/alarm.c /builds/FreeBSD_stable_10/lib/libc= /gen/arc4random.c /builds/FreeBSD_stable_10/lib/libc/gen/assert.c /builds/F= reeBSD_stable_10/lib/libc/gen/auxv.c /builds/FreeBSD_stable_10/lib/libc/gen= /basename.c /builds/FreeBSD_stable_10/lib/libc/gen/cap_sandboxed.c /builds/= FreeBSD_stable_10/lib/libc/gen/check_utility_compat.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/clock.c /builds/FreeBSD_stable_10/lib/libc/gen/clock_getc= puclockid.c /builds/FreeBSD_stable_10/lib/libc/gen/closedir.c /builds/FreeB= SD_stable_10/lib/libc/gen/confstr.c /builds/FreeBSD_stable_10/lib/libc/gen/= crypt.c /builds/FreeBSD_stable_10/lib/libc/gen/ctermid.c /builds/FreeBSD_st= able_10/lib/libc/gen/daemon.c /builds/FreeBSD_stable_10/lib/libc/gen/devnam= e.c /builds/FreeBSD_stable_10/lib/libc/gen/dirfd.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/dirname.c /builds/FreeBSD_stable_10/lib/libc/gen/disklabel.c= /builds/FreeBSD_stable_10/lib/libc/gen/dlfcn.c /builds/FreeBSD_stable_10/l= ib/libc/gen/drand48.c /builds/FreeBSD_stable_10/lib/libc/gen/dup3.c /builds= /FreeBSD_stable_10/lib/libc/gen/elf_utils.c /builds/FreeBSD_stable_10/lib/l= ibc/gen/erand48.c /builds/FreeBSD_stable_10/lib/libc/gen/err.c /builds/Free= BSD_stable_10/lib/libc/gen/errlst.c /builds/FreeBSD_stable_10/lib/libc/gen/= errno.c /builds/FreeBSD_stable_10/lib/libc/gen/exec.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/fdevname.c /builds/FreeBSD_stable_10/lib/libc/gen/feature= _present.c /builds/FreeBSD_stable_10/lib/libc/gen/fmtcheck.c /builds/FreeBS= D_stable_10/lib/libc/gen/fmtmsg.c /builds/FreeBSD_stable_10/lib/libc/gen/fn= match.c /builds/FreeBSD_stable_10/lib/libc/gen/fpclassify.c /builds/FreeBSD= _stable_10/lib/libc/gen/frexp.c /builds/FreeBSD_stable_10/lib/libc/gen/fsta= b.c /builds/FreeBSD_stable_10/lib/libc/gen/ftok.c /builds/FreeBSD_stable_10= /lib/libc/gen/fts.c /builds/FreeBSD_stable_10/lib/libc/gen/fts-compat.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/ftw.c /builds/FreeBSD_stable_10/lib/lib= c/gen/getbootfile.c /builds/FreeBSD_stable_10/lib/libc/gen/getbsize.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/getcap.c /builds/FreeBSD_stable_10/lib/li= bc/gen/getcwd.c /builds/FreeBSD_stable_10/lib/libc/gen/getdomainname.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getgrent.c /builds/FreeBSD_stable_10/lib= /libc/gen/getgrouplist.c /builds/FreeBSD_stable_10/lib/libc/gen/gethostname= .c /builds/FreeBSD_stable_10/lib/libc/gen/getloadavg.c /builds/FreeBSD_stab= le_10/lib/libc/gen/getlogin.c /builds/FreeBSD_stable_10/lib/libc/gen/getmnt= info.c /builds/FreeBSD_stable_10/lib/libc/gen/getnetgrent.c /builds/FreeBSD= _stable_10/lib/libc/gen/getosreldate.c /builds/FreeBSD_stable_10/lib/libc/g= en/getpagesize.c /builds/FreeBSD_stable_10/lib/libc/gen/getpagesizes.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getpeereid.c /builds/FreeBSD_stable_10/l= ib/libc/gen/getprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/getpwent.c= /builds/FreeBSD_stable_10/lib/libc/gen/getttyent.c /builds/FreeBSD_stable_= 10/lib/libc/gen/getusershell.c /builds/FreeBSD_stable_10/lib/libc/gen/getut= xent.c /builds/FreeBSD_stable_10/lib/libc/gen/getvfsbyname.c /builds/FreeBS= D_stable_10/lib/libc/gen/glob.c /builds/FreeBSD_stable_10/lib/libc/gen/init= groups.c /builds/FreeBSD_stable_10/lib/libc/gen/isatty.c /builds/FreeBSD_st= able_10/lib/libc/gen/isinf.c /builds/FreeBSD_stable_10/lib/libc/gen/isnan.c= /builds/FreeBSD_stable_10/lib/libc/gen/jrand48.c /builds/FreeBSD_stable_10= /lib/libc/gen/lcong48.c /builds/FreeBSD_stable_10/lib/libc/gen/libc_dlopen.= c /builds/FreeBSD_stable_10/lib/libc/gen/lockf.c /builds/FreeBSD_stable_10/= lib/libc/gen/lrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/mrand48.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/nftw.c /builds/FreeBSD_stable_10/lib/li= bc/gen/nice.c /builds/FreeBSD_stable_10/lib/libc/gen/nlist.c /builds/FreeBS= D_stable_10/lib/libc/gen/nrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/o= pendir.c /builds/FreeBSD_stable_10/lib/libc/gen/pause.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/pmadvise.c /builds/FreeBSD_stable_10/lib/libc/gen/popen= .c /builds/FreeBSD_stable_10/lib/libc/gen/posix_spawn.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/psignal.c /builds/FreeBSD_stable_10/lib/libc/gen/pututx= line.c /builds/FreeBSD_stable_10/lib/libc/gen/pw_scan.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/raise.c /builds/FreeBSD_stable_10/lib/libc/gen/readdir.= c /builds/FreeBSD_stable_10/lib/libc/gen/readpassphrase.c /builds/FreeBSD_s= table_10/lib/libc/gen/rewinddir.c /builds/FreeBSD_stable_10/lib/libc/gen/sc= andir.c /builds/FreeBSD_stable_10/lib/libc/gen/seed48.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/seekdir.c /builds/FreeBSD_stable_10/lib/libc/gen/semctl= .c /builds/FreeBSD_stable_10/lib/libc/gen/setdomainname.c /builds/FreeBSD_s= table_10/lib/libc/gen/sethostname.c /builds/FreeBSD_stable_10/lib/libc/gen/= setjmperr.c /builds/FreeBSD_stable_10/lib/libc/gen/setmode.c /builds/FreeBS= D_stable_10/lib/libc/gen/setproctitle.c /builds/FreeBSD_stable_10/lib/libc/= gen/setprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/siginterrupt.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/siglist.c /builds/FreeBSD_stable_10/lib= /libc/gen/signal.c /builds/FreeBSD_stable_10/lib/libc/gen/sigsetops.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/sleep.c /builds/FreeBSD_stable_10/lib/lib= c/gen/srand48.c /builds/FreeBSD_stable_10/lib/libc/gen/statvfs.c /builds/Fr= eeBSD_stable_10/lib/libc/gen/stringlist.c /builds/FreeBSD_stable_10/lib/lib= c/gen/strtofflags.c /builds/FreeBSD_stable_10/lib/libc/gen/sysconf.c /build= s/FreeBSD_stable_10/lib/libc/gen/sysctl.c /builds/FreeBSD_stable_10/lib/lib= c/gen/sysctlbyname.c /builds/FreeBSD_stable_10/lib/libc/gen/sysctlnametomib= .c /builds/FreeBSD_stable_10/lib/libc/gen/syslog.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/telldir.c /builds/FreeBSD_stable_10/lib/libc/gen/termios.c /= builds/FreeBSD_stable_10/lib/libc/gen/time.c /builds/FreeBSD_stable_10/lib/= libc/gen/times.c /builds/FreeBSD_stable_10/lib/libc/gen/timezone.c /builds/= FreeBSD_stable_10/lib/libc/gen/tls.c /builds/FreeBSD_stable_10/lib/libc/gen= /ttyname.c /builds/FreeBSD_stable_10/lib/libc/gen/ttyslot.c /builds/FreeBSD= _stable_10/lib/libc/gen/ualarm.c /builds/FreeBSD_stable_10/lib/libc/gen/uli= mit.c /builds/FreeBSD_stable_10/lib/libc/gen/uname.c /builds/FreeBSD_stable= _10/lib/libc/gen/unvis-compat.c /builds/FreeBSD_stable_10/lib/libc/gen/usle= ep.c /builds/FreeBSD_stable_10/lib/libc/gen/utime.c /builds/FreeBSD_stable_= 10/lib/libc/gen/utxdb.c /builds/FreeBSD_stable_10/lib/libc/gen/valloc.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/wait.c /builds/FreeBSD_stable_10/lib/li= bc/gen/wait3.c /builds/FreeBSD_stable_10/lib/libc/gen/waitpid.c /builds/Fre= eBSD_stable_10/lib/libc/gen/waitid.c /builds/FreeBSD_stable_10/lib/libc/gen= /wordexp.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-pwcache/pw= cache.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/unvis.c /= builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/vis.c cancelpoints= _sem.c cancelpoints_sem_new.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/= _setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/_set_tp.c /builds/Fr= eeBSD_stable_10/lib/libc/amd64/gen/rfork_thread.S /builds/FreeBSD_stable_10= /lib/libc/amd64/gen/setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/s= igsetjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fabs.S /builds/Free= BSD_stable_10/lib/libc/amd64/gen/getcontextx.c /builds/FreeBSD_stable_10/li= b/libc/amd64/gen/infinity.c /builds/FreeBSD_stable_10/lib/libc/gen/ldexp.c = /builds/FreeBSD_stable_10/lib/libc/amd64/gen/makecontext.c /builds/FreeBSD_= stable_10/lib/libc/amd64/gen/signalcontext.c /builds/FreeBSD_stable_10/lib/= libc/amd64/gen/flt_rounds.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fp= getmask.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetmask.c /builds/= FreeBSD_stable_10/lib/libc/amd64/gen/fpgetprec.c /builds/FreeBSD_stable_10/= lib/libc/amd64/gen/fpsetprec.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen= /fpgetround.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetround.c /bu= ilds/FreeBSD_stable_10/lib/libc/amd64/gen/fpgetsticky.c /builds/FreeBSD_sta= ble_10/lib/libc/gmon/gmon.c /builds/FreeBSD_stable_10/lib/libc/gmon/mcount.= c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_bcs.c /builds/FreeBSD_sta= ble_10/lib/libc/iconv/citrus_bcs_strtol.c /builds/FreeBSD_stable_10/lib/lib= c/iconv/citrus_bcs_strtoul.c /builds/FreeBSD_stable_10/lib/libc/iconv/citru= s_csmapper.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_db.c /builds/F= reeBSD_stable_10/lib/libc/iconv/citrus_db_factory.c /builds/FreeBSD_stable_= 10/lib/libc/iconv/citrus_db_hash.c /builds/FreeBSD_stable_10/lib/libc/iconv= /citrus_esdb.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/iconv/citrus_iconv.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_lookup.c /builds/FreeBSD_stable_10/lib/libc/iconv/c= itrus_lookup_factory.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_mapp= er.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_memstream.c /builds/Fr= eeBSD_stable_10/lib/libc/iconv/citrus_mmap.c /builds/FreeBSD_stable_10/lib/= libc/iconv/citrus_module.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_= none.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_pivot_factory.c /bui= lds/FreeBSD_stable_10/lib/libc/iconv/citrus_prop.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_stdenc.c /builds/FreeBSD_stable_10/lib/libc/iconv/b= sd_iconv.c /builds/FreeBSD_stable_10/lib/libc/iconv/iconv_compat.c /builds/= FreeBSD_stable_10/lib/libc/inet/inet_addr.c /builds/FreeBSD_stable_10/lib/l= ibc/inet/inet_cidr_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_cidr= _pton.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_lnaof.c /builds/FreeBS= D_stable_10/lib/libc/inet/inet_makeaddr.c /builds/FreeBSD_stable_10/lib/lib= c/inet/inet_net_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_net_pto= n.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_neta.c /builds/FreeBSD_sta= ble_10/lib/libc/inet/inet_netof.c /builds/FreeBSD_stable_10/lib/libc/inet/i= net_network.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_ntoa.c /builds/F= reeBSD_stable_10/lib/libc/inet/inet_ntop.c /builds/FreeBSD_stable_10/lib/li= bc/inet/inet_pton.c /builds/FreeBSD_stable_10/lib/libc/inet/nsap_addr.c /bu= ilds/FreeBSD_stable_10/lib/libc/isc/ev_streams.c /builds/FreeBSD_stable_10/= lib/libc/isc/ev_timers.c /builds/FreeBSD_stable_10/lib/libc/locale/ascii.c = /builds/FreeBSD_stable_10/lib/libc/locale/big5.c /builds/FreeBSD_stable_10/= lib/libc/locale/btowc.c /builds/FreeBSD_stable_10/lib/libc/locale/collate.c= /builds/FreeBSD_stable_10/lib/libc/locale/collcmp.c /builds/FreeBSD_stable= _10/lib/libc/locale/euc.c /builds/FreeBSD_stable_10/lib/libc/locale/fix_gro= uping.c /builds/FreeBSD_stable_10/lib/libc/locale/gb18030.c /builds/FreeBSD= _stable_10/lib/libc/locale/gb2312.c /builds/FreeBSD_stable_10/lib/libc/loca= le/gbk.c /builds/FreeBSD_stable_10/lib/libc/locale/ctype.c /builds/FreeBSD_= stable_10/lib/libc/locale/isctype.c /builds/FreeBSD_stable_10/lib/libc/loca= le/iswctype.c /builds/FreeBSD_stable_10/lib/libc/locale/ldpart.c /builds/Fr= eeBSD_stable_10/lib/libc/locale/lmessages.c /builds/FreeBSD_stable_10/lib/l= ibc/locale/lmonetary.c /builds/FreeBSD_stable_10/lib/libc/locale/lnumeric.c= /builds/FreeBSD_stable_10/lib/libc/locale/localeconv.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/mblen.c /builds/FreeBSD_stable_10/lib/libc/locale/mb= rlen.c /builds/FreeBSD_stable_10/lib/libc/locale/mbrtowc.c /builds/FreeBSD_= stable_10/lib/libc/locale/mbsinit.c /builds/FreeBSD_stable_10/lib/libc/loca= le/mbsnrtowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mbsrtowcs.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/mbtowc.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbstowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mskanji.c= /builds/FreeBSD_stable_10/lib/libc/locale/nextwctype.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/nl_langinfo.c /builds/FreeBSD_stable_10/lib/libc/loc= ale/nomacros.c /builds/FreeBSD_stable_10/lib/libc/locale/none.c /builds/Fre= eBSD_stable_10/lib/libc/locale/rpmatch.c /builds/FreeBSD_stable_10/lib/libc= /locale/rune.c /builds/FreeBSD_stable_10/lib/libc/locale/runetype.c /builds= /FreeBSD_stable_10/lib/libc/locale/setlocale.c /builds/FreeBSD_stable_10/li= b/libc/locale/setrunelocale.c /builds/FreeBSD_stable_10/lib/libc/locale/tab= le.c /builds/FreeBSD_stable_10/lib/libc/locale/tolower.c /builds/FreeBSD_st= able_10/lib/libc/locale/toupper.c /builds/FreeBSD_stable_10/lib/libc/locale= /utf8.c /builds/FreeBSD_stable_10/lib/libc/locale/wcrtomb.c /builds/FreeBSD= _stable_10/lib/libc/locale/wcsnrtombs.c /builds/FreeBSD_stable_10/lib/libc/= locale/wcsrtombs.c /builds/FreeBSD_stable_10/lib/libc/locale/wcsftime.c /bu= ilds/FreeBSD_stable_10/lib/libc/locale/wcstof.c /builds/FreeBSD_stable_10/l= ib/libc/locale/wcstod.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoimax= .c /builds/FreeBSD_stable_10/lib/libc/locale/wcstol.c /builds/FreeBSD_stabl= e_10/lib/libc/locale/wcstold.c /builds/FreeBSD_stable_10/lib/libc/locale/wc= stoll.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstombs.c /builds/FreeBS= D_stable_10/lib/libc/locale/wcstoul.c /builds/FreeBSD_stable_10/lib/libc/lo= cale/wcstoull.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoumax.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/wctob.c /builds/FreeBSD_stable_10/lib/= libc/locale/wctomb.c /builds/FreeBSD_stable_10/lib/libc/locale/wctrans.c /b= uilds/FreeBSD_stable_10/lib/libc/locale/wctype.c /builds/FreeBSD_stable_10/= lib/libc/locale/wcwidth.c /builds/FreeBSD_stable_10/lib/libc/locale/xlocale= .c /builds/FreeBSD_stable_10/lib/libc/locale/c16rtomb_iconv.c /builds/FreeB= SD_stable_10/lib/libc/locale/c32rtomb_iconv.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbrtoc16_iconv.c /builds/FreeBSD_stable_10/lib/libc/locale/mbr= toc32_iconv.c /builds/FreeBSD_stable_10/lib/libc/../libmd/md5c.c /builds/Fr= eeBSD_stable_10/lib/libc/nameser/ns_name.c /builds/FreeBSD_stable_10/lib/li= bc/nameser/ns_netint.c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_parse.= c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_print.c /builds/FreeBSD_sta= ble_10/lib/libc/nameser/ns_samedomain.c /builds/FreeBSD_stable_10/lib/libc/= nameser/ns_ttl.c /builds/FreeBSD_stable_10/lib/libc/net/base64.c /builds/Fr= eeBSD_stable_10/lib/libc/net/ether_addr.c /builds/FreeBSD_stable_10/lib/lib= c/net/eui64.c /builds/FreeBSD_stable_10/lib/libc/net/gai_strerror.c /builds= /FreeBSD_stable_10/lib/libc/net/getaddrinfo.c /builds/FreeBSD_stable_10/lib= /libc/net/gethostbydns.c /builds/FreeBSD_stable_10/lib/libc/net/gethostbyht= .c /builds/FreeBSD_stable_10/lib/libc/net/gethostbynis.c /builds/FreeBSD_st= able_10/lib/libc/net/gethostnamadr.c /builds/FreeBSD_stable_10/lib/libc/net= /getifaddrs.c /builds/FreeBSD_stable_10/lib/libc/net/getifmaddrs.c /builds/= FreeBSD_stable_10/lib/libc/net/getnameinfo.c /builds/FreeBSD_stable_10/lib/= libc/net/getnetbydns.c /builds/FreeBSD_stable_10/lib/libc/net/getnetbyht.c = /builds/FreeBSD_stable_10/lib/libc/net/getnetbynis.c /builds/FreeBSD_stable= _10/lib/libc/net/getnetnamadr.c /builds/FreeBSD_stable_10/lib/libc/net/getp= roto.c /builds/FreeBSD_stable_10/lib/libc/net/getprotoent.c /builds/FreeBSD= _stable_10/lib/libc/net/getprotoname.c /builds/FreeBSD_stable_10/lib/libc/n= et/getservent.c /builds/FreeBSD_stable_10/lib/libc/net/if_indextoname.c /bu= ilds/FreeBSD_stable_10/lib/libc/net/if_nameindex.c /builds/FreeBSD_stable_1= 0/lib/libc/net/if_nametoindex.c /builds/FreeBSD_stable_10/lib/libc/net/ip6o= pt.c /builds/FreeBSD_stable_10/lib/libc/net/linkaddr.c /builds/FreeBSD_stab= le_10/lib/libc/net/map_v4v6.c /builds/FreeBSD_stable_10/lib/libc/net/name6.= c /builds/FreeBSD_stable_10/lib/libc/net/ntoh.c /builds/FreeBSD_stable_10/l= ib/libc/net/nsdispatch.c nslexer.c nsparser.c /builds/FreeBSD_stable_10/lib= /libc/net/nss_compat.c /builds/FreeBSD_stable_10/lib/libc/net/rcmd.c /build= s/FreeBSD_stable_10/lib/libc/net/rcmdsh.c /builds/FreeBSD_stable_10/lib/lib= c/net/recv.c /builds/FreeBSD_stable_10/lib/libc/net/rthdr.c /builds/FreeBSD= _stable_10/lib/libc/net/sctp_sys_calls.c /builds/FreeBSD_stable_10/lib/libc= /net/send.c /builds/FreeBSD_stable_10/lib/libc/net/sockatmark.c /builds/Fre= eBSD_stable_10/lib/libc/net/sourcefilter.c /builds/FreeBSD_stable_10/lib/li= bc/net/vars.c /builds/FreeBSD_stable_10/lib/libc/net/nscache.c /builds/Free= BSD_stable_10/lib/libc/net/nscachedcli.c /builds/FreeBSD_stable_10/lib/libc= /nls/msgcat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_branding.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_calc_mask.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_copy.c /builds/FreeBSD_stable_10/lib/libc/posix= 1e/acl_compat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete_entry.c /builds/FreeBSD_= stable_10/lib/libc/posix1e/acl_entry.c /builds/FreeBSD_stable_10/lib/libc/p= osix1e/acl_flag.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_free.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_from_text.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_from_text_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/acl_get.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_id_to= _name.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_init.c /builds/FreeB= SD_stable_10/lib/libc/posix1e/acl_perm.c /builds/FreeBSD_stable_10/lib/libc= /posix1e/acl_set.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_strip.c /= builds/FreeBSD_stable_10/lib/libc/posix1e/acl_support.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_support_nfs4.c /builds/FreeBSD_stable_10/lib/li= bc/posix1e/acl_to_text.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_to_= text_nfs4.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_valid.c /builds/= FreeBSD_stable_10/lib/libc/posix1e/extattr.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/mac.c /builds/FreeBSD_stable_10/lib/libc/posix1e/mac_exec.c /b= uilds/FreeBSD_stable_10/lib/libc/posix1e/mac_get.c /builds/FreeBSD_stable_1= 0/lib/libc/posix1e/mac_set.c subr_acl_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/regex/regcomp.c /builds/FreeBSD_stable_10/lib/libc/regex/regerror.c /b= uilds/FreeBSD_stable_10/lib/libc/regex/regexec.c /builds/FreeBSD_stable_10/= lib/libc/regex/regfree.c /builds/FreeBSD_stable_10/lib/libc/resolv/herror.c= /builds/FreeBSD_stable_10/lib/libc/resolv/h_errno.c /builds/FreeBSD_stable= _10/lib/libc/resolv/mtctxres.c /builds/FreeBSD_stable_10/lib/libc/resolv/re= s_comp.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_data.c /builds/FreeB= SD_stable_10/lib/libc/resolv/res_debug.c /builds/FreeBSD_stable_10/lib/libc= /resolv/res_findzonecut.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_ini= t.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_mkquery.c /builds/FreeBSD= _stable_10/lib/libc/resolv/res_mkupdate.c /builds/FreeBSD_stable_10/lib/lib= c/resolv/res_query.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_send.c /= builds/FreeBSD_stable_10/lib/libc/resolv/res_state.c /builds/FreeBSD_stable= _10/lib/libc/resolv/res_update.c /builds/FreeBSD_stable_10/lib/libc/stdio/_= flock_stub.c /builds/FreeBSD_stable_10/lib/libc/stdio/asprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/clrerr.c /builds/FreeBSD_stable_10/lib/libc/= stdio/dprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fclose.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fcloseall.c /builds/FreeBSD_stable_10/lib/l= ibc/stdio/fdopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/feof.c /builds/= FreeBSD_stable_10/lib/libc/stdio/ferror.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fflush.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetc.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetln.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetpos.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgets.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetwln.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetws.c /builds/= FreeBSD_stable_10/lib/libc/stdio/fileno.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/findfp.c /builds/FreeBSD_stable_10/lib/libc/stdio/flags.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fmemopen.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/fprintf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/fpurge.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fputc.c /builds/FreeBSD_stable_10/lib/libc/stdio/fputs.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fputwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fputws.c /builds/FreeBSD_stable_10/lib/libc/stdio/fread.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/freopen.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fseek.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fsetpos.c /builds/FreeBSD_stable_10/lib/libc= /stdio/ftell.c /builds/FreeBSD_stable_10/lib/libc/stdio/funopen.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fvwrite.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwalk.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwide.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fwprintf.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwrite.c /builds= /FreeBSD_stable_10/lib/libc/stdio/getc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/getchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/getdelim.c /build= s/FreeBSD_stable_10/lib/libc/stdio/getline.c /builds/FreeBSD_stable_10/lib/= libc/stdio/gets.c /builds/FreeBSD_stable_10/lib/libc/stdio/getw.c /builds/F= reeBSD_stable_10/lib/libc/stdio/getwc.c /builds/FreeBSD_stable_10/lib/libc/= stdio/getwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/makebuf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/mktemp.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/open_memstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/open_wme= mstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/perror.c /builds/FreeBSD= _stable_10/lib/libc/stdio/printf.c /builds/FreeBSD_stable_10/lib/libc/stdio= /printf-pos.c /builds/FreeBSD_stable_10/lib/libc/stdio/putc.c /builds/FreeB= SD_stable_10/lib/libc/stdio/putchar.c /builds/FreeBSD_stable_10/lib/libc/st= dio/puts.c /builds/FreeBSD_stable_10/lib/libc/stdio/putw.c /builds/FreeBSD_= stable_10/lib/libc/stdio/putwc.c /builds/FreeBSD_stable_10/lib/libc/stdio/p= utwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/refill.c /builds/FreeBSD= _stable_10/lib/libc/stdio/remove.c /builds/FreeBSD_stable_10/lib/libc/stdio= /rewind.c /builds/FreeBSD_stable_10/lib/libc/stdio/rget.c /builds/FreeBSD_s= table_10/lib/libc/stdio/scanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/se= tbuf.c /builds/FreeBSD_stable_10/lib/libc/stdio/setbuffer.c /builds/FreeBSD= _stable_10/lib/libc/stdio/setvbuf.c /builds/FreeBSD_stable_10/lib/libc/stdi= o/snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/sprintf.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/sscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/stdio.c /builds/FreeBSD_stable_10/lib/libc/stdio/swprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/swscanf.c /builds/FreeBSD_stable_10/lib/libc= /stdio/tempnam.c /builds/FreeBSD_stable_10/lib/libc/stdio/tmpfile.c /builds= /FreeBSD_stable_10/lib/libc/stdio/tmpnam.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/ungetc.c /builds/FreeBSD_stable_10/lib/libc/stdio/ungetwc.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vasprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/vdprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfprintf.c= /builds/FreeBSD_stable_10/lib/libc/stdio/vfscanf.c /builds/FreeBSD_stable_= 10/lib/libc/stdio/vfwprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfws= canf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vprintf.c /builds/FreeBSD_s= table_10/lib/libc/stdio/vscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/v= snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vsprintf.c /builds/Free= BSD_stable_10/lib/libc/stdio/vsscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/vswprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vswscanf.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vwprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/vwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wbuf.c /buil= ds/FreeBSD_stable_10/lib/libc/stdio/wprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/wscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wsetup.c /bui= lds/FreeBSD_stable_10/lib/libc/stdio/xprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/xprintf_float.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprin= tf_int.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_str.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/xprintf_errno.c /builds/FreeBSD_stable_10/lib= /libc/stdio/xprintf_hexdump.c /builds/FreeBSD_stable_10/lib/libc/stdio/xpri= ntf_quote.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_time.c /builds= /FreeBSD_stable_10/lib/libc/stdio/xprintf_vis.c /builds/FreeBSD_stable_10/l= ib/libc/../../contrib/tzcode/stdtime/asctime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/difftime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/localtime.c /builds/FreeBSD_stable_10/l= ib/libc/stdtime/strftime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/strpt= ime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/timelocal.c /builds/FreeBS= D_stable_10/lib/libc/stdtime/time32.c /builds/FreeBSD_stable_10/lib/libc/am= d64/sys/amd64_get_fsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd= 64_get_gsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_fsba= se.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_gsbase.c /build= s/FreeBSD_stable_10/lib/libc/amd64/sys/__vdso_gettc.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/clock_gettime.c /builds/FreeBSD_stable_10/lib/libc/sys/ge= ttimeofday.c /builds/FreeBSD_stable_10/lib/libc/sys/__vdso_gettimeofday.c /= builds/FreeBSD_stable_10/lib/libc/sys/stack_protector.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/stack_protector_compat.c /builds/FreeBSD_stable_10/lib/= libc/sys/__error.c /builds/FreeBSD_stable_10/lib/libc/sys/interposing_table= .c /builds/FreeBSD_stable_10/lib/libc/sys/ftruncate.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/lseek.c /builds/FreeBSD_stable_10/lib/libc/sys/mmap.c /bu= ilds/FreeBSD_stable_10/lib/libc/sys/pread.c /builds/FreeBSD_stable_10/lib/l= ibc/sys/pwrite.c /builds/FreeBSD_stable_10/lib/libc/sys/truncate.c /builds/= FreeBSD_stable_10/lib/libc/sys/accept.c /builds/FreeBSD_stable_10/lib/libc/= sys/accept4.c /builds/FreeBSD_stable_10/lib/libc/sys/aio_suspend.c /builds/= FreeBSD_stable_10/lib/libc/sys/close.c /builds/FreeBSD_stable_10/lib/libc/s= ys/connect.c /builds/FreeBSD_stable_10/lib/libc/sys/fcntl.c /builds/FreeBSD= _stable_10/lib/libc/sys/fsync.c /builds/FreeBSD_stable_10/lib/libc/sys/fork= .c /builds/FreeBSD_stable_10/lib/libc/sys/kevent.c /builds/FreeBSD_stable_1= 0/lib/libc/sys/msync.c /builds/FreeBSD_stable_10/lib/libc/sys/nanosleep.c /= builds/FreeBSD_stable_10/lib/libc/sys/open.c /builds/FreeBSD_stable_10/lib/= libc/sys/openat.c /builds/FreeBSD_stable_10/lib/libc/sys/poll.c /builds/Fre= eBSD_stable_10/lib/libc/sys/ppoll.c /builds/FreeBSD_stable_10/lib/libc/sys/= pselect.c /builds/FreeBSD_stable_10/lib/libc/sys/read.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/readv.c /builds/FreeBSD_stable_10/lib/libc/sys/recvfrom= .c /builds/FreeBSD_stable_10/lib/libc/sys/recvmsg.c /builds/FreeBSD_stable_= 10/lib/libc/sys/select.c /builds/FreeBSD_stable_10/lib/libc/sys/sendmsg.c /= builds/FreeBSD_stable_10/lib/libc/sys/sendto.c /builds/FreeBSD_stable_10/li= b/libc/sys/setcontext.c /builds/FreeBSD_stable_10/lib/libc/sys/sigprocmask.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigsuspend.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/sigtimedwait.c /builds/FreeBSD_stable_10/lib/libc/sys/sig= wait.c /builds/FreeBSD_stable_10/lib/libc/sys/sigwaitinfo.c /builds/FreeBSD= _stable_10/lib/libc/sys/swapcontext.c /builds/FreeBSD_stable_10/lib/libc/sy= s/wait4.c /builds/FreeBSD_stable_10/lib/libc/sys/wait6.c /builds/FreeBSD_st= able_10/lib/libc/sys/write.c /builds/FreeBSD_stable_10/lib/libc/sys/writev.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigaction.c /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/vfork.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys= /brk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/cerror.S /builds/FreeBS= D_stable_10/lib/libc/amd64/sys/exect.S /builds/FreeBSD_stable_10/lib/libc/a= md64/sys/getcontext.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/pipe.S /= builds/FreeBSD_stable_10/lib/libc/amd64/sys/ptrace.S /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/reboot.S /builds/FreeBSD_stable_10/lib/libc/amd64/sy= s/sbrk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/setlogin.S /builds/Fr= eeBSD_stable_10/lib/libc/amd64/sys/sigreturn.S syscall.S link.S unlink.S ch= dir.S fchdir.S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid.S mount.= S unmount.S setuid.S getuid.S geteuid.S getpeername.S getsockname.S access.= S chflags.S fchflags.S sync.S kill.S getppid.S dup.S getegid.S profil.S ktr= ace.S getgid.S acct.S sigaltstack.S ioctl.S revoke.S symlink.S readlink.S e= xecve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S mincore.S = getgroups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S getitimer.= S getdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind.S setsoc= kopt.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S fchmod.S s= etreuid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpair.S mkdi= r.S rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S nfssvc.S f= reebsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getdomainname= .S freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S semsys.S ms= gsys.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_adjtime.S s= etgid.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpathconf.S g= etrlimit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S freebsd6= _lseek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock.S munloc= k.S undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S semop.S fre= ebsd7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.S shmdt.S= shmget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_delete.S kt= imer_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcounter.S ff= clock_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S ntp_gettim= e.S minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S lio_list= io.S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S nstat.S n= fstat.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S fhstat.S m= odnext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldfind.S kld= next.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S aio_return.= S aio_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S mlockall.= S munlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_setschedu= ler.S sched_getscheduler.S sched_yield.S sched_get_priority_max.S sched_get= _priority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile.S kldsym= .S jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebsd4_sigret= urn.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl= _delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S = extattrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_file.S ai= o_waitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S extattr_= get_fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S nmount.S = __mac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S __mac_set= _fd.S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_syscall.S= getfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.S ksem_wa= it.S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_getvalue.S k= sem_destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S extattr_set= _link.S extattr_get_link.S extattr_delete_link.S __mac_execve.S swapoff.S _= _acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S = thr_create.S thr_exit.S thr_self.S thr_kill.S _umtx_lock.S _umtx_unlock.S j= ail_attach.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S ksem= _timedwait.S thr_suspend.S thr_wake.S kldunloadf.S audit.S auditon.S getaui= d.S setauid.S getaudit.S setaudit.S getaudit_addr.S setaudit_addr.S auditct= l.S _umtx_op.S thr_new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedrecei= ve.S kmq_timedsend.S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_= fsync.S rtprio_thread.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_= sendmsg_iov.S sctp_generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cp= uset.S cpuset_setid.S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinit= y.S faccessat.S fchmodat.S fchownat.S fexecve.S fstatat.S futimesat.S linka= t.S mkdirat.S mkfifoat.S mknodat.S readlinkat.S renameat.S symlinkat.S unli= nkat.S posix_openpt.S gssd_syscall.S jail_get.S jail_set.S jail_remove.S cl= osefrom.S __semctl.S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_e= nter.S cap_getmode.S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginc= lass.S rctl_get_racct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S = rctl_remove_rule.S posix_fallocate.S posix_fadvise.S cap_rights_limit.S cap= _ioctls_limit.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat= .S connectat.S chflagsat.S pipe2.S aio_mlock.S procctl.S _getlogin.S _exit.= S _pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_getti= me.S _gettimeofday.S _accept.S _accept4.S _aio_suspend.S _close.S _connect.= S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanosleep.S _open.S _openat= .S _poll.S _ppoll.S _pselect.S _read.S _readv.S _recvfrom.S _recvmsg.S _sel= ect.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask.S _sigsuspend.S _sigt= imedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _wait4.S _wait6.S _writ= e.S _writev.S _sigaction.S /builds/FreeBSD_stable_10/lib/libc/rpc/auth_none= .c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_unix.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/authunix_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/bi= ndresvport.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_bcast.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/clnt_dg.c /builds/FreeBSD_stable_10/lib/libc/r= pc/clnt_generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_perror.c /bui= lds/FreeBSD_stable_10/lib/libc/rpc/clnt_raw.c /builds/FreeBSD_stable_10/lib= /libc/rpc/clnt_simple.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_vc.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/rpc_dtablesize.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/getnetconfig.c /builds/FreeBSD_stable_10/lib/libc/rpc/get= netpath.c /builds/FreeBSD_stable_10/lib/libc/rpc/getrpcent.c /builds/FreeBS= D_stable_10/lib/libc/rpc/getrpcport.c /builds/FreeBSD_stable_10/lib/libc/rp= c/mt_misc.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_clnt.c /builds/Free= BSD_stable_10/lib/libc/rpc/pmap_getmaps.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/pmap_getport.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot2.c /builds/FreeBSD_stable_10/= lib/libc/rpc/pmap_rmt.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_prot.c /= builds/FreeBSD_stable_10/lib/libc/rpc/rpc_commondata.c /builds/FreeBSD_stab= le_10/lib/libc/rpc/rpc_callmsg.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc= _generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_soc.c /builds/FreeBSD= _stable_10/lib/libc/rpc/rpcb_clnt.c /builds/FreeBSD_stable_10/lib/libc/rpc/= rpcb_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpcb_st_xdr.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/rpcsec_gss_stub.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_auth.c /builds/= FreeBSD_stable_10/lib/libc/rpc/svc_dg.c /builds/FreeBSD_stable_10/lib/libc/= rpc/svc_auth_unix.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_generic.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_raw.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc_run.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_simple.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_vc.c /builds/FreeBSD_stable_10/lib= /libc/rpc/auth_time.c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_des.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/authdes_prot.c /builds/FreeBSD_stable_1= 0/lib/libc/rpc/des_crypt.c /builds/FreeBSD_stable_10/lib/libc/rpc/des_soft.= c /builds/FreeBSD_stable_10/lib/libc/rpc/crypt_client.c /builds/FreeBSD_sta= ble_10/lib/libc/rpc/key_call.c /builds/FreeBSD_stable_10/lib/libc/rpc/key_p= rot_xdr.c /builds/FreeBSD_stable_10/lib/libc/rpc/getpublickey.c /builds/Fre= eBSD_stable_10/lib/libc/rpc/svc_auth_des.c /builds/FreeBSD_stable_10/lib/li= bc/rpc/netname.c /builds/FreeBSD_stable_10/lib/libc/rpc/netnamer.c /builds/= FreeBSD_stable_10/lib/libc/rpc/rpcdname.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/rtime.c crypt_clnt.c crypt_xdr.c /builds/FreeBSD_stable_10/lib/libc/u= uid/uuid_compare.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_create.c /b= uilds/FreeBSD_stable_10/lib/libc/uuid/uuid_create_nil.c /builds/FreeBSD_sta= ble_10/lib/libc/uuid/uuid_equal.c /builds/FreeBSD_stable_10/lib/libc/uuid/u= uid_from_string.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/uuid/uuid_is_nil.c /builds/FreeBSD_stable_10/= lib/libc/uuid/uuid_stream.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_to= _string.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr.c /builds/FreeBSD_stab= le_10/lib/libc/xdr/xdr_array.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_f= loat.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_mem.c /builds/FreeBSD_sta= ble_10/lib/libc/xdr/xdr_rec.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_re= ference.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_sizeof.c /builds/FreeB= SD_stable_10/lib/libc/xdr/xdr_stdio.c /builds/FreeBSD_stable_10/lib/libc/yp= /xdryp.c yp_xdr.c /builds/FreeBSD_stable_10/lib/libc/yp/yplib.c /builds/Fre= eBSD_stable_10/lib/libc/../../sys/kern/subr_capability.c /builds/FreeBSD_st= able_10/lib/libc/gdtoa/machdep_ldisx.c /builds/FreeBSD_stable_10/lib/libc/a= md64/stdlib/div.S /builds/FreeBSD_stable_10/lib/libc/amd64/stdlib/ldiv.S /b= uilds/FreeBSD_stable_10/lib/libc/amd64/stdlib/lldiv.S /builds/FreeBSD_stabl= e_10/lib/libc/amd64/string/bcmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/= string/bcopy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/bzero.S /bui= lds/FreeBSD_stable_10/lib/libc/amd64/string/memcmp.S /builds/FreeBSD_stable= _10/lib/libc/amd64/string/memcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64= /string/memmove.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/memset.S = /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcat.S /builds/FreeBSD_st= able_10/lib/libc/amd64/string/strcmp.S /builds/FreeBSD_stable_10/lib/libc/a= md64/string/stpcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcpy= .c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_hdtoa.c /builds/FreeBSD_stable= _10/lib/libc/gdtoa/_hldtoa.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_ldto= a.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/glue.c gdtoa_strtorx.c gdtoa_d= misc.c gdtoa_dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gdtoa_hd_ini= t.c gdtoa_hexnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdtoa_strtodg.= c gdtoa_strtof.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c /builds/FreeBSD_st= able_10/lib/libc/gen/modf.c /builds/FreeBSD_stable_10/lib/libc/stdlib/_Exit= .c /builds/FreeBSD_stable_10/lib/libc/stdlib/a64l.c /builds/FreeBSD_stable_= 10/lib/libc/stdlib/abort.c /builds/FreeBSD_stable_10/lib/libc/stdlib/abs.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/atexit.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/atof.c /builds/FreeBSD_stable_10/lib/libc/stdlib/atoi.c /= builds/FreeBSD_stable_10/lib/libc/stdlib/atol.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/atoll.c /builds/FreeBSD_stable_10/lib/libc/stdlib/bsearch.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/exit.c /builds/FreeBSD_stable_10/= lib/libc/stdlib/getenv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt.c= /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt_long.c /builds/FreeBSD_st= able_10/lib/libc/stdlib/getsubopt.c /builds/FreeBSD_stable_10/lib/libc/stdl= ib/hcreate.c /builds/FreeBSD_stable_10/lib/libc/stdlib/heapsort.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/imaxabs.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/imaxdiv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/insque.c /bui= lds/FreeBSD_stable_10/lib/libc/stdlib/l64a.c /builds/FreeBSD_stable_10/lib/= libc/stdlib/labs.c /builds/FreeBSD_stable_10/lib/libc/stdlib/llabs.c /build= s/FreeBSD_stable_10/lib/libc/stdlib/lsearch.c /builds/FreeBSD_stable_10/lib= /libc/stdlib/merge.c /builds/FreeBSD_stable_10/lib/libc/stdlib/ptsname.c /b= uilds/FreeBSD_stable_10/lib/libc/stdlib/qsort.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/qsort_r.c /builds/FreeBSD_stable_10/lib/libc/stdlib/quick_ex= it.c /builds/FreeBSD_stable_10/lib/libc/stdlib/radixsort.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/rand.c /builds/FreeBSD_stable_10/lib/libc/stdlib/= random.c /builds/FreeBSD_stable_10/lib/libc/stdlib/reallocf.c /builds/FreeB= SD_stable_10/lib/libc/stdlib/realpath.c /builds/FreeBSD_stable_10/lib/libc/= stdlib/remque.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strfmon.c /builds= /FreeBSD_stable_10/lib/libc/stdlib/strtoimax.c /builds/FreeBSD_stable_10/li= b/libc/stdlib/strtol.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoll.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoq.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/strtoul.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strto= num.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoull.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/strtoumax.c /builds/FreeBSD_stable_10/lib/libc/st= dlib/strtouq.c /builds/FreeBSD_stable_10/lib/libc/stdlib/system.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/tdelete.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/tfind.c /builds/FreeBSD_stable_10/lib/libc/stdlib/tsearch.c /buil= ds/FreeBSD_stable_10/lib/libc/stdlib/twalk.c jemalloc_jemalloc.c jemalloc_a= rena.c jemalloc_atomic.c jemalloc_base.c jemalloc_bitmap.c jemalloc_chunk.c= jemalloc_chunk_dss.c jemalloc_chunk_mmap.c jemalloc_ckh.c jemalloc_ctl.c j= emalloc_extent.c jemalloc_hash.c jemalloc_huge.c jemalloc_mb.c jemalloc_mut= ex.c jemalloc_prof.c jemalloc_quarantine.c jemalloc_rtree.c jemalloc_stats.= c jemalloc_tcache.c jemalloc_util.c jemalloc_tsd.c /builds/FreeBSD_stable_1= 0/lib/libc/string/ffs.c /builds/FreeBSD_stable_10/lib/libc/string/ffsl.c /b= uilds/FreeBSD_stable_10/lib/libc/string/ffsll.c /builds/FreeBSD_stable_10/l= ib/libc/string/fls.c /builds/FreeBSD_stable_10/lib/libc/string/flsl.c /buil= ds/FreeBSD_stable_10/lib/libc/string/flsll.c /builds/FreeBSD_stable_10/lib/= libc/string/memccpy.c /builds/FreeBSD_stable_10/lib/libc/string/memchr.c /b= uilds/FreeBSD_stable_10/lib/libc/string/memrchr.c /builds/FreeBSD_stable_10= /lib/libc/string/memmem.c /builds/FreeBSD_stable_10/lib/libc/string/stpncpy= .c /builds/FreeBSD_stable_10/lib/libc/string/strcasecmp.c /builds/FreeBSD_s= table_10/lib/libc/string/strcasestr.c /builds/FreeBSD_stable_10/lib/libc/st= ring/strchr.c /builds/FreeBSD_stable_10/lib/libc/string/strchrnul.c /builds= /FreeBSD_stable_10/lib/libc/string/strcoll.c /builds/FreeBSD_stable_10/lib/= libc/string/strcspn.c /builds/FreeBSD_stable_10/lib/libc/string/strdup.c /b= uilds/FreeBSD_stable_10/lib/libc/string/strerror.c /builds/FreeBSD_stable_1= 0/lib/libc/string/strlcat.c /builds/FreeBSD_stable_10/lib/libc/string/strlc= py.c /builds/FreeBSD_stable_10/lib/libc/string/strlen.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strmode.c /builds/FreeBSD_stable_10/lib/libc/string/= strncat.c /builds/FreeBSD_stable_10/lib/libc/string/strncmp.c /builds/FreeB= SD_stable_10/lib/libc/string/strncpy.c /builds/FreeBSD_stable_10/lib/libc/s= tring/strndup.c /builds/FreeBSD_stable_10/lib/libc/string/strnlen.c /builds= /FreeBSD_stable_10/lib/libc/string/strnstr.c /builds/FreeBSD_stable_10/lib/= libc/string/strpbrk.c /builds/FreeBSD_stable_10/lib/libc/string/strrchr.c /= builds/FreeBSD_stable_10/lib/libc/string/strsep.c /builds/FreeBSD_stable_10= /lib/libc/string/strsignal.c /builds/FreeBSD_stable_10/lib/libc/string/strs= pn.c /builds/FreeBSD_stable_10/lib/libc/string/strstr.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strtok.c /builds/FreeBSD_stable_10/lib/libc/string/s= trxfrm.c /builds/FreeBSD_stable_10/lib/libc/string/swab.c /builds/FreeBSD_s= table_10/lib/libc/string/wcpcpy.c /builds/FreeBSD_stable_10/lib/libc/string= /wcpncpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscasecmp.c /builds/F= reeBSD_stable_10/lib/libc/string/wcscat.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcschr.c /builds/FreeBSD_stable_10/lib/libc/string/wcscmp.c /build= s/FreeBSD_stable_10/lib/libc/string/wcscoll.c /builds/FreeBSD_stable_10/lib= /libc/string/wcscpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscspn.c /= builds/FreeBSD_stable_10/lib/libc/string/wcsdup.c /builds/FreeBSD_stable_10= /lib/libc/string/wcslcat.c /builds/FreeBSD_stable_10/lib/libc/string/wcslcp= y.c /builds/FreeBSD_stable_10/lib/libc/string/wcslen.c /builds/FreeBSD_stab= le_10/lib/libc/string/wcsncasecmp.c /builds/FreeBSD_stable_10/lib/libc/stri= ng/wcsncat.c /builds/FreeBSD_stable_10/lib/libc/string/wcsncmp.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wcsncpy.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcsnlen.c /builds/FreeBSD_stable_10/lib/libc/string/wcspbrk.c /bui= lds/FreeBSD_stable_10/lib/libc/string/wcsrchr.c /builds/FreeBSD_stable_10/l= ib/libc/string/wcsspn.c /builds/FreeBSD_stable_10/lib/libc/string/wcsstr.c = /builds/FreeBSD_stable_10/lib/libc/string/wcstok.c /builds/FreeBSD_stable_1= 0/lib/libc/string/wcswidth.c /builds/FreeBSD_stable_10/lib/libc/string/wcsx= frm.c /builds/FreeBSD_stable_10/lib/libc/string/wmemchr.c /builds/FreeBSD_s= table_10/lib/libc/string/wmemcmp.c /builds/FreeBSD_stable_10/lib/libc/strin= g/wmemcpy.c /builds/FreeBSD_stable_10/lib/libc/string/wmemmove.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wmemset.c /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l:47:10: fatal error: 'nspar= ser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc 1 error make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc *** [lib/libc__L] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10 1 error make[3]: stopped in /builds/FreeBSD_stable_10 *** [libraries] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 1 error make[2]: stopped in /builds/FreeBSD_stable_10 *** [_libraries] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Thu Dec 31 04:36:27 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40A6DA553DD for ; Thu, 31 Dec 2015 04:36:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 34FC81D30; Thu, 31 Dec 2015 04:36:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 18324100D; Thu, 31 Dec 2015 04:36:27 +0000 (UTC) Date: Thu, 31 Dec 2015 04:36:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jamie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <337780197.71.1451536586622.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <600803298.69.1451522125734.JavaMail.jenkins@jenkins-9.freebsd.org> References: <600803298.69.1451522125734.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1915 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 04:36:27 -0000 FreeBSD_stable_10 - Build #1915 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1915/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1915/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1915/console Change summaries: 292968 by jamie: MFC r287220: Fix a conversion error in rc.d/jail 292967 by jamie: MFC r292759: Let old-style (shell-based) jail configuration handle jail names that contain characters not allowed in a shell variable (such as "-"). These will be replaced by an underscore in jail config variables, e.g. for jail "foo-bar" you would set "jail_foo_bar_hostname". This is separate from the current code that changes the jail names if they contain "." or "/". It also doesn't apply to jails defined in a jail.conf file. PR: 191181 From owner-freebsd-stable@freebsd.org Thu Dec 31 12:19:06 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36C2EA56FC2 for ; Thu, 31 Dec 2015 12:19:06 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B885A198E for ; Thu, 31 Dec 2015 12:19:05 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id tBVCIsec000834 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 31 Dec 2015 13:18:54 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id tBVCIr2T000830 for ; Thu, 31 Dec 2015 13:18:54 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Thu, 31 Dec 2015 13:18:53 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD stable Subject: r292973 creates problems for stable/10 kernels and options ZFS Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 12:19:06 -0000 After r292973, it's impossible to build a stable/10 kernel configured with options ZFS: --- kernel.debug --- linking kernel.debug subr_nvlist.o: In function `nvlist_add_nvlist': /usr/src/sys/kern/subr_nvlist.c:1189: multiple definition of `nvlist_add_nvlist' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1144: first defined here subr_nvlist.o: In function `nvlist_add_nvpair': /usr/src/sys/kern/subr_nvlist.c:1061: multiple definition of `nvlist_add_nvpair' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1979: first defined here subr_nvlist.o: In function `nvlist_add_string': /usr/src/sys/kern/subr_nvlist.c:1171: multiple definition of `nvlist_add_string' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1064: first defined here subr_nvlist.o: In function `nvlist_empty': /usr/src/sys/kern/subr_nvlist.c:226: multiple definition of `nvlist_empty' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1210: first defined here subr_nvlist.o: In function `nvlist_exists': /usr/src/sys/kern/subr_nvlist.c:1034: multiple definition of `nvlist_exists' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1797: first defined here subr_nvlist.o: In function `nvlist_free': /usr/src/sys/kern/subr_nvlist.c:1439: multiple definition of `nvlist_free' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:561: first defined here subr_nvlist.o: In function `nvlist_next_nvpair': /usr/src/sys/kern/subr_nvlist.c:983: multiple definition of `nvlist_next_nvpair' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1157: first defined here subr_nvlist.o: In function `nvlist_pack': /usr/src/sys/kern/subr_nvlist.c:696: multiple definition of `nvlist_pack' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:2351: first defined here subr_nvlist.o: In function `nvlist_prev_nvpair': /usr/src/sys/kern/subr_nvlist.c:999: multiple definition of `nvlist_prev_nvpair' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1186: first defined here subr_nvlist.o: In function `nvlist_remove_nvpair': /usr/src/sys/kern/subr_nvlist.c:1428: multiple definition of `nvlist_remove_nvpair' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:704: first defined here subr_nvlist.o: In function `nvlist_size': /usr/src/sys/kern/subr_nvlist.c:448: multiple definition of `nvlist_size' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:2340: first defined here subr_nvlist.o: In function `nvlist_unpack': /usr/src/sys/kern/subr_nvlist.c:855: multiple definition of `nvlist_unpack' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:2413: first defined here subr_nvlist.o: In function `nvlist_xpack': /usr/src/sys/kern/subr_nvlist.c:601: multiple definition of `nvlist_xpack' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:2363: first defined here subr_nvlist.o: In function `nvlist_xunpack': /usr/src/sys/kern/subr_nvlist.c:780: multiple definition of `nvlist_xunpack' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:2424: first defined here subr_nvpair.o: In function `nvpair_name': /usr/src/sys/kern/subr_nvpair.c:711: multiple definition of `nvpair_name' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1222: first defined here subr_nvpair.o: In function `nvpair_type': /usr/src/sys/kern/subr_nvpair.c:702: multiple definition of `nvpair_type' opensolaris_nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c:1228: first defined here *** [kernel.debug] Error code 1 Is options ZFS discouraged? I find it better to have a selfcontained kernel for something so important as ZFS, at least when it's the core FS for some of my systems. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-stable@freebsd.org Sat Jan 2 21:53:31 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA00CA5FB15 for ; Sat, 2 Jan 2016 21:53:31 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32DC61A8B for ; Sat, 2 Jan 2016 21:53:31 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lb0-x22b.google.com with SMTP id sv6so137024380lbb.0 for ; Sat, 02 Jan 2016 13:53:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mtbbtPR2L7cMYuQ9MISzTLVWhF3dlUN5QQnOxpRONF4=; b=IObopE89rGeEUNG6dbhVoB/368yp3CeKupjtHIN+A2dPrHHDIzQ3Im6fA4Dw9fDwr9 DnLlJkMtG9oaeflDWxmt5eFg34xDq7sRN3OUVeVTXGY+Xai3oLdo8wxyxhuIb1H9HdTs qdX92UH8G5lr5fR3Mwpm7k8MePORIBQsU45nwhLoAUQpGbI2KDkw2USA/Wk8A+EtzsPC GKbBd5ySkr6Cgugqfvg4hTnVqkzkmDMh2SxocrZak0M5JEJH7lCFzhu3JXiteVKKHu0x aa+nO9nZNbHZmlNGU3EmSGGoe2nbTGN9Uo/qiC/2aHMK1LxlnTlBIjzLgefsbDsac5Nd UhKA== X-Received: by 10.112.155.167 with SMTP id vx7mr28913904lbb.9.1451771609186; Sat, 02 Jan 2016 13:53:29 -0800 (PST) Received: from [10.0.1.2] (broadband-5-228-251-240.nationalcablenetworks.ru. [5.228.251.240]) by smtp.gmail.com with ESMTPSA id go6sm172214lbc.25.2016.01.02.13.53.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jan 2016 13:53:28 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: Regression on 10/STABLE (Was: SOL_TCP def?) From: Dmitry Sivachenko In-Reply-To: Date: Sun, 3 Jan 2016 00:53:27 +0300 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Jonathan Chen X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2016 21:53:31 -0000 > On 29 Dec 2015, at 23:48, Jonathan Chen wrote: >=20 > On 30 December 2015 at 07:50, Dmitry Sivachenko = wrote: >>> Patch gsoap to use IPPROTO_IP instead of SOL_TCP. >> I meant IPPROTO_TCP, sorry. >=20 > Thanks for the quick-fix. However, IMHO this should be classed as a > regression on 10/STABLE. >=20 I think it is non-portable code in gsoap, which was revealed by = introduction of TCP_FASTOPEN to 10/stable.