From owner-freebsd-current@FreeBSD.ORG Fri Mar 21 16:40:21 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5030E7ED; Fri, 21 Mar 2014 16:40:21 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6DD6172; Fri, 21 Mar 2014 16:40:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s2LGeG24014951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Mar 2014 10:40:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s2LGeG07014948; Fri, 21 Mar 2014 10:40:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 21 Mar 2014 10:40:16 -0600 (MDT) From: Warren Block To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: Hello fdclose In-Reply-To: <86fvmbzlbn.fsf@nine.des.no> Message-ID: References: <201403181404.52197.jhb@freebsd.org> <201403191523.33275.jhb@freebsd.org> <86zjkkr5ma.fsf@nine.des.no> <86fvmbzlbn.fsf@nine.des.no> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 21 Mar 2014 10:40:17 -0600 (MDT) Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: jilles@freebsd.org, freebsd-current@freebsd.org, Mariusz Zaborski , freebsd-arch@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 16:40:21 -0000 On Fri, 21 Mar 2014, Dag-Erling Smørgrav wrote: > Warren Block writes: >> Dag-Erling Smørgrav writes: >>> We always use [The .Nm foo utility or The .Fn foo function] instead >>> of just .Nm or .Fn at the start of a sentence, but never (or rarely) >>> within a sentence. >> By "we", do you mean the FreeBSD project or your local organization? >> Is there a specific reason the redundant wording, or is it just >> customary? > > I mean the FreeBSD project, and the reason is as John stated: all > sentences must start with a capital letter. I've gotten so used to this > over the past 15 years that I even do it in email and other non-FreeBSD > written material. > > DES "Because it's been that way for 15 years" is not always a justification (consider BIND in base, for example :). I'll let this drop for now, but still find it interesting that it is not mentioned in the FDP Primer, and those style guide rules date back at least 15 years. It may be that the original doc project members felt that capitalizing the first word of a sentence was so obvious that it did not need to be stated. Or possibly, that it was a rule that could be usefully broken at times. From owner-freebsd-current@FreeBSD.ORG Fri Mar 21 16:53:46 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1BF02C2; Fri, 21 Mar 2014 16:53:46 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 71A65365; Fri, 21 Mar 2014 16:53:46 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 74509A8E; Fri, 21 Mar 2014 16:53:44 +0000 (UTC) Date: Fri, 21 Mar 2014 16:53:40 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, kib@FreeBSD.org Message-ID: <135208969.8.1395420822857.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #324 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 16:53:46 -0000 See Changes: [kib] Fix two issues with /dev/mem access on amd64, both causing kernel pag= e faults. First, for accesses to direct map region should check for the limit by which direct map is instantiated. Second, for accesses to the kernel map, success returned from the kernacc(9) does not guarantee that consequent attempt to read or write to the checked address succeed, since other thread might invalidate the address meantime. Add a new thread private flag TDP_DEVMEMIO, which instructs vm_fault() to return error when fault happens on the MAP_ENTRY_NOFAULT entry, instead of panicing. The trap handler would then see a page fault from access, and recover in normal way, making /dev/mem access safer. Remove GIANT_REQUIRED from the amd64 memrw(), since it is not needed and having Giant locked does not solve issues for amd64. Note that at least the second issue exists on other architectures, and requires similar patching for md code. Reported and tested by:=09clusteradm (gjb, sbruno) Sponsored by:=09The FreeBSD Foundation MFC after:=091 week [kib] Initialize vm_map_entry member wiring_thread on the map entry creatio= n. This was missed in r253190. Reported by:=09hps, peter Tested by:=09hps Sponsored by:=09The FreeBSD Foundation MFC after:=093 days ------------------------------------------ [...truncated 219602 lines...] cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- mac_socket.o --- ctfconvert -L VERSION -g mac_socket.o --- modules-all --- --- ar9287_olc.o --- ctfconvert -L VERSION -g ar9287_olc.o --- sg_pager.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_radar.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- phys_pager.o --- ctfconvert -L VERSION -g phys_pager.o --- uma_core.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- sg_pager.o --- ctfconvert -L VERSION -g sg_pager.o --- uma_dbg.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror ctfconvert -L VERSION -g uma_dbg.o --- vm_glue.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_interrupts.o --- ctfconvert -L VERSION -g ar9300_interrupts.o --- ar9300_radar.o --- ctfconvert -L VERSION -g ar9300_radar.o --- ar9300_ani.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- ar9300_keycache.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- vm_glue.o --- ctfconvert -L VERSION -g vm_glue.o --- vm_init.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror ctfconvert -L VERSION -g vm_init.o --- vm_kern.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- ctfconvert -L VERSION -g ar9300_keycache.o --- ar9300_radio.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- ar9300_ani.o --- ctfconvert -L VERSION -g ar9300_ani.o --- ar9300_xmit.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- vm_kern.o --- ctfconvert -L VERSION -g vm_kern.o --- vm_meter.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- uma_core.o --- ctfconvert -L VERSION -g uma_core.o --- vm_phys.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_radio.o --- ctfconvert -L VERSION -g ar9300_radio.o --- vm_meter.o --- ctfconvert -L VERSION -g vm_meter.o --- vm_radix.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_attach.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- ar9300_xmit.o --- ctfconvert -L VERSION -g ar9300_xmit.o --- vm_phys.o --- ctfconvert -L VERSION -g vm_phys.o --- vm_reserv.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- vm_radix.o --- ctfconvert -L VERSION -g vm_radix.o --- vm_unix.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_mci.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- vm_unix.o --- ctfconvert -L VERSION -g vm_unix.o --- vm_zeroidle.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- vm_reserv.o --- ctfconvert -L VERSION -g vm_reserv.o --- features.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- vm_zeroidle.o --- ctfconvert -L VERSION -g vm_zeroidle.o --- xdr.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- features.o --- ctfconvert -L VERSION -g features.o --- xdr_array.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror ctfconvert -L VERSION -g xdr_array.o --- xdr_mbuf.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- xdr.o --- ctfconvert -L VERSION -g xdr.o --- xdr_mem.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- xdr_mbuf.o --- ctfconvert -L VERSION -g xdr_mbuf.o --- xdr_reference.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- xdr_mem.o --- ctfconvert -L VERSION -g xdr_mem.o --- xdr_sizeof.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_attach.o --- ctfconvert -L VERSION -g ar9300_attach.o --- xdr_reference.o --- ctfconvert -L VERSION -g xdr_reference.o --- modules-all --- --- ar9300_stub.o --- --- hpt27xx_lib.o --- --- xdr_sizeof.o --- ctfconvert -L VERSION -g xdr_sizeof.o --- modules-all --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- hpt27xx_lib.o --- uudecode < --- hptmvraid.o --- uudecode < --- modules-all --- --- ar9300_mci.o --- ctfconvert -L VERSION -g ar9300_mci.o --- ar9300_xmit_ds.o --- --- hptmvraid.o --- ctfconvert -L VERSION -g hptmvraid.o --- modules-all --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- hptnr_lib.o --- uudecode < ctfconvert -L VERSION -g hptnr_lib.o --- hpt27xx_lib.o --- ctfconvert -L VERSION -g hpt27xx_lib.o --- hptrr_lib.o --- uudecode < --- amd64_mem.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- --- ar9300_stub.o --- ctfconvert -L VERSION -g ar9300_stub.o --- hptrr_lib.o --- ctfconvert -L VERSION -g hptrr_lib.o --- atomic.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- bios.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror ctfconvert -L VERSION -g bios.o --- db_disasm.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- atomic.o --- ctfconvert -L VERSION -g atomic.o --- db_interface.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- amd64_mem.o --- ctfconvert -L VERSION -g amd64_mem.o --- db_trace.o --- --- modules-all --- --- ar9300_xmit_ds.o --- ctfconvert -L VERSION -g ar9300_xmit_ds.o --- db_trace.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- db_interface.o --- ctfconvert -L VERSION -g db_interface.o --- modules-all --- --- ar9300_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I -I -I. -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/con= trib/altq -fno-common -gdwarf-2 -fno-omit-frame-pointer -mno-omit-leaf-fram= e-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx = -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fsta= ck-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-= tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality= -Wno-unused-function -c --- gdb_machdep.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- db_disasm.o --- ctfconvert -L VERSION -g db_disasm.o --- in_cksum.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- gdb_machdep.o --- ctfconvert -L VERSION -g gdb_machdep.o --- initcpu.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- in_cksum.o --- ctfconvert -L VERSION -g in_cksum.o --- io.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- initcpu.o --- ctfconvert -L VERSION -g initcpu.o --- mem.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- db_trace.o --- ctfconvert -L VERSION -g db_trace.o --- minidump_machdep.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- modules-all --- ctfconvert -L VERSION -g ar9300_beacon.o --- io.o --- ctfconvert -L VERSION -g io.o --- ptrace_machdep.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -gdwarf-2 -Wall -Wredunda= nt-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extension= s -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologica= l-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-unuse= d-function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mn= o-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-= asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror --- mem.o --- :105:32: error: use of undeclared identifier 'dmaplimit'; did you mean = 'pmap_init'? (v > DMAP_MIN_ADDRESS + dmaplimit && ^~~~~~~~~ pmap_init :121= :8: note: 'pmap_init' declared here void pmap_init(void); ^ :105:30: error: arithmetic on a pointer to the function type 'void (voi= d)' is a GNU extension [-Werror,-Wpointer-arith] (v > DMAP_MIN_ADDRESS + dmaplimit && ^ ~~~~~~~~~ :105:11: error: ordered comparison between pointer and integer ('u_long= ' (aka 'unsigned long') and 'void (*)(void)') [-Werror] (v > DMAP_MIN_ADDRESS + dmaplimit && ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 errors generated. *** [mem.o] Error code 1 make[2]: stopped in /usr/obj --- modules-all --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all] Error code 2 make[3]: stopped in 1 error make[3]: stopped in *** [modules-all] Error code 2 make[2]: stopped in /usr/obj --- ptrace_machdep.o --- ctfconvert -L VERSION -g ptrace_machdep.o --- minidump_machdep.o --- ctfconvert -L VERSION -g minidump_machdep.o 2 errors make[2]: stopped in /usr/obj *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure