From owner-svn-src-projects@FreeBSD.ORG Mon Sep 26 07:05:40 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFA0A106566C; Mon, 26 Sep 2011 07:05:40 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BFAD78FC0C; Mon, 26 Sep 2011 07:05:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8Q75e37060559; Mon, 26 Sep 2011 07:05:40 GMT (envelope-from neel@svn.freebsd.org) Received: (from neel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8Q75emg060558; Mon, 26 Sep 2011 07:05:40 GMT (envelope-from neel@svn.freebsd.org) Message-Id: <201109260705.p8Q75emg060558@svn.freebsd.org> From: Neel Natu Date: Mon, 26 Sep 2011 07:05:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225758 - projects/bhyve/sys/amd64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 07:05:40 -0000 Author: neel Date: Mon Sep 26 07:05:40 2011 New Revision: 225758 URL: http://svn.freebsd.org/changeset/base/225758 Log: Kernel configuration for a bhyve guest. Added: projects/bhyve/sys/amd64/conf/BHYVE Added: projects/bhyve/sys/amd64/conf/BHYVE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/bhyve/sys/amd64/conf/BHYVE Mon Sep 26 07:05:40 2011 (r225758) @@ -0,0 +1,345 @@ +# +# BHYVE -- Kernel configuration file for FreeBSD/amd64 bhyve guest +# +# For more information on this file, please read the config(5) manual page, +# and/or the handbook section on Kernel Configuration Files: +# +# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html +# +# The handbook is also available locally in /usr/share/doc/handbook +# if you've installed the doc distribution, otherwise always see the +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the +# latest information. +# +# An exhaustive list of options and more detailed explanations of the +# device lines is also present in the ../../conf/NOTES and NOTES files. +# If you are in doubt as to the purpose or necessity of a line, check first +# in NOTES. +# +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 20:35:01Z jhb $ + +cpu HAMMER +ident BHYVE + +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols + +options SCHED_ULE # ULE scheduler +options PREEMPTION # Enable kernel thread preemption +options INET # InterNETworking +options INET6 # IPv6 communications protocols +options SCTP # Stream Control Transmission Protocol +options FFS # Berkeley Fast Filesystem +options SOFTUPDATES # Enable FFS soft updates support +options UFS_ACL # Support for access control lists +options UFS_DIRHASH # Improve performance on big directories +options UFS_GJOURNAL # Enable gjournal-based UFS journaling +options MD_ROOT # MD is a potential root device +options NFSCL # New Network Filesystem Client +options NFSD # New Network Filesystem Server +options NFSLOCKD # Network Lock Manager +options NFS_ROOT # NFS usable as /, requires NFSCLIENT +options MSDOSFS # MSDOS Filesystem +options CD9660 # ISO 9660 Filesystem +options PROCFS # Process filesystem (requires PSEUDOFS) +options PSEUDOFS # Pseudo-filesystem framework +options GEOM_PART_GPT # GUID Partition Tables. +options GEOM_LABEL # Provides labelization +options COMPAT_FREEBSD32 # Compatible with i386 binaries +options COMPAT_FREEBSD4 # Compatible with FreeBSD4 +options COMPAT_FREEBSD5 # Compatible with FreeBSD5 +options COMPAT_FREEBSD6 # Compatible with FreeBSD6 +options COMPAT_FREEBSD7 # Compatible with FreeBSD7 +options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI +options KTRACE # ktrace(1) support +options STACK # stack(9) support +options SYSVSHM # SYSV-style shared memory +options SYSVMSG # SYSV-style message queues +options SYSVSEM # SYSV-style semaphores +options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions +options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. +options KBD_INSTALL_CDEV # install a CDEV entry in /dev +#options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) +options AUDIT # Security event auditing +options MAC # TrustedBSD MAC Framework +#options KDTRACE_FRAME # Ensure frames are compiled in +#options KDTRACE_HOOKS # Kernel DTrace hooks +options INCLUDE_CONFIG_FILE # Include this file in kernel + +# Debugging for use in -current +options KDB # Enable kernel debugger support. +options DDB # Support DDB. +options GDB # Support remote GDB. +options DEADLKRES # Enable the deadlock resolver +options INVARIANTS # Enable calls of extra sanity checking +options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS +options WITNESS # Enable checks to detect deadlocks and cycles +options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed +options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones + +# Make an SMP-capable kernel by default +options SMP # Symmetric MultiProcessor Kernel + +# CPU frequency control +#device cpufreq + +# Bus support. +#device acpi +device pci + +# Floppy drives +#device fdc + +# ATA controllers +#device ahci # AHCI-compatible SATA controllers +#device ata # Legacy ATA/SATA controllers +#options ATA_CAM # Handle legacy controllers with CAM +#options ATA_STATIC_ID # Static device numbering +#device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA +#device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA + +# SCSI Controllers +#device ahc # AHA2940 and onboard AIC7xxx devices +#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug + # output. Adds ~128k to driver. +#device ahd # AHA39320/29320 and onboard AIC79xx devices +#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug + # output. Adds ~215k to driver. +#device amd # AMD 53C974 (Tekram DC-390(T)) +#device hptiop # Highpoint RocketRaid 3xxx series +#device isp # Qlogic family +#device ispfw # Firmware for QLogic HBAs- normally a module +#device mpt # LSI-Logic MPT-Fusion +#device mps # LSI-Logic MPT-Fusion 2 +#device ncr # NCR/Symbios Logic +#device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') +#device trm # Tekram DC395U/UW/F DC315U adapters + +#device adv # Advansys SCSI adapters +#device adw # Advansys wide SCSI adapters +#device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. +#device bt # Buslogic/Mylex MultiMaster SCSI adapters + +# ATA/SCSI peripherals +#device scbus # SCSI bus (required for ATA/SCSI) +#device ch # SCSI media changers +#device da # Direct Access (disks) +#device sa # Sequential Access (tape etc) +#device cd # CD +#device pass # Passthrough device (direct ATA/SCSI access) +#device ses # SCSI Environmental Services (and SAF-TE) + +# RAID controllers interfaced to the SCSI subsystem +#device amr # AMI MegaRAID +#device arcmsr # Areca SATA II RAID +#XXX it is not 64-bit clean, -scottl +#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID +#device ciss # Compaq Smart RAID 5* +#device dpt # DPT Smartcache III, IV - See NOTES for options +#device hptmv # Highpoint RocketRAID 182x +#device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx +#device iir # Intel Integrated RAID +#device ips # IBM (Adaptec) ServeRAID +#device mly # Mylex AcceleRAID/eXtremeRAID +#device twa # 3ware 9000 series PATA/SATA RAID + +# RAID controllers +#device aac # Adaptec FSA RAID +#device aacp # SCSI passthrough for aac (requires CAM) +#device ida # Compaq Smart RAID +#device mfi # LSI MegaRAID SAS +#device mlx # Mylex DAC960 family +#XXX pointer/int warnings +#device pst # Promise Supertrak SX6000 +#device twe # 3ware ATA RAID + +# atkbdc0 controls both the keyboard and the PS/2 mouse +#device atkbdc # AT keyboard controller +#device atkbd # AT keyboard +#device psm # PS/2 mouse + +#device kbdmux # keyboard multiplexer + +#device vga # VGA video card driver + +#device splash # Splash screen and screen saver support + +# syscons is the default console driver, resembling an SCO console +#device sc +#options SC_PIXEL_MODE # add support for the raster text mode + +#device agp # support several AGP chipsets + +# PCCARD (PCMCIA) support +# PCMCIA and cardbus bridge support +#device cbb # cardbus (yenta) bridge +#device pccard # PC Card (16-bit) bus +#device cardbus # CardBus (32-bit) bus + +# Serial (COM) ports +#device uart # Generic UART driver + +# Parallel port +#device ppc +#device ppbus # Parallel port bus (required) +#device lpt # Printer +#device plip # TCP/IP over parallel +#device ppi # Parallel port interface device +#device vpo # Requires scbus and da + +# If you've got a "dumb" serial or parallel PCI card that is +# supported by the puc(4) glue driver, uncomment the following +# line to enable it (connects to sio, uart and/or ppc drivers): +#device puc + +# PCI Ethernet NICs. +#device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet +#device de # DEC/Intel DC21x4x (``Tulip'') +#device em # Intel PRO/1000 Gigabit Ethernet Family +#device igb # Intel PRO/1000 PCIE Server Gigabit Family +#device ixgbe # Intel PRO/10GbE PCIE Ethernet Family +#device le # AMD Am7900 LANCE and Am79C9xx PCnet +#device ti # Alteon Networks Tigon I/II gigabit Ethernet +#device txp # 3Com 3cR990 (``Typhoon'') +#device vx # 3Com 3c590, 3c595 (``Vortex'') + +# PCI Ethernet NICs that use the common MII bus controller code. +# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! +#device miibus # MII bus support +#device ae # Attansic/Atheros L2 FastEthernet +#device age # Attansic/Atheros L1 Gigabit Ethernet +#device alc # Atheros AR8131/AR8132 Ethernet +#device ale # Atheros AR8121/AR8113/AR8114 Ethernet +#device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet +#device bfe # Broadcom BCM440x 10/100 Ethernet +#device bge # Broadcom BCM570xx Gigabit Ethernet +#device dc # DEC/Intel 21143 and various workalikes +#device et # Agere ET1310 10/100/Gigabit Ethernet +#device fxp # Intel EtherExpress PRO/100B (82557, 82558) +#device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet +#device lge # Level 1 LXT1001 gigabit Ethernet +#device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet +#device nfe # nVidia nForce MCP on-board Ethernet +#device nge # NatSemi DP83820 gigabit Ethernet +#device nve # nVidia nForce MCP on-board Ethernet Networking +#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') +#device re # RealTek 8139C+/8169/8169S/8110S +#device rl # RealTek 8129/8139 +#device sf # Adaptec AIC-6915 (``Starfire'') +#device sge # Silicon Integrated Systems SiS190/191 +#device sis # Silicon Integrated Systems SiS 900/SiS 7016 +#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet +#device ste # Sundance ST201 (D-Link DFE-550TX) +#device stge # Sundance/Tamarack TC9021 gigabit Ethernet +#device tl # Texas Instruments ThunderLAN +#device tx # SMC EtherPower II (83c170 ``EPIC'') +#device vge # VIA VT612x gigabit Ethernet +#device vr # VIA Rhine, Rhine II +#device wb # Winbond W89C840F +#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') + +# ISA Ethernet NICs. pccard NICs included. +#device cs # Crystal Semiconductor CS89x0 NIC +# 'device ed' requires 'device miibus' +#device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards +#device ex # Intel EtherExpress Pro/10 and Pro/10+ +#device ep # Etherlink III based cards +#device fe # Fujitsu MB8696x based cards +#device sn # SMC's 9000 series of Ethernet chips +#device xe # Xircom pccard Ethernet + +# Wireless NIC cards +#device wlan # 802.11 support +#options IEEE80211_DEBUG # enable debug msgs +#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +#options IEEE80211_SUPPORT_MESH # enable 802.11s draft support +#device wlan_wep # 802.11 WEP support +#device wlan_ccmp # 802.11 CCMP support +#device wlan_tkip # 802.11 TKIP support +#device wlan_amrr # AMRR transmit rate control algorithm +#device an # Aironet 4500/4800 802.11 wireless NICs. +#device ath # Atheros NIC's +#device ath_pci # Atheros pci/cardbus glue +#device ath_hal # pci/cardbus chip support +#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +#device ath_rate_sample # SampleRate tx rate control for ath +#device bwi # Broadcom BCM430x/BCM431x wireless NICs. +#device bwn # Broadcom BCM43xx wireless NICs. +#device ipw # Intel 2100 wireless NICs. +#device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. +#device iwn # Intel 4965/1000/5000/6000 wireless NICs. +#device malo # Marvell Libertas wireless NICs. +#device mwl # Marvell 88W8363 802.11n wireless NICs. +#device ral # Ralink Technology RT2500 wireless NICs. +#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. +#device wpi # Intel 3945ABG wireless NICs. + +# Pseudo devices. +device loop # Network loopback +device random # Entropy device +device ether # Ethernet support +device vlan # 802.1Q VLAN support +device tun # Packet tunnel. +device pty # BSD-style compatibility pseudo ttys +device md # Memory "disks" +device gif # IPv6 and IPv4 tunneling +device faith # IPv6-to-IPv4 relaying (translation) +device firmware # firmware assist module + +# The `bpf' device enables the Berkeley Packet Filter. +# Be aware of the administrative consequences of enabling this! +# Note that 'bpf' is required for DHCP. +device bpf # Berkeley packet filter + +# USB support +#options USB_DEBUG # enable debug msgs +#device uhci # UHCI PCI->USB interface +#device ohci # OHCI PCI->USB interface +#device ehci # EHCI PCI->USB interface (USB 2.0) +#device usb # USB Bus (required) +#device udbp # USB Double Bulk Pipe devices (needs netgraph) +#device uhid # "Human Interface Devices" +#device ukbd # Keyboard +#device ulpt # Printer +#device umass # Disks/Mass storage - Requires scbus and da +#device ums # Mouse +#device urio # Diamond Rio 500 MP3 player +# USB Serial devices +#device u3g # USB-based 3G modems (Option, Huawei, Sierra) +#device uark # Technologies ARK3116 based serial adapters +#device ubsa # Belkin F5U103 and compatible serial adapters +#device uftdi # For FTDI usb serial adapters +#device uipaq # Some WinCE based devices +#device uplcom # Prolific PL-2303 serial adapters +#device uslcom # SI Labs CP2101/CP2102 serial adapters +#device uvisor # Visor and Palm devices +#device uvscom # USB serial support for DDI pocket's PHS +# USB Ethernet, requires miibus +#device aue # ADMtek USB Ethernet +#device axe # ASIX Electronics USB Ethernet +#device cdce # Generic USB over Ethernet +#device cue # CATC USB Ethernet +#device kue # Kawasaki LSI USB Ethernet +#device rue # RealTek RTL8150 USB Ethernet +#device udav # Davicom DM9601E USB +# USB Wireless +#device rum # Ralink Technology RT2501USB wireless NICs +#device run # Ralink Technology RT2700/RT2800/RT3000 NICs. +#device uath # Atheros AR5523 wireless NICs +#device upgt # Conexant/Intersil PrismGT wireless NICs. +#device ural # Ralink Technology RT2500USB wireless NICs +#device urtw # Realtek RTL8187B/L wireless NICs +#device zyd # ZyDAS zb1211/zb1211b wireless NICs + +# FireWire support +#device firewire # FireWire bus code +#device sbp # SCSI over FireWire (Requires scbus and da) +#device fwe # Ethernet over FireWire (non-standard!) +#device fwip # IP over FireWire (RFC 2734,3146) +#device dcons # Dumb console driver +#device dcons_crom # Configuration ROM for dcons + +device bvmconsole # brain dead simple bvm console +device bvmdebug # brain dead simple bvm gdb pipe + +device mptable +options NKPT=256 From owner-svn-src-projects@FreeBSD.ORG Mon Sep 26 12:13:16 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B188F106564A; Mon, 26 Sep 2011 12:13:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 612B78FC13; Mon, 26 Sep 2011 12:13:16 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 6F25925D385D; Mon, 26 Sep 2011 12:13:15 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 9594ABD3C38; Mon, 26 Sep 2011 12:13:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id lCQ0DbA-qYIf; Mon, 26 Sep 2011 12:13:13 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 25769BD3C31; Mon, 26 Sep 2011 12:13:13 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <201109260705.p8Q75emg060558@svn.freebsd.org> Date: Mon, 26 Sep 2011 12:13:11 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201109260705.p8Q75emg060558@svn.freebsd.org> To: Neel Natu X-Mailer: Apple Mail (2.1084) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225758 - projects/bhyve/sys/amd64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 12:13:16 -0000 On Sep 26, 2011, at 7:05 AM, Neel Natu wrote: > Author: neel > Date: Mon Sep 26 07:05:40 2011 > New Revision: 225758 > URL: http://svn.freebsd.org/changeset/base/225758 >=20 > Log: > Kernel configuration for a bhyve guest. >=20 > Added: > projects/bhyve/sys/amd64/conf/BHYVE >=20 > Added: projects/bhyve/sys/amd64/conf/BHYVE > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ projects/bhyve/sys/amd64/conf/BHYVE Mon Sep 26 07:05:40 2011 = (r225758) > @@ -0,0 +1,345 @@ > +# > +# BHYVE -- Kernel configuration file for FreeBSD/amd64 bhyve guest > +# > +# For more information on this file, please read the config(5) manual = page, > +# and/or the handbook section on Kernel Configuration Files: > +# > +# = http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-con= fig.html > +# > +# The handbook is also available locally in /usr/share/doc/handbook > +# if you've installed the doc distribution, otherwise always see the > +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the > +# latest information. > +# > +# An exhaustive list of options and more detailed explanations of the > +# device lines is also present in the ../../conf/NOTES and NOTES = files. > +# If you are in doubt as to the purpose or necessity of a line, check = first > +# in NOTES. > +# > +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 = 20:35:01Z jhb $ > + > +cpu HAMMER > +ident BHYVE ..... it might make more sense to include GENERIC and use nooptions nodevice = for the things you don't want. Seems to be more common practice. Given the list is long, maintaining will be hard either way but you have = the $FreeBSD$ string up there so diffing latest to last synched version will = help. ..... > + > +device bvmconsole # brain dead simple bvm console > +device bvmdebug # brain dead simple bvm gdb pipe > + > +device mptable > +options NKPT=3D256 --=20 Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. From owner-svn-src-projects@FreeBSD.ORG Mon Sep 26 17:02:34 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53C1E106564A; Mon, 26 Sep 2011 17:02:34 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id DCD8F8FC12; Mon, 26 Sep 2011 17:02:33 +0000 (UTC) Received: by gxk26 with SMTP id 26so4671739gxk.13 for ; Mon, 26 Sep 2011 10:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=O2upWKRGqb7TXPqtO1XDUuFkBBP8WDvyIe9r/F5Gf+I=; b=nufmt+d1Xkr0UVEv1GPj7Y8A5tywI3VTp8cis244bgAaYhRDkNkjJqOkeYb1I48c4b WD+LkgtzUQKX73mCBUoDFLp+9KoGxBvjPZhHwTay5x/O0yreme6y5AAR30Z/cPO9yfdN 4MveArnAz/EDDjcLa+XdjgGgHxO6oW0h4SUeM= MIME-Version: 1.0 Received: by 10.236.77.233 with SMTP id d69mr40692910yhe.84.1317054782374; Mon, 26 Sep 2011 09:33:02 -0700 (PDT) Received: by 10.236.108.145 with HTTP; Mon, 26 Sep 2011 09:33:02 -0700 (PDT) In-Reply-To: References: <201109260705.p8Q75emg060558@svn.freebsd.org> Date: Mon, 26 Sep 2011 09:33:02 -0700 Message-ID: From: Neel Natu To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org, Neel Natu Subject: Re: svn commit: r225758 - projects/bhyve/sys/amd64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 17:02:34 -0000 Hi, On Mon, Sep 26, 2011 at 5:13 AM, Bjoern A. Zeeb wrote: > > On Sep 26, 2011, at 7:05 AM, Neel Natu wrote: > >> Author: neel >> Date: Mon Sep 26 07:05:40 2011 >> New Revision: 225758 >> URL: http://svn.freebsd.org/changeset/base/225758 >> >> Log: >> =A0Kernel configuration for a bhyve guest. >> >> Added: >> =A0projects/bhyve/sys/amd64/conf/BHYVE >> >> Added: projects/bhyve/sys/amd64/conf/BHYVE >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- /dev/null 00:00:00 1970 =A0 (empty, because file is newly added) >> +++ projects/bhyve/sys/amd64/conf/BHYVE =A0 =A0 =A0 Mon Sep 26 07:05:40 = 2011 =A0 =A0 =A0 =A0(r225758) >> @@ -0,0 +1,345 @@ >> +# >> +# BHYVE -- Kernel configuration file for FreeBSD/amd64 bhyve guest >> +# >> +# For more information on this file, please read the config(5) manual p= age, >> +# and/or the handbook section on Kernel Configuration Files: >> +# >> +# =A0 =A0http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kern= elconfig-config.html >> +# >> +# The handbook is also available locally in /usr/share/doc/handbook >> +# if you've installed the doc distribution, otherwise always see the >> +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the >> +# latest information. >> +# >> +# An exhaustive list of options and more detailed explanations of the >> +# device lines is also present in the ../../conf/NOTES and NOTES files. >> +# If you are in doubt as to the purpose or necessity of a line, check f= irst >> +# in NOTES. >> +# >> +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 20:= 35:01Z jhb $ >> + >> +cpu =A0 =A0 =A0 =A0 =A0HAMMER >> +ident =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0BHYVE > > ..... > > it might make more sense to include GENERIC and use nooptions nodevice fo= r the things > you don't want. =A0Seems to be more common practice. > Alright, that sounds fine. I'll submit a patch on top of this soon. Ideally, we would just want the GENERIC kernel config to also be able to boot on bhyve but we aren't there yet ... best Neel > Given the list is long, maintaining will be hard either way but you have = the > $FreeBSD$ string up there so diffing latest to last synched version will = help. > > ..... >> + >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 bvmconsole =A0 =A0 =A0# brain dead s= imple bvm console >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 bvmdebug =A0 =A0 =A0 =A0# brain dead= simple bvm gdb pipe >> + >> +device =A0 =A0 =A0 =A0 =A0 =A0 =A0 mptable >> +options =A0 =A0 =A0 =A0 =A0 =A0 =A0NKPT=3D256 > > -- > Bjoern A. Zeeb =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 You have to have visions! > =A0 =A0 =A0 =A0 Stop bit received. Insert coin for new address family. > > From owner-svn-src-projects@FreeBSD.ORG Tue Sep 27 13:20:42 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535A61065672; Tue, 27 Sep 2011 13:20:42 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 133B38FC15; Tue, 27 Sep 2011 13:20:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8RDKfbO024418; Tue, 27 Sep 2011 13:20:41 GMT (envelope-from cognet@svn.freebsd.org) Received: (from cognet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8RDKfLH024417; Tue, 27 Sep 2011 13:20:41 GMT (envelope-from cognet@svn.freebsd.org) Message-Id: <201109271320.p8RDKfLH024417@svn.freebsd.org> From: Olivier Houchard Date: Tue, 27 Sep 2011 13:20:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225792 - projects/armv6 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 13:20:42 -0000 Author: cognet Date: Tue Sep 27 13:20:41 2011 New Revision: 225792 URL: http://svn.freebsd.org/changeset/base/225792 Log: property changes from svnmerge Modified: Directory Properties: projects/armv6/ (props changed) From owner-svn-src-projects@FreeBSD.ORG Tue Sep 27 13:47:24 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC2A2106566B; Tue, 27 Sep 2011 13:47:24 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A7ED88FC14; Tue, 27 Sep 2011 13:47:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8RDlOIa026216; Tue, 27 Sep 2011 13:47:24 GMT (envelope-from cognet@svn.freebsd.org) Received: (from cognet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8RDlOR4026208; Tue, 27 Sep 2011 13:47:24 GMT (envelope-from cognet@svn.freebsd.org) Message-Id: <201109271347.p8RDlOR4026208@svn.freebsd.org> From: Olivier Houchard Date: Tue, 27 Sep 2011 13:47:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225795 - in projects/armv6: . bin/ed contrib/bind9 contrib/bind9/bin/check contrib/bind9/bin/confgen contrib/bind9/bin/dig contrib/bind9/bin/dig/include/dig contrib/bind9/bin/dnssec co... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 13:47:24 -0000 Author: cognet Date: Tue Sep 27 13:47:23 2011 New Revision: 225795 URL: http://svn.freebsd.org/changeset/base/225795 Log: Attempt to MFC Added: projects/armv6/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.html - copied unchanged from r225791, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.html projects/armv6/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.pdf - copied unchanged from r225791, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.pdf projects/armv6/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.txt - copied unchanged from r225791, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.txt projects/armv6/contrib/bind9/bin/named/include/dlz/ - copied from r225791, head/contrib/bind9/bin/named/include/dlz/ projects/armv6/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c - copied unchanged from r225791, head/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c projects/armv6/contrib/bind9/lib/dns/include/dns/dlz_dlopen.h - copied unchanged from r225791, head/contrib/bind9/lib/dns/include/dns/dlz_dlopen.h projects/armv6/contrib/bind9/release-notes.css - copied unchanged from r225791, head/contrib/bind9/release-notes.css projects/armv6/lib/libarchive/test/test_read_format_iso_2.iso.Z.uu - copied unchanged from r225791, head/lib/libarchive/test/test_read_format_iso_2.iso.Z.uu projects/armv6/libexec/rtld-elf/rtld_printf.c - copied unchanged from r225791, head/libexec/rtld-elf/rtld_printf.c projects/armv6/libexec/rtld-elf/rtld_printf.h - copied unchanged from r225791, head/libexec/rtld-elf/rtld_printf.h projects/armv6/share/man/man4/mod_cc.4 - copied unchanged from r225791, head/share/man/man4/mod_cc.4 projects/armv6/share/man/man9/mod_cc.9 - copied unchanged from r225791, head/share/man/man9/mod_cc.9 projects/armv6/share/man/man9/vm_page_aflag.9 - copied unchanged from r225791, head/share/man/man9/vm_page_aflag.9 projects/armv6/sys/kern/subr_syscall.c - copied unchanged from r225791, head/sys/kern/subr_syscall.c projects/armv6/sys/mips/nlm/bus_space_rmi_pci.c - copied unchanged from r225791, head/sys/mips/nlm/bus_space_rmi_pci.c projects/armv6/sys/mips/nlm/hal/haldefs.h - copied unchanged from r225791, head/sys/mips/nlm/hal/haldefs.h projects/armv6/sys/mips/nlm/hal/pcibus.h - copied unchanged from r225791, head/sys/mips/nlm/hal/pcibus.h projects/armv6/sys/mips/nlm/hal/usb.h - copied unchanged from r225791, head/sys/mips/nlm/hal/usb.h projects/armv6/sys/mips/nlm/intern_dev.c - copied unchanged from r225791, head/sys/mips/nlm/intern_dev.c projects/armv6/sys/mips/nlm/uart_cpu_xlp.c - copied unchanged from r225791, head/sys/mips/nlm/uart_cpu_xlp.c projects/armv6/sys/mips/nlm/uart_pci_xlp.c - copied unchanged from r225791, head/sys/mips/nlm/uart_pci_xlp.c projects/armv6/sys/mips/nlm/usb_init.c - copied unchanged from r225791, head/sys/mips/nlm/usb_init.c projects/armv6/sys/mips/nlm/xlp_pci.c - copied unchanged from r225791, head/sys/mips/nlm/xlp_pci.c projects/armv6/tools/tools/zfsboottest/ - copied from r225791, head/tools/tools/zfsboottest/ Deleted: projects/armv6/share/man/man4/cc.4 projects/armv6/share/man/man9/cc.9 projects/armv6/share/man/man9/vm_page_flag.9 projects/armv6/sys/boot/zfs/zfstest.c projects/armv6/sys/mips/nlm/hal/cop0.h projects/armv6/sys/mips/nlm/hal/mmio.h projects/armv6/sys/mips/nlm/iodi.c projects/armv6/sys/mips/nlm/uart_cpu_mips_xlp.c Modified: projects/armv6/Makefile.inc1 projects/armv6/ObsoleteFiles.inc projects/armv6/UPDATING projects/armv6/bin/ed/buf.c projects/armv6/contrib/bind9/CHANGES projects/armv6/contrib/bind9/COPYRIGHT projects/armv6/contrib/bind9/Makefile.in projects/armv6/contrib/bind9/README projects/armv6/contrib/bind9/bin/check/named-checkconf.c projects/armv6/contrib/bind9/bin/confgen/ddns-confgen.c projects/armv6/contrib/bind9/bin/confgen/rndc-confgen.c projects/armv6/contrib/bind9/bin/dig/dig.c projects/armv6/contrib/bind9/bin/dig/dighost.c projects/armv6/contrib/bind9/bin/dig/host.c projects/armv6/contrib/bind9/bin/dig/include/dig/dig.h projects/armv6/contrib/bind9/bin/dig/nslookup.c projects/armv6/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8 projects/armv6/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c projects/armv6/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook projects/armv6/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html projects/armv6/contrib/bind9/bin/dnssec/dnssec-keygen.c projects/armv6/contrib/bind9/bin/dnssec/dnssec-settime.8 projects/armv6/contrib/bind9/bin/dnssec/dnssec-settime.c projects/armv6/contrib/bind9/bin/dnssec/dnssec-settime.docbook projects/armv6/contrib/bind9/bin/dnssec/dnssec-settime.html projects/armv6/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/armv6/contrib/bind9/bin/named/Makefile.in projects/armv6/contrib/bind9/bin/named/client.c projects/armv6/contrib/bind9/bin/named/config.c projects/armv6/contrib/bind9/bin/named/controlconf.c projects/armv6/contrib/bind9/bin/named/include/named/globals.h projects/armv6/contrib/bind9/bin/named/interfacemgr.c projects/armv6/contrib/bind9/bin/named/logconf.c projects/armv6/contrib/bind9/bin/named/main.c projects/armv6/contrib/bind9/bin/named/query.c projects/armv6/contrib/bind9/bin/named/server.c projects/armv6/contrib/bind9/bin/named/statschannel.c projects/armv6/contrib/bind9/bin/named/unix/Makefile.in projects/armv6/contrib/bind9/bin/named/unix/os.c projects/armv6/contrib/bind9/bin/named/update.c projects/armv6/contrib/bind9/bin/named/xfrout.c projects/armv6/contrib/bind9/bin/named/zoneconf.c projects/armv6/contrib/bind9/bin/nsupdate/nsupdate.c projects/armv6/contrib/bind9/bin/rndc/rndc.c projects/armv6/contrib/bind9/bin/tools/genrandom.8 projects/armv6/contrib/bind9/bin/tools/genrandom.docbook projects/armv6/contrib/bind9/bin/tools/genrandom.html projects/armv6/contrib/bind9/config.h.in projects/armv6/contrib/bind9/configure.in projects/armv6/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch01.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch03.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch04.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch05.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.html projects/armv6/contrib/bind9/doc/arm/Bv9ARM.pdf projects/armv6/contrib/bind9/doc/arm/man.arpaname.html projects/armv6/contrib/bind9/doc/arm/man.ddns-confgen.html projects/armv6/contrib/bind9/doc/arm/man.dig.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-revoke.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-settime.html projects/armv6/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/armv6/contrib/bind9/doc/arm/man.genrandom.html projects/armv6/contrib/bind9/doc/arm/man.host.html projects/armv6/contrib/bind9/doc/arm/man.isc-hmac-fixup.html projects/armv6/contrib/bind9/doc/arm/man.named-checkconf.html projects/armv6/contrib/bind9/doc/arm/man.named-checkzone.html projects/armv6/contrib/bind9/doc/arm/man.named-journalprint.html projects/armv6/contrib/bind9/doc/arm/man.named.html projects/armv6/contrib/bind9/doc/arm/man.nsec3hash.html projects/armv6/contrib/bind9/doc/arm/man.nsupdate.html projects/armv6/contrib/bind9/doc/arm/man.rndc-confgen.html projects/armv6/contrib/bind9/doc/arm/man.rndc.conf.html projects/armv6/contrib/bind9/doc/arm/man.rndc.html projects/armv6/contrib/bind9/doc/misc/options projects/armv6/contrib/bind9/lib/bind9/api projects/armv6/contrib/bind9/lib/bind9/check.c projects/armv6/contrib/bind9/lib/dns/Makefile.in projects/armv6/contrib/bind9/lib/dns/acl.c projects/armv6/contrib/bind9/lib/dns/adb.c projects/armv6/contrib/bind9/lib/dns/api projects/armv6/contrib/bind9/lib/dns/cache.c projects/armv6/contrib/bind9/lib/dns/client.c projects/armv6/contrib/bind9/lib/dns/diff.c projects/armv6/contrib/bind9/lib/dns/dispatch.c projects/armv6/contrib/bind9/lib/dns/dlz.c projects/armv6/contrib/bind9/lib/dns/dns64.c projects/armv6/contrib/bind9/lib/dns/dnssec.c projects/armv6/contrib/bind9/lib/dns/dst_api.c projects/armv6/contrib/bind9/lib/dns/dst_openssl.h projects/armv6/contrib/bind9/lib/dns/gssapi_link.c projects/armv6/contrib/bind9/lib/dns/gssapictx.c projects/armv6/contrib/bind9/lib/dns/include/dns/Makefile.in projects/armv6/contrib/bind9/lib/dns/include/dns/acl.h projects/armv6/contrib/bind9/lib/dns/include/dns/cache.h projects/armv6/contrib/bind9/lib/dns/include/dns/db.h projects/armv6/contrib/bind9/lib/dns/include/dns/dlz.h projects/armv6/contrib/bind9/lib/dns/include/dns/dnssec.h projects/armv6/contrib/bind9/lib/dns/include/dns/masterdump.h projects/armv6/contrib/bind9/lib/dns/include/dns/rdataset.h projects/armv6/contrib/bind9/lib/dns/include/dns/resolver.h projects/armv6/contrib/bind9/lib/dns/include/dns/sdlz.h projects/armv6/contrib/bind9/lib/dns/include/dns/zone.h projects/armv6/contrib/bind9/lib/dns/include/dst/dst.h projects/armv6/contrib/bind9/lib/dns/journal.c projects/armv6/contrib/bind9/lib/dns/master.c projects/armv6/contrib/bind9/lib/dns/masterdump.c projects/armv6/contrib/bind9/lib/dns/message.c projects/armv6/contrib/bind9/lib/dns/name.c projects/armv6/contrib/bind9/lib/dns/ncache.c projects/armv6/contrib/bind9/lib/dns/nsec.c projects/armv6/contrib/bind9/lib/dns/nsec3.c projects/armv6/contrib/bind9/lib/dns/openssl_link.c projects/armv6/contrib/bind9/lib/dns/openssldsa_link.c projects/armv6/contrib/bind9/lib/dns/opensslrsa_link.c projects/armv6/contrib/bind9/lib/dns/rbt.c projects/armv6/contrib/bind9/lib/dns/rbtdb.c projects/armv6/contrib/bind9/lib/dns/rbtdb.h projects/armv6/contrib/bind9/lib/dns/rcode.c projects/armv6/contrib/bind9/lib/dns/rdata.c projects/armv6/contrib/bind9/lib/dns/rdatalist.c projects/armv6/contrib/bind9/lib/dns/rdataset.c projects/armv6/contrib/bind9/lib/dns/rdataslab.c projects/armv6/contrib/bind9/lib/dns/request.c projects/armv6/contrib/bind9/lib/dns/resolver.c projects/armv6/contrib/bind9/lib/dns/sdb.c projects/armv6/contrib/bind9/lib/dns/sdlz.c projects/armv6/contrib/bind9/lib/dns/spnego.c projects/armv6/contrib/bind9/lib/dns/ssu_external.c projects/armv6/contrib/bind9/lib/dns/time.c projects/armv6/contrib/bind9/lib/dns/tkey.c projects/armv6/contrib/bind9/lib/dns/tsig.c projects/armv6/contrib/bind9/lib/dns/ttl.c projects/armv6/contrib/bind9/lib/dns/validator.c projects/armv6/contrib/bind9/lib/dns/view.c projects/armv6/contrib/bind9/lib/dns/xfrin.c projects/armv6/contrib/bind9/lib/dns/zone.c projects/armv6/contrib/bind9/lib/dns/zt.c projects/armv6/contrib/bind9/lib/export/dns/Makefile.in projects/armv6/contrib/bind9/lib/export/irs/Makefile.in projects/armv6/contrib/bind9/lib/export/isccfg/Makefile.in projects/armv6/contrib/bind9/lib/export/samples/nsprobe.c projects/armv6/contrib/bind9/lib/irs/api projects/armv6/contrib/bind9/lib/irs/getnameinfo.c projects/armv6/contrib/bind9/lib/irs/resconf.c projects/armv6/contrib/bind9/lib/isc/Makefile.in projects/armv6/contrib/bind9/lib/isc/api projects/armv6/contrib/bind9/lib/isc/heap.c projects/armv6/contrib/bind9/lib/isc/httpd.c projects/armv6/contrib/bind9/lib/isc/include/isc/file.h projects/armv6/contrib/bind9/lib/isc/include/isc/task.h projects/armv6/contrib/bind9/lib/isc/include/isc/taskpool.h projects/armv6/contrib/bind9/lib/isc/include/isc/util.h projects/armv6/contrib/bind9/lib/isc/log.c projects/armv6/contrib/bind9/lib/isc/netaddr.c projects/armv6/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h projects/armv6/contrib/bind9/lib/isc/radix.c projects/armv6/contrib/bind9/lib/isc/rwlock.c projects/armv6/contrib/bind9/lib/isc/sha1.c projects/armv6/contrib/bind9/lib/isc/sha2.c projects/armv6/contrib/bind9/lib/isc/sockaddr.c projects/armv6/contrib/bind9/lib/isc/string.c projects/armv6/contrib/bind9/lib/isc/task.c projects/armv6/contrib/bind9/lib/isc/taskpool.c projects/armv6/contrib/bind9/lib/isc/timer.c projects/armv6/contrib/bind9/lib/isc/unix/dir.c projects/armv6/contrib/bind9/lib/isc/unix/file.c projects/armv6/contrib/bind9/lib/isc/unix/include/isc/stdtime.h projects/armv6/contrib/bind9/lib/isc/unix/socket.c projects/armv6/contrib/bind9/lib/isc/unix/stdio.c projects/armv6/contrib/bind9/lib/isc/unix/time.c projects/armv6/contrib/bind9/lib/isccc/Makefile.in projects/armv6/contrib/bind9/lib/isccfg/Makefile.in projects/armv6/contrib/bind9/lib/isccfg/aclconf.c projects/armv6/contrib/bind9/lib/isccfg/api projects/armv6/contrib/bind9/lib/isccfg/include/isccfg/aclconf.h projects/armv6/contrib/bind9/lib/isccfg/namedconf.c projects/armv6/contrib/bind9/lib/isccfg/parser.c projects/armv6/contrib/bind9/lib/lwres/api projects/armv6/contrib/bind9/lib/lwres/assert_p.h projects/armv6/contrib/bind9/lib/lwres/herror.c projects/armv6/contrib/bind9/lib/lwres/lwconfig.c projects/armv6/contrib/bind9/lib/lwres/man/lwres.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_buffer.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_config.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_context.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_gabn.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_gethostent.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_getipnode.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_gnba.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_hstrerror.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_inetntop.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_noop.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_packet.html projects/armv6/contrib/bind9/lib/lwres/man/lwres_resutil.html projects/armv6/contrib/bind9/lib/lwres/print.c projects/armv6/contrib/bind9/make/rules.in projects/armv6/contrib/bind9/version projects/armv6/contrib/openresolv/dnsmasq.in projects/armv6/contrib/openresolv/libc.in projects/armv6/contrib/openresolv/named.in projects/armv6/contrib/openresolv/pdnsd.in projects/armv6/contrib/openresolv/resolvconf.in projects/armv6/contrib/openresolv/unbound.in projects/armv6/contrib/smbfs/mount_smbfs/mount_smbfs.8 projects/armv6/contrib/tzcode/stdtime/localtime.c projects/armv6/crypto/openssh/auth-pam.c (contents, props changed) projects/armv6/crypto/openssl/ssl/s3_lib.c projects/armv6/crypto/openssl/ssl/s3_srvr.c projects/armv6/etc/defaults/devfs.rules projects/armv6/etc/defaults/rc.conf projects/armv6/etc/motd projects/armv6/etc/mtree/BSD.include.dist projects/armv6/etc/network.subr projects/armv6/etc/pf.os projects/armv6/etc/rc.d/Makefile projects/armv6/etc/rc.d/NETWORKING projects/armv6/etc/rc.d/bridge projects/armv6/etc/rc.d/netoptions projects/armv6/etc/rc.d/resolv projects/armv6/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c projects/armv6/gnu/usr.bin/groff/tmac/mdoc.local projects/armv6/include/Makefile projects/armv6/kerberos5/lib/libasn1/Makefile projects/armv6/kerberos5/lib/libgssapi_krb5/Makefile projects/armv6/kerberos5/lib/libgssapi_ntlm/Makefile projects/armv6/kerberos5/lib/libgssapi_spnego/Makefile projects/armv6/kerberos5/lib/libhdb/Makefile projects/armv6/kerberos5/lib/libheimntlm/Makefile projects/armv6/kerberos5/lib/libhx509/Makefile projects/armv6/kerberos5/lib/libkadm5clnt/Makefile projects/armv6/kerberos5/lib/libkadm5srv/Makefile projects/armv6/kerberos5/lib/libkafs5/Makefile projects/armv6/kerberos5/lib/libkrb5/Makefile projects/armv6/kerberos5/lib/libroken/Makefile projects/armv6/lib/bind/config.h projects/armv6/lib/libarchive/archive_read_support_format_cpio.c projects/armv6/lib/libarchive/archive_read_support_format_iso9660.c projects/armv6/lib/libarchive/archive_write_set_format_cpio.c projects/armv6/lib/libarchive/test/test_read_format_iso_gz.c projects/armv6/lib/libarchive/test/test_read_format_isojoliet_bz2.c projects/armv6/lib/libarchive/test/test_read_format_isojoliet_long.c projects/armv6/lib/libarchive/test/test_read_format_isojoliet_rr.c projects/armv6/lib/libarchive/test/test_read_format_isorr_bz2.c projects/armv6/lib/libarchive/test/test_read_format_isorr_new_bz2.c projects/armv6/lib/libarchive/test/test_read_format_isozisofs_bz2.c projects/armv6/lib/libbsnmp/libbsnmp/Makefile projects/armv6/lib/libc/iconv/citrus_none.c projects/armv6/lib/libc/sys/sigwait.2 projects/armv6/lib/libc/sys/sigwaitinfo.2 projects/armv6/lib/libcam/Makefile projects/armv6/lib/libdwarf/Makefile projects/armv6/lib/libmemstat/memstat_uma.c projects/armv6/lib/libopie/Makefile projects/armv6/lib/libpcap/Makefile projects/armv6/lib/librtld_db/Makefile projects/armv6/lib/libtacplus/Makefile projects/armv6/lib/libufs/Makefile projects/armv6/lib/libusb/Makefile projects/armv6/lib/libusb/libusb.3 projects/armv6/lib/libusb/libusb.h projects/armv6/lib/libusb/libusb10.c projects/armv6/lib/libusb/libusb20.3 projects/armv6/lib/libusb/libusb20.c projects/armv6/lib/libusb/libusb20.h projects/armv6/libexec/rtld-elf/Makefile projects/armv6/libexec/rtld-elf/debug.c projects/armv6/libexec/rtld-elf/malloc.c projects/armv6/libexec/rtld-elf/map_object.c projects/armv6/libexec/rtld-elf/rtld.c projects/armv6/libexec/rtld-elf/rtld.h projects/armv6/libexec/rtld-elf/rtld_lock.c projects/armv6/libexec/rtld-elf/xmalloc.c projects/armv6/release/Makefile.sysinstall projects/armv6/release/doc/en_US.ISO8859-1/hardware/article.sgml projects/armv6/release/doc/share/misc/dev.archlist.txt projects/armv6/release/rc.local projects/armv6/sbin/fsck_ffs/dir.c projects/armv6/sbin/fsck_ffs/main.c projects/armv6/sbin/geom/class/part/geom_part.c projects/armv6/sbin/hastctl/hastctl.c projects/armv6/sbin/hastd/activemap.c projects/armv6/sbin/hastd/control.c projects/armv6/sbin/hastd/ebuf.c projects/armv6/sbin/hastd/event.c projects/armv6/sbin/hastd/hast_proto.c projects/armv6/sbin/hastd/hooks.c projects/armv6/sbin/hastd/metadata.c projects/armv6/sbin/hastd/nv.c projects/armv6/sbin/hastd/parse.y projects/armv6/sbin/hastd/pjdlog.c projects/armv6/sbin/hastd/primary.c projects/armv6/sbin/hastd/proto_tcp.c projects/armv6/sbin/hastd/rangelock.c projects/armv6/sbin/hastd/secondary.c projects/armv6/sbin/hastd/subr.c projects/armv6/sbin/hastd/synch.h projects/armv6/sbin/ifconfig/ifconfig.8 projects/armv6/sbin/mdmfs/mdmfs.8 projects/armv6/sbin/mdmfs/mdmfs.c projects/armv6/sbin/mount/mount.c projects/armv6/share/doc/bind9/Makefile projects/armv6/share/examples/cvsup/stable-supfile projects/armv6/share/man/man3/queue.3 projects/armv6/share/man/man4/Makefile projects/armv6/share/man/man4/ata.4 projects/armv6/share/man/man4/ath.4 projects/armv6/share/man/man4/ath_hal.4 projects/armv6/share/man/man4/cc_chd.4 projects/armv6/share/man/man4/cc_cubic.4 projects/armv6/share/man/man4/cc_hd.4 projects/armv6/share/man/man4/cc_htcp.4 projects/armv6/share/man/man4/cc_newreno.4 projects/armv6/share/man/man4/cc_vegas.4 projects/armv6/share/man/man4/h_ertt.4 projects/armv6/share/man/man4/puc.4 projects/armv6/share/man/man4/smp.4 projects/armv6/share/man/man4/tcp.4 projects/armv6/share/man/man4/vxge.4 projects/armv6/share/man/man4/wlan.4 projects/armv6/share/man/man5/rc.conf.5 projects/armv6/share/man/man9/DRIVER_MODULE.9 projects/armv6/share/man/man9/Makefile projects/armv6/share/man/man9/ifnet.9 projects/armv6/share/man/man9/selrecord.9 projects/armv6/share/man/man9/taskqueue.9 projects/armv6/share/misc/committers-doc.dot projects/armv6/share/misc/committers-ports.dot projects/armv6/share/misc/committers-src.dot projects/armv6/share/syscons/keymaps/INDEX.keymaps projects/armv6/sys/amd64/amd64/exception.S projects/armv6/sys/amd64/amd64/genassym.c projects/armv6/sys/amd64/amd64/machdep.c projects/armv6/sys/amd64/amd64/minidump_machdep.c projects/armv6/sys/amd64/amd64/pmap.c projects/armv6/sys/amd64/amd64/trap.c projects/armv6/sys/amd64/conf/GENERIC projects/armv6/sys/amd64/conf/NOTES projects/armv6/sys/amd64/ia32/ia32_syscall.c projects/armv6/sys/amd64/include/md_var.h projects/armv6/sys/amd64/linux32/linux32_machdep.c projects/armv6/sys/amd64/linux32/linux32_sysent.c projects/armv6/sys/arm/arm/machdep.c projects/armv6/sys/arm/arm/pmap.c projects/armv6/sys/arm/at91/uart_dev_at91usart.c projects/armv6/sys/arm/conf/HL200 projects/armv6/sys/arm/conf/HL201 projects/armv6/sys/arm/conf/KB920X projects/armv6/sys/arm/conf/QILA9G20 projects/armv6/sys/arm/conf/SAM9G20EK projects/armv6/sys/boot/forth/loader.conf projects/armv6/sys/boot/forth/menu.4th projects/armv6/sys/boot/forth/menu.4th.8 projects/armv6/sys/boot/i386/gptboot/Makefile projects/armv6/sys/boot/i386/gptzfsboot/Makefile projects/armv6/sys/boot/i386/zfsboot/Makefile projects/armv6/sys/cddl/boot/zfs/zfssubr.c projects/armv6/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/armv6/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/armv6/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c projects/armv6/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/fasttrap_isa.c projects/armv6/sys/compat/freebsd32/freebsd32_ioctl.c projects/armv6/sys/compat/freebsd32/freebsd32_misc.c projects/armv6/sys/compat/freebsd32/freebsd32_proto.h projects/armv6/sys/compat/freebsd32/freebsd32_syscall.h projects/armv6/sys/compat/freebsd32/freebsd32_syscalls.c projects/armv6/sys/compat/freebsd32/freebsd32_sysent.c projects/armv6/sys/compat/freebsd32/freebsd32_util.h projects/armv6/sys/compat/linux/linux_emul.c projects/armv6/sys/compat/linux/linux_file.c projects/armv6/sys/compat/linux/linux_ioctl.c projects/armv6/sys/compat/linux/linux_ipc.c projects/armv6/sys/compat/linux/linux_misc.c projects/armv6/sys/compat/linux/linux_signal.c projects/armv6/sys/compat/linux/linux_socket.c projects/armv6/sys/compat/linux/linux_uid16.c projects/armv6/sys/compat/svr4/svr4_fcntl.c projects/armv6/sys/compat/svr4/svr4_filio.c projects/armv6/sys/compat/svr4/svr4_ipc.c projects/armv6/sys/compat/svr4/svr4_misc.c projects/armv6/sys/compat/svr4/svr4_signal.c projects/armv6/sys/compat/svr4/svr4_socket.c projects/armv6/sys/compat/svr4/svr4_stat.c projects/armv6/sys/compat/svr4/svr4_stream.c projects/armv6/sys/compat/svr4/svr4_sysent.c projects/armv6/sys/conf/NOTES projects/armv6/sys/conf/newvers.sh projects/armv6/sys/conf/options projects/armv6/sys/conf/options.amd64 projects/armv6/sys/contrib/pf/net/pf.c projects/armv6/sys/ddb/db_break.c projects/armv6/sys/dev/acpica/acpi.c projects/armv6/sys/dev/ahci/ahci.c projects/armv6/sys/dev/ath/ath_hal/ah.c projects/armv6/sys/dev/ath/ath_hal/ah.h projects/armv6/sys/dev/ath/ath_hal/ah_internal.h projects/armv6/sys/dev/ath/ath_hal/ar5210/ar5210.h projects/armv6/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c projects/armv6/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c projects/armv6/sys/dev/ath/ath_hal/ar5211/ar5211.h projects/armv6/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c projects/armv6/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c projects/armv6/sys/dev/ath/ath_hal/ar5212/ar5212.h projects/armv6/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c projects/armv6/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416.h projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416.ini projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c projects/armv6/sys/dev/ath/ath_hal/ar5416/ar5416reg.h projects/armv6/sys/dev/ath/ath_rate/sample/sample.h projects/armv6/sys/dev/ath/if_ath.c projects/armv6/sys/dev/ath/if_athvar.h projects/armv6/sys/dev/bktr/bktr_core.c projects/armv6/sys/dev/bxe/if_bxe.c projects/armv6/sys/dev/cardbus/cardbus_cis.c projects/armv6/sys/dev/cfe/cfe_console.c projects/armv6/sys/dev/coretemp/coretemp.c projects/armv6/sys/dev/dcons/dcons_os.c projects/armv6/sys/dev/e1000/if_lem.c projects/armv6/sys/dev/hwpmc/hwpmc_logging.c projects/armv6/sys/dev/hwpmc/hwpmc_mod.c projects/armv6/sys/dev/ichwd/ichwd.c projects/armv6/sys/dev/iscsi/initiator/isc_soc.c projects/armv6/sys/dev/iwn/if_iwn.c projects/armv6/sys/dev/ixgbe/ixgbe.c projects/armv6/sys/dev/mfi/mfi.c projects/armv6/sys/dev/ofw/ofw_console.c projects/armv6/sys/dev/sio/sio.c projects/armv6/sys/dev/smc/if_smc.c projects/armv6/sys/dev/sound/midi/midi.c projects/armv6/sys/dev/sound/pcm/dsp.c projects/armv6/sys/dev/sound/usb/uaudio.c projects/armv6/sys/dev/syscons/scmouse.c projects/armv6/sys/dev/syscons/syscons.c projects/armv6/sys/dev/syscons/syscons.h projects/armv6/sys/dev/uart/uart_core.c projects/armv6/sys/dev/usb/quirk/usb_quirk.c projects/armv6/sys/dev/usb/storage/umass.c projects/armv6/sys/dev/usb/usb_dev.c projects/armv6/sys/dev/usb/usb_device.c projects/armv6/sys/dev/usb/usb_device.h projects/armv6/sys/dev/usb/usb_freebsd.h projects/armv6/sys/dev/usb/usb_msctest.c projects/armv6/sys/dev/usb/usb_msctest.h projects/armv6/sys/dev/usb/usb_transfer.c projects/armv6/sys/dev/usb/usbdevs projects/armv6/sys/dev/usb/usbdi.h projects/armv6/sys/dev/vge/if_vge.c projects/armv6/sys/dev/vge/if_vgereg.h projects/armv6/sys/dev/xen/blkfront/blkfront.c projects/armv6/sys/dev/xen/blkfront/block.h projects/armv6/sys/dev/xen/console/console.c projects/armv6/sys/dev/xen/control/control.c projects/armv6/sys/dev/xen/netfront/netfront.c projects/armv6/sys/fs/nfsserver/nfs_nfsdport.c projects/armv6/sys/fs/procfs/procfs_ctl.c projects/armv6/sys/fs/procfs/procfs_ioctl.c projects/armv6/sys/fs/tmpfs/tmpfs_vnops.c projects/armv6/sys/i386/conf/GENERIC projects/armv6/sys/i386/i386/machdep.c projects/armv6/sys/i386/i386/pmap.c projects/armv6/sys/i386/i386/trap.c projects/armv6/sys/i386/ibcs2/ibcs2_ioctl.c projects/armv6/sys/i386/ibcs2/ibcs2_ipc.c projects/armv6/sys/i386/ibcs2/ibcs2_isc_sysent.c projects/armv6/sys/i386/ibcs2/ibcs2_misc.c projects/armv6/sys/i386/ibcs2/ibcs2_other.c projects/armv6/sys/i386/ibcs2/ibcs2_signal.c projects/armv6/sys/i386/ibcs2/ibcs2_socksys.c projects/armv6/sys/i386/ibcs2/ibcs2_sysent.c projects/armv6/sys/i386/ibcs2/ibcs2_xenix.c projects/armv6/sys/i386/ibcs2/ibcs2_xenix.h projects/armv6/sys/i386/ibcs2/ibcs2_xenix_sysent.c projects/armv6/sys/i386/linux/linux_machdep.c projects/armv6/sys/i386/linux/linux_sysent.c projects/armv6/sys/i386/xen/pmap.c projects/armv6/sys/ia64/ia32/ia32_signal.c projects/armv6/sys/ia64/ia32/ia32_trap.c projects/armv6/sys/ia64/ia64/machdep.c projects/armv6/sys/ia64/ia64/pmap.c projects/armv6/sys/ia64/ia64/trap.c projects/armv6/sys/kern/init_main.c projects/armv6/sys/kern/init_sysent.c projects/armv6/sys/kern/kern_acct.c projects/armv6/sys/kern/kern_clock.c projects/armv6/sys/kern/kern_context.c projects/armv6/sys/kern/kern_cpuset.c projects/armv6/sys/kern/kern_descrip.c projects/armv6/sys/kern/kern_environment.c projects/armv6/sys/kern/kern_event.c projects/armv6/sys/kern/kern_exec.c projects/armv6/sys/kern/kern_exit.c projects/armv6/sys/kern/kern_fork.c projects/armv6/sys/kern/kern_jail.c projects/armv6/sys/kern/kern_ktrace.c projects/armv6/sys/kern/kern_linker.c projects/armv6/sys/kern/kern_loginclass.c projects/armv6/sys/kern/kern_module.c projects/armv6/sys/kern/kern_ntptime.c projects/armv6/sys/kern/kern_proc.c projects/armv6/sys/kern/kern_prot.c projects/armv6/sys/kern/kern_racct.c projects/armv6/sys/kern/kern_rctl.c projects/armv6/sys/kern/kern_resource.c projects/armv6/sys/kern/kern_shutdown.c projects/armv6/sys/kern/kern_sig.c projects/armv6/sys/kern/kern_synch.c projects/armv6/sys/kern/kern_sysctl.c projects/armv6/sys/kern/kern_thr.c projects/armv6/sys/kern/kern_time.c projects/armv6/sys/kern/kern_umtx.c projects/armv6/sys/kern/kern_uuid.c projects/armv6/sys/kern/makesyscalls.sh projects/armv6/sys/kern/p1003_1b.c projects/armv6/sys/kern/sched_4bsd.c projects/armv6/sys/kern/sched_ule.c projects/armv6/sys/kern/subr_bus.c projects/armv6/sys/kern/subr_kdb.c projects/armv6/sys/kern/subr_prof.c projects/armv6/sys/kern/subr_taskqueue.c projects/armv6/sys/kern/subr_trap.c projects/armv6/sys/kern/sys_capability.c projects/armv6/sys/kern/sys_generic.c projects/armv6/sys/kern/sys_pipe.c projects/armv6/sys/kern/sys_procdesc.c projects/armv6/sys/kern/sys_process.c projects/armv6/sys/kern/sysv_msg.c projects/armv6/sys/kern/sysv_sem.c projects/armv6/sys/kern/sysv_shm.c projects/armv6/sys/kern/tty.c projects/armv6/sys/kern/tty_pts.c projects/armv6/sys/kern/uipc_mqueue.c projects/armv6/sys/kern/uipc_sem.c projects/armv6/sys/kern/uipc_shm.c projects/armv6/sys/kern/uipc_sockbuf.c projects/armv6/sys/kern/uipc_socket.c projects/armv6/sys/kern/uipc_syscalls.c projects/armv6/sys/kern/vfs_acl.c projects/armv6/sys/kern/vfs_aio.c projects/armv6/sys/kern/vfs_bio.c projects/armv6/sys/kern/vfs_cache.c projects/armv6/sys/kern/vfs_extattr.c projects/armv6/sys/kern/vfs_init.c projects/armv6/sys/kern/vfs_mount.c projects/armv6/sys/kern/vfs_subr.c projects/armv6/sys/kern/vfs_syscalls.c projects/armv6/sys/kern/vfs_vnops.c projects/armv6/sys/kgssapi/gss_impl.c projects/armv6/sys/mips/conf/OCTEON1 projects/armv6/sys/mips/conf/XLP projects/armv6/sys/mips/conf/XLP64 projects/armv6/sys/mips/conf/XLPN32 projects/armv6/sys/mips/mips/pm_machdep.c projects/armv6/sys/mips/mips/pmap.c projects/armv6/sys/mips/nlm/board.c projects/armv6/sys/mips/nlm/board.h projects/armv6/sys/mips/nlm/bus_space_rmi.c projects/armv6/sys/mips/nlm/clock.h projects/armv6/sys/mips/nlm/cms.c projects/armv6/sys/mips/nlm/files.xlp projects/armv6/sys/mips/nlm/hal/bridge.h projects/armv6/sys/mips/nlm/hal/cop2.h projects/armv6/sys/mips/nlm/hal/cpucontrol.h projects/armv6/sys/mips/nlm/hal/fmn.c projects/armv6/sys/mips/nlm/hal/fmn.h projects/armv6/sys/mips/nlm/hal/iomap.h projects/armv6/sys/mips/nlm/hal/mips-extns.h projects/armv6/sys/mips/nlm/hal/mmu.h projects/armv6/sys/mips/nlm/hal/pic.h projects/armv6/sys/mips/nlm/hal/sys.h projects/armv6/sys/mips/nlm/hal/uart.h projects/armv6/sys/mips/nlm/interrupt.h projects/armv6/sys/mips/nlm/intr_machdep.c projects/armv6/sys/mips/nlm/mpreset.S projects/armv6/sys/mips/nlm/msgring.h projects/armv6/sys/mips/nlm/uart_bus_xlp_iodi.c projects/armv6/sys/mips/nlm/xlp.h projects/armv6/sys/mips/nlm/xlp_machdep.c projects/armv6/sys/modules/Makefile projects/armv6/sys/modules/dcons/Makefile projects/armv6/sys/modules/ipfw/Makefile projects/armv6/sys/modules/netgraph/ipfw/Makefile projects/armv6/sys/modules/sio/Makefile projects/armv6/sys/net/bpf.c projects/armv6/sys/net/if_bridge.c projects/armv6/sys/net/if_ethersubr.c projects/armv6/sys/net/if_llatbl.h projects/armv6/sys/net/if_tap.c projects/armv6/sys/net/if_tun.c projects/armv6/sys/net/radix.h projects/armv6/sys/net/radix_mpath.c projects/armv6/sys/net/route.c projects/armv6/sys/net/route.h projects/armv6/sys/net80211/ieee80211_output.c projects/armv6/sys/netgraph/ng_ipfw.c projects/armv6/sys/netinet/in.c projects/armv6/sys/netinet/ipfw/ip_fw2.c projects/armv6/sys/netinet/ipfw/ip_fw_dynamic.c projects/armv6/sys/netinet/ipfw/ip_fw_log.c projects/armv6/sys/netinet/ipfw/ip_fw_pfil.c projects/armv6/sys/netinet/ipfw/ip_fw_sockopt.c projects/armv6/sys/netinet/ipfw/ip_fw_table.c projects/armv6/sys/netinet/sctp.h projects/armv6/sys/netinet/sctp_asconf.c projects/armv6/sys/netinet/sctp_bsd_addr.c projects/armv6/sys/netinet/sctp_constants.h projects/armv6/sys/netinet/sctp_output.c projects/armv6/sys/netinet/sctp_pcb.c projects/armv6/sys/netinet/sctp_pcb.h projects/armv6/sys/netinet/sctp_structs.h projects/armv6/sys/netinet/sctp_usrreq.c projects/armv6/sys/netinet/sctputil.c projects/armv6/sys/netinet/tcp_input.c projects/armv6/sys/netinet/tcp_output.c projects/armv6/sys/netinet6/in6.h projects/armv6/sys/netinet6/in6_proto.c projects/armv6/sys/netinet6/ip6_output.c projects/armv6/sys/netinet6/ip6_var.h projects/armv6/sys/netinet6/nd6_rtr.c projects/armv6/sys/nfs/nfs_nfssvc.c projects/armv6/sys/nfsserver/nfs_serv.c projects/armv6/sys/nlm/nlm_prot_impl.c projects/armv6/sys/pc98/cbus/sio.c projects/armv6/sys/pc98/conf/GENERIC projects/armv6/sys/pc98/pc98/machdep.c projects/armv6/sys/powerpc/aim/mmu_oea.c projects/armv6/sys/powerpc/aim/mmu_oea64.c projects/armv6/sys/powerpc/aim/trap.c projects/armv6/sys/powerpc/booke/pmap.c projects/armv6/sys/powerpc/booke/trap.c projects/armv6/sys/powerpc/mambo/mambo_console.c projects/armv6/sys/powerpc/powerpc/exec_machdep.c projects/armv6/sys/powerpc/powerpc/mmu_if.m projects/armv6/sys/rpc/clnt_dg.c projects/armv6/sys/security/audit/audit_pipe.c projects/armv6/sys/security/audit/audit_syscalls.c projects/armv6/sys/security/mac/mac_framework.h projects/armv6/sys/security/mac/mac_policy.h projects/armv6/sys/security/mac/mac_posix_shm.c projects/armv6/sys/security/mac/mac_syscalls.c projects/armv6/sys/security/mac_biba/mac_biba.c projects/armv6/sys/security/mac_mls/mac_mls.c projects/armv6/sys/security/mac_stub/mac_stub.c projects/armv6/sys/security/mac_test/mac_test.c projects/armv6/sys/sparc64/conf/GENERIC projects/armv6/sys/sparc64/sbus/sbus.c projects/armv6/sys/sparc64/sparc64/machdep.c projects/armv6/sys/sparc64/sparc64/pmap.c projects/armv6/sys/sparc64/sparc64/trap.c projects/armv6/sys/sys/buf.h projects/armv6/sys/sys/kdb.h projects/armv6/sys/sys/param.h projects/armv6/sys/sys/posix4.h projects/armv6/sys/sys/proc.h projects/armv6/sys/sys/selinfo.h projects/armv6/sys/sys/signalvar.h projects/armv6/sys/sys/sockbuf.h projects/armv6/sys/sys/sysent.h projects/armv6/sys/sys/sysproto.h projects/armv6/sys/sys/vnode.h projects/armv6/sys/ufs/ffs/ffs_extern.h projects/armv6/sys/ufs/ffs/ffs_inode.c projects/armv6/sys/ufs/ffs/ffs_softdep.c projects/armv6/sys/vm/swap_pager.c projects/armv6/sys/vm/vm_fault.c projects/armv6/sys/vm/vm_mmap.c projects/armv6/sys/vm/vm_object.c projects/armv6/sys/vm/vm_page.c projects/armv6/sys/vm/vm_page.h projects/armv6/sys/vm/vm_pageout.c projects/armv6/sys/vm/vm_unix.c projects/armv6/sys/vm/vnode_pager.c projects/armv6/sys/x86/acpica/acpi_apm.c projects/armv6/sys/xen/xenbus/xenbusb.c projects/armv6/sys/xen/xenbus/xenbusb_back.c projects/armv6/sys/xen/xenbus/xenbusb_front.c projects/armv6/sys/xen/xenstore/xenstore.c projects/armv6/tools/make_libdeps.sh projects/armv6/tools/tools/netrate/netblast/netblast.c projects/armv6/tools/tools/netrate/netsend/netsend.c projects/armv6/usr.bin/csup/auth.c projects/armv6/usr.bin/fetch/fetch.c projects/armv6/usr.bin/nfsstat/nfsstat.c projects/armv6/usr.bin/units/units.1 projects/armv6/usr.sbin/bsdinstall/partedit/gpart_ops.c projects/armv6/usr.sbin/bsdinstall/scripts/auto projects/armv6/usr.sbin/bsdinstall/scripts/mirrorselect projects/armv6/usr.sbin/bsdinstall/scripts/netconfig projects/armv6/usr.sbin/bsdinstall/scripts/netconfig_ipv4 projects/armv6/usr.sbin/bsdinstall/scripts/netconfig_ipv6 projects/armv6/usr.sbin/bsdinstall/scripts/wlanconfig projects/armv6/usr.sbin/makefs/cd9660.c projects/armv6/usr.sbin/mfiutil/mfi_show.c projects/armv6/usr.sbin/mfiutil/mfi_volume.c projects/armv6/usr.sbin/mfiutil/mfiutil.8 projects/armv6/usr.sbin/named/Makefile projects/armv6/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-disk.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-ftp.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-localize.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-newfs.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-parse.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions-unmount.sh projects/armv6/usr.sbin/pc-sysinstall/backend/functions.sh projects/armv6/usr.sbin/pc-sysinstall/backend/parseconfig.sh projects/armv6/usr.sbin/pc-sysinstall/examples/README projects/armv6/usr.sbin/pkg_install/add/main.c projects/armv6/usr.sbin/pkg_install/delete/perform.c projects/armv6/usr.sbin/rtadvctl/rtadvctl.c projects/armv6/usr.sbin/rtadvd/control.c projects/armv6/usr.sbin/rtadvd/control.h projects/armv6/usr.sbin/rtadvd/control_client.c projects/armv6/usr.sbin/rtadvd/control_client.h projects/armv6/usr.sbin/rtadvd/control_server.c projects/armv6/usr.sbin/rtadvd/control_server.h projects/armv6/usr.sbin/rtadvd/rtadvd.c projects/armv6/usr.sbin/rtsold/rtsol.c projects/armv6/usr.sbin/rtsold/rtsold.8 projects/armv6/usr.sbin/rtsold/rtsold.c projects/armv6/usr.sbin/rtsold/rtsold.h Directory Properties: projects/armv6/ (props changed) projects/armv6/cddl/contrib/opensolaris/ (props changed) projects/armv6/contrib/bind9/ (props changed) projects/armv6/contrib/binutils/ (props changed) projects/armv6/contrib/bzip2/ (props changed) projects/armv6/contrib/compiler-rt/ (props changed) projects/armv6/contrib/dialog/ (props changed) projects/armv6/contrib/ee/ (props changed) projects/armv6/contrib/expat/ (props changed) projects/armv6/contrib/file/ (props changed) projects/armv6/contrib/gcc/ (props changed) projects/armv6/contrib/gdb/ (props changed) projects/armv6/contrib/gdtoa/ (props changed) projects/armv6/contrib/gnu-sort/ (props changed) projects/armv6/contrib/groff/ (props changed) projects/armv6/contrib/less/ (props changed) projects/armv6/contrib/libpcap/ (props changed) projects/armv6/contrib/libstdc++/ (props changed) projects/armv6/contrib/llvm/ (props changed) projects/armv6/contrib/llvm/tools/clang/ (props changed) projects/armv6/contrib/ncurses/ (props changed) projects/armv6/contrib/netcat/ (props changed) projects/armv6/contrib/ntp/ (props changed) projects/armv6/contrib/one-true-awk/ (props changed) projects/armv6/contrib/openbsm/ (props changed) projects/armv6/contrib/openpam/ (props changed) projects/armv6/contrib/openresolv/ (props changed) projects/armv6/contrib/pf/ (props changed) projects/armv6/contrib/sendmail/ (props changed) projects/armv6/contrib/tcpdump/ (props changed) projects/armv6/contrib/tcsh/ (props changed) projects/armv6/contrib/tnftp/ (props changed) projects/armv6/contrib/top/ (props changed) projects/armv6/contrib/top/install-sh (props changed) projects/armv6/contrib/tzcode/stdtime/ (props changed) projects/armv6/contrib/tzcode/zic/ (props changed) projects/armv6/contrib/tzdata/ (props changed) projects/armv6/contrib/wpa/ (props changed) projects/armv6/contrib/xz/ (props changed) projects/armv6/crypto/openssh/ (props changed) projects/armv6/crypto/openssl/ (props changed) projects/armv6/gnu/lib/ (props changed) projects/armv6/gnu/usr.bin/binutils/ (props changed) projects/armv6/gnu/usr.bin/cc/cc_tools/ (props changed) projects/armv6/gnu/usr.bin/gdb/ (props changed) projects/armv6/lib/libc/ (props changed) projects/armv6/lib/libc/stdtime/ (props changed) projects/armv6/lib/libutil/ (props changed) projects/armv6/lib/libz/ (props changed) projects/armv6/sbin/ (props changed) projects/armv6/sbin/ipfw/ (props changed) projects/armv6/share/mk/bsd.arch.inc.mk (props changed) projects/armv6/share/zoneinfo/ (props changed) projects/armv6/sys/ (props changed) projects/armv6/sys/amd64/include/xen/ (props changed) projects/armv6/sys/boot/ (props changed) projects/armv6/sys/boot/i386/efi/ (props changed) projects/armv6/sys/boot/ia64/efi/ (props changed) projects/armv6/sys/boot/ia64/ski/ (props changed) projects/armv6/sys/boot/powerpc/boot1.chrp/ (props changed) projects/armv6/sys/boot/powerpc/ofw/ (props changed) projects/armv6/sys/cddl/contrib/opensolaris/ (props changed) projects/armv6/sys/conf/ (props changed) projects/armv6/sys/contrib/dev/acpica/ (props changed) projects/armv6/sys/contrib/octeon-sdk/ (props changed) projects/armv6/sys/contrib/pf/ (props changed) projects/armv6/sys/contrib/x86emu/ (props changed) projects/armv6/usr.bin/calendar/ (props changed) projects/armv6/usr.bin/csup/ (props changed) projects/armv6/usr.bin/procstat/ (props changed) projects/armv6/usr.sbin/ndiscvt/ (props changed) projects/armv6/usr.sbin/rtadvctl/ (props changed) projects/armv6/usr.sbin/rtadvd/ (props changed) projects/armv6/usr.sbin/rtsold/ (props changed) projects/armv6/usr.sbin/zic/ (props changed) Modified: projects/armv6/Makefile.inc1 ============================================================================== --- projects/armv6/Makefile.inc1 Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/Makefile.inc1 Tue Sep 27 13:47:23 2011 (r225795) @@ -1218,7 +1218,8 @@ _startup_libs+= lib/libc gnu/lib/libgcc__L: lib/libc__L -_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libheimntlm} \ +_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libhdb} \ + ${_kerberos5_lib_libheimntlm} \ ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ lib/libbz2 lib/libcom_err lib/libcrypt \ @@ -1268,6 +1269,19 @@ secure/lib/libssh__L: lib/libgssapi__L k _secure_lib= secure/lib .endif +.if ${MK_KERBEROS} != "no" +kerberos5/lib/libasn1__L: lib/libcom_err__L kerberos5/lib/libroken__L +kerberos5/lib/libhdb__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + kerberos5/lib/libkrb5__L kerberos5/lib/libroken__L +kerberos5/lib/libheimntlm__L: secure/lib/libcrypto__L kerberos5/lib/libkrb5__L +kerberos5/lib/libhx509__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + secure/lib/libcrypto__L kerberos5/lib/libroken__L +kerberos5/lib/libkrb5__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + lib/libcrypt__L secure/lib/libcrypto__L kerberos5/lib/libhx509__L \ + kerberos5/lib/libroken__L +kerberos5/lib/libroken__L: lib/libcrypt__L +.endif + .if ${MK_GSSAPI} != "no" _lib_libgssapi= lib/libgssapi .endif @@ -1279,6 +1293,7 @@ _lib_libipx= lib/libipx .if ${MK_KERBEROS} != "no" _kerberos5_lib= kerberos5/lib _kerberos5_lib_libasn1= kerberos5/lib/libasn1 +_kerberos5_lib_libhdb= kerberos5/lib/libhdb _kerberos5_lib_libkrb5= kerberos5/lib/libkrb5 _kerberos5_lib_libhx509= kerberos5/lib/libhx509 _kerberos5_lib_libroken= kerberos5/lib/libroken Modified: projects/armv6/ObsoleteFiles.inc ============================================================================== --- projects/armv6/ObsoleteFiles.inc Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/ObsoleteFiles.inc Tue Sep 27 13:47:23 2011 (r225795) @@ -38,6 +38,37 @@ # xargs -n1 | sort | uniq -d; # done +# 20110915: rename congestion control manpages +OLD_FILES+=usr/share/man/man4/cc.4.gz +OLD_FILES+=usr/share/man/man9/cc.9.gz +# 20110831: atomic page flags operations +OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz +OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz +OLD_FILES+=usr/share/man/man9/vm_page_flag_set.9.gz +# 20110828: library version bump for 9.0 +OLD_LIBS+=lib/libcam.so.5 +OLD_LIBS+=lib/libpcap.so.7 +OLD_LIBS+=lib/libufs.so.5 +OLD_LIBS+=usr/lib/libbsnmp.so.5 +OLD_LIBS+=usr/lib/libdwarf.so.2 +OLD_LIBS+=usr/lib/libopie.so.6 +OLD_LIBS+=usr/lib/librtld_db.so.1 +OLD_LIBS+=usr/lib/libtacplus.so.4 +.if ${TARGET_ARCH} == "amd64" +OLD_LIBS+=usr/lib32/libcam.so.5 +OLD_LIBS+=usr/lib32/libpcap.so.7 +OLD_LIBS+=usr/lib32/libufs.so.5 +OLD_LIBS+=usr/lib32/libbsnmp.so.5 +OLD_LIBS+=usr/lib32/libdwarf.so.2 +OLD_LIBS+=usr/lib32/libopie.so.6 +OLD_LIBS+=usr/lib32/librtld_db.so.1 +OLD_LIBS+=usr/lib32/libtacplus.so.4 +.endif +# 20110718: no longer useful in the age of rc.d +OLD_FILES+=usr/sbin/named.reconfig +OLD_FILES+=usr/sbin/named.reload +# 20110716: bind 9.8.0 import +OLD_LIBS+=usr/lib/liblwres.so.50 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions. @@ -61,8 +92,17 @@ OLD_FILES+=usr/lib/libpkg.a OLD_FILES+=usr/lib/libpkg.so OLD_LIBS+=usr/lib/libpkg.so.0 OLD_FILES+=usr/lib/libpkg_p.a +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libpkg.a +OLD_FILES+=usr/lib32/libpkg.so +OLD_LIBS+=usr/lib32/libpkg.so.0 +OLD_FILES+=usr/lib32/libpkg_p.a +.endif # 20110517: libsbuf version bump OLD_LIBS+=lib/libsbuf.so.5 +.if ${TARGET_ARCH} == "amd64" +OLD_LIBS+=usr/lib32/libsbuf.so.5 +.endif # 20110502: new clang import which bumps version from 2.9 to 3.0 OLD_FILES+=usr/include/clang/2.9/emmintrin.h OLD_FILES+=usr/include/clang/2.9/mm_malloc.h @@ -91,6 +131,12 @@ OLD_FILES+=usr/lib/libobjc_p.a OLD_FILES+=usr/libexec/cc1obj OLD_LIBS+=usr/lib/libobjc.so.4 OLD_DIRS+=usr/include/objc +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libobjc.a +OLD_FILES+=usr/lib32/libobjc.so +OLD_FILES+=usr/lib32/libobjc_p.a +OLD_LIBS+=usr/lib32/libobjc.so.4 +.endif # 20110331: firmware.img created at build time OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img # 20110224: sticky.8 -> sticky.7 @@ -2043,9 +2089,9 @@ OLD_FILES+=usr/share/man/man5/ipsend.5.g OLD_FILES+=usr/bin/gtar OLD_FILES+=usr/share/man/man1/gtar.1.gz # 200503XX -OLD_FILES+=share/man/man3/exp10.3.gz -OLD_FILES+=share/man/man3/exp10f.3.gz -OLD_FILES+=share/man/man3/fpsetsticky.3.gz +OLD_FILES+=usr/share/man/man3/exp10.3.gz +OLD_FILES+=usr/share/man/man3/exp10f.3.gz +OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz # 20050324: updated release infrastructure OLD_FILES+=usr/share/man/man5/drivers.conf.5.gz # 20050317: removed from BIND 9 distribution @@ -2293,6 +2339,8 @@ OLD_FILES+=lib/libz.so OLD_FILES+=bin/cxconfig OLD_FILES+=sbin/cxconfig OLD_FILES+=usr/share/man/man8/cxconfig.8.gz +# 20031016: MULTI_DRIVER_MODULE macro removed +OLD_FILES+=usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz # 200309XX OLD_FILES+=usr/bin/symorder OLD_FILES+=usr/share/man/man1/symorder.1.gz Modified: projects/armv6/UPDATING ============================================================================== --- projects/armv6/UPDATING Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/UPDATING Tue Sep 27 13:47:23 2011 (r225795) @@ -9,8 +9,8 @@ handbook. Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. -NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: - FreeBSD 9.x has many debugging features turned on, in both the kernel +NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: + FreeBSD 10.x has many debugging features turned on, in both the kernel and userland. These features attempt to detect incorrect use of system primitives, and encourage loud failure through extra sanity checking and fail stop semantics. They also substantially impact @@ -22,6 +22,28 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110923: + The stable/9 branch created in subversion. This corresponds to the + RELENG_9 branch in CVS. + +20110913: + This commit modifies vfs_register() so that it uses a hash + calculation to set vfc_typenum, which is enabled by default. + The first time a system is booted after this change, the + vfc_typenum values will change for all file systems. The + main effect of this is a change to the NFS server file handles + for file systems that use vfc_typenum in their fsid, such as ZFS. + It will, however, prevent vfc_typenum from changing when file + systems are loaded in a different order for subsequent reboots. + To disable this, you can set vfs.typenumhash=0 in /boot/loader.conf + until you are ready to remount all NFS clients after a reboot. + +20110828: + Bump the shared library version numbers for libraries that + do not use symbol versioning, have changed the ABI compared + to stable/8 and which shared library version was not bumped. + Done as part of 9.0-RELEASE cycle. + 20110815: During the merge of Capsicum features, the fget(9) KPI was modified. This may require the rebuilding of out-of-tree device drivers -- @@ -1456,9 +1478,10 @@ COMMON ITEMS: FORMAT: This file contains a list, in reverse chronological order, of major -breakages in tracking -current. Not all things will be listed here, -and it only starts on October 16, 2004. Updating files can found in -previous releases if your system is older than this. +breakages in tracking -current. It is not guaranteed to be a complete +list of such breakages, and only contains entries since October 10, 2007. +If you need to see UPDATING entries from before that date, you will need +to fetch an UPDATING file from an older FreeBSD release. Copyright information: Modified: projects/armv6/bin/ed/buf.c ============================================================================== --- projects/armv6/bin/ed/buf.c Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/bin/ed/buf.c Tue Sep 27 13:47:23 2011 (r225795) @@ -94,6 +94,7 @@ put_sbuf_line(const char *cs) ; if (s - cs >= LINECHARS) { errmsg = "line too long"; + free(lp); return NULL; } len = s - cs; @@ -102,6 +103,7 @@ put_sbuf_line(const char *cs) if (fseeko(sfp, (off_t)0, SEEK_END) < 0) { fprintf(stderr, "%s\n", strerror(errno)); errmsg = "cannot seek temp file"; + free(lp); return NULL; } sfseek = ftello(sfp); @@ -112,6 +114,7 @@ put_sbuf_line(const char *cs) sfseek = -1; fprintf(stderr, "%s\n", strerror(errno)); errmsg = "cannot write temp file"; + free(lp); return NULL; } lp->len = len; Modified: projects/armv6/contrib/bind9/CHANGES ============================================================================== --- projects/armv6/contrib/bind9/CHANGES Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/contrib/bind9/CHANGES Tue Sep 27 13:47:23 2011 (r225795) @@ -1,28 +1,60 @@ - --- 9.8.0-P4 released --- + --- 9.8.1 released --- -3124. [bug] Use an rdataset attribute flag to indicate - negative-cache records rather than using rrtype 0; - this will prevent problems when that rrtype is - used in actual DNS packets. [RT #24777] + --- 9.8.1rc1 released --- + +3141. [bug] Silence spurious "zone serial (0) unchanged" messages + associated with empty zones. [RT #25079] + +3138. [bug] Address memory leaks and out-of-order operations when + shutting named down. [RT #25210] + +3136. [func] Add RFC 1918 reverse zones to the list of built-in + empty zones switched on by the 'empty-zones-enable' + option. [RT #24990] + + Note: empty-zones-enable must be "yes;" or a empty + zone needs to be disabled in named.conf for RFC 1918 + zones to be activated. This requirement may be + removed in future releases. + +3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing. + See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307 + [RT #24950] + +3134. [bug] Improve the accuracy of dnssec-signzone's signing + statistics. [RT #16030] + + --- 9.8.1b3 released --- + +3133. [bug] Change #3114 was incomplete. [RT #24577] + +3131. [tuning] Improve scalability by allocating one zone task + per 100 zones at startup time, rather than using a + fixed-size task table. [RT #24406] + +3129. [bug] Named could crash on 'rndc reconfig' when + allow-new-zones was set to yes and named ACLs + were used. [RT #22739] - --- 9.8.0-P3 released (withdrawn) --- + --- 9.8.1b2 released --- 3126. [security] Using DNAME record to generate replacements caused - RPZ to exit with a assertion failure. [RT #23766] + RPZ to exit with a assertion failure. [RT #24766] 3125. [security] Using wildcard CNAME records as a replacement with RPZ caused named to exit with a assertion failure. [RT #24715] +3124. [bug] Use an rdataset attribute flag to indicate + negative-cache records rather than using rrtype 0; + this will prevent problems when that rrtype is + used in actual DNS packets. [RT #24777] + 3123. [security] Change #2912 exposed a latent flaw in dns_rdataset_totext() that could cause named to crash with an assertion failure. [RT #24777] -3115. [bug] Named could fail to return requested data when - following a CNAME that points into the same zone. - [RT #2445] - - --- 9.8.0-P2 released --- +3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664] 3121. [security] An authoritative name server sending a negative response containing a very large RRset could @@ -33,12 +65,256 @@ that validated insecure without using DLV and had DS records in the parent zone. [RT #24631] - --- 9.8.0-P1 released --- +3119. [bug] When rolling to a new DNSSEC key, a private-type + record could be created and never marked complete. + [RT #23253] + +3118. [bug] nsupdate could dump core on shutdown when using + SIG(0) keys. [RT #24604] + +3117. [cleanup] Remove doc and parser references to the + never-implemented 'auto-dnssec create' option. + [RT #24533] + +3115. [bug] Named could fail to return requested data when + following a CNAME that points into the same zone. + [RT #24455] + +3114. [bug] Retain expired RRSIGs in dynamic zones if key is + inactive and there is no replacement key. [RT #23136] + +3113. [doc] Document the relationship between serial-query-rate + and NOTIFY messages. + + --- 9.8.1b1 released --- + +3112. [doc] Add missing descriptions of the update policy name + types "ms-self", "ms-subdomain", "krb5-self" and + "krb5-subdomain", which allow machines to update + their own records, to the BIND 9 ARM. + +3111. [bug] Improved consistency checks for dnssec-enable and + dnssec-validation, added test cases to the + checkconf system test. [RT #24398] + +3110. [bug] dnssec-signzone: Wrong error message could appear + when attempting to sign with no KSK. [RT #24369] + +3107. [bug] dnssec-signzone: Report the correct number of ZSKs + when using -x. [RT #20852] + +3105. [bug] GOST support can be suppressed by "configure + --without-gost" [RT #24367] + +3104. [bug] Better support for cross-compiling. [RT #24367] + +3103. [bug] Configuring 'dnssec-validation auto' in a view + instead of in the options statement could trigger + an assertion failure in named-checkconf. [RT #24382] + +3101. [bug] Zones using automatic key maintenance could fail + to check the key repository for updates. [RT #23744] 3100. [security] Certain response policy zone configurations could trigger an INSIST when receiving a query of type RRSIG. [RT #24280] +3099. [test] "dlz" system test now runs but gives R:SKIPPED if + not compiled with --with-dlz-filesystem. [RT #24146] + +3098. [bug] DLZ zones were answering without setting the AA bit. + [RT #24146] + +3097. [test] Add a tool to test handling of malformed packets. + [RT #24096] + +3096. [bug] Set KRB5_KTNAME before calling log_cred() in + dst_gssapi_acceptctx(). [RT #24004] + +3095. [bug] Handle isolated reserved ports in the port range. + [RT #23957] + +3094. [doc] Expand dns64 documentation. + +3093. [bug] Fix gssapi/kerberos dependencies [RT #23836] + +3092. [bug] Signatures for records at the zone apex could go + stale due to an incorrect timer setting. [RT #23769] + +3091. [bug] Fixed a bug in which zone keys that were published + and then subsequently activated could fail to trigger + automatic signing. [RT #22911] + +3090. [func] Make --with-gssapi default [RT #23738] + +3088. [bug] Remove bin/tests/system/logfileconfig/ns1/named.conf + and add setup.sh in order to resolve changing + named.conf issue. [RT #23687] + +3087. [bug] DDNS updates using SIG(0) with update-policy match + type "external" could cause a crash. [RT #23735] + +3086. [bug] Running dnssec-settime -f on an old-style key will + now force an update to the new key format even if no + other change has been specified, using "-P now -A now" + as default values. [RT #22474] + +3083. [bug] NOTIFY messages were not being sent when generating + a NSEC3 chain incrementally. [RT #23702] + +3082. [port] strtok_r is threads only. [RT #23747] + +3081. [bug] Failure of DNAME substitution did not return + YXDOMAIN. [RT #23591] + +3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS. + [RT #23587] + +3079. [bug] Handle isc_event_allocate failures in t_tasks. + [RT #23572] + +3078. [func] Added a new include file with function typedefs + for the DLZ "dlopen" driver. [RT #23629] + +3077. [bug] zone.c:zone_refreshkeys() incorrectly called + dns_zone_attach(), use zone->irefs instead. [RT #23303] + +3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant + timestamp when determining which keys are active. + [RT #23642] + +3074. [bug] Make the adb cache read through for zone data and + glue learn for zone named is authoritative for. + [RT #22842] + +3073. [bug] managed-keys changes were not properly being recorded. + [RT #20256] + +3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference. + [RT #20256] + +3071. [bug] has_nsec could be used unintialised in + update.c:next_active. [RT #20256] + +3070. [bug] dnssec-signzone potential NULL pointer dereference. + [RT #20256] + +3069. [cleanup] Silence warnings messages from clang static analysis. + [RT #20256] + +3068. [bug] Named failed to build with a OpenSSL without engine + support. [RT #23473] + +3067. [bug] ixfr-from-differences {master|slave}; failed to + select the master/slave zones. [RT #23580] + +3066. [func] The DLZ "dlopen" driver is now built by default, + no longer requiring a configure option. To + disable it, use "configure --without-dlopen". + (Note: driver not supported on win32.) [RT #23467] + +3065. [bug] RRSIG could have time stamps too far in the future. + [RT #23356] + +3064. [bug] powerpc: add sync instructions to the end of atomic + operations. [RT #23469] + +3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402] + +3059. [test] Added a regression test for change #3023. + +3058. [bug] Cause named to terminate at startup or rndc reconfig/ + reload to fail, if a log file specified in the conf + file isn't a plain file. [RT #22771] + +3057. [bug] "rndc secroots" would abort after the first error + and so could miss some views. [RT #23488] + +3054. [bug] Added elliptic curve support check in + GOST OpenSSL engine detection. [RT #23485] + +3053. [bug] Under a sustained high query load with a finite + max-cache-size, it was possible for cache memory + to be exhausted and not recovered. [RT #23371] + +3052. [test] Fixed last autosign test report. [RT #23256] + +3051. [bug] NS records obsure DNAME records at the bottom of the + zone if both are present. [RT #23035] + +3050. [bug] The autosign system test was timing dependent. + Wait for the initial autosigning to complete + before running the rest of the test. [RT #23035] + +3049. [bug] Save and restore the gid when creating creating + named.pid at startup. [RT #23290] + +3048. [bug] Fully separate view key mangement. [RT #23419] + +3047. [bug] DNSKEY NODATA responses not cached fixed in + validator.c. Tests added to dnssec system test. + [RT #22908] + +3046. [bug] Use RRSIG original TTL to compute validated RRset + and RRSIG TTL. [RT #23332] + +3044. [bug] Hold the socket manager lock while freeing the socket. + [RT #23333] + +3043. [test] Merged in the NetBSD ATF test framework (currently + version 0.12) for development of future unit tests. + Use configure --with-atf to build ATF internally + or configure --with-atf=prefix to use an external + copy. [RT #23209] + +3042. [bug] dig +trace could fail attempting to use IPv6 + addresses on systems with only IPv4 connectivity. + [RT #23297] + +3041. [bug] dnssec-signzone failed to generate new signatures on + ttl changes. [RT #23330] + +3040. [bug] Named failed to validate insecure zones where a node + with a CNAME existed between the trust anchor and the + top of the zone. [RT #23338] + +3038. [bug] Install . [RT #23342] + +3037. [doc] Update COPYRIGHT to contain all the individual + copyright notices that cover various parts. + +3036. [bug] Check built-in zone arguments to see if the zone + is re-usable or not. [RT #21914] + +3035. [cleanup] Simplify by using strlcpy. [RT #22521] + +3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521] + +3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET). + [RT #22521] + +3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521] + +3031. [bug] dns_rdataclass_format() handle a zero sized buffer. + [RT #22521] + +3030. [bug] dns_rdatatype_format() handle a zero sized buffer. + [RT #22521] + +3029. [bug] isc_netaddr_format() handle a zero sized buffer. + [RT #22521] + +3028. [bug] isc_sockaddr_format() handle a zero sized buffer. + [RT #22521] + +3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to + catch NULL pointer dereferences before they happen. + [RT #22521] + +3026. [bug] lib/isc/httpd.c: check that we have enough space + after calling grow_headerspace() and if not + re-call grow_headerspace() until we do. [RT #22521] + --- 9.8.0 released --- 3025. [bug] Fixed a possible deadlock due to zone resigning. @@ -51,8 +327,8 @@ receiving multiple AXFR response messages that were not all TSIG-signed. [RT #23254] -3022. [bug] Fixed rpz SERVFAILs after failed zone transfers - [RT #23246] +3022. [bug] Fixed rpz SERVFAILs after failed zone transfers + [RT #23246] 3021. [bug] Change #3010 was incomplete. [RT #22296] @@ -86,7 +362,7 @@ 'resolver-query-timeout' option, which specifies a max time in seconds. 0 means 'default' and anything longer than 30 will be silently set to 30. [RT #22852] - + 3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer for refreshing managed-keys. [RT #22296] @@ -436,7 +712,7 @@ 2927. [placeholder] 2926. [placeholder] -h + 2925. [bug] Named failed to accept uncachable negative responses from insecure zones. [RT# 21555] @@ -495,7 +771,7 @@ h 2905. [port] aix: set use_atomic=yes with native compiler. [RT #21402] -2904. [bug] When using DLV, sub-zones of the zones in the DLV, +2904. [bug] When using DLV, sub-zones of the zones in the DLV, could be incorrectly marked as insecure instead of secure leading to negative proofs failing. This was a unintended outcome from change 2890. [RT# 21392] @@ -783,7 +1059,7 @@ h [RT #20710] 2812. [bug] Make sure updates can't result in a zone with - NSEC-only keys and NSEC3 records. [RT 20748] + NSEC-only keys and NSEC3 records. [RT #20748] 2811. [cleanup] Add "rndc sign" to list of commands in rndc usage output. [RT #20733] @@ -864,7 +1140,7 @@ h 2790. [bug] Handle DS queries to stub zones. [RT #20440] -2789. [bug] Fixed an INSIST in dispatch.c [RT #20576] +2789. [bug] Fixed an INSIST in dispatch.c [RT #20576] 2788. [bug] dnssec-signzone could sign with keys that were not requested [RT #20625] @@ -1760,7 +2036,7 @@ h 2529. [cleanup] Upgrade libtool to silence complaints from recent version of autoconf. [RT #18657] -2528. [cleanup] Silence spurious configure warning about +2528. [cleanup] Silence spurious configure warning about --datarootdir [RT #19096] 2527. [placeholder] @@ -2045,13 +2321,13 @@ h 2441. [bug] isc_radix_insert() could copy radix tree nodes incompletely. [RT #18573] -2440. [bug] named-checkconf used an incorrect test to determine +2440. [bug] named-checkconf used an incorrect test to determine if an ACL was set to none. -2439. [bug] Potential NULL dereference in dns_acl_isanyornone(). +2439. [bug] Potential NULL dereference in dns_acl_isanyornone(). [RT #18559] -2438. [bug] Timeouts could be logged incorrectly under win32. +2438. [bug] Timeouts could be logged incorrectly under win32. 2437. [bug] Sockets could be closed too early, leading to inconsistent states in the socket module. [RT #18298] @@ -2065,7 +2341,7 @@ h 2433. [tuning] Set initial timeout to 800ms. -2432. [bug] More Windows socket handling improvements. Stop +2432. [bug] More Windows socket handling improvements. Stop using I/O events and use IO Completion Ports throughout. Rewrite the receive path logic to make it easier to support multiple simultaneous @@ -2100,7 +2376,7 @@ h epoll and /dev/poll to be selected at compile time. [RT #18277] -2423. [security] Randomize server selection on queries, so as to +2423. [security] Randomize server selection on queries, so as to make forgery a little more difficult. Instead of always preferring the server with the lowest RTT, pick a server with RTT within the same 128 @@ -2114,7 +2390,7 @@ h Use caution: this option may not work for some operating systems without rebuilding named. -2420. [bug] Windows socket handling cleanup. Let the io +2420. [bug] Windows socket handling cleanup. Let the io completion event send out canceled read/write done events, which keeps us from writing to memory we no longer have ownership of. Add debugging @@ -2436,8 +2712,8 @@ h 2316. [port] Missing #include in lib/dns/gssapictx.c. [RT #17513] -2315. [bug] Used incorrect address family for mapped IPv4 - addresses in acl.c. [RT #17519] +2315. [bug] Used incorrect address family for mapped IPv4 + addresses in acl.c. [RT #17519] 2314. [bug] Uninitialized memory use on error path in bin/named/lwdnoop.c. [RT #17476] @@ -2448,14 +2724,14 @@ h 2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c. [RT #17458] -2311. [bug] IPv6 addresses could match IPv4 ACL entries and - vice versa. [RT #17462] +2311. [bug] IPv6 addresses could match IPv4 ACL entries and + vice versa. [RT #17462] 2310. [bug] dig, host, nslookup: flush stdout before emitting debug/fatal messages. [RT #17501] -2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c. - [RT #17455] +2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c. + [RT #17455] 2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c. [RT #17495] @@ -2507,7 +2783,7 @@ h 2292. [bug] Log if the working directory is not writable. [RT #17312] -2291. [bug] PR_SET_DUMPABLE may be set too late. Also report +2291. [bug] PR_SET_DUMPABLE may be set too late. Also report failure to set PR_SET_DUMPABLE. [RT #17312] 2290. [bug] Let AD in the query signal that the client wants AD @@ -2545,7 +2821,7 @@ h 2280. [func] Allow the experimental http server to be reached over IPv6 as well as IPv4. [RT #17332] -2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available, +2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available, to protect applications from receiving spurious SIGPIPE signals when using the resolver. @@ -2580,9 +2856,9 @@ h --- 9.5.0b1 released --- -2267. [bug] Radix tree node_num value could be set incorrectly, - causing positive ACL matches to look like negative - ones. [RT #17311] +2267. [bug] Radix tree node_num value could be set incorrectly, + causing positive ACL matches to look like negative + ones. [RT #17311] 2266. [bug] client.c:get_clientmctx() returned the same mctx once the pool of mctx's was filled. [RT #17218] @@ -2598,7 +2874,7 @@ h 2262. [bug] Error status from all but the last view could be lost. [RT #17292] -2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272] +2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272] 2260. [bug] Reported wrong clients-per-query when increasing the value. [RT #17236] Modified: projects/armv6/contrib/bind9/COPYRIGHT ============================================================================== --- projects/armv6/contrib/bind9/COPYRIGHT Tue Sep 27 13:42:11 2011 (r225794) +++ projects/armv6/contrib/bind9/COPYRIGHT Tue Sep 27 13:47:23 2011 (r225795) @@ -13,9 +13,15 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -$Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $ +$Id: COPYRIGHT,v 1.17.14.1 2011-02-22 06:34:47 marka Exp $ -Portions Copyright (C) 1996-2001 Nominum, Inc. + Portions of this code release fall under one or more of the + following Copyright notices. Please see individual source + files for details. + + For binary releases also see: OpenSSL-LICENSE. + +Copyright (C) 1996-2001 Nominum, Inc. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -28,3 +34,485 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (C) 1995-2000 by Network Associates, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NETWORK ASSOCIATES DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all +copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET +DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + +The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +conceived and contributed by Rob Butler. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all +copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER +DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1987, 1990, 1993, 1994 + The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. +4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (C) The Internet Society 2005. This version of +this module is part of RFC 4178; see the RFC itself for +full legal notices. + +(The above copyright notice is per RFC 3978 5.6 (a), q.v.) + + ----------------------------------------------------------------------------- + +Copyright (c) 2004 Masarykova universita +(Masaryk University, Brno, Czech Republic) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the University nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1997 - 2003 Kungliga Tekniska Högskolan +(Royal Institute of Technology, Stockholm, Sweden). +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the Institute nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1998 Doug Rabson +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright ((c)) 2002, Rice University +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * Neither the name of Rice University (RICE) nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + +This software is provided by RICE and the contributors on an "as is" +basis, without any representations or warranties of any kind, express +or implied including, but not limited to, representations or +warranties of non-infringement, merchantability or fitness for a +particular purpose. In no event shall RICE or contributors be liable +for any direct, indirect, incidental, special, exemplary, or +consequential damages (including, but not limited to, procurement of +substitute goods or services; loss of use, data, or profits; or +business interruption) however caused and on any theory of liability, +whether in contract, strict liability, or tort (including negligence +or otherwise) arising in any way out of the use of this software, even +if advised of the possibility of such damage. + + ----------------------------------------------------------------------------- + +Copyright (c) 1993 by Digital Equipment Corporation. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies, and that +the name of Digital Equipment Corporation not be used in advertising or +publicity pertaining to distribution of the document or software without +specific, written prior permission. + +THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT +CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright 2000 Aaron D. Gifford. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Wed Sep 28 13:27:33 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 791CC106564A; Wed, 28 Sep 2011 13:27:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6410C8FC14; Wed, 28 Sep 2011 13:27:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8SDRXYt075150; Wed, 28 Sep 2011 13:27:33 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8SDRXGH075140; Wed, 28 Sep 2011 13:27:33 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201109281327.p8SDRXGH075140@svn.freebsd.org> From: Alexander Motin Date: Wed, 28 Sep 2011 13:27:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225836 - in projects/hid: . bin/ed cddl/contrib/opensolaris/lib/libzfs/common contrib/bind9 contrib/bind9/bin/check contrib/bind9/bin/confgen contrib/bind9/bin/dig contrib/bind9/bin/di... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 13:27:33 -0000 Author: mav Date: Wed Sep 28 13:27:31 2011 New Revision: 225836 URL: http://svn.freebsd.org/changeset/base/225836 Log: MFC Added: projects/hid/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.html - copied unchanged from r225831, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.html projects/hid/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.pdf - copied unchanged from r225831, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.pdf projects/hid/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.txt - copied unchanged from r225831, head/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.txt projects/hid/contrib/bind9/bin/named/include/dlz/ - copied from r225831, head/contrib/bind9/bin/named/include/dlz/ projects/hid/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c - copied unchanged from r225831, head/contrib/bind9/bin/named/unix/dlz_dlopen_driver.c projects/hid/contrib/bind9/lib/dns/include/dns/dlz_dlopen.h - copied unchanged from r225831, head/contrib/bind9/lib/dns/include/dns/dlz_dlopen.h projects/hid/contrib/bind9/release-notes.css - copied unchanged from r225831, head/contrib/bind9/release-notes.css projects/hid/crypto/openssh/README.hpn - copied unchanged from r225831, head/crypto/openssh/README.hpn projects/hid/lib/libarchive/test/test_open_failure.c - copied unchanged from r225831, head/lib/libarchive/test/test_open_failure.c projects/hid/lib/libarchive/test/test_read_format_iso_2.iso.Z.uu - copied unchanged from r225831, head/lib/libarchive/test/test_read_format_iso_2.iso.Z.uu projects/hid/lib/libc/sys/pdfork.2 - copied unchanged from r225831, head/lib/libc/sys/pdfork.2 projects/hid/libexec/rtld-elf/rtld_printf.c - copied unchanged from r225831, head/libexec/rtld-elf/rtld_printf.c projects/hid/libexec/rtld-elf/rtld_printf.h - copied unchanged from r225831, head/libexec/rtld-elf/rtld_printf.h projects/hid/share/man/man4/mod_cc.4 - copied unchanged from r225831, head/share/man/man4/mod_cc.4 projects/hid/share/man/man9/mod_cc.9 - copied unchanged from r225831, head/share/man/man9/mod_cc.9 projects/hid/share/man/man9/vm_page_aflag.9 - copied unchanged from r225831, head/share/man/man9/vm_page_aflag.9 projects/hid/sys/boot/powerpc/ps3/ps3cdrom.c - copied unchanged from r225831, head/sys/boot/powerpc/ps3/ps3cdrom.c projects/hid/sys/kern/subr_syscall.c - copied unchanged from r225831, head/sys/kern/subr_syscall.c projects/hid/sys/kern/sys_procdesc.c - copied unchanged from r225831, head/sys/kern/sys_procdesc.c projects/hid/sys/mips/nlm/bus_space_rmi_pci.c - copied unchanged from r225831, head/sys/mips/nlm/bus_space_rmi_pci.c projects/hid/sys/mips/nlm/hal/haldefs.h - copied unchanged from r225831, head/sys/mips/nlm/hal/haldefs.h projects/hid/sys/mips/nlm/hal/pcibus.h - copied unchanged from r225831, head/sys/mips/nlm/hal/pcibus.h projects/hid/sys/mips/nlm/hal/usb.h - copied unchanged from r225831, head/sys/mips/nlm/hal/usb.h projects/hid/sys/mips/nlm/intern_dev.c - copied unchanged from r225831, head/sys/mips/nlm/intern_dev.c projects/hid/sys/mips/nlm/uart_cpu_xlp.c - copied unchanged from r225831, head/sys/mips/nlm/uart_cpu_xlp.c projects/hid/sys/mips/nlm/uart_pci_xlp.c - copied unchanged from r225831, head/sys/mips/nlm/uart_pci_xlp.c projects/hid/sys/mips/nlm/usb_init.c - copied unchanged from r225831, head/sys/mips/nlm/usb_init.c projects/hid/sys/mips/nlm/xlp_pci.c - copied unchanged from r225831, head/sys/mips/nlm/xlp_pci.c projects/hid/sys/powerpc/ps3/ps3cdrom.c - copied unchanged from r225831, head/sys/powerpc/ps3/ps3cdrom.c projects/hid/sys/sys/procdesc.h - copied unchanged from r225831, head/sys/sys/procdesc.h projects/hid/tools/regression/ipfw/ - copied from r225831, head/tools/regression/ipfw/ projects/hid/tools/regression/security/cap_test/cap_test.t - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test.t projects/hid/tools/regression/security/cap_test/cap_test_capabilities.c - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test_capabilities.c projects/hid/tools/regression/security/cap_test/cap_test_fcntl.c - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test_fcntl.c projects/hid/tools/regression/security/cap_test/cap_test_pdfork.c - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test_pdfork.c projects/hid/tools/regression/security/cap_test/cap_test_pdkill.c - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test_pdkill.c projects/hid/tools/regression/security/cap_test/cap_test_relative.c - copied unchanged from r225831, head/tools/regression/security/cap_test/cap_test_relative.c projects/hid/tools/tools/cxgbtool/ - copied from r225831, head/tools/tools/cxgbtool/ projects/hid/tools/tools/zfsboottest/ - copied from r225831, head/tools/tools/zfsboottest/ Deleted: projects/hid/share/man/man4/cc.4 projects/hid/share/man/man9/cc.9 projects/hid/share/man/man9/vm_page_flag.9 projects/hid/sys/boot/zfs/zfstest.c projects/hid/sys/mips/nlm/hal/cop0.h projects/hid/sys/mips/nlm/hal/mmio.h projects/hid/sys/mips/nlm/iodi.c projects/hid/sys/mips/nlm/uart_cpu_mips_xlp.c projects/hid/usr.sbin/cxgbtool/ Modified: projects/hid/MAINTAINERS projects/hid/Makefile.inc1 projects/hid/ObsoleteFiles.inc projects/hid/UPDATING projects/hid/bin/ed/buf.c projects/hid/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c projects/hid/contrib/bind9/CHANGES projects/hid/contrib/bind9/COPYRIGHT projects/hid/contrib/bind9/Makefile.in projects/hid/contrib/bind9/README projects/hid/contrib/bind9/bin/check/named-checkconf.c projects/hid/contrib/bind9/bin/confgen/ddns-confgen.c projects/hid/contrib/bind9/bin/confgen/rndc-confgen.c projects/hid/contrib/bind9/bin/dig/dig.c projects/hid/contrib/bind9/bin/dig/dighost.c projects/hid/contrib/bind9/bin/dig/host.c projects/hid/contrib/bind9/bin/dig/include/dig/dig.h projects/hid/contrib/bind9/bin/dig/nslookup.c projects/hid/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.8 projects/hid/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.c projects/hid/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.docbook projects/hid/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html projects/hid/contrib/bind9/bin/dnssec/dnssec-keygen.c projects/hid/contrib/bind9/bin/dnssec/dnssec-settime.8 projects/hid/contrib/bind9/bin/dnssec/dnssec-settime.c projects/hid/contrib/bind9/bin/dnssec/dnssec-settime.docbook projects/hid/contrib/bind9/bin/dnssec/dnssec-settime.html projects/hid/contrib/bind9/bin/dnssec/dnssec-signzone.c projects/hid/contrib/bind9/bin/named/Makefile.in projects/hid/contrib/bind9/bin/named/client.c projects/hid/contrib/bind9/bin/named/config.c projects/hid/contrib/bind9/bin/named/controlconf.c projects/hid/contrib/bind9/bin/named/include/named/globals.h projects/hid/contrib/bind9/bin/named/interfacemgr.c projects/hid/contrib/bind9/bin/named/logconf.c projects/hid/contrib/bind9/bin/named/main.c projects/hid/contrib/bind9/bin/named/query.c projects/hid/contrib/bind9/bin/named/server.c projects/hid/contrib/bind9/bin/named/statschannel.c projects/hid/contrib/bind9/bin/named/unix/Makefile.in projects/hid/contrib/bind9/bin/named/unix/os.c projects/hid/contrib/bind9/bin/named/update.c projects/hid/contrib/bind9/bin/named/xfrout.c projects/hid/contrib/bind9/bin/named/zoneconf.c projects/hid/contrib/bind9/bin/nsupdate/nsupdate.c projects/hid/contrib/bind9/bin/rndc/rndc.c projects/hid/contrib/bind9/bin/tools/genrandom.8 projects/hid/contrib/bind9/bin/tools/genrandom.docbook projects/hid/contrib/bind9/bin/tools/genrandom.html projects/hid/contrib/bind9/config.h.in projects/hid/contrib/bind9/configure.in projects/hid/contrib/bind9/doc/arm/Bv9ARM-book.xml projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch01.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch03.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch04.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch05.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch06.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch07.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch08.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.ch09.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.html projects/hid/contrib/bind9/doc/arm/Bv9ARM.pdf projects/hid/contrib/bind9/doc/arm/man.arpaname.html projects/hid/contrib/bind9/doc/arm/man.ddns-confgen.html projects/hid/contrib/bind9/doc/arm/man.dig.html projects/hid/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html projects/hid/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html projects/hid/contrib/bind9/doc/arm/man.dnssec-keygen.html projects/hid/contrib/bind9/doc/arm/man.dnssec-revoke.html projects/hid/contrib/bind9/doc/arm/man.dnssec-settime.html projects/hid/contrib/bind9/doc/arm/man.dnssec-signzone.html projects/hid/contrib/bind9/doc/arm/man.genrandom.html projects/hid/contrib/bind9/doc/arm/man.host.html projects/hid/contrib/bind9/doc/arm/man.isc-hmac-fixup.html projects/hid/contrib/bind9/doc/arm/man.named-checkconf.html projects/hid/contrib/bind9/doc/arm/man.named-checkzone.html projects/hid/contrib/bind9/doc/arm/man.named-journalprint.html projects/hid/contrib/bind9/doc/arm/man.named.html projects/hid/contrib/bind9/doc/arm/man.nsec3hash.html projects/hid/contrib/bind9/doc/arm/man.nsupdate.html projects/hid/contrib/bind9/doc/arm/man.rndc-confgen.html projects/hid/contrib/bind9/doc/arm/man.rndc.conf.html projects/hid/contrib/bind9/doc/arm/man.rndc.html projects/hid/contrib/bind9/doc/misc/options projects/hid/contrib/bind9/lib/bind9/api projects/hid/contrib/bind9/lib/bind9/check.c projects/hid/contrib/bind9/lib/dns/Makefile.in projects/hid/contrib/bind9/lib/dns/acl.c projects/hid/contrib/bind9/lib/dns/adb.c projects/hid/contrib/bind9/lib/dns/api projects/hid/contrib/bind9/lib/dns/cache.c projects/hid/contrib/bind9/lib/dns/client.c projects/hid/contrib/bind9/lib/dns/diff.c projects/hid/contrib/bind9/lib/dns/dispatch.c projects/hid/contrib/bind9/lib/dns/dlz.c projects/hid/contrib/bind9/lib/dns/dns64.c projects/hid/contrib/bind9/lib/dns/dnssec.c projects/hid/contrib/bind9/lib/dns/dst_api.c projects/hid/contrib/bind9/lib/dns/dst_openssl.h projects/hid/contrib/bind9/lib/dns/gssapi_link.c projects/hid/contrib/bind9/lib/dns/gssapictx.c projects/hid/contrib/bind9/lib/dns/include/dns/Makefile.in projects/hid/contrib/bind9/lib/dns/include/dns/acl.h projects/hid/contrib/bind9/lib/dns/include/dns/cache.h projects/hid/contrib/bind9/lib/dns/include/dns/db.h projects/hid/contrib/bind9/lib/dns/include/dns/dlz.h projects/hid/contrib/bind9/lib/dns/include/dns/dnssec.h projects/hid/contrib/bind9/lib/dns/include/dns/masterdump.h projects/hid/contrib/bind9/lib/dns/include/dns/rdataset.h projects/hid/contrib/bind9/lib/dns/include/dns/resolver.h projects/hid/contrib/bind9/lib/dns/include/dns/sdlz.h projects/hid/contrib/bind9/lib/dns/include/dns/zone.h projects/hid/contrib/bind9/lib/dns/include/dst/dst.h projects/hid/contrib/bind9/lib/dns/journal.c projects/hid/contrib/bind9/lib/dns/master.c projects/hid/contrib/bind9/lib/dns/masterdump.c projects/hid/contrib/bind9/lib/dns/message.c projects/hid/contrib/bind9/lib/dns/name.c projects/hid/contrib/bind9/lib/dns/ncache.c projects/hid/contrib/bind9/lib/dns/nsec.c projects/hid/contrib/bind9/lib/dns/nsec3.c projects/hid/contrib/bind9/lib/dns/openssl_link.c projects/hid/contrib/bind9/lib/dns/openssldsa_link.c projects/hid/contrib/bind9/lib/dns/opensslrsa_link.c projects/hid/contrib/bind9/lib/dns/rbt.c projects/hid/contrib/bind9/lib/dns/rbtdb.c projects/hid/contrib/bind9/lib/dns/rbtdb.h projects/hid/contrib/bind9/lib/dns/rcode.c projects/hid/contrib/bind9/lib/dns/rdata.c projects/hid/contrib/bind9/lib/dns/rdatalist.c projects/hid/contrib/bind9/lib/dns/rdataset.c projects/hid/contrib/bind9/lib/dns/rdataslab.c projects/hid/contrib/bind9/lib/dns/request.c projects/hid/contrib/bind9/lib/dns/resolver.c projects/hid/contrib/bind9/lib/dns/sdb.c projects/hid/contrib/bind9/lib/dns/sdlz.c projects/hid/contrib/bind9/lib/dns/spnego.c projects/hid/contrib/bind9/lib/dns/ssu_external.c projects/hid/contrib/bind9/lib/dns/time.c projects/hid/contrib/bind9/lib/dns/tkey.c projects/hid/contrib/bind9/lib/dns/tsig.c projects/hid/contrib/bind9/lib/dns/ttl.c projects/hid/contrib/bind9/lib/dns/validator.c projects/hid/contrib/bind9/lib/dns/view.c projects/hid/contrib/bind9/lib/dns/xfrin.c projects/hid/contrib/bind9/lib/dns/zone.c projects/hid/contrib/bind9/lib/dns/zt.c projects/hid/contrib/bind9/lib/export/dns/Makefile.in projects/hid/contrib/bind9/lib/export/irs/Makefile.in projects/hid/contrib/bind9/lib/export/isccfg/Makefile.in projects/hid/contrib/bind9/lib/export/samples/nsprobe.c projects/hid/contrib/bind9/lib/irs/api projects/hid/contrib/bind9/lib/irs/getnameinfo.c projects/hid/contrib/bind9/lib/irs/resconf.c projects/hid/contrib/bind9/lib/isc/Makefile.in projects/hid/contrib/bind9/lib/isc/api projects/hid/contrib/bind9/lib/isc/heap.c projects/hid/contrib/bind9/lib/isc/httpd.c projects/hid/contrib/bind9/lib/isc/include/isc/file.h projects/hid/contrib/bind9/lib/isc/include/isc/task.h projects/hid/contrib/bind9/lib/isc/include/isc/taskpool.h projects/hid/contrib/bind9/lib/isc/include/isc/util.h projects/hid/contrib/bind9/lib/isc/log.c projects/hid/contrib/bind9/lib/isc/netaddr.c projects/hid/contrib/bind9/lib/isc/powerpc/include/isc/atomic.h projects/hid/contrib/bind9/lib/isc/radix.c projects/hid/contrib/bind9/lib/isc/rwlock.c projects/hid/contrib/bind9/lib/isc/sha1.c projects/hid/contrib/bind9/lib/isc/sha2.c projects/hid/contrib/bind9/lib/isc/sockaddr.c projects/hid/contrib/bind9/lib/isc/string.c projects/hid/contrib/bind9/lib/isc/task.c projects/hid/contrib/bind9/lib/isc/taskpool.c projects/hid/contrib/bind9/lib/isc/timer.c projects/hid/contrib/bind9/lib/isc/unix/dir.c projects/hid/contrib/bind9/lib/isc/unix/file.c projects/hid/contrib/bind9/lib/isc/unix/include/isc/stdtime.h projects/hid/contrib/bind9/lib/isc/unix/socket.c projects/hid/contrib/bind9/lib/isc/unix/stdio.c projects/hid/contrib/bind9/lib/isc/unix/time.c projects/hid/contrib/bind9/lib/isccc/Makefile.in projects/hid/contrib/bind9/lib/isccfg/Makefile.in projects/hid/contrib/bind9/lib/isccfg/aclconf.c projects/hid/contrib/bind9/lib/isccfg/api projects/hid/contrib/bind9/lib/isccfg/include/isccfg/aclconf.h projects/hid/contrib/bind9/lib/isccfg/namedconf.c projects/hid/contrib/bind9/lib/isccfg/parser.c projects/hid/contrib/bind9/lib/lwres/api projects/hid/contrib/bind9/lib/lwres/assert_p.h projects/hid/contrib/bind9/lib/lwres/herror.c projects/hid/contrib/bind9/lib/lwres/lwconfig.c projects/hid/contrib/bind9/lib/lwres/man/lwres.html projects/hid/contrib/bind9/lib/lwres/man/lwres_buffer.html projects/hid/contrib/bind9/lib/lwres/man/lwres_config.html projects/hid/contrib/bind9/lib/lwres/man/lwres_context.html projects/hid/contrib/bind9/lib/lwres/man/lwres_gabn.html projects/hid/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html projects/hid/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html projects/hid/contrib/bind9/lib/lwres/man/lwres_gethostent.html projects/hid/contrib/bind9/lib/lwres/man/lwres_getipnode.html projects/hid/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html projects/hid/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html projects/hid/contrib/bind9/lib/lwres/man/lwres_gnba.html projects/hid/contrib/bind9/lib/lwres/man/lwres_hstrerror.html projects/hid/contrib/bind9/lib/lwres/man/lwres_inetntop.html projects/hid/contrib/bind9/lib/lwres/man/lwres_noop.html projects/hid/contrib/bind9/lib/lwres/man/lwres_packet.html projects/hid/contrib/bind9/lib/lwres/man/lwres_resutil.html projects/hid/contrib/bind9/lib/lwres/print.c projects/hid/contrib/bind9/make/rules.in projects/hid/contrib/bind9/version projects/hid/contrib/gdb/FREEBSD-diffs projects/hid/contrib/gdb/gdb/sparc64fbsd-tdep.c projects/hid/contrib/one-true-awk/FIXES projects/hid/contrib/one-true-awk/awkgram.y projects/hid/contrib/one-true-awk/b.c projects/hid/contrib/one-true-awk/lex.c projects/hid/contrib/one-true-awk/lib.c projects/hid/contrib/one-true-awk/main.c projects/hid/contrib/one-true-awk/makefile projects/hid/contrib/one-true-awk/proto.h projects/hid/contrib/one-true-awk/run.c projects/hid/contrib/one-true-awk/tran.c projects/hid/contrib/openresolv/dnsmasq.in projects/hid/contrib/openresolv/libc.in projects/hid/contrib/openresolv/named.in projects/hid/contrib/openresolv/pdnsd.in projects/hid/contrib/openresolv/resolvconf.in projects/hid/contrib/openresolv/unbound.in projects/hid/contrib/smbfs/mount_smbfs/mount_smbfs.8 projects/hid/contrib/tzcode/stdtime/localtime.c projects/hid/crypto/openssh/auth-pam.c (contents, props changed) projects/hid/crypto/openssh/buffer.c (contents, props changed) projects/hid/crypto/openssh/buffer.h (contents, props changed) projects/hid/crypto/openssh/channels.c (contents, props changed) projects/hid/crypto/openssh/channels.h (contents, props changed) projects/hid/crypto/openssh/cipher.c (contents, props changed) projects/hid/crypto/openssh/clientloop.c (contents, props changed) projects/hid/crypto/openssh/compat.c (contents, props changed) projects/hid/crypto/openssh/compat.h (contents, props changed) projects/hid/crypto/openssh/kex.c (contents, props changed) projects/hid/crypto/openssh/kex.h (contents, props changed) projects/hid/crypto/openssh/misc.c (contents, props changed) projects/hid/crypto/openssh/misc.h (contents, props changed) projects/hid/crypto/openssh/myproposal.h (contents, props changed) projects/hid/crypto/openssh/packet.c (contents, props changed) projects/hid/crypto/openssh/packet.h (contents, props changed) projects/hid/crypto/openssh/readconf.c projects/hid/crypto/openssh/readconf.h (contents, props changed) projects/hid/crypto/openssh/servconf.c projects/hid/crypto/openssh/servconf.h (contents, props changed) projects/hid/crypto/openssh/serverloop.c (contents, props changed) projects/hid/crypto/openssh/session.c projects/hid/crypto/openssh/sftp.1 projects/hid/crypto/openssh/sftp.c (contents, props changed) projects/hid/crypto/openssh/ssh.c projects/hid/crypto/openssh/sshconnect.c projects/hid/crypto/openssh/sshconnect2.c (contents, props changed) projects/hid/crypto/openssh/sshd.c projects/hid/crypto/openssh/sshd_config projects/hid/crypto/openssh/version.c projects/hid/crypto/openssh/version.h projects/hid/crypto/openssl/ssl/s3_lib.c projects/hid/crypto/openssl/ssl/s3_srvr.c projects/hid/etc/Makefile projects/hid/etc/defaults/devfs.rules projects/hid/etc/defaults/rc.conf projects/hid/etc/motd projects/hid/etc/mtree/BSD.include.dist projects/hid/etc/network.subr projects/hid/etc/pf.os projects/hid/etc/rc.d/Makefile projects/hid/etc/rc.d/NETWORKING projects/hid/etc/rc.d/bridge projects/hid/etc/rc.d/netoptions projects/hid/etc/rc.d/resolv projects/hid/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c projects/hid/gnu/usr.bin/gdb/arch/sparc64/Makefile projects/hid/gnu/usr.bin/gdb/arch/sparc64/init.c projects/hid/gnu/usr.bin/gdb/kgdb/kthr.c projects/hid/gnu/usr.bin/groff/tmac/mdoc.local projects/hid/include/Makefile projects/hid/include/iso646.h projects/hid/kerberos5/lib/libasn1/Makefile projects/hid/kerberos5/lib/libgssapi_krb5/Makefile projects/hid/kerberos5/lib/libgssapi_ntlm/Makefile projects/hid/kerberos5/lib/libgssapi_spnego/Makefile projects/hid/kerberos5/lib/libhdb/Makefile projects/hid/kerberos5/lib/libheimntlm/Makefile projects/hid/kerberos5/lib/libhx509/Makefile projects/hid/kerberos5/lib/libkadm5clnt/Makefile projects/hid/kerberos5/lib/libkadm5srv/Makefile projects/hid/kerberos5/lib/libkafs5/Makefile projects/hid/kerberos5/lib/libkrb5/Makefile projects/hid/kerberos5/lib/libroken/Makefile projects/hid/lib/bind/config.h projects/hid/lib/libarchive/archive_read.c projects/hid/lib/libarchive/archive_read_support_compression_uu.c projects/hid/lib/libarchive/archive_read_support_format_cpio.c projects/hid/lib/libarchive/archive_read_support_format_iso9660.c projects/hid/lib/libarchive/archive_read_support_format_mtree.c projects/hid/lib/libarchive/archive_write_open_fd.c projects/hid/lib/libarchive/archive_write_open_file.c projects/hid/lib/libarchive/archive_write_open_filename.c projects/hid/lib/libarchive/archive_write_set_compression_xz.c projects/hid/lib/libarchive/archive_write_set_format_cpio.c projects/hid/lib/libarchive/archive_write_set_format_zip.c projects/hid/lib/libarchive/test/Makefile projects/hid/lib/libarchive/test/test_read_format_iso_gz.c projects/hid/lib/libarchive/test/test_read_format_isojoliet_bz2.c projects/hid/lib/libarchive/test/test_read_format_isojoliet_long.c projects/hid/lib/libarchive/test/test_read_format_isojoliet_rr.c projects/hid/lib/libarchive/test/test_read_format_isorr_bz2.c projects/hid/lib/libarchive/test/test_read_format_isorr_new_bz2.c projects/hid/lib/libarchive/test/test_read_format_isozisofs_bz2.c projects/hid/lib/libarchive/test/test_read_format_mtree.c projects/hid/lib/libarchive/test/test_write_compress_lzma.c projects/hid/lib/libarchive/test/test_write_compress_xz.c projects/hid/lib/libbsnmp/libbsnmp/Makefile projects/hid/lib/libc/iconv/citrus_none.c projects/hid/lib/libc/locale/isspace.3 projects/hid/lib/libc/net/ethers.3 projects/hid/lib/libc/net/sctp_sys_calls.c projects/hid/lib/libc/sys/Makefile.inc projects/hid/lib/libc/sys/Symbol.map projects/hid/lib/libc/sys/cap_new.2 projects/hid/lib/libc/sys/dup.2 projects/hid/lib/libc/sys/sigwait.2 projects/hid/lib/libc/sys/sigwaitinfo.2 projects/hid/lib/libcam/Makefile projects/hid/lib/libdwarf/Makefile projects/hid/lib/libfetch/common.c projects/hid/lib/libfetch/common.h projects/hid/lib/libfetch/fetch.3 projects/hid/lib/libfetch/fetch.c projects/hid/lib/libfetch/fetch.h projects/hid/lib/libfetch/file.c projects/hid/lib/libfetch/ftp.c projects/hid/lib/libfetch/http.c projects/hid/lib/libkvm/kvm_ia64.c projects/hid/lib/libmemstat/memstat_uma.c projects/hid/lib/libopie/Makefile projects/hid/lib/libpcap/Makefile projects/hid/lib/libproc/proc_create.c projects/hid/lib/libprocstat/libprocstat.c projects/hid/lib/libprocstat/libprocstat.h projects/hid/lib/librtld_db/Makefile projects/hid/lib/libtacplus/Makefile projects/hid/lib/libthread_db/arch/amd64/libpthread_md.c projects/hid/lib/libthread_db/arch/sparc64/libpthread_md.c projects/hid/lib/libthread_db/libthr_db.c projects/hid/lib/libufs/Makefile projects/hid/lib/libusb/Makefile projects/hid/lib/libusb/libusb.3 projects/hid/lib/libusb/libusb.h projects/hid/lib/libusb/libusb10.c projects/hid/lib/libusb/libusb20.3 projects/hid/lib/libusb/libusb20.c projects/hid/lib/libusb/libusb20.h projects/hid/libexec/rtld-elf/Makefile projects/hid/libexec/rtld-elf/debug.c projects/hid/libexec/rtld-elf/malloc.c projects/hid/libexec/rtld-elf/map_object.c projects/hid/libexec/rtld-elf/rtld.c projects/hid/libexec/rtld-elf/rtld.h projects/hid/libexec/rtld-elf/rtld_lock.c projects/hid/libexec/rtld-elf/xmalloc.c projects/hid/release/Makefile projects/hid/release/Makefile.sysinstall projects/hid/release/doc/en_US.ISO8859-1/hardware/article.sgml projects/hid/release/doc/share/misc/dev.archlist.txt projects/hid/release/powerpc/mkisoimages.sh projects/hid/release/rc.local projects/hid/sbin/camcontrol/camcontrol.c projects/hid/sbin/fdisk/fdisk.c projects/hid/sbin/fsck_ffs/dir.c projects/hid/sbin/fsck_ffs/main.c projects/hid/sbin/geom/class/part/geom_part.c projects/hid/sbin/geom/class/part/gpart.8 projects/hid/sbin/hastctl/hastctl.c projects/hid/sbin/hastd/activemap.c projects/hid/sbin/hastd/control.c projects/hid/sbin/hastd/ebuf.c projects/hid/sbin/hastd/event.c projects/hid/sbin/hastd/hast.conf.5 projects/hid/sbin/hastd/hast.h projects/hid/sbin/hastd/hast_proto.c projects/hid/sbin/hastd/hastd.c projects/hid/sbin/hastd/hooks.c projects/hid/sbin/hastd/metadata.c projects/hid/sbin/hastd/nv.c projects/hid/sbin/hastd/parse.y projects/hid/sbin/hastd/pjdlog.c projects/hid/sbin/hastd/primary.c projects/hid/sbin/hastd/proto_tcp.c projects/hid/sbin/hastd/rangelock.c projects/hid/sbin/hastd/secondary.c projects/hid/sbin/hastd/subr.c projects/hid/sbin/hastd/synch.h projects/hid/sbin/hastd/token.l projects/hid/sbin/ifconfig/ifconfig.8 projects/hid/sbin/ipfw/ipfw.8 projects/hid/sbin/ipfw/ipfw2.c projects/hid/sbin/mdmfs/mdmfs.8 projects/hid/sbin/mdmfs/mdmfs.c projects/hid/sbin/mount/mount.c projects/hid/sbin/rcorder/rcorder.8 projects/hid/share/doc/bind9/Makefile projects/hid/share/examples/cvsup/stable-supfile projects/hid/share/man/man3/queue.3 projects/hid/share/man/man4/Makefile projects/hid/share/man/man4/ata.4 projects/hid/share/man/man4/ath.4 projects/hid/share/man/man4/ath_hal.4 projects/hid/share/man/man4/carp.4 projects/hid/share/man/man4/cc_chd.4 projects/hid/share/man/man4/cc_cubic.4 projects/hid/share/man/man4/cc_hd.4 projects/hid/share/man/man4/cc_htcp.4 projects/hid/share/man/man4/cc_newreno.4 projects/hid/share/man/man4/cc_vegas.4 projects/hid/share/man/man4/gif.4 projects/hid/share/man/man4/h_ertt.4 projects/hid/share/man/man4/puc.4 projects/hid/share/man/man4/smp.4 projects/hid/share/man/man4/tcp.4 projects/hid/share/man/man4/uhso.4 projects/hid/share/man/man4/vxge.4 projects/hid/share/man/man4/wlan.4 projects/hid/share/man/man5/rc.conf.5 projects/hid/share/man/man8/diskless.8 projects/hid/share/man/man9/DRIVER_MODULE.9 projects/hid/share/man/man9/Makefile projects/hid/share/man/man9/ifnet.9 projects/hid/share/man/man9/selrecord.9 projects/hid/share/man/man9/taskqueue.9 projects/hid/share/misc/committers-doc.dot projects/hid/share/misc/committers-ports.dot projects/hid/share/misc/committers-src.dot projects/hid/share/syscons/keymaps/INDEX.keymaps projects/hid/sys/amd64/amd64/exception.S projects/hid/sys/amd64/amd64/genassym.c projects/hid/sys/amd64/amd64/machdep.c projects/hid/sys/amd64/amd64/minidump_machdep.c projects/hid/sys/amd64/amd64/pmap.c projects/hid/sys/amd64/amd64/trap.c projects/hid/sys/amd64/conf/GENERIC projects/hid/sys/amd64/conf/NOTES projects/hid/sys/amd64/ia32/ia32_syscall.c projects/hid/sys/amd64/include/md_var.h projects/hid/sys/amd64/linux32/linux32_machdep.c projects/hid/sys/amd64/linux32/linux32_sysent.c projects/hid/sys/arm/arm/irq_dispatch.S projects/hid/sys/arm/arm/machdep.c projects/hid/sys/arm/arm/pmap.c projects/hid/sys/arm/at91/uart_dev_at91usart.c projects/hid/sys/arm/conf/AVILA projects/hid/sys/arm/conf/BWCT projects/hid/sys/arm/conf/CAMBRIA projects/hid/sys/arm/conf/CNS11XXNAS projects/hid/sys/arm/conf/CRB projects/hid/sys/arm/conf/DB-78XXX projects/hid/sys/arm/conf/DB-88F5XXX projects/hid/sys/arm/conf/DB-88F6XXX projects/hid/sys/arm/conf/DOCKSTAR projects/hid/sys/arm/conf/EP80219 projects/hid/sys/arm/conf/GUMSTIX projects/hid/sys/arm/conf/HL200 projects/hid/sys/arm/conf/HL201 projects/hid/sys/arm/conf/IQ31244 projects/hid/sys/arm/conf/KB920X projects/hid/sys/arm/conf/LN2410SBC projects/hid/sys/arm/conf/NSLU projects/hid/sys/arm/conf/QILA9G20 projects/hid/sys/arm/conf/SAM9G20EK projects/hid/sys/arm/conf/SHEEVAPLUG projects/hid/sys/arm/conf/SIMICS projects/hid/sys/arm/conf/TS7800 projects/hid/sys/arm/sa11x0/sa11x0_irq.S projects/hid/sys/boot/common/util.c projects/hid/sys/boot/forth/loader.conf projects/hid/sys/boot/forth/menu.4th projects/hid/sys/boot/forth/menu.4th.8 projects/hid/sys/boot/i386/gptboot/Makefile projects/hid/sys/boot/i386/gptzfsboot/Makefile projects/hid/sys/boot/i386/zfsboot/Makefile projects/hid/sys/boot/powerpc/ps3/Makefile projects/hid/sys/boot/powerpc/ps3/conf.c projects/hid/sys/boot/powerpc/ps3/devicename.c projects/hid/sys/boot/powerpc/ps3/lv1call.S projects/hid/sys/boot/powerpc/ps3/lv1call.h projects/hid/sys/boot/powerpc/ps3/main.c projects/hid/sys/boot/powerpc/ps3/ps3stor.c projects/hid/sys/cam/cam_xpt.c projects/hid/sys/cam/cam_xpt.h projects/hid/sys/cddl/boot/zfs/zfssubr.c projects/hid/sys/cddl/compat/opensolaris/sys/file.h projects/hid/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c projects/hid/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c projects/hid/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/fasttrap_isa.c projects/hid/sys/compat/freebsd32/freebsd32_ioctl.c projects/hid/sys/compat/freebsd32/freebsd32_misc.c projects/hid/sys/compat/freebsd32/freebsd32_proto.h projects/hid/sys/compat/freebsd32/freebsd32_syscall.h projects/hid/sys/compat/freebsd32/freebsd32_syscalls.c projects/hid/sys/compat/freebsd32/freebsd32_sysent.c projects/hid/sys/compat/freebsd32/freebsd32_util.h projects/hid/sys/compat/linux/linux_emul.c projects/hid/sys/compat/linux/linux_file.c projects/hid/sys/compat/linux/linux_fork.c projects/hid/sys/compat/linux/linux_ioctl.c projects/hid/sys/compat/linux/linux_ipc.c projects/hid/sys/compat/linux/linux_misc.c projects/hid/sys/compat/linux/linux_signal.c projects/hid/sys/compat/linux/linux_socket.c projects/hid/sys/compat/linux/linux_stats.c projects/hid/sys/compat/linux/linux_uid16.c projects/hid/sys/compat/svr4/svr4_fcntl.c projects/hid/sys/compat/svr4/svr4_filio.c projects/hid/sys/compat/svr4/svr4_ioctl.c projects/hid/sys/compat/svr4/svr4_ipc.c projects/hid/sys/compat/svr4/svr4_misc.c projects/hid/sys/compat/svr4/svr4_signal.c projects/hid/sys/compat/svr4/svr4_socket.c projects/hid/sys/compat/svr4/svr4_stat.c projects/hid/sys/compat/svr4/svr4_stream.c projects/hid/sys/compat/svr4/svr4_sysent.c projects/hid/sys/conf/NOTES projects/hid/sys/conf/files projects/hid/sys/conf/files.powerpc projects/hid/sys/conf/kern.pre.mk projects/hid/sys/conf/newvers.sh projects/hid/sys/conf/options projects/hid/sys/conf/options.amd64 projects/hid/sys/contrib/pf/net/if_pfsync.c projects/hid/sys/contrib/pf/net/pf.c projects/hid/sys/ddb/db_break.c projects/hid/sys/dev/aac/aac_linux.c projects/hid/sys/dev/acpica/acpi.c projects/hid/sys/dev/acpica/acpi_hpet.c projects/hid/sys/dev/acpica/acpi_hpet.h projects/hid/sys/dev/ahci/ahci.c projects/hid/sys/dev/alc/if_alc.c projects/hid/sys/dev/amr/amr_linux.c projects/hid/sys/dev/arcmsr/arcmsr.c projects/hid/sys/dev/ata/chipsets/ata-nvidia.c projects/hid/sys/dev/ath/ath_hal/ah.c projects/hid/sys/dev/ath/ath_hal/ah.h projects/hid/sys/dev/ath/ath_hal/ah_eeprom_v4k.c projects/hid/sys/dev/ath/ath_hal/ah_internal.h projects/hid/sys/dev/ath/ath_hal/ah_regdomain.c projects/hid/sys/dev/ath/ath_hal/ar5210/ar5210.h projects/hid/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c projects/hid/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c projects/hid/sys/dev/ath/ath_hal/ar5211/ar5211.h projects/hid/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c projects/hid/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c projects/hid/sys/dev/ath/ath_hal/ar5212/ar5212.h projects/hid/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c projects/hid/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c projects/hid/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c projects/hid/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416.h projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416.ini projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c projects/hid/sys/dev/ath/ath_hal/ar5416/ar5416reg.h projects/hid/sys/dev/ath/ath_rate/sample/sample.h projects/hid/sys/dev/ath/if_ath.c projects/hid/sys/dev/ath/if_athdfs.h projects/hid/sys/dev/ath/if_athvar.h projects/hid/sys/dev/bktr/bktr_core.c projects/hid/sys/dev/bxe/if_bxe.c projects/hid/sys/dev/cardbus/cardbus_cis.c projects/hid/sys/dev/cfe/cfe_console.c projects/hid/sys/dev/coretemp/coretemp.c projects/hid/sys/dev/dcons/dcons_os.c projects/hid/sys/dev/e1000/if_lem.c projects/hid/sys/dev/gem/if_gem.c projects/hid/sys/dev/hwpmc/hwpmc_logging.c projects/hid/sys/dev/hwpmc/hwpmc_mod.c projects/hid/sys/dev/ichwd/ichwd.c projects/hid/sys/dev/ipmi/ipmi_linux.c projects/hid/sys/dev/iscsi/initiator/isc_soc.c projects/hid/sys/dev/iscsi/initiator/iscsi.c projects/hid/sys/dev/isp/isp.c projects/hid/sys/dev/isp/isp_freebsd.c projects/hid/sys/dev/isp/isp_freebsd.h projects/hid/sys/dev/isp/isp_pci.c projects/hid/sys/dev/isp/ispvar.h projects/hid/sys/dev/iwn/if_iwn.c projects/hid/sys/dev/ixgbe/ixgbe.c projects/hid/sys/dev/mfi/mfi.c projects/hid/sys/dev/mfi/mfi_linux.c projects/hid/sys/dev/mii/brgphy.c projects/hid/sys/dev/mii/mii_physubr.c projects/hid/sys/dev/mmc/mmcsd.c projects/hid/sys/dev/mps/mps_sas.c projects/hid/sys/dev/mpt/mpilib/mpi_ioc.h projects/hid/sys/dev/mpt/mpt_cam.c projects/hid/sys/dev/ofw/ofw_console.c projects/hid/sys/dev/puc/pucdata.c projects/hid/sys/dev/sio/sio.c projects/hid/sys/dev/smc/if_smc.c projects/hid/sys/dev/snp/snp.c projects/hid/sys/dev/sound/midi/midi.c projects/hid/sys/dev/sound/pci/hda/hdac.c projects/hid/sys/dev/sound/pcm/dsp.c projects/hid/sys/dev/sound/usb/uaudio.c projects/hid/sys/dev/streams/streams.c projects/hid/sys/dev/syscons/scmouse.c projects/hid/sys/dev/syscons/syscons.c projects/hid/sys/dev/syscons/syscons.h projects/hid/sys/dev/tdfx/tdfx_linux.c projects/hid/sys/dev/uart/uart_core.c projects/hid/sys/dev/usb/net/uhso.c projects/hid/sys/dev/usb/quirk/usb_quirk.c projects/hid/sys/dev/usb/serial/u3g.c projects/hid/sys/dev/usb/storage/umass.c projects/hid/sys/dev/usb/usb_dev.c projects/hid/sys/dev/usb/usb_device.c projects/hid/sys/dev/usb/usb_device.h projects/hid/sys/dev/usb/usb_freebsd.h projects/hid/sys/dev/usb/usb_msctest.c projects/hid/sys/dev/usb/usb_msctest.h projects/hid/sys/dev/usb/usb_request.c projects/hid/sys/dev/usb/usb_transfer.c projects/hid/sys/dev/usb/usbdevs projects/hid/sys/dev/usb/usbdi.h projects/hid/sys/dev/vge/if_vge.c projects/hid/sys/dev/vge/if_vgereg.h projects/hid/sys/dev/xen/blkfront/blkfront.c projects/hid/sys/dev/xen/blkfront/block.h projects/hid/sys/dev/xen/console/console.c projects/hid/sys/dev/xen/control/control.c projects/hid/sys/dev/xen/netfront/netfront.c projects/hid/sys/fs/coda/coda_psdev.c projects/hid/sys/fs/devfs/devfs_devs.c projects/hid/sys/fs/devfs/devfs_vnops.c projects/hid/sys/fs/fdescfs/fdesc_vnops.c projects/hid/sys/fs/fifofs/fifo_vnops.c projects/hid/sys/fs/nfsclient/nfs_clnode.c projects/hid/sys/fs/nfsclient/nfs_clport.c projects/hid/sys/fs/nfsclient/nfsnode.h projects/hid/sys/fs/nfsserver/nfs_nfsdport.c projects/hid/sys/fs/nfsserver/nfs_nfsdserv.c projects/hid/sys/fs/portalfs/portal_vfsops.c projects/hid/sys/fs/portalfs/portal_vnops.c projects/hid/sys/fs/procfs/procfs.c projects/hid/sys/fs/procfs/procfs_ctl.c projects/hid/sys/fs/procfs/procfs_ioctl.c projects/hid/sys/fs/tmpfs/tmpfs_vnops.c projects/hid/sys/gnu/fs/xfs/xfs_dfrag.c projects/hid/sys/i386/conf/GENERIC projects/hid/sys/i386/conf/XBOX projects/hid/sys/i386/conf/XEN projects/hid/sys/i386/i386/machdep.c projects/hid/sys/i386/i386/pmap.c projects/hid/sys/i386/i386/trap.c projects/hid/sys/i386/ibcs2/ibcs2_fcntl.c projects/hid/sys/i386/ibcs2/ibcs2_ioctl.c projects/hid/sys/i386/ibcs2/ibcs2_ipc.c projects/hid/sys/i386/ibcs2/ibcs2_isc_sysent.c projects/hid/sys/i386/ibcs2/ibcs2_misc.c projects/hid/sys/i386/ibcs2/ibcs2_other.c projects/hid/sys/i386/ibcs2/ibcs2_signal.c projects/hid/sys/i386/ibcs2/ibcs2_socksys.c projects/hid/sys/i386/ibcs2/ibcs2_sysent.c projects/hid/sys/i386/ibcs2/ibcs2_xenix.c projects/hid/sys/i386/ibcs2/ibcs2_xenix.h projects/hid/sys/i386/ibcs2/ibcs2_xenix_sysent.c projects/hid/sys/i386/ibcs2/imgact_coff.c projects/hid/sys/i386/linux/linux_machdep.c projects/hid/sys/i386/linux/linux_sysent.c projects/hid/sys/i386/xen/pmap.c projects/hid/sys/ia64/ia32/ia32_signal.c projects/hid/sys/ia64/ia32/ia32_trap.c projects/hid/sys/ia64/ia64/dump_machdep.c projects/hid/sys/ia64/ia64/machdep.c projects/hid/sys/ia64/ia64/pmap.c projects/hid/sys/ia64/ia64/trap.c projects/hid/sys/kern/capabilities.conf projects/hid/sys/kern/init_main.c projects/hid/sys/kern/init_sysent.c projects/hid/sys/kern/kern_acct.c projects/hid/sys/kern/kern_clock.c projects/hid/sys/kern/kern_context.c projects/hid/sys/kern/kern_cpuset.c projects/hid/sys/kern/kern_descrip.c projects/hid/sys/kern/kern_environment.c projects/hid/sys/kern/kern_event.c projects/hid/sys/kern/kern_exec.c projects/hid/sys/kern/kern_exit.c projects/hid/sys/kern/kern_fork.c projects/hid/sys/kern/kern_jail.c projects/hid/sys/kern/kern_kthread.c projects/hid/sys/kern/kern_ktrace.c projects/hid/sys/kern/kern_linker.c projects/hid/sys/kern/kern_loginclass.c projects/hid/sys/kern/kern_module.c projects/hid/sys/kern/kern_ntptime.c projects/hid/sys/kern/kern_proc.c projects/hid/sys/kern/kern_prot.c projects/hid/sys/kern/kern_racct.c projects/hid/sys/kern/kern_rctl.c projects/hid/sys/kern/kern_resource.c projects/hid/sys/kern/kern_shutdown.c projects/hid/sys/kern/kern_sig.c projects/hid/sys/kern/kern_synch.c projects/hid/sys/kern/kern_sysctl.c projects/hid/sys/kern/kern_thr.c projects/hid/sys/kern/kern_time.c projects/hid/sys/kern/kern_timeout.c projects/hid/sys/kern/kern_umtx.c projects/hid/sys/kern/kern_uuid.c projects/hid/sys/kern/makesyscalls.sh projects/hid/sys/kern/p1003_1b.c projects/hid/sys/kern/sched_4bsd.c projects/hid/sys/kern/sched_ule.c projects/hid/sys/kern/subr_bus.c projects/hid/sys/kern/subr_kdb.c projects/hid/sys/kern/subr_prof.c projects/hid/sys/kern/subr_sbuf.c projects/hid/sys/kern/subr_taskqueue.c projects/hid/sys/kern/subr_trap.c projects/hid/sys/kern/sys_capability.c projects/hid/sys/kern/sys_generic.c projects/hid/sys/kern/sys_pipe.c projects/hid/sys/kern/sys_process.c projects/hid/sys/kern/sys_socket.c projects/hid/sys/kern/syscalls.c projects/hid/sys/kern/syscalls.master projects/hid/sys/kern/systrace_args.c projects/hid/sys/kern/sysv_msg.c projects/hid/sys/kern/sysv_sem.c projects/hid/sys/kern/sysv_shm.c projects/hid/sys/kern/tty.c projects/hid/sys/kern/tty_pts.c projects/hid/sys/kern/uipc_mqueue.c projects/hid/sys/kern/uipc_sem.c projects/hid/sys/kern/uipc_shm.c projects/hid/sys/kern/uipc_sockbuf.c projects/hid/sys/kern/uipc_socket.c projects/hid/sys/kern/uipc_syscalls.c projects/hid/sys/kern/uipc_usrreq.c projects/hid/sys/kern/vfs_acl.c projects/hid/sys/kern/vfs_aio.c projects/hid/sys/kern/vfs_bio.c projects/hid/sys/kern/vfs_cache.c projects/hid/sys/kern/vfs_extattr.c projects/hid/sys/kern/vfs_init.c projects/hid/sys/kern/vfs_lookup.c projects/hid/sys/kern/vfs_mount.c projects/hid/sys/kern/vfs_subr.c projects/hid/sys/kern/vfs_syscalls.c projects/hid/sys/kern/vfs_vnops.c projects/hid/sys/kgssapi/gss_impl.c projects/hid/sys/mips/cavium/asm_octeon.S projects/hid/sys/mips/cavium/octeon_mp.c projects/hid/sys/mips/conf/OCTEON1 projects/hid/sys/mips/conf/XLP projects/hid/sys/mips/conf/XLP64 projects/hid/sys/mips/conf/XLPN32 projects/hid/sys/mips/mips/dump_machdep.c projects/hid/sys/mips/mips/exception.S projects/hid/sys/mips/mips/pm_machdep.c projects/hid/sys/mips/mips/pmap.c projects/hid/sys/mips/nlm/board.c projects/hid/sys/mips/nlm/board.h projects/hid/sys/mips/nlm/bus_space_rmi.c projects/hid/sys/mips/nlm/clock.h projects/hid/sys/mips/nlm/cms.c projects/hid/sys/mips/nlm/files.xlp projects/hid/sys/mips/nlm/hal/bridge.h projects/hid/sys/mips/nlm/hal/cop2.h projects/hid/sys/mips/nlm/hal/cpucontrol.h projects/hid/sys/mips/nlm/hal/fmn.c projects/hid/sys/mips/nlm/hal/fmn.h projects/hid/sys/mips/nlm/hal/iomap.h projects/hid/sys/mips/nlm/hal/mips-extns.h projects/hid/sys/mips/nlm/hal/mmu.h projects/hid/sys/mips/nlm/hal/pic.h projects/hid/sys/mips/nlm/hal/sys.h projects/hid/sys/mips/nlm/hal/uart.h projects/hid/sys/mips/nlm/interrupt.h projects/hid/sys/mips/nlm/intr_machdep.c projects/hid/sys/mips/nlm/mpreset.S projects/hid/sys/mips/nlm/msgring.h projects/hid/sys/mips/nlm/uart_bus_xlp_iodi.c projects/hid/sys/mips/nlm/xlp.h projects/hid/sys/mips/nlm/xlp_machdep.c projects/hid/sys/modules/Makefile projects/hid/sys/modules/dcons/Makefile projects/hid/sys/modules/ipfw/Makefile projects/hid/sys/modules/netgraph/ipfw/Makefile projects/hid/sys/modules/portalfs/Makefile projects/hid/sys/modules/sio/Makefile projects/hid/sys/net/bpf.c projects/hid/sys/net/if_bridge.c projects/hid/sys/net/if_ethersubr.c projects/hid/sys/net/if_llatbl.h projects/hid/sys/net/if_tap.c projects/hid/sys/net/if_tun.c projects/hid/sys/net/radix.h projects/hid/sys/net/radix_mpath.c projects/hid/sys/net/route.c projects/hid/sys/net/route.h projects/hid/sys/net80211/ieee80211_ht.c projects/hid/sys/net80211/ieee80211_output.c projects/hid/sys/net80211/ieee80211_scan_sta.c projects/hid/sys/netgraph/ng_ipfw.c projects/hid/sys/netgraph/ng_socket.c projects/hid/sys/netinet/in.c projects/hid/sys/netinet/ip_fw.h projects/hid/sys/netinet/ipfw/ip_fw2.c projects/hid/sys/netinet/ipfw/ip_fw_dynamic.c projects/hid/sys/netinet/ipfw/ip_fw_log.c projects/hid/sys/netinet/ipfw/ip_fw_pfil.c projects/hid/sys/netinet/ipfw/ip_fw_private.h projects/hid/sys/netinet/ipfw/ip_fw_sockopt.c projects/hid/sys/netinet/ipfw/ip_fw_table.c projects/hid/sys/netinet/sctp.h projects/hid/sys/netinet/sctp_asconf.c projects/hid/sys/netinet/sctp_bsd_addr.c projects/hid/sys/netinet/sctp_cc_functions.c projects/hid/sys/netinet/sctp_constants.h projects/hid/sys/netinet/sctp_header.h projects/hid/sys/netinet/sctp_indata.c projects/hid/sys/netinet/sctp_input.c projects/hid/sys/netinet/sctp_output.c projects/hid/sys/netinet/sctp_output.h projects/hid/sys/netinet/sctp_pcb.c projects/hid/sys/netinet/sctp_pcb.h projects/hid/sys/netinet/sctp_structs.h projects/hid/sys/netinet/sctp_sysctl.c projects/hid/sys/netinet/sctp_sysctl.h projects/hid/sys/netinet/sctp_timer.c projects/hid/sys/netinet/sctp_timer.h projects/hid/sys/netinet/sctp_uio.h projects/hid/sys/netinet/sctp_usrreq.c projects/hid/sys/netinet/sctp_var.h projects/hid/sys/netinet/sctputil.c projects/hid/sys/netinet/tcp_input.c projects/hid/sys/netinet/tcp_output.c projects/hid/sys/netinet/udp_usrreq.c projects/hid/sys/netinet6/in6.c projects/hid/sys/netinet6/in6.h projects/hid/sys/netinet6/in6_proto.c projects/hid/sys/netinet6/ip6_forward.c projects/hid/sys/netinet6/ip6_input.c projects/hid/sys/netinet6/ip6_output.c projects/hid/sys/netinet6/ip6_var.h projects/hid/sys/netinet6/mld6.c projects/hid/sys/netinet6/nd6_rtr.c projects/hid/sys/netinet6/sctp6_usrreq.c projects/hid/sys/netinet6/udp6_usrreq.c projects/hid/sys/nfs/nfs_nfssvc.c projects/hid/sys/nfsclient/nfs_bio.c projects/hid/sys/nfsclient/nfs_node.c projects/hid/sys/nfsclient/nfs_vfsops.c projects/hid/sys/nfsclient/nfs_vnops.c projects/hid/sys/nfsclient/nfsnode.h projects/hid/sys/nfsserver/nfs_serv.c projects/hid/sys/nfsserver/nfs_srvkrpc.c projects/hid/sys/nlm/nlm_prot_impl.c projects/hid/sys/ofed/include/linux/linux_compat.c projects/hid/sys/opencrypto/cryptodev.c projects/hid/sys/pc98/cbus/sio.c projects/hid/sys/pc98/conf/GENERIC projects/hid/sys/pc98/pc98/machdep.c projects/hid/sys/powerpc/aim/mmu_oea.c projects/hid/sys/powerpc/aim/mmu_oea64.c projects/hid/sys/powerpc/aim/trap.c projects/hid/sys/powerpc/booke/locore.S projects/hid/sys/powerpc/booke/platform_bare.c projects/hid/sys/powerpc/booke/pmap.c projects/hid/sys/powerpc/booke/trap.c projects/hid/sys/powerpc/include/pmap.h projects/hid/sys/powerpc/mambo/mambo_console.c projects/hid/sys/powerpc/powerpc/exec_machdep.c projects/hid/sys/powerpc/powerpc/mmu_if.m projects/hid/sys/rpc/clnt_dg.c projects/hid/sys/security/audit/audit_arg.c projects/hid/sys/security/audit/audit_pipe.c projects/hid/sys/security/audit/audit_syscalls.c projects/hid/sys/security/mac/mac_framework.h projects/hid/sys/security/mac/mac_policy.h projects/hid/sys/security/mac/mac_posix_sem.c projects/hid/sys/security/mac/mac_posix_shm.c projects/hid/sys/security/mac/mac_syscalls.c projects/hid/sys/security/mac_biba/mac_biba.c projects/hid/sys/security/mac_mls/mac_mls.c projects/hid/sys/security/mac_stub/mac_stub.c projects/hid/sys/security/mac_test/mac_test.c projects/hid/sys/sparc64/conf/GENERIC projects/hid/sys/sparc64/sbus/sbus.c projects/hid/sys/sparc64/sparc64/dump_machdep.c projects/hid/sys/sparc64/sparc64/machdep.c projects/hid/sys/sparc64/sparc64/mp_machdep.c projects/hid/sys/sparc64/sparc64/pmap.c projects/hid/sys/sparc64/sparc64/trap.c projects/hid/sys/sparc64/sparc64/tsb.c projects/hid/sys/sys/buf.h projects/hid/sys/sys/bus.h projects/hid/sys/sys/capability.h projects/hid/sys/sys/file.h projects/hid/sys/sys/filedesc.h projects/hid/sys/sys/kdb.h projects/hid/sys/sys/namei.h projects/hid/sys/sys/param.h projects/hid/sys/sys/posix4.h projects/hid/sys/sys/proc.h projects/hid/sys/sys/selinfo.h projects/hid/sys/sys/signalvar.h projects/hid/sys/sys/sockbuf.h projects/hid/sys/sys/syscall.h projects/hid/sys/sys/syscall.mk projects/hid/sys/sys/sysent.h projects/hid/sys/sys/sysproto.h projects/hid/sys/sys/unistd.h projects/hid/sys/sys/user.h projects/hid/sys/sys/vnode.h projects/hid/sys/ufs/ffs/ffs_alloc.c projects/hid/sys/ufs/ffs/ffs_extern.h projects/hid/sys/ufs/ffs/ffs_inode.c projects/hid/sys/ufs/ffs/ffs_snapshot.c projects/hid/sys/ufs/ffs/ffs_softdep.c projects/hid/sys/ufs/ufs/ufs_extattr.c projects/hid/sys/vm/swap_pager.c projects/hid/sys/vm/vm_contig.c projects/hid/sys/vm/vm_fault.c projects/hid/sys/vm/vm_kern.c projects/hid/sys/vm/vm_mmap.c projects/hid/sys/vm/vm_object.c projects/hid/sys/vm/vm_page.c projects/hid/sys/vm/vm_page.h projects/hid/sys/vm/vm_pageout.c projects/hid/sys/vm/vm_unix.c projects/hid/sys/vm/vnode_pager.c projects/hid/sys/x86/acpica/acpi_apm.c projects/hid/sys/x86/x86/tsc.c projects/hid/sys/xen/xenbus/xenbusb.c projects/hid/sys/xen/xenbus/xenbusb_back.c projects/hid/sys/xen/xenbus/xenbusb_front.c projects/hid/sys/xen/xenstore/xenstore.c projects/hid/tools/make_libdeps.sh projects/hid/tools/regression/netinet/tcpdrop/tcpdrop.c projects/hid/tools/regression/security/cap_test/Makefile projects/hid/tools/regression/security/cap_test/cap_test.c projects/hid/tools/regression/security/cap_test/cap_test.h projects/hid/tools/regression/security/cap_test/cap_test_capmode.c projects/hid/tools/regression/security/cap_test/cap_test_sysctl.c projects/hid/tools/tools/README projects/hid/tools/tools/netrate/netblast/netblast.c projects/hid/tools/tools/netrate/netsend/netsend.c projects/hid/usr.bin/ar/write.c projects/hid/usr.bin/catman/catman.c projects/hid/usr.bin/compress/zopen.c projects/hid/usr.bin/csup/auth.c projects/hid/usr.bin/fetch/fetch.1 projects/hid/usr.bin/fetch/fetch.c projects/hid/usr.bin/grep/grep.c projects/hid/usr.bin/grep/util.c projects/hid/usr.bin/gzip/zuncompress.c projects/hid/usr.bin/man/man.1 projects/hid/usr.bin/nfsstat/nfsstat.c projects/hid/usr.bin/procstat/procstat.1 projects/hid/usr.bin/procstat/procstat.c projects/hid/usr.bin/procstat/procstat.h projects/hid/usr.bin/procstat/procstat_cred.c projects/hid/usr.bin/procstat/procstat_files.c projects/hid/usr.bin/script/script.1 projects/hid/usr.bin/script/script.c projects/hid/usr.bin/tail/forward.c projects/hid/usr.bin/units/units.1 projects/hid/usr.bin/xlint/lint1/tree.c projects/hid/usr.sbin/bsdinstall/partedit/diskeditor.c projects/hid/usr.sbin/bsdinstall/partedit/gpart_ops.c projects/hid/usr.sbin/bsdinstall/partedit/part_wizard.c projects/hid/usr.sbin/bsdinstall/partedit/partedit.c projects/hid/usr.sbin/bsdinstall/scripts/adduser projects/hid/usr.sbin/bsdinstall/scripts/auto projects/hid/usr.sbin/bsdinstall/scripts/docsinstall projects/hid/usr.sbin/bsdinstall/scripts/mirrorselect projects/hid/usr.sbin/bsdinstall/scripts/netconfig projects/hid/usr.sbin/bsdinstall/scripts/netconfig_ipv4 projects/hid/usr.sbin/bsdinstall/scripts/netconfig_ipv6 projects/hid/usr.sbin/bsdinstall/scripts/rootpass projects/hid/usr.sbin/bsdinstall/scripts/wlanconfig projects/hid/usr.sbin/faithd/faithd.8 projects/hid/usr.sbin/jail/jail.8 projects/hid/usr.sbin/jls/jls.c projects/hid/usr.sbin/makefs/cd9660.c projects/hid/usr.sbin/makefs/cd9660.h projects/hid/usr.sbin/makefs/cd9660/cd9660_conversion.c projects/hid/usr.sbin/makefs/cd9660/cd9660_eltorito.c projects/hid/usr.sbin/makefs/cd9660/cd9660_write.c projects/hid/usr.sbin/makefs/cd9660/iso9660_rrip.c projects/hid/usr.sbin/mergemaster/mergemaster.8 projects/hid/usr.sbin/mergemaster/mergemaster.sh projects/hid/usr.sbin/mfiutil/mfi_show.c projects/hid/usr.sbin/mfiutil/mfi_volume.c projects/hid/usr.sbin/mfiutil/mfiutil.8 projects/hid/usr.sbin/named/Makefile projects/hid/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-disk.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-ftp.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-localize.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-newfs.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-parse.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions-unmount.sh projects/hid/usr.sbin/pc-sysinstall/backend/functions.sh projects/hid/usr.sbin/pc-sysinstall/backend/parseconfig.sh projects/hid/usr.sbin/pc-sysinstall/examples/README projects/hid/usr.sbin/pkg_install/add/main.c projects/hid/usr.sbin/pkg_install/delete/perform.c projects/hid/usr.sbin/pmcstat/pmcstat.c projects/hid/usr.sbin/pmcstat/pmcstat.h projects/hid/usr.sbin/pmcstat/pmcstat_log.c projects/hid/usr.sbin/rtadvctl/rtadvctl.c projects/hid/usr.sbin/rtadvd/control.c projects/hid/usr.sbin/rtadvd/control.h projects/hid/usr.sbin/rtadvd/control_client.c projects/hid/usr.sbin/rtadvd/control_client.h projects/hid/usr.sbin/rtadvd/control_server.c projects/hid/usr.sbin/rtadvd/control_server.h projects/hid/usr.sbin/rtadvd/rtadvd.c projects/hid/usr.sbin/rtsold/rtsol.c projects/hid/usr.sbin/rtsold/rtsold.8 projects/hid/usr.sbin/rtsold/rtsold.c projects/hid/usr.sbin/rtsold/rtsold.h projects/hid/usr.sbin/service/service.8 Directory Properties: projects/hid/ (props changed) projects/hid/cddl/contrib/opensolaris/ (props changed) projects/hid/contrib/bind9/ (props changed) projects/hid/contrib/binutils/ (props changed) projects/hid/contrib/bzip2/ (props changed) projects/hid/contrib/compiler-rt/ (props changed) projects/hid/contrib/dialog/ (props changed) projects/hid/contrib/ee/ (props changed) projects/hid/contrib/expat/ (props changed) projects/hid/contrib/file/ (props changed) projects/hid/contrib/gcc/ (props changed) projects/hid/contrib/gdb/ (props changed) projects/hid/contrib/gdtoa/ (props changed) projects/hid/contrib/gnu-sort/ (props changed) projects/hid/contrib/groff/ (props changed) projects/hid/contrib/less/ (props changed) projects/hid/contrib/libpcap/ (props changed) projects/hid/contrib/libstdc++/ (props changed) projects/hid/contrib/llvm/ (props changed) projects/hid/contrib/llvm/tools/clang/ (props changed) projects/hid/contrib/ncurses/ (props changed) projects/hid/contrib/netcat/ (props changed) projects/hid/contrib/ntp/ (props changed) projects/hid/contrib/one-true-awk/ (props changed) projects/hid/contrib/openbsm/ (props changed) projects/hid/contrib/openpam/ (props changed) projects/hid/contrib/openresolv/ (props changed) projects/hid/contrib/pf/ (props changed) projects/hid/contrib/sendmail/ (props changed) projects/hid/contrib/tcpdump/ (props changed) projects/hid/contrib/tcsh/ (props changed) projects/hid/contrib/tnftp/ (props changed) projects/hid/contrib/top/ (props changed) projects/hid/contrib/top/install-sh (props changed) projects/hid/contrib/tzcode/stdtime/ (props changed) projects/hid/contrib/tzcode/zic/ (props changed) projects/hid/contrib/tzdata/ (props changed) projects/hid/contrib/wpa/ (props changed) projects/hid/contrib/xz/ (props changed) projects/hid/crypto/openssh/ (props changed) projects/hid/crypto/openssl/ (props changed) projects/hid/gnu/lib/ (props changed) projects/hid/gnu/usr.bin/binutils/ (props changed) projects/hid/gnu/usr.bin/cc/cc_tools/ (props changed) projects/hid/gnu/usr.bin/gdb/ (props changed) projects/hid/lib/libc/ (props changed) projects/hid/lib/libc/stdtime/ (props changed) projects/hid/lib/libutil/ (props changed) projects/hid/lib/libz/ (props changed) projects/hid/sbin/ (props changed) projects/hid/sbin/ipfw/ (props changed) projects/hid/share/mk/bsd.arch.inc.mk (props changed) projects/hid/share/zoneinfo/ (props changed) projects/hid/sys/ (props changed) projects/hid/sys/amd64/include/xen/ (props changed) projects/hid/sys/boot/ (props changed) projects/hid/sys/boot/i386/efi/ (props changed) projects/hid/sys/boot/ia64/efi/ (props changed) projects/hid/sys/boot/ia64/ski/ (props changed) projects/hid/sys/boot/powerpc/boot1.chrp/ (props changed) projects/hid/sys/boot/powerpc/ofw/ (props changed) projects/hid/sys/cddl/contrib/opensolaris/ (props changed) projects/hid/sys/conf/ (props changed) projects/hid/sys/contrib/dev/acpica/ (props changed) projects/hid/sys/contrib/octeon-sdk/ (props changed) projects/hid/sys/contrib/pf/ (props changed) projects/hid/sys/contrib/x86emu/ (props changed) projects/hid/usr.bin/calendar/ (props changed) projects/hid/usr.bin/csup/ (props changed) projects/hid/usr.bin/procstat/ (props changed) projects/hid/usr.sbin/ndiscvt/ (props changed) projects/hid/usr.sbin/rtadvctl/ (props changed) projects/hid/usr.sbin/rtadvd/ (props changed) projects/hid/usr.sbin/rtsold/ (props changed) projects/hid/usr.sbin/zic/ (props changed) Modified: projects/hid/MAINTAINERS ============================================================================== --- projects/hid/MAINTAINERS Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/MAINTAINERS Wed Sep 28 13:27:31 2011 (r225836) @@ -115,7 +115,6 @@ lib/libsdp emax Pre-commit review prefe usr.bin/bluetooth emax Pre-commit review preferred. usr.sbin/bluetooth emax Pre-commit review preferred. gnu/usr.bin/send-pr bugmaster Pre-commit review requested. -ncurses rafan Heads-up appreciated, try not to break it. *env(3) secteam Due to the problematic security history of this code, please have patches reviewed by secteam. share/zoneinfo edwin Heads-up appreciated, since our data is coming Modified: projects/hid/Makefile.inc1 ============================================================================== --- projects/hid/Makefile.inc1 Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/Makefile.inc1 Wed Sep 28 13:27:31 2011 (r225836) @@ -1014,6 +1014,10 @@ _lex= usr.bin/lex _yacc= usr.bin/yacc .endif +.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041 +_awk= usr.bin/awk +.endif + .if ${BOOTSTRAPPING} < 700018 _gensnmptree= usr.sbin/bsnmpd/gensnmptree .endif @@ -1052,6 +1056,7 @@ bootstrap-tools: ${_groff} \ ${_ar} \ ${_dtc} \ + ${_awk} \ usr.bin/lorder \ usr.bin/makewhatis \ ${_mklocale} \ @@ -1213,7 +1218,8 @@ _startup_libs+= lib/libc gnu/lib/libgcc__L: lib/libc__L -_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libheimntlm} \ +_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libhdb} \ + ${_kerberos5_lib_libheimntlm} \ ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ lib/libbz2 lib/libcom_err lib/libcrypt \ @@ -1263,6 +1269,19 @@ secure/lib/libssh__L: lib/libgssapi__L k _secure_lib= secure/lib .endif +.if ${MK_KERBEROS} != "no" +kerberos5/lib/libasn1__L: lib/libcom_err__L kerberos5/lib/libroken__L +kerberos5/lib/libhdb__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + kerberos5/lib/libkrb5__L kerberos5/lib/libroken__L +kerberos5/lib/libheimntlm__L: secure/lib/libcrypto__L kerberos5/lib/libkrb5__L +kerberos5/lib/libhx509__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + secure/lib/libcrypto__L kerberos5/lib/libroken__L +kerberos5/lib/libkrb5__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + lib/libcrypt__L secure/lib/libcrypto__L kerberos5/lib/libhx509__L \ + kerberos5/lib/libroken__L +kerberos5/lib/libroken__L: lib/libcrypt__L +.endif + .if ${MK_GSSAPI} != "no" _lib_libgssapi= lib/libgssapi .endif @@ -1274,6 +1293,7 @@ _lib_libipx= lib/libipx .if ${MK_KERBEROS} != "no" _kerberos5_lib= kerberos5/lib _kerberos5_lib_libasn1= kerberos5/lib/libasn1 +_kerberos5_lib_libhdb= kerberos5/lib/libhdb _kerberos5_lib_libkrb5= kerberos5/lib/libkrb5 _kerberos5_lib_libhx509= kerberos5/lib/libhx509 _kerberos5_lib_libroken= kerberos5/lib/libroken Modified: projects/hid/ObsoleteFiles.inc ============================================================================== --- projects/hid/ObsoleteFiles.inc Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/ObsoleteFiles.inc Wed Sep 28 13:27:31 2011 (r225836) @@ -38,6 +38,37 @@ # xargs -n1 | sort | uniq -d; # done +# 20110915: rename congestion control manpages +OLD_FILES+=usr/share/man/man4/cc.4.gz +OLD_FILES+=usr/share/man/man9/cc.9.gz +# 20110831: atomic page flags operations +OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz +OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz +OLD_FILES+=usr/share/man/man9/vm_page_flag_set.9.gz +# 20110828: library version bump for 9.0 +OLD_LIBS+=lib/libcam.so.5 +OLD_LIBS+=lib/libpcap.so.7 +OLD_LIBS+=lib/libufs.so.5 +OLD_LIBS+=usr/lib/libbsnmp.so.5 +OLD_LIBS+=usr/lib/libdwarf.so.2 +OLD_LIBS+=usr/lib/libopie.so.6 +OLD_LIBS+=usr/lib/librtld_db.so.1 +OLD_LIBS+=usr/lib/libtacplus.so.4 +.if ${TARGET_ARCH} == "amd64" +OLD_LIBS+=usr/lib32/libcam.so.5 +OLD_LIBS+=usr/lib32/libpcap.so.7 +OLD_LIBS+=usr/lib32/libufs.so.5 +OLD_LIBS+=usr/lib32/libbsnmp.so.5 +OLD_LIBS+=usr/lib32/libdwarf.so.2 +OLD_LIBS+=usr/lib32/libopie.so.6 +OLD_LIBS+=usr/lib32/librtld_db.so.1 +OLD_LIBS+=usr/lib32/libtacplus.so.4 +.endif +# 20110718: no longer useful in the age of rc.d +OLD_FILES+=usr/sbin/named.reconfig +OLD_FILES+=usr/sbin/named.reload +# 20110716: bind 9.8.0 import +OLD_LIBS+=usr/lib/liblwres.so.50 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions. @@ -61,8 +92,17 @@ OLD_FILES+=usr/lib/libpkg.a OLD_FILES+=usr/lib/libpkg.so OLD_LIBS+=usr/lib/libpkg.so.0 OLD_FILES+=usr/lib/libpkg_p.a +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libpkg.a +OLD_FILES+=usr/lib32/libpkg.so +OLD_LIBS+=usr/lib32/libpkg.so.0 +OLD_FILES+=usr/lib32/libpkg_p.a +.endif # 20110517: libsbuf version bump OLD_LIBS+=lib/libsbuf.so.5 +.if ${TARGET_ARCH} == "amd64" +OLD_LIBS+=usr/lib32/libsbuf.so.5 +.endif # 20110502: new clang import which bumps version from 2.9 to 3.0 OLD_FILES+=usr/include/clang/2.9/emmintrin.h OLD_FILES+=usr/include/clang/2.9/mm_malloc.h @@ -91,6 +131,12 @@ OLD_FILES+=usr/lib/libobjc_p.a OLD_FILES+=usr/libexec/cc1obj OLD_LIBS+=usr/lib/libobjc.so.4 OLD_DIRS+=usr/include/objc +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libobjc.a +OLD_FILES+=usr/lib32/libobjc.so +OLD_FILES+=usr/lib32/libobjc_p.a +OLD_LIBS+=usr/lib32/libobjc.so.4 +.endif # 20110331: firmware.img created at build time OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img # 20110224: sticky.8 -> sticky.7 @@ -2043,9 +2089,9 @@ OLD_FILES+=usr/share/man/man5/ipsend.5.g OLD_FILES+=usr/bin/gtar OLD_FILES+=usr/share/man/man1/gtar.1.gz # 200503XX -OLD_FILES+=share/man/man3/exp10.3.gz -OLD_FILES+=share/man/man3/exp10f.3.gz -OLD_FILES+=share/man/man3/fpsetsticky.3.gz +OLD_FILES+=usr/share/man/man3/exp10.3.gz +OLD_FILES+=usr/share/man/man3/exp10f.3.gz +OLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz # 20050324: updated release infrastructure OLD_FILES+=usr/share/man/man5/drivers.conf.5.gz # 20050317: removed from BIND 9 distribution @@ -2293,6 +2339,8 @@ OLD_FILES+=lib/libz.so OLD_FILES+=bin/cxconfig OLD_FILES+=sbin/cxconfig OLD_FILES+=usr/share/man/man8/cxconfig.8.gz +# 20031016: MULTI_DRIVER_MODULE macro removed +OLD_FILES+=usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz # 200309XX OLD_FILES+=usr/bin/symorder OLD_FILES+=usr/share/man/man1/symorder.1.gz Modified: projects/hid/UPDATING ============================================================================== --- projects/hid/UPDATING Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/UPDATING Wed Sep 28 13:27:31 2011 (r225836) @@ -9,8 +9,8 @@ handbook. Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. -NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: - FreeBSD 9.x has many debugging features turned on, in both the kernel +NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: + FreeBSD 10.x has many debugging features turned on, in both the kernel and userland. These features attempt to detect incorrect use of system primitives, and encourage loud failure through extra sanity checking and fail stop semantics. They also substantially impact @@ -22,6 +22,38 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110923: + The stable/9 branch created in subversion. This corresponds to the + RELENG_9 branch in CVS. + +20110913: + This commit modifies vfs_register() so that it uses a hash + calculation to set vfc_typenum, which is enabled by default. + The first time a system is booted after this change, the + vfc_typenum values will change for all file systems. The + main effect of this is a change to the NFS server file handles + for file systems that use vfc_typenum in their fsid, such as ZFS. + It will, however, prevent vfc_typenum from changing when file + systems are loaded in a different order for subsequent reboots. + To disable this, you can set vfs.typenumhash=0 in /boot/loader.conf + until you are ready to remount all NFS clients after a reboot. + +20110828: + Bump the shared library version numbers for libraries that + do not use symbol versioning, have changed the ABI compared + to stable/8 and which shared library version was not bumped. + Done as part of 9.0-RELEASE cycle. + +20110815: + During the merge of Capsicum features, the fget(9) KPI was modified. + This may require the rebuilding of out-of-tree device drivers -- + issues have been reported specifically with the nVidia device driver. + __FreeBSD_version is bumped to 900041. + + Also, there is a period between 20110811 and 20110814 where the + special devices /dev/{stdin,stdout,stderr} did not work correctly. + Building world from a kernel during that window may not work. + 20110628: The packet filter (pf) code has been updated to OpenBSD 4.5. You need to update userland tools to be in sync with kernel. @@ -1446,9 +1478,10 @@ COMMON ITEMS: FORMAT: This file contains a list, in reverse chronological order, of major -breakages in tracking -current. Not all things will be listed here, -and it only starts on October 16, 2004. Updating files can found in -previous releases if your system is older than this. +breakages in tracking -current. It is not guaranteed to be a complete +list of such breakages, and only contains entries since October 10, 2007. +If you need to see UPDATING entries from before that date, you will need +to fetch an UPDATING file from an older FreeBSD release. Copyright information: Modified: projects/hid/bin/ed/buf.c ============================================================================== --- projects/hid/bin/ed/buf.c Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/bin/ed/buf.c Wed Sep 28 13:27:31 2011 (r225836) @@ -94,6 +94,7 @@ put_sbuf_line(const char *cs) ; if (s - cs >= LINECHARS) { errmsg = "line too long"; + free(lp); return NULL; } len = s - cs; @@ -102,6 +103,7 @@ put_sbuf_line(const char *cs) if (fseeko(sfp, (off_t)0, SEEK_END) < 0) { fprintf(stderr, "%s\n", strerror(errno)); errmsg = "cannot seek temp file"; + free(lp); return NULL; } sfseek = ftello(sfp); @@ -112,6 +114,7 @@ put_sbuf_line(const char *cs) sfseek = -1; fprintf(stderr, "%s\n", strerror(errno)); errmsg = "cannot write temp file"; + free(lp); return NULL; } lp->len = len; Modified: projects/hid/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c ============================================================================== --- projects/hid/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c Wed Sep 28 13:27:31 2011 (r225836) @@ -467,7 +467,6 @@ change_one(zfs_handle_t *zhp, void *data * This is necessary when the original mountpoint * is legacy or none. */ - ASSERT(!clp->cl_alldependents); verify(uu_list_insert_before(clp->cl_list, uu_list_first(clp->cl_list), cn) == 0); } Modified: projects/hid/contrib/bind9/CHANGES ============================================================================== --- projects/hid/contrib/bind9/CHANGES Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/contrib/bind9/CHANGES Wed Sep 28 13:27:31 2011 (r225836) @@ -1,28 +1,60 @@ - --- 9.8.0-P4 released --- + --- 9.8.1 released --- -3124. [bug] Use an rdataset attribute flag to indicate - negative-cache records rather than using rrtype 0; - this will prevent problems when that rrtype is - used in actual DNS packets. [RT #24777] + --- 9.8.1rc1 released --- + +3141. [bug] Silence spurious "zone serial (0) unchanged" messages + associated with empty zones. [RT #25079] + +3138. [bug] Address memory leaks and out-of-order operations when + shutting named down. [RT #25210] + +3136. [func] Add RFC 1918 reverse zones to the list of built-in + empty zones switched on by the 'empty-zones-enable' + option. [RT #24990] + + Note: empty-zones-enable must be "yes;" or a empty + zone needs to be disabled in named.conf for RFC 1918 + zones to be activated. This requirement may be + removed in future releases. + +3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing. + See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307 + [RT #24950] + +3134. [bug] Improve the accuracy of dnssec-signzone's signing + statistics. [RT #16030] + + --- 9.8.1b3 released --- + +3133. [bug] Change #3114 was incomplete. [RT #24577] + +3131. [tuning] Improve scalability by allocating one zone task + per 100 zones at startup time, rather than using a + fixed-size task table. [RT #24406] + +3129. [bug] Named could crash on 'rndc reconfig' when + allow-new-zones was set to yes and named ACLs + were used. [RT #22739] - --- 9.8.0-P3 released (withdrawn) --- + --- 9.8.1b2 released --- 3126. [security] Using DNAME record to generate replacements caused - RPZ to exit with a assertion failure. [RT #23766] + RPZ to exit with a assertion failure. [RT #24766] 3125. [security] Using wildcard CNAME records as a replacement with RPZ caused named to exit with a assertion failure. [RT #24715] +3124. [bug] Use an rdataset attribute flag to indicate + negative-cache records rather than using rrtype 0; + this will prevent problems when that rrtype is + used in actual DNS packets. [RT #24777] + 3123. [security] Change #2912 exposed a latent flaw in dns_rdataset_totext() that could cause named to crash with an assertion failure. [RT #24777] -3115. [bug] Named could fail to return requested data when - following a CNAME that points into the same zone. - [RT #2445] - - --- 9.8.0-P2 released --- +3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664] 3121. [security] An authoritative name server sending a negative response containing a very large RRset could @@ -33,12 +65,256 @@ that validated insecure without using DLV and had DS records in the parent zone. [RT #24631] - --- 9.8.0-P1 released --- +3119. [bug] When rolling to a new DNSSEC key, a private-type + record could be created and never marked complete. + [RT #23253] + +3118. [bug] nsupdate could dump core on shutdown when using + SIG(0) keys. [RT #24604] + +3117. [cleanup] Remove doc and parser references to the + never-implemented 'auto-dnssec create' option. + [RT #24533] + +3115. [bug] Named could fail to return requested data when + following a CNAME that points into the same zone. + [RT #24455] + +3114. [bug] Retain expired RRSIGs in dynamic zones if key is + inactive and there is no replacement key. [RT #23136] + +3113. [doc] Document the relationship between serial-query-rate + and NOTIFY messages. + + --- 9.8.1b1 released --- + +3112. [doc] Add missing descriptions of the update policy name + types "ms-self", "ms-subdomain", "krb5-self" and + "krb5-subdomain", which allow machines to update + their own records, to the BIND 9 ARM. + +3111. [bug] Improved consistency checks for dnssec-enable and + dnssec-validation, added test cases to the + checkconf system test. [RT #24398] + +3110. [bug] dnssec-signzone: Wrong error message could appear + when attempting to sign with no KSK. [RT #24369] + +3107. [bug] dnssec-signzone: Report the correct number of ZSKs + when using -x. [RT #20852] + +3105. [bug] GOST support can be suppressed by "configure + --without-gost" [RT #24367] + +3104. [bug] Better support for cross-compiling. [RT #24367] + +3103. [bug] Configuring 'dnssec-validation auto' in a view + instead of in the options statement could trigger + an assertion failure in named-checkconf. [RT #24382] + +3101. [bug] Zones using automatic key maintenance could fail + to check the key repository for updates. [RT #23744] 3100. [security] Certain response policy zone configurations could trigger an INSIST when receiving a query of type RRSIG. [RT #24280] +3099. [test] "dlz" system test now runs but gives R:SKIPPED if + not compiled with --with-dlz-filesystem. [RT #24146] + +3098. [bug] DLZ zones were answering without setting the AA bit. + [RT #24146] + +3097. [test] Add a tool to test handling of malformed packets. + [RT #24096] + +3096. [bug] Set KRB5_KTNAME before calling log_cred() in + dst_gssapi_acceptctx(). [RT #24004] + +3095. [bug] Handle isolated reserved ports in the port range. + [RT #23957] + +3094. [doc] Expand dns64 documentation. + +3093. [bug] Fix gssapi/kerberos dependencies [RT #23836] + +3092. [bug] Signatures for records at the zone apex could go + stale due to an incorrect timer setting. [RT #23769] + +3091. [bug] Fixed a bug in which zone keys that were published + and then subsequently activated could fail to trigger + automatic signing. [RT #22911] + +3090. [func] Make --with-gssapi default [RT #23738] + +3088. [bug] Remove bin/tests/system/logfileconfig/ns1/named.conf + and add setup.sh in order to resolve changing + named.conf issue. [RT #23687] + +3087. [bug] DDNS updates using SIG(0) with update-policy match + type "external" could cause a crash. [RT #23735] + +3086. [bug] Running dnssec-settime -f on an old-style key will + now force an update to the new key format even if no + other change has been specified, using "-P now -A now" + as default values. [RT #22474] + +3083. [bug] NOTIFY messages were not being sent when generating + a NSEC3 chain incrementally. [RT #23702] + +3082. [port] strtok_r is threads only. [RT #23747] + +3081. [bug] Failure of DNAME substitution did not return + YXDOMAIN. [RT #23591] + +3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS. + [RT #23587] + +3079. [bug] Handle isc_event_allocate failures in t_tasks. + [RT #23572] + +3078. [func] Added a new include file with function typedefs + for the DLZ "dlopen" driver. [RT #23629] + +3077. [bug] zone.c:zone_refreshkeys() incorrectly called + dns_zone_attach(), use zone->irefs instead. [RT #23303] + +3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant + timestamp when determining which keys are active. + [RT #23642] + +3074. [bug] Make the adb cache read through for zone data and + glue learn for zone named is authoritative for. + [RT #22842] + +3073. [bug] managed-keys changes were not properly being recorded. + [RT #20256] + +3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference. + [RT #20256] + +3071. [bug] has_nsec could be used unintialised in + update.c:next_active. [RT #20256] + +3070. [bug] dnssec-signzone potential NULL pointer dereference. + [RT #20256] + +3069. [cleanup] Silence warnings messages from clang static analysis. + [RT #20256] + +3068. [bug] Named failed to build with a OpenSSL without engine + support. [RT #23473] + +3067. [bug] ixfr-from-differences {master|slave}; failed to + select the master/slave zones. [RT #23580] + +3066. [func] The DLZ "dlopen" driver is now built by default, + no longer requiring a configure option. To + disable it, use "configure --without-dlopen". + (Note: driver not supported on win32.) [RT #23467] + +3065. [bug] RRSIG could have time stamps too far in the future. + [RT #23356] + +3064. [bug] powerpc: add sync instructions to the end of atomic + operations. [RT #23469] + +3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402] + +3059. [test] Added a regression test for change #3023. + +3058. [bug] Cause named to terminate at startup or rndc reconfig/ + reload to fail, if a log file specified in the conf + file isn't a plain file. [RT #22771] + +3057. [bug] "rndc secroots" would abort after the first error + and so could miss some views. [RT #23488] + +3054. [bug] Added elliptic curve support check in + GOST OpenSSL engine detection. [RT #23485] + +3053. [bug] Under a sustained high query load with a finite + max-cache-size, it was possible for cache memory + to be exhausted and not recovered. [RT #23371] + +3052. [test] Fixed last autosign test report. [RT #23256] + +3051. [bug] NS records obsure DNAME records at the bottom of the + zone if both are present. [RT #23035] + +3050. [bug] The autosign system test was timing dependent. + Wait for the initial autosigning to complete + before running the rest of the test. [RT #23035] + +3049. [bug] Save and restore the gid when creating creating + named.pid at startup. [RT #23290] + +3048. [bug] Fully separate view key mangement. [RT #23419] + +3047. [bug] DNSKEY NODATA responses not cached fixed in + validator.c. Tests added to dnssec system test. + [RT #22908] + +3046. [bug] Use RRSIG original TTL to compute validated RRset + and RRSIG TTL. [RT #23332] + +3044. [bug] Hold the socket manager lock while freeing the socket. + [RT #23333] + +3043. [test] Merged in the NetBSD ATF test framework (currently + version 0.12) for development of future unit tests. + Use configure --with-atf to build ATF internally + or configure --with-atf=prefix to use an external + copy. [RT #23209] + +3042. [bug] dig +trace could fail attempting to use IPv6 + addresses on systems with only IPv4 connectivity. + [RT #23297] + +3041. [bug] dnssec-signzone failed to generate new signatures on + ttl changes. [RT #23330] + +3040. [bug] Named failed to validate insecure zones where a node + with a CNAME existed between the trust anchor and the + top of the zone. [RT #23338] + +3038. [bug] Install . [RT #23342] + +3037. [doc] Update COPYRIGHT to contain all the individual + copyright notices that cover various parts. + +3036. [bug] Check built-in zone arguments to see if the zone + is re-usable or not. [RT #21914] + +3035. [cleanup] Simplify by using strlcpy. [RT #22521] + +3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521] + +3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET). + [RT #22521] + +3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521] + +3031. [bug] dns_rdataclass_format() handle a zero sized buffer. + [RT #22521] + +3030. [bug] dns_rdatatype_format() handle a zero sized buffer. + [RT #22521] + +3029. [bug] isc_netaddr_format() handle a zero sized buffer. + [RT #22521] + +3028. [bug] isc_sockaddr_format() handle a zero sized buffer. + [RT #22521] + +3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to + catch NULL pointer dereferences before they happen. + [RT #22521] + +3026. [bug] lib/isc/httpd.c: check that we have enough space + after calling grow_headerspace() and if not + re-call grow_headerspace() until we do. [RT #22521] + --- 9.8.0 released --- 3025. [bug] Fixed a possible deadlock due to zone resigning. @@ -51,8 +327,8 @@ receiving multiple AXFR response messages that were not all TSIG-signed. [RT #23254] -3022. [bug] Fixed rpz SERVFAILs after failed zone transfers - [RT #23246] +3022. [bug] Fixed rpz SERVFAILs after failed zone transfers + [RT #23246] 3021. [bug] Change #3010 was incomplete. [RT #22296] @@ -86,7 +362,7 @@ 'resolver-query-timeout' option, which specifies a max time in seconds. 0 means 'default' and anything longer than 30 will be silently set to 30. [RT #22852] - + 3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer for refreshing managed-keys. [RT #22296] @@ -436,7 +712,7 @@ 2927. [placeholder] 2926. [placeholder] -h + 2925. [bug] Named failed to accept uncachable negative responses from insecure zones. [RT# 21555] @@ -495,7 +771,7 @@ h 2905. [port] aix: set use_atomic=yes with native compiler. [RT #21402] -2904. [bug] When using DLV, sub-zones of the zones in the DLV, +2904. [bug] When using DLV, sub-zones of the zones in the DLV, could be incorrectly marked as insecure instead of secure leading to negative proofs failing. This was a unintended outcome from change 2890. [RT# 21392] @@ -783,7 +1059,7 @@ h [RT #20710] 2812. [bug] Make sure updates can't result in a zone with - NSEC-only keys and NSEC3 records. [RT 20748] + NSEC-only keys and NSEC3 records. [RT #20748] 2811. [cleanup] Add "rndc sign" to list of commands in rndc usage output. [RT #20733] @@ -864,7 +1140,7 @@ h 2790. [bug] Handle DS queries to stub zones. [RT #20440] -2789. [bug] Fixed an INSIST in dispatch.c [RT #20576] +2789. [bug] Fixed an INSIST in dispatch.c [RT #20576] 2788. [bug] dnssec-signzone could sign with keys that were not requested [RT #20625] @@ -1760,7 +2036,7 @@ h 2529. [cleanup] Upgrade libtool to silence complaints from recent version of autoconf. [RT #18657] -2528. [cleanup] Silence spurious configure warning about +2528. [cleanup] Silence spurious configure warning about --datarootdir [RT #19096] 2527. [placeholder] @@ -2045,13 +2321,13 @@ h 2441. [bug] isc_radix_insert() could copy radix tree nodes incompletely. [RT #18573] -2440. [bug] named-checkconf used an incorrect test to determine +2440. [bug] named-checkconf used an incorrect test to determine if an ACL was set to none. -2439. [bug] Potential NULL dereference in dns_acl_isanyornone(). +2439. [bug] Potential NULL dereference in dns_acl_isanyornone(). [RT #18559] -2438. [bug] Timeouts could be logged incorrectly under win32. +2438. [bug] Timeouts could be logged incorrectly under win32. 2437. [bug] Sockets could be closed too early, leading to inconsistent states in the socket module. [RT #18298] @@ -2065,7 +2341,7 @@ h 2433. [tuning] Set initial timeout to 800ms. -2432. [bug] More Windows socket handling improvements. Stop +2432. [bug] More Windows socket handling improvements. Stop using I/O events and use IO Completion Ports throughout. Rewrite the receive path logic to make it easier to support multiple simultaneous @@ -2100,7 +2376,7 @@ h epoll and /dev/poll to be selected at compile time. [RT #18277] -2423. [security] Randomize server selection on queries, so as to +2423. [security] Randomize server selection on queries, so as to make forgery a little more difficult. Instead of always preferring the server with the lowest RTT, pick a server with RTT within the same 128 @@ -2114,7 +2390,7 @@ h Use caution: this option may not work for some operating systems without rebuilding named. -2420. [bug] Windows socket handling cleanup. Let the io +2420. [bug] Windows socket handling cleanup. Let the io completion event send out canceled read/write done events, which keeps us from writing to memory we no longer have ownership of. Add debugging @@ -2436,8 +2712,8 @@ h 2316. [port] Missing #include in lib/dns/gssapictx.c. [RT #17513] -2315. [bug] Used incorrect address family for mapped IPv4 - addresses in acl.c. [RT #17519] +2315. [bug] Used incorrect address family for mapped IPv4 + addresses in acl.c. [RT #17519] 2314. [bug] Uninitialized memory use on error path in bin/named/lwdnoop.c. [RT #17476] @@ -2448,14 +2724,14 @@ h 2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c. [RT #17458] -2311. [bug] IPv6 addresses could match IPv4 ACL entries and - vice versa. [RT #17462] +2311. [bug] IPv6 addresses could match IPv4 ACL entries and + vice versa. [RT #17462] 2310. [bug] dig, host, nslookup: flush stdout before emitting debug/fatal messages. [RT #17501] -2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c. - [RT #17455] +2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c. + [RT #17455] 2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c. [RT #17495] @@ -2507,7 +2783,7 @@ h 2292. [bug] Log if the working directory is not writable. [RT #17312] -2291. [bug] PR_SET_DUMPABLE may be set too late. Also report +2291. [bug] PR_SET_DUMPABLE may be set too late. Also report failure to set PR_SET_DUMPABLE. [RT #17312] 2290. [bug] Let AD in the query signal that the client wants AD @@ -2545,7 +2821,7 @@ h 2280. [func] Allow the experimental http server to be reached over IPv6 as well as IPv4. [RT #17332] -2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available, +2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available, to protect applications from receiving spurious SIGPIPE signals when using the resolver. @@ -2580,9 +2856,9 @@ h --- 9.5.0b1 released --- -2267. [bug] Radix tree node_num value could be set incorrectly, - causing positive ACL matches to look like negative - ones. [RT #17311] +2267. [bug] Radix tree node_num value could be set incorrectly, + causing positive ACL matches to look like negative + ones. [RT #17311] 2266. [bug] client.c:get_clientmctx() returned the same mctx once the pool of mctx's was filled. [RT #17218] @@ -2598,7 +2874,7 @@ h 2262. [bug] Error status from all but the last view could be lost. [RT #17292] -2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272] +2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272] 2260. [bug] Reported wrong clients-per-query when increasing the value. [RT #17236] Modified: projects/hid/contrib/bind9/COPYRIGHT ============================================================================== --- projects/hid/contrib/bind9/COPYRIGHT Wed Sep 28 13:25:27 2011 (r225835) +++ projects/hid/contrib/bind9/COPYRIGHT Wed Sep 28 13:27:31 2011 (r225836) @@ -13,9 +13,15 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -$Id: COPYRIGHT,v 1.17 2011-01-04 23:47:13 tbox Exp $ +$Id: COPYRIGHT,v 1.17.14.1 2011-02-22 06:34:47 marka Exp $ -Portions Copyright (C) 1996-2001 Nominum, Inc. + Portions of this code release fall under one or more of the + following Copyright notices. Please see individual source + files for details. + + For binary releases also see: OpenSSL-LICENSE. + +Copyright (C) 1996-2001 Nominum, Inc. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -28,3 +34,485 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (C) 1995-2000 by Network Associates, Inc. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NETWORK ASSOCIATES DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all +copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND STICHTING NLNET +DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +STICHTING NLNET BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + +The development of Dynamically Loadable Zones (DLZ) for Bind 9 was +conceived and contributed by Rob Butler. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all +copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ROB BUTLER +DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +ROB BUTLER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1987, 1990, 1993, 1994 + The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. +4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (C) The Internet Society 2005. This version of +this module is part of RFC 4178; see the RFC itself for +full legal notices. + +(The above copyright notice is per RFC 3978 5.6 (a), q.v.) + + ----------------------------------------------------------------------------- + +Copyright (c) 2004 Masarykova universita +(Masaryk University, Brno, Czech Republic) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the University nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1997 - 2003 Kungliga Tekniska Högskolan +(Royal Institute of Technology, Stockholm, Sweden). +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the Institute nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright (c) 1998 Doug Rabson +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ----------------------------------------------------------------------------- + +Copyright ((c)) 2002, Rice University +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-projects@FreeBSD.ORG Thu Sep 29 10:36:43 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C156106566B; Thu, 29 Sep 2011 10:36:43 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4E9B88FC16; Thu, 29 Sep 2011 10:36:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8TAahHf017920; Thu, 29 Sep 2011 10:36:43 GMT (envelope-from pho@svn.freebsd.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8TAahUo017918; Thu, 29 Sep 2011 10:36:43 GMT (envelope-from pho@svn.freebsd.org) Message-Id: <201109291036.p8TAahUo017918@svn.freebsd.org> From: Peter Holm Date: Thu, 29 Sep 2011 10:36:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225871 - projects/stress2/misc X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 10:36:43 -0000 Author: pho Date: Thu Sep 29 10:36:42 2011 New Revision: 225871 URL: http://svn.freebsd.org/changeset/base/225871 Log: Added two regression tests, based on PRs. Added: projects/stress2/misc/suj23.sh (contents, props changed) projects/stress2/misc/suj24.sh (contents, props changed) Added: projects/stress2/misc/suj23.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/stress2/misc/suj23.sh Thu Sep 29 10:36:42 2011 (r225871) @@ -0,0 +1,429 @@ +#!/bin/sh + +# +# Copyright (c) 2011 Peter Holm +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# $FreeBSD$ +# + +# Scenario from kern/159971 +# bstg0003.c by Kirk Russell + +[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 + +. ../default.cfg + +here=`pwd` +cd /tmp +sed '1,/^EOF/d' < $here/$0 > suj23.c +cc -o suj23 -Wall -Wextra -O2 suj23.c +rm -f suj23.c + +mount | grep "${mntpoint}" | grep -q md${mdstart} && umount ${mntpoint} +mdconfig -l | grep -q md${mdstart} && mdconfig -d -u ${mdstart} + +mdconfig -a -t swap -s 1g -u ${mdstart} +bsdlabel -w md${mdstart} auto +newfs -j md${mdstart}${part} > /dev/null +mount /dev/md${mdstart}$part $mntpoint +chmod 777 $mntpoint + +su $testuser -c '/tmp/suj23' + +while mount | grep -q ${mntpoint}; do + umount ${mntpoint} || sleep 1 +done +mdconfig -d -u ${mdstart} +rm -f /tmp/suj23 +exit 0 +EOF +/* + * Copyright 2011 Kirk J. Russell + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +static char *bstg_pathstore[] = { + "/mnt/111/z", + "/mnt/111/aaaa", + "/mnt/111/bbbbb", + "/mnt/111/ccccc", + "/mnt/111/d", + "/mnt/111/e", + "/mnt/111/ffffff.fff.f", + "/mnt/111/gggggggggggg", + "/mnt/111/hhhh", + "/mnt/111/iiiii.ii", + "/mnt/111/jjjj.jj.jjjjjjjj", + "/mnt/111/kkkk.kkkkkkkk", + "/mnt/111/lllll", + "/mnt/222/z", + "/mnt/222/aaaa", + "/mnt/222/bbbbb", + "/mnt/222/ccccc", + "/mnt/222/d", + "/mnt/222/e", + "/mnt/222/ffffff.fff.f", + "/mnt/222/gggggggggggg", + "/mnt/222/hhhh", + "/mnt/222/iiiii.ii", + "/mnt/222/jjjj.jj.jjjjjjjj", + "/mnt/222/kkkk.kkkkkkkk", + "/mnt/222/lllll", + "/mnt/333/z", + "/mnt/333/aaaa", + "/mnt/333/bbbbb", + "/mnt/333/ccccc", + "/mnt/333/d", + "/mnt/333/e", + "/mnt/333/ffffff.fff.f", + "/mnt/333/gggggggggggg", + "/mnt/333/hhhh", + "/mnt/333/iiiii.ii", + "/mnt/333/jjjj.jj.jjjjjjjj", + "/mnt/333/kkkk.kkkkkkkk", + "/mnt/333/lllll", + "/mnt/444/z", + "/mnt/444/aaaa", + "/mnt/444/bbbbb", + "/mnt/444/ccccc", + "/mnt/444/d", + "/mnt/444/e", + "/mnt/444/ffffff.fff.f", + "/mnt/444/gggggggggggg", + "/mnt/444/hhhh", + "/mnt/444/iiiii.ii", + "/mnt/444/jjjj.jj.jjjjjjjj", + "/mnt/444/kkkk.kkkkkkkk", + "/mnt/444/lllll", + "/mnt/555/z", + "/mnt/555/aaaa", + "/mnt/555/bbbbb", + "/mnt/555/ccccc", + "/mnt/555/d", + "/mnt/555/e", + "/mnt/555/ffffff.fff.f", + "/mnt/555/gggggggggggg", + "/mnt/555/hhhh", + "/mnt/555/iiiii.ii", + "/mnt/555/jjjj.jj.jjjjjjjj", + "/mnt/555/kkkk.kkkkkkkk", + "/mnt/555/lllll", + "/mnt/666/z", + "/mnt/666/aaaa", + "/mnt/666/bbbbb", + "/mnt/666/ccccc", + "/mnt/666/d", + "/mnt/666/e", + "/mnt/666/ffffff.fff.f", + "/mnt/666/gggggggggggg", + "/mnt/666/hhhh", + "/mnt/666/iiiii.ii", + "/mnt/666/jjjj.jj.jjjjjjjj", + "/mnt/666/kkkk.kkkkkkkk", + "/mnt/666/lllll", + "/mnt/777/z", + "/mnt/777/aaaa", + "/mnt/777/bbbbb", + "/mnt/777/ccccc", + "/mnt/777/d", + "/mnt/777/e", + "/mnt/777/ffffff.fff.f", + "/mnt/777/gggggggggggg", + "/mnt/777/hhhh", + "/mnt/777/iiiii.ii", + "/mnt/777/jjjj.jj.jjjjjjjj", + "/mnt/777/kkkk.kkkkkkkk", + "/mnt/777/lllll", + "/mnt/888/z", + "/mnt/888/aaaa", + "/mnt/888/bbbbb", + "/mnt/888/ccccc", + "/mnt/888/d", + "/mnt/888/e", + "/mnt/888/ffffff.fff.f", + "/mnt/888/gggggggggggg", + "/mnt/888/hhhh", + "/mnt/888/iiiii.ii", + "/mnt/888/jjjj.jj.jjjjjjjj", + "/mnt/888/kkkk.kkkkkkkk", + "/mnt/888/lllll", + "/mnt/999/z", + "/mnt/999/aaaa", + "/mnt/999/bbbbb", + "/mnt/999/ccccc", + "/mnt/999/d", + "/mnt/999/e", + "/mnt/999/ffffff.fff.f", + "/mnt/999/gggggggggggg", + "/mnt/999/hhhh", + "/mnt/999/iiiii.ii", + "/mnt/999/jjjj.jj.jjjjjjjj", + "/mnt/999/kkkk.kkkkkkkk", + "/mnt/999/lllll", + "/mnt/aaa/z", + "/mnt/aaa/aaaa", + "/mnt/aaa/bbbbb", + "/mnt/aaa/ccccc", + "/mnt/aaa/d", + "/mnt/aaa/e", + "/mnt/aaa/ffffff.fff.f", + "/mnt/aaa/gggggggggggg", + "/mnt/aaa/hhhh", + "/mnt/aaa/iiiii.ii", + "/mnt/aaa/jjjj.jj.jjjjjjjj", + "/mnt/aaa/kkkk.kkkkkkkk", + "/mnt/aaa/lllll", + "/mnt/bbb/z", + "/mnt/bbb/aaaa", + "/mnt/bbb/bbbbb", + "/mnt/bbb/ccccc", + "/mnt/bbb/d", + "/mnt/bbb/e", + "/mnt/bbb/ffffff.fff.f", + "/mnt/bbb/gggggggggggg", + "/mnt/bbb/hhhh", + "/mnt/bbb/iiiii.ii", + "/mnt/bbb/jjjj.jj.jjjjjjjj", + "/mnt/bbb/kkkk.kkkkkkkk", + "/mnt/bbb/lllll", + "/mnt/ccc/z", + "/mnt/ccc/aaaa", + "/mnt/ccc/bbbbb", + "/mnt/ccc/ccccc", + "/mnt/ccc/d", + "/mnt/ccc/e", + "/mnt/ccc/ffffff.fff.f", + "/mnt/ccc/gggggggggggg", + "/mnt/ccc/hhhh", + "/mnt/ccc/iiiii.ii", + "/mnt/ccc/jjjj.jj.jjjjjjjj", + "/mnt/ccc/kkkk.kkkkkkkk", + "/mnt/ccc/lllll", + "/mnt/ddd/z", + "/mnt/ddd/aaaa", + "/mnt/ddd/bbbbb", + "/mnt/ddd/ccccc", + "/mnt/ddd/d", + "/mnt/ddd/e", + "/mnt/ddd/ffffff.fff.f", + "/mnt/ddd/gggggggggggg", + "/mnt/ddd/hhhh", + "/mnt/ddd/iiiii.ii", + "/mnt/ddd/jjjj.jj.jjjjjjjj", + "/mnt/ddd/kkkk.kkkkkkkk", + "/mnt/ddd/lllll", + "/mnt/eee/z", + "/mnt/eee/aaaa", + "/mnt/eee/bbbbb", + "/mnt/eee/ccccc", + "/mnt/eee/d", + "/mnt/eee/e", + "/mnt/eee/ffffff.fff.f", + "/mnt/eee/gggggggggggg", + "/mnt/eee/hhhh", + "/mnt/eee/iiiii.ii", + "/mnt/eee/jjjj.jj.jjjjjjjj", + "/mnt/eee/kkkk.kkkkkkkk", + "/mnt/eee/lllll", + "/mnt/fff/z", + "/mnt/fff/aaaa", + "/mnt/fff/bbbbb", + "/mnt/fff/ccccc", + "/mnt/fff/d", + "/mnt/fff/e", + "/mnt/fff/ffffff.fff.f", + "/mnt/fff/gggggggggggg", + "/mnt/fff/hhhh", + "/mnt/fff/iiiii.ii", + "/mnt/fff/jjjj.jj.jjjjjjjj", + "/mnt/fff/kkkk.kkkkkkkk", + "/mnt/fff/lllll" +}; + +char * +bstg_pathstore_get() +{ + return bstg_pathstore[rand() % + ((sizeof(bstg_pathstore) / sizeof(bstg_pathstore[0])))]; +} + +void +dogcore() +{ + pid_t sleepchild, gcorechild; + extern char **environ; + + /* create a child for the gcore target */ + if ((sleepchild = fork()) == 0) { + sleep(30); + _exit(1); + } else if (sleepchild > 0) { + char *token[] = {NULL, NULL, NULL, NULL, NULL}; + char buf[64]; + int status; + + /* use the first process as the target */ + snprintf(buf, sizeof(buf), "%d", sleepchild); + token[0] = "gcore"; + token[1] = "-c"; + token[2] = bstg_pathstore_get(); + token[3] = buf; + assert(token[4] == NULL); + + if ((gcorechild = fork()) > 0) { + waitpid(gcorechild, &status, 0); + } else if (gcorechild == 0) { + execve("/usr/bin/gcore", token, environ); + _exit(1); + } + kill(sleepchild, SIGKILL); + waitpid(sleepchild, &status, 0); + } +} + +void +dowrite() +{ + struct iovec data[] = { + {"12", 2}, + {NULL, 0}, + {"12345678", 8}, + }; + static int fd = -1; + + if (fd == -1) { + /* keep existing file open during life of this process */ + fd = open(bstg_pathstore_get(), O_RDWR | O_NONBLOCK | O_NOCTTY); + } + data[1].iov_base = bstg_pathstore_get(); + data[1].iov_len = strlen((char *)data[1].iov_base); + ftruncate(fd, 0); + pwritev(fd, data, 3, 0); +} + +void +dounlink() +{ + unlink(bstg_pathstore_get()); +} + +void +dolink() +{ + link(bstg_pathstore_get(), bstg_pathstore_get()); +} + +void +domkdir() +{ + char **pdir; + static char *bstg_dirs[] = { + "/mnt/111", "/mnt/222", "/mnt/333", "/mnt/444", + "/mnt/555", "/mnt/666", "/mnt/777", "/mnt/888", + "/mnt/999", "/mnt/aaa", "/mnt/bbb", "/mnt/ccc", + "/mnt/ddd", "/mnt/eee", "/mnt/fff", NULL + }; + + for (pdir = bstg_dirs; *pdir; pdir++) { + if (mkdir(*pdir, 0777) == -1) + err(1, "mkdir(%s)", *pdir); + } +} + +void +dosync() +{ + sync(); +} + +int +main() +{ + unsigned x; + int i, status; + void (*funcs[]) () = { + dogcore, + dowrite, + dounlink, + dolink, + dowrite, + dounlink, + dolink, + dowrite, + dosync, + dowrite, + dounlink, + dolink, + dowrite, + dounlink, + dolink, + dowrite, + }; + + /* we only can domkdir() once at startup */ + domkdir(); + + /* create 128 children that loop forever running 4 operations */ + dosync(); + for (x = 0; x < 128; x++) { + if (fork() == 0) { + /* give child a new seed for the pathname selection */ + srand(x); + + for (i = 0; i < 1000; i++) { + /* each child will start looping at different + * function */ + (*funcs[x++ % 16]) (); + } + /* we never expect this code to run */ + _exit(1); + } + } + + /* block forever for all our children */ + while (wait(&status) > 0); + return 0; +} Added: projects/stress2/misc/suj24.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/stress2/misc/suj24.sh Thu Sep 29 10:36:42 2011 (r225871) @@ -0,0 +1,54 @@ +#!/bin/sh + +# +# Copyright (c) 2011 Peter Holm +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# $FreeBSD$ +# + +# Scenario from kern/160662 +# Scenario by Hans Ottevanger +# Fixed in r225806 + +[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 + +. ../default.cfg + +here=`pwd` + +mount | grep "${mntpoint}" | grep -q md${mdstart} && umount ${mntpoint} +mdconfig -l | grep -q md${mdstart} && mdconfig -d -u ${mdstart} + +mdconfig -a -t swap -s 1g -u ${mdstart} +bsdlabel -w md${mdstart} auto +newfs -j md${mdstart}${part} > /dev/null +mount /dev/md${mdstart}$part $mntpoint + +(cd $mntpoint; mksnap_ffs $mntpoint/.snap/snapshot) + +while mount | grep -q ${mntpoint}; do + umount ${mntpoint} || sleep 1 +done +mdconfig -d -u ${mdstart} From owner-svn-src-projects@FreeBSD.ORG Thu Sep 29 10:37:42 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D453106564A; Thu, 29 Sep 2011 10:37:42 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 779D78FC08; Thu, 29 Sep 2011 10:37:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p8TAbgWY017995; Thu, 29 Sep 2011 10:37:42 GMT (envelope-from pho@svn.freebsd.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8TAbg05017994; Thu, 29 Sep 2011 10:37:42 GMT (envelope-from pho@svn.freebsd.org) Message-Id: <201109291037.p8TAbg05017994@svn.freebsd.org> From: Peter Holm Date: Thu, 29 Sep 2011 10:37:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225872 - projects/stress2/misc X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 10:37:42 -0000 Author: pho Date: Thu Sep 29 10:37:42 2011 New Revision: 225872 URL: http://svn.freebsd.org/changeset/base/225872 Log: Added one more SU+J test scenario. Added: projects/stress2/misc/suj25.sh (contents, props changed) Added: projects/stress2/misc/suj25.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/stress2/misc/suj25.sh Thu Sep 29 10:37:42 2011 (r225872) @@ -0,0 +1,67 @@ +#!/bin/sh + +# +# Copyright (c) 2011 Peter Holm +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# $FreeBSD$ +# + +# Destill of problems found by suj16.sh: +# - fsync: giving up on dirty +# - mksnap_ffs looping +# Also seen: panic: ffs_update: bad link cnt + +[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 + +. ../default.cfg + +mount | grep -w $mntpoint | grep -q /dev/md && umount -f $mntpoint +mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart + +mdconfig -a -t swap -s 2g -u $mdstart || exit 1 +bsdlabel -w md$mdstart auto + +newfs -U -j md${mdstart}$part > /dev/null 2>&1 + +mount /dev/md${mdstart}$part $mntpoint +chmod 777 $mntpoint + +cp -R /usr/include $mntpoint/1 +cp -R /usr/include $mntpoint/2 +cp -R /usr/include $mntpoint/3 +cp -R /usr/include $mntpoint/4 +rm -rf $mntpoint/1 & +sleep 2 + +while [ ! -s $mntpoint/.snap/suj25 ]; do + rm -f $mntpoint/.snap/suj25 + mksnap_ffs $mntpoint $mntpoint/.snap/suj25 +done +wait + +while mount | grep $mntpoint | grep -q /dev/md; do + umount $mntpoint || sleep 1 +done +mdconfig -d -u $mdstart From owner-svn-src-projects@FreeBSD.ORG Sat Oct 1 15:10:33 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C29DB106566B; Sat, 1 Oct 2011 15:10:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9932E8FC0C; Sat, 1 Oct 2011 15:10:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p91FAXdw022905; Sat, 1 Oct 2011 15:10:33 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p91FAXVf022903; Sat, 1 Oct 2011 15:10:33 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201110011510.p91FAXVf022903@svn.freebsd.org> From: Alexander Motin Date: Sat, 1 Oct 2011 15:10:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225904 - projects/zfsd/head/sys/cam/scsi X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 15:10:33 -0000 Author: mav Date: Sat Oct 1 15:10:33 2011 New Revision: 225904 URL: http://svn.freebsd.org/changeset/base/225904 Log: - Do not report error if index found in next Additional Status descriptor is less then expected. Theoretically it may happen if Additional Status will be used for some new type in later spec. - Rephrase some error messages to make them a bit more informative. Modified: projects/zfsd/head/sys/cam/scsi/scsi_enc_ses.c Modified: projects/zfsd/head/sys/cam/scsi/scsi_enc_ses.c ============================================================================== --- projects/zfsd/head/sys/cam/scsi/scsi_enc_ses.c Sat Oct 1 13:54:48 2011 (r225903) +++ projects/zfsd/head/sys/cam/scsi/scsi_enc_ses.c Sat Oct 1 15:10:33 2011 (r225904) @@ -1757,7 +1757,7 @@ ses_process_elm_addlstatus(enc_softc_t * eip_hdr->element_index, SES_ELEM_INDEX_INDIVIDUAL); - if (iter.individual_element_index != expected_index + if (iter.individual_element_index > expected_index && status_type == TYPE_ADDLSTATUS_MANDATORY) { ENC_LOG(enc, "%s: provided element " "index %d skips mandatory status " @@ -2500,8 +2500,8 @@ ses_get_elm_addlstatus_sas(enc_softc_t * case ELMTYP_ARRAY_DEV: break; default: - ENC_LOG(enc, "Element %d Additional Status Invalid " - "for SAS device type 0: SES Typ 0x%x\n", nobj, + ENC_LOG(enc, "Element %d has Additional Status type 0, " + "invalid for SES element type 0x%x\n", nobj, ses_cache->ses_types[tidx].hdr->etype_elm_type); err = ENODEV; goto out; @@ -2518,8 +2518,9 @@ ses_get_elm_addlstatus_sas(enc_softc_t * case ELMTYP_ESCC: break; default: - ENC_LOG(enc, "Element %d Additional Status Invalid " - "for SAS device type 1\n", nobj); + ENC_LOG(enc, "Element %d has Additional Status type 1, " + "invalid for SES element type 0x%x\n", nobj, + ses_cache->ses_types[tidx].hdr->etype_elm_type); err = ENODEV; goto out; } @@ -2527,8 +2528,9 @@ ses_get_elm_addlstatus_sas(enc_softc_t * bufsiz, eip, nobj); break; default: - ENC_LOG(enc, "Element %d Additional Status Invalid Type %d for" - " SAS object\n", dtype, nobj); + ENC_LOG(enc, "Element %d of type 0x%x has Additional Status " + "of unknown type 0x%x\n", nobj, + ses_cache->ses_types[tidx].hdr->etype_elm_type, dtype); err = ENODEV; break; } From owner-svn-src-projects@FreeBSD.ORG Sat Oct 1 16:08:04 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D523A1065675; Sat, 1 Oct 2011 16:08:04 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C11668FC08; Sat, 1 Oct 2011 16:08:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p91G84tb024670; Sat, 1 Oct 2011 16:08:04 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p91G844i024658; Sat, 1 Oct 2011 16:08:04 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201110011608.p91G844i024658@svn.freebsd.org> From: Alexander Motin Date: Sat, 1 Oct 2011 16:08:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225905 - in projects/zfsd/head: . bin/ls bin/ps cddl/contrib/opensolaris/lib/libzfs/common contrib/llvm contrib/llvm/lib/Support contrib/llvm/tools/clang contrib/openresolv contrib/smb... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 16:08:04 -0000 Author: mav Date: Sat Oct 1 16:08:03 2011 New Revision: 225905 URL: http://svn.freebsd.org/changeset/base/225905 Log: MFC Added: projects/zfsd/head/contrib/llvm/LICENSE.TXT - copied unchanged from r225904, head/contrib/llvm/LICENSE.TXT projects/zfsd/head/contrib/llvm/lib/Support/COPYRIGHT.regex - copied unchanged from r225904, head/contrib/llvm/lib/Support/COPYRIGHT.regex projects/zfsd/head/contrib/llvm/tools/clang/LICENSE.TXT - copied unchanged from r225904, head/contrib/llvm/tools/clang/LICENSE.TXT projects/zfsd/head/share/doc/llvm/ - copied from r225904, head/share/doc/llvm/ projects/zfsd/head/share/man/man4/mod_cc.4 - copied unchanged from r225904, head/share/man/man4/mod_cc.4 projects/zfsd/head/share/man/man9/mod_cc.9 - copied unchanged from r225904, head/share/man/man9/mod_cc.9 projects/zfsd/head/sys/kern/subr_syscall.c - copied unchanged from r225904, head/sys/kern/subr_syscall.c projects/zfsd/head/tools/tools/zfsboottest/ - copied from r225904, head/tools/tools/zfsboottest/ Deleted: projects/zfsd/head/share/man/man4/cc.4 projects/zfsd/head/share/man/man9/cc.9 projects/zfsd/head/sys/boot/zfs/zfstest.c Modified: projects/zfsd/head/Makefile.inc1 projects/zfsd/head/ObsoleteFiles.inc projects/zfsd/head/UPDATING projects/zfsd/head/bin/ls/ls.1 projects/zfsd/head/bin/ls/ls.c projects/zfsd/head/bin/ls/ls.h projects/zfsd/head/bin/ls/print.c projects/zfsd/head/bin/ps/extern.h projects/zfsd/head/bin/ps/keyword.c projects/zfsd/head/bin/ps/print.c projects/zfsd/head/bin/ps/ps.c projects/zfsd/head/bin/ps/ps.h projects/zfsd/head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c projects/zfsd/head/contrib/openresolv/dnsmasq.in projects/zfsd/head/contrib/openresolv/libc.in projects/zfsd/head/contrib/openresolv/named.in projects/zfsd/head/contrib/openresolv/pdnsd.in projects/zfsd/head/contrib/openresolv/resolvconf.in projects/zfsd/head/contrib/openresolv/unbound.in projects/zfsd/head/contrib/smbfs/mount_smbfs/mount_smbfs.8 projects/zfsd/head/contrib/tzcode/stdtime/localtime.c projects/zfsd/head/crypto/openssh/auth-pam.c (contents, props changed) projects/zfsd/head/crypto/openssh/ssh_namespace.h projects/zfsd/head/crypto/openssl/ssl/s3_lib.c projects/zfsd/head/crypto/openssl/ssl/s3_srvr.c projects/zfsd/head/etc/defaults/devfs.rules projects/zfsd/head/etc/defaults/rc.conf projects/zfsd/head/etc/devd.conf projects/zfsd/head/etc/mtree/BSD.include.dist projects/zfsd/head/etc/mtree/BSD.usr.dist projects/zfsd/head/etc/network.subr projects/zfsd/head/etc/pf.os projects/zfsd/head/etc/rc.d/NETWORKING projects/zfsd/head/etc/rc.d/bridge projects/zfsd/head/etc/rc.d/netoptions projects/zfsd/head/etc/rc.d/resolv projects/zfsd/head/gnu/usr.bin/groff/tmac/mdoc.local projects/zfsd/head/include/Makefile projects/zfsd/head/include/iso646.h projects/zfsd/head/kerberos5/lib/libasn1/Makefile projects/zfsd/head/kerberos5/lib/libgssapi_krb5/Makefile projects/zfsd/head/kerberos5/lib/libgssapi_ntlm/Makefile projects/zfsd/head/kerberos5/lib/libgssapi_spnego/Makefile projects/zfsd/head/kerberos5/lib/libhdb/Makefile projects/zfsd/head/kerberos5/lib/libheimntlm/Makefile projects/zfsd/head/kerberos5/lib/libhx509/Makefile projects/zfsd/head/kerberos5/lib/libkadm5clnt/Makefile projects/zfsd/head/kerberos5/lib/libkadm5srv/Makefile projects/zfsd/head/kerberos5/lib/libkafs5/Makefile projects/zfsd/head/kerberos5/lib/libkrb5/Makefile projects/zfsd/head/kerberos5/lib/libroken/Makefile projects/zfsd/head/lib/libarchive/archive_read_support_format_cpio.c projects/zfsd/head/lib/libarchive/archive_write_set_format_cpio.c projects/zfsd/head/lib/libc/gen/ctermid.3 projects/zfsd/head/lib/libc/gen/ctermid.c projects/zfsd/head/lib/libc/gen/devname.c projects/zfsd/head/lib/libc/iconv/citrus_none.c projects/zfsd/head/lib/libc/locale/isspace.3 projects/zfsd/head/lib/libfetch/common.c projects/zfsd/head/lib/libfetch/common.h projects/zfsd/head/lib/libfetch/fetch.3 projects/zfsd/head/lib/libfetch/fetch.c projects/zfsd/head/lib/libfetch/fetch.h projects/zfsd/head/lib/libfetch/file.c projects/zfsd/head/lib/libfetch/ftp.c projects/zfsd/head/lib/libfetch/http.c projects/zfsd/head/lib/libusb/Makefile projects/zfsd/head/lib/libusb/libusb.3 projects/zfsd/head/lib/libusb/libusb.h projects/zfsd/head/lib/libusb/libusb10.c projects/zfsd/head/lib/libusb/libusb20.3 projects/zfsd/head/lib/libusb/libusb20.c projects/zfsd/head/lib/libusb/libusb20.h projects/zfsd/head/lib/libusbhid/data.c projects/zfsd/head/lib/libusbhid/parse.c projects/zfsd/head/lib/libusbhid/usbhid.3 projects/zfsd/head/lib/libusbhid/usbhid.h projects/zfsd/head/libexec/rtld-elf/map_object.c projects/zfsd/head/libexec/rtld-elf/rtld.c projects/zfsd/head/release/Makefile.sysinstall projects/zfsd/head/release/rc.local projects/zfsd/head/sbin/fsdb/fsdbutil.c projects/zfsd/head/sbin/geom/class/part/geom_part.c projects/zfsd/head/sbin/hastctl/hastctl.c projects/zfsd/head/sbin/hastd/activemap.c projects/zfsd/head/sbin/hastd/control.c projects/zfsd/head/sbin/hastd/ebuf.c projects/zfsd/head/sbin/hastd/event.c projects/zfsd/head/sbin/hastd/hast.conf.5 projects/zfsd/head/sbin/hastd/hast.h projects/zfsd/head/sbin/hastd/hast_proto.c projects/zfsd/head/sbin/hastd/hastd.c projects/zfsd/head/sbin/hastd/hooks.c projects/zfsd/head/sbin/hastd/metadata.c projects/zfsd/head/sbin/hastd/nv.c projects/zfsd/head/sbin/hastd/parse.y projects/zfsd/head/sbin/hastd/pjdlog.c projects/zfsd/head/sbin/hastd/primary.c projects/zfsd/head/sbin/hastd/proto_tcp.c projects/zfsd/head/sbin/hastd/rangelock.c projects/zfsd/head/sbin/hastd/secondary.c projects/zfsd/head/sbin/hastd/subr.c projects/zfsd/head/sbin/hastd/synch.h projects/zfsd/head/sbin/hastd/token.l projects/zfsd/head/sbin/ifconfig/ifconfig.8 projects/zfsd/head/sbin/mdmfs/mdmfs.c projects/zfsd/head/share/doc/Makefile projects/zfsd/head/share/examples/cvsup/stable-supfile projects/zfsd/head/share/man/man4/Makefile projects/zfsd/head/share/man/man4/cc_chd.4 projects/zfsd/head/share/man/man4/cc_cubic.4 projects/zfsd/head/share/man/man4/cc_hd.4 projects/zfsd/head/share/man/man4/cc_htcp.4 projects/zfsd/head/share/man/man4/cc_newreno.4 projects/zfsd/head/share/man/man4/cc_vegas.4 projects/zfsd/head/share/man/man4/h_ertt.4 projects/zfsd/head/share/man/man4/smp.4 projects/zfsd/head/share/man/man4/tcp.4 projects/zfsd/head/share/man/man5/rc.conf.5 projects/zfsd/head/share/man/man7/build.7 projects/zfsd/head/share/man/man9/Makefile projects/zfsd/head/share/man/man9/ifnet.9 projects/zfsd/head/share/man/man9/taskqueue.9 projects/zfsd/head/share/misc/committers-ports.dot projects/zfsd/head/share/misc/committers-src.dot projects/zfsd/head/share/syscons/keymaps/INDEX.keymaps projects/zfsd/head/sys/amd64/amd64/exception.S projects/zfsd/head/sys/amd64/amd64/genassym.c projects/zfsd/head/sys/amd64/amd64/machdep.c projects/zfsd/head/sys/amd64/amd64/trap.c projects/zfsd/head/sys/amd64/conf/GENERIC projects/zfsd/head/sys/amd64/ia32/ia32_syscall.c projects/zfsd/head/sys/amd64/include/md_var.h projects/zfsd/head/sys/amd64/linux32/linux32_machdep.c projects/zfsd/head/sys/amd64/linux32/linux32_sysent.c projects/zfsd/head/sys/arm/arm/machdep.c projects/zfsd/head/sys/arm/at91/at91_mci.c projects/zfsd/head/sys/arm/at91/at91_pio.c projects/zfsd/head/sys/arm/at91/at91_rtc.c projects/zfsd/head/sys/arm/at91/at91_spi.c projects/zfsd/head/sys/arm/at91/at91_ssc.c projects/zfsd/head/sys/arm/at91/at91_twi.c projects/zfsd/head/sys/arm/at91/uart_dev_at91usart.c projects/zfsd/head/sys/arm/conf/HL200 projects/zfsd/head/sys/arm/conf/HL201 projects/zfsd/head/sys/arm/conf/KB920X projects/zfsd/head/sys/arm/conf/QILA9G20 projects/zfsd/head/sys/arm/conf/SAM9G20EK projects/zfsd/head/sys/arm/econa/if_ece.c projects/zfsd/head/sys/boot/i386/gptboot/Makefile projects/zfsd/head/sys/boot/i386/gptzfsboot/Makefile projects/zfsd/head/sys/boot/i386/zfsboot/Makefile projects/zfsd/head/sys/cddl/boot/zfs/zfssubr.c projects/zfsd/head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c projects/zfsd/head/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/fasttrap_isa.c projects/zfsd/head/sys/compat/freebsd32/freebsd32_ioctl.c projects/zfsd/head/sys/compat/freebsd32/freebsd32_misc.c projects/zfsd/head/sys/compat/freebsd32/freebsd32_proto.h projects/zfsd/head/sys/compat/freebsd32/freebsd32_syscall.h projects/zfsd/head/sys/compat/freebsd32/freebsd32_syscalls.c projects/zfsd/head/sys/compat/freebsd32/freebsd32_sysent.c projects/zfsd/head/sys/compat/freebsd32/freebsd32_util.h projects/zfsd/head/sys/compat/linux/linux_emul.c projects/zfsd/head/sys/compat/linux/linux_file.c projects/zfsd/head/sys/compat/linux/linux_ioctl.c projects/zfsd/head/sys/compat/linux/linux_ipc.c projects/zfsd/head/sys/compat/linux/linux_misc.c projects/zfsd/head/sys/compat/linux/linux_signal.c projects/zfsd/head/sys/compat/linux/linux_socket.c projects/zfsd/head/sys/compat/linux/linux_uid16.c projects/zfsd/head/sys/compat/svr4/svr4_fcntl.c projects/zfsd/head/sys/compat/svr4/svr4_filio.c projects/zfsd/head/sys/compat/svr4/svr4_ipc.c projects/zfsd/head/sys/compat/svr4/svr4_misc.c projects/zfsd/head/sys/compat/svr4/svr4_signal.c projects/zfsd/head/sys/compat/svr4/svr4_socket.c projects/zfsd/head/sys/compat/svr4/svr4_stat.c projects/zfsd/head/sys/compat/svr4/svr4_stream.c projects/zfsd/head/sys/compat/svr4/svr4_sysent.c projects/zfsd/head/sys/conf/NOTES projects/zfsd/head/sys/conf/newvers.sh projects/zfsd/head/sys/conf/options projects/zfsd/head/sys/dev/acpica/acpi.c projects/zfsd/head/sys/dev/ahci/ahci.c projects/zfsd/head/sys/dev/ath/ah_osdep.c projects/zfsd/head/sys/dev/ath/ath_hal/ah.c projects/zfsd/head/sys/dev/ath/ath_hal/ah.h projects/zfsd/head/sys/dev/ath/ath_hal/ah_internal.h projects/zfsd/head/sys/dev/ath/ath_hal/ah_regdomain.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5210/ar5210.h projects/zfsd/head/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5211/ar5211.h projects/zfsd/head/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5212/ar5112.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5212/ar5212.h projects/zfsd/head/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416.h projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c projects/zfsd/head/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c projects/zfsd/head/sys/dev/ath/ath_hal/ar9001/ar9130_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c projects/zfsd/head/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c projects/zfsd/head/sys/dev/ath/ath_rate/sample/sample.h projects/zfsd/head/sys/dev/ath/if_ath.c projects/zfsd/head/sys/dev/ath/if_athvar.h projects/zfsd/head/sys/dev/bktr/bktr_core.c projects/zfsd/head/sys/dev/bxe/if_bxe.c projects/zfsd/head/sys/dev/cardbus/cardbus_cis.c projects/zfsd/head/sys/dev/coretemp/coretemp.c projects/zfsd/head/sys/dev/e1000/if_lem.c projects/zfsd/head/sys/dev/hwpmc/hwpmc_logging.c projects/zfsd/head/sys/dev/hwpmc/hwpmc_mod.c projects/zfsd/head/sys/dev/iscsi/initiator/isc_soc.c projects/zfsd/head/sys/dev/iwn/if_iwn.c projects/zfsd/head/sys/dev/mfi/mfi.c projects/zfsd/head/sys/dev/mfi/mfivar.h projects/zfsd/head/sys/dev/puc/pucdata.c projects/zfsd/head/sys/dev/sound/midi/midi.c projects/zfsd/head/sys/dev/sound/pcm/dsp.c projects/zfsd/head/sys/dev/syscons/scmouse.c projects/zfsd/head/sys/dev/syscons/syscons.c projects/zfsd/head/sys/dev/usb/input/uhid.c projects/zfsd/head/sys/dev/usb/quirk/usb_quirk.c projects/zfsd/head/sys/dev/usb/usb_dev.c projects/zfsd/head/sys/dev/usb/usb_device.c projects/zfsd/head/sys/dev/usb/usb_dynamic.c projects/zfsd/head/sys/dev/usb/usb_dynamic.h projects/zfsd/head/sys/dev/usb/usb_msctest.c projects/zfsd/head/sys/dev/usb/usb_transfer.c projects/zfsd/head/sys/dev/usb/usbdevs projects/zfsd/head/sys/dev/usb/usbdi.h projects/zfsd/head/sys/dev/xen/blkfront/blkfront.c projects/zfsd/head/sys/dev/xen/blkfront/block.h projects/zfsd/head/sys/dev/xen/control/control.c projects/zfsd/head/sys/dev/xen/netfront/netfront.c projects/zfsd/head/sys/fs/nfsserver/nfs_nfsdport.c projects/zfsd/head/sys/fs/procfs/procfs_ctl.c projects/zfsd/head/sys/fs/procfs/procfs_ioctl.c projects/zfsd/head/sys/i386/conf/GENERIC projects/zfsd/head/sys/i386/i386/machdep.c projects/zfsd/head/sys/i386/i386/trap.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_ioctl.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_ipc.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_isc_sysent.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_misc.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_other.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_signal.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_socksys.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_sysent.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_xenix.c projects/zfsd/head/sys/i386/ibcs2/ibcs2_xenix.h projects/zfsd/head/sys/i386/ibcs2/ibcs2_xenix_sysent.c projects/zfsd/head/sys/i386/linux/linux_machdep.c projects/zfsd/head/sys/i386/linux/linux_sysent.c projects/zfsd/head/sys/ia64/ia32/ia32_signal.c projects/zfsd/head/sys/ia64/ia32/ia32_trap.c projects/zfsd/head/sys/ia64/ia64/machdep.c projects/zfsd/head/sys/ia64/ia64/pmap.c projects/zfsd/head/sys/ia64/ia64/trap.c projects/zfsd/head/sys/kern/init_main.c projects/zfsd/head/sys/kern/init_sysent.c projects/zfsd/head/sys/kern/kern_acct.c projects/zfsd/head/sys/kern/kern_clock.c projects/zfsd/head/sys/kern/kern_context.c projects/zfsd/head/sys/kern/kern_cpuset.c projects/zfsd/head/sys/kern/kern_descrip.c projects/zfsd/head/sys/kern/kern_environment.c projects/zfsd/head/sys/kern/kern_event.c projects/zfsd/head/sys/kern/kern_exec.c projects/zfsd/head/sys/kern/kern_exit.c projects/zfsd/head/sys/kern/kern_fork.c projects/zfsd/head/sys/kern/kern_jail.c projects/zfsd/head/sys/kern/kern_ktrace.c projects/zfsd/head/sys/kern/kern_linker.c projects/zfsd/head/sys/kern/kern_loginclass.c projects/zfsd/head/sys/kern/kern_module.c projects/zfsd/head/sys/kern/kern_ntptime.c projects/zfsd/head/sys/kern/kern_proc.c projects/zfsd/head/sys/kern/kern_prot.c projects/zfsd/head/sys/kern/kern_rctl.c projects/zfsd/head/sys/kern/kern_resource.c projects/zfsd/head/sys/kern/kern_shutdown.c projects/zfsd/head/sys/kern/kern_sig.c projects/zfsd/head/sys/kern/kern_synch.c projects/zfsd/head/sys/kern/kern_sysctl.c projects/zfsd/head/sys/kern/kern_thr.c projects/zfsd/head/sys/kern/kern_time.c projects/zfsd/head/sys/kern/kern_umtx.c projects/zfsd/head/sys/kern/kern_uuid.c projects/zfsd/head/sys/kern/makesyscalls.sh projects/zfsd/head/sys/kern/p1003_1b.c projects/zfsd/head/sys/kern/subr_bus.c projects/zfsd/head/sys/kern/subr_kdb.c projects/zfsd/head/sys/kern/subr_prof.c projects/zfsd/head/sys/kern/subr_taskqueue.c projects/zfsd/head/sys/kern/subr_trap.c projects/zfsd/head/sys/kern/sys_capability.c projects/zfsd/head/sys/kern/sys_generic.c projects/zfsd/head/sys/kern/sys_pipe.c projects/zfsd/head/sys/kern/sys_procdesc.c projects/zfsd/head/sys/kern/sys_process.c projects/zfsd/head/sys/kern/sysv_msg.c projects/zfsd/head/sys/kern/sysv_sem.c projects/zfsd/head/sys/kern/sysv_shm.c projects/zfsd/head/sys/kern/tty.c projects/zfsd/head/sys/kern/tty_pts.c projects/zfsd/head/sys/kern/uipc_mqueue.c projects/zfsd/head/sys/kern/uipc_sem.c projects/zfsd/head/sys/kern/uipc_shm.c projects/zfsd/head/sys/kern/uipc_syscalls.c projects/zfsd/head/sys/kern/uipc_usrreq.c projects/zfsd/head/sys/kern/vfs_acl.c projects/zfsd/head/sys/kern/vfs_aio.c projects/zfsd/head/sys/kern/vfs_bio.c projects/zfsd/head/sys/kern/vfs_cache.c projects/zfsd/head/sys/kern/vfs_extattr.c projects/zfsd/head/sys/kern/vfs_init.c projects/zfsd/head/sys/kern/vfs_mount.c projects/zfsd/head/sys/kern/vfs_syscalls.c projects/zfsd/head/sys/kern/vfs_vnops.c projects/zfsd/head/sys/kgssapi/gss_impl.c projects/zfsd/head/sys/mips/conf/OCTEON1 projects/zfsd/head/sys/mips/mips/machdep.c projects/zfsd/head/sys/mips/mips/pm_machdep.c projects/zfsd/head/sys/modules/Makefile projects/zfsd/head/sys/modules/ipfw/Makefile projects/zfsd/head/sys/modules/netgraph/ipfw/Makefile projects/zfsd/head/sys/net/if_llatbl.h projects/zfsd/head/sys/net/radix.h projects/zfsd/head/sys/net/raw_cb.h projects/zfsd/head/sys/net/raw_usrreq.c projects/zfsd/head/sys/net/route.c projects/zfsd/head/sys/net/route.h projects/zfsd/head/sys/net/rtsock.c projects/zfsd/head/sys/netgraph/ng_ipfw.c projects/zfsd/head/sys/netinet/ipfw/ip_fw2.c projects/zfsd/head/sys/netinet/ipfw/ip_fw_dynamic.c projects/zfsd/head/sys/netinet/ipfw/ip_fw_log.c projects/zfsd/head/sys/netinet/ipfw/ip_fw_pfil.c projects/zfsd/head/sys/netinet/ipfw/ip_fw_sockopt.c projects/zfsd/head/sys/netinet/ipfw/ip_fw_table.c projects/zfsd/head/sys/netinet/sctp.h projects/zfsd/head/sys/netinet/sctp_asconf.c projects/zfsd/head/sys/netinet/sctp_bsd_addr.c projects/zfsd/head/sys/netinet/sctp_constants.h projects/zfsd/head/sys/netinet/sctp_output.c projects/zfsd/head/sys/netinet/sctp_pcb.c projects/zfsd/head/sys/netinet/sctp_pcb.h projects/zfsd/head/sys/netinet/sctp_structs.h projects/zfsd/head/sys/netinet/sctp_usrreq.c projects/zfsd/head/sys/netinet/sctputil.c projects/zfsd/head/sys/netinet6/in6.h projects/zfsd/head/sys/netinet6/in6_proto.c projects/zfsd/head/sys/netinet6/ip6_output.c projects/zfsd/head/sys/netinet6/ip6_var.h projects/zfsd/head/sys/netinet6/nd6.c projects/zfsd/head/sys/netinet6/nd6_rtr.c projects/zfsd/head/sys/nfs/nfs_nfssvc.c projects/zfsd/head/sys/nlm/nlm_prot_impl.c projects/zfsd/head/sys/pc98/conf/GENERIC projects/zfsd/head/sys/pc98/pc98/machdep.c projects/zfsd/head/sys/powerpc/aim/trap.c projects/zfsd/head/sys/powerpc/booke/pmap.c projects/zfsd/head/sys/powerpc/booke/trap.c projects/zfsd/head/sys/powerpc/powerpc/cpu.c projects/zfsd/head/sys/powerpc/powerpc/exec_machdep.c projects/zfsd/head/sys/security/audit/audit_syscalls.c projects/zfsd/head/sys/security/mac/mac_syscalls.c projects/zfsd/head/sys/sparc64/conf/GENERIC projects/zfsd/head/sys/sparc64/include/asmacros.h projects/zfsd/head/sys/sparc64/include/atomic.h projects/zfsd/head/sys/sparc64/pci/schizo.c projects/zfsd/head/sys/sparc64/sparc64/exception.S projects/zfsd/head/sys/sparc64/sparc64/genassym.c projects/zfsd/head/sys/sparc64/sparc64/machdep.c projects/zfsd/head/sys/sparc64/sparc64/pmap.c projects/zfsd/head/sys/sparc64/sparc64/trap.c projects/zfsd/head/sys/sys/buf.h projects/zfsd/head/sys/sys/param.h projects/zfsd/head/sys/sys/posix4.h projects/zfsd/head/sys/sys/proc.h projects/zfsd/head/sys/sys/signalvar.h projects/zfsd/head/sys/sys/sysent.h projects/zfsd/head/sys/sys/sysproto.h projects/zfsd/head/sys/ufs/ffs/ffs_snapshot.c projects/zfsd/head/sys/ufs/ffs/ffs_softdep.c projects/zfsd/head/sys/vm/swap_pager.c projects/zfsd/head/sys/vm/vm_fault.c projects/zfsd/head/sys/vm/vm_mmap.c projects/zfsd/head/sys/vm/vm_page.c projects/zfsd/head/sys/vm/vm_page.h projects/zfsd/head/sys/vm/vm_unix.c projects/zfsd/head/sys/xen/xenbus/xenbusb.c projects/zfsd/head/sys/xen/xenbus/xenbusb_back.c projects/zfsd/head/sys/xen/xenbus/xenbusb_front.c projects/zfsd/head/sys/xen/xenstore/xenstore.c projects/zfsd/head/tools/make_libdeps.sh projects/zfsd/head/usr.bin/calendar/calendars/calendar.freebsd projects/zfsd/head/usr.bin/compress/zopen.c projects/zfsd/head/usr.bin/csup/auth.c projects/zfsd/head/usr.bin/csup/diff.c projects/zfsd/head/usr.bin/fetch/fetch.1 projects/zfsd/head/usr.bin/fetch/fetch.c projects/zfsd/head/usr.bin/find/find.1 projects/zfsd/head/usr.bin/find/ls.c projects/zfsd/head/usr.bin/fstat/fstat.1 projects/zfsd/head/usr.bin/fstat/fstat.c projects/zfsd/head/usr.bin/gzip/zuncompress.c projects/zfsd/head/usr.bin/script/script.1 projects/zfsd/head/usr.bin/script/script.c projects/zfsd/head/usr.bin/units/units.1 projects/zfsd/head/usr.bin/usbhidaction/usbhidaction.1 projects/zfsd/head/usr.bin/usbhidaction/usbhidaction.c projects/zfsd/head/usr.bin/usbhidctl/usbhid.c projects/zfsd/head/usr.bin/usbhidctl/usbhidctl.1 projects/zfsd/head/usr.sbin/bsdinstall/partedit/gpart_ops.c projects/zfsd/head/usr.sbin/bsdinstall/scripts/auto projects/zfsd/head/usr.sbin/bsdinstall/scripts/mirrorselect projects/zfsd/head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 projects/zfsd/head/usr.sbin/bsdinstall/scripts/wlanconfig projects/zfsd/head/usr.sbin/mfiutil/mfi_show.c projects/zfsd/head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-disk.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-ftp.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-localize.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-parse.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/functions.sh projects/zfsd/head/usr.sbin/pc-sysinstall/backend/parseconfig.sh projects/zfsd/head/usr.sbin/pc-sysinstall/examples/README projects/zfsd/head/usr.sbin/pkg_install/add/main.c projects/zfsd/head/usr.sbin/pkg_install/delete/perform.c projects/zfsd/head/usr.sbin/pstat/pstat.c projects/zfsd/head/usr.sbin/rtadvctl/rtadvctl.c projects/zfsd/head/usr.sbin/rtadvd/control.c projects/zfsd/head/usr.sbin/rtadvd/control.h projects/zfsd/head/usr.sbin/rtadvd/control_client.c projects/zfsd/head/usr.sbin/rtadvd/control_client.h projects/zfsd/head/usr.sbin/rtadvd/control_server.c projects/zfsd/head/usr.sbin/rtadvd/control_server.h projects/zfsd/head/usr.sbin/rtadvd/rtadvd.c projects/zfsd/head/usr.sbin/rtsold/rtsol.c projects/zfsd/head/usr.sbin/rtsold/rtsold.8 projects/zfsd/head/usr.sbin/rtsold/rtsold.c projects/zfsd/head/usr.sbin/rtsold/rtsold.h Directory Properties: projects/zfsd/head/ (props changed) projects/zfsd/head/cddl/contrib/opensolaris/ (props changed) projects/zfsd/head/contrib/bind9/ (props changed) projects/zfsd/head/contrib/binutils/ (props changed) projects/zfsd/head/contrib/bzip2/ (props changed) projects/zfsd/head/contrib/compiler-rt/ (props changed) projects/zfsd/head/contrib/dialog/ (props changed) projects/zfsd/head/contrib/ee/ (props changed) projects/zfsd/head/contrib/expat/ (props changed) projects/zfsd/head/contrib/file/ (props changed) projects/zfsd/head/contrib/gcc/ (props changed) projects/zfsd/head/contrib/gdb/ (props changed) projects/zfsd/head/contrib/gdtoa/ (props changed) projects/zfsd/head/contrib/gnu-sort/ (props changed) projects/zfsd/head/contrib/groff/ (props changed) projects/zfsd/head/contrib/less/ (props changed) projects/zfsd/head/contrib/libpcap/ (props changed) projects/zfsd/head/contrib/libstdc++/ (props changed) projects/zfsd/head/contrib/llvm/ (props changed) projects/zfsd/head/contrib/llvm/tools/clang/ (props changed) projects/zfsd/head/contrib/ncurses/ (props changed) projects/zfsd/head/contrib/netcat/ (props changed) projects/zfsd/head/contrib/ntp/ (props changed) projects/zfsd/head/contrib/one-true-awk/ (props changed) projects/zfsd/head/contrib/openbsm/ (props changed) projects/zfsd/head/contrib/openpam/ (props changed) projects/zfsd/head/contrib/openresolv/ (props changed) projects/zfsd/head/contrib/pf/ (props changed) projects/zfsd/head/contrib/sendmail/ (props changed) projects/zfsd/head/contrib/tcpdump/ (props changed) projects/zfsd/head/contrib/tcsh/ (props changed) projects/zfsd/head/contrib/tnftp/ (props changed) projects/zfsd/head/contrib/top/ (props changed) projects/zfsd/head/contrib/top/install-sh (props changed) projects/zfsd/head/contrib/tzcode/stdtime/ (props changed) projects/zfsd/head/contrib/tzcode/zic/ (props changed) projects/zfsd/head/contrib/tzdata/ (props changed) projects/zfsd/head/contrib/wpa/ (props changed) projects/zfsd/head/contrib/xz/ (props changed) projects/zfsd/head/crypto/heimdal/ (props changed) projects/zfsd/head/crypto/openssh/ (props changed) projects/zfsd/head/crypto/openssl/ (props changed) projects/zfsd/head/gnu/lib/ (props changed) projects/zfsd/head/gnu/usr.bin/binutils/ (props changed) projects/zfsd/head/gnu/usr.bin/cc/cc_tools/ (props changed) projects/zfsd/head/gnu/usr.bin/gdb/ (props changed) projects/zfsd/head/lib/libc/ (props changed) projects/zfsd/head/lib/libc/stdtime/ (props changed) projects/zfsd/head/lib/libutil/ (props changed) projects/zfsd/head/lib/libz/ (props changed) projects/zfsd/head/sbin/ (props changed) projects/zfsd/head/sbin/ipfw/ (props changed) projects/zfsd/head/share/mk/bsd.arch.inc.mk (props changed) projects/zfsd/head/share/zoneinfo/ (props changed) projects/zfsd/head/sys/ (props changed) projects/zfsd/head/sys/amd64/include/xen/ (props changed) projects/zfsd/head/sys/boot/ (props changed) projects/zfsd/head/sys/boot/i386/efi/ (props changed) projects/zfsd/head/sys/boot/ia64/efi/ (props changed) projects/zfsd/head/sys/boot/ia64/ski/ (props changed) projects/zfsd/head/sys/boot/powerpc/boot1.chrp/ (props changed) projects/zfsd/head/sys/boot/powerpc/ofw/ (props changed) projects/zfsd/head/sys/cddl/contrib/opensolaris/ (props changed) projects/zfsd/head/sys/conf/ (props changed) projects/zfsd/head/sys/contrib/dev/acpica/ (props changed) projects/zfsd/head/sys/contrib/octeon-sdk/ (props changed) projects/zfsd/head/sys/contrib/pf/ (props changed) projects/zfsd/head/sys/contrib/x86emu/ (props changed) projects/zfsd/head/usr.bin/calendar/ (props changed) projects/zfsd/head/usr.bin/csup/ (props changed) projects/zfsd/head/usr.bin/procstat/ (props changed) projects/zfsd/head/usr.sbin/ndiscvt/ (props changed) projects/zfsd/head/usr.sbin/rtadvctl/ (props changed) projects/zfsd/head/usr.sbin/rtadvd/ (props changed) projects/zfsd/head/usr.sbin/rtsold/ (props changed) projects/zfsd/head/usr.sbin/zic/ (props changed) Modified: projects/zfsd/head/Makefile.inc1 ============================================================================== --- projects/zfsd/head/Makefile.inc1 Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/Makefile.inc1 Sat Oct 1 16:08:03 2011 (r225905) @@ -1218,7 +1218,8 @@ _startup_libs+= lib/libc gnu/lib/libgcc__L: lib/libc__L -_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libheimntlm} \ +_prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libhdb} \ + ${_kerberos5_lib_libheimntlm} \ ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ ${_kerberos5_lib_libroken} \ lib/libbz2 lib/libcom_err lib/libcrypt \ @@ -1268,6 +1269,19 @@ secure/lib/libssh__L: lib/libgssapi__L k _secure_lib= secure/lib .endif +.if ${MK_KERBEROS} != "no" +kerberos5/lib/libasn1__L: lib/libcom_err__L kerberos5/lib/libroken__L +kerberos5/lib/libhdb__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + kerberos5/lib/libkrb5__L kerberos5/lib/libroken__L +kerberos5/lib/libheimntlm__L: secure/lib/libcrypto__L kerberos5/lib/libkrb5__L +kerberos5/lib/libhx509__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + secure/lib/libcrypto__L kerberos5/lib/libroken__L +kerberos5/lib/libkrb5__L: kerberos5/lib/libasn1__L lib/libcom_err__L \ + lib/libcrypt__L secure/lib/libcrypto__L kerberos5/lib/libhx509__L \ + kerberos5/lib/libroken__L +kerberos5/lib/libroken__L: lib/libcrypt__L +.endif + .if ${MK_GSSAPI} != "no" _lib_libgssapi= lib/libgssapi .endif @@ -1279,6 +1293,7 @@ _lib_libipx= lib/libipx .if ${MK_KERBEROS} != "no" _kerberos5_lib= kerberos5/lib _kerberos5_lib_libasn1= kerberos5/lib/libasn1 +_kerberos5_lib_libhdb= kerberos5/lib/libhdb _kerberos5_lib_libkrb5= kerberos5/lib/libkrb5 _kerberos5_lib_libhx509= kerberos5/lib/libhx509 _kerberos5_lib_libroken= kerberos5/lib/libroken Modified: projects/zfsd/head/ObsoleteFiles.inc ============================================================================== --- projects/zfsd/head/ObsoleteFiles.inc Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/ObsoleteFiles.inc Sat Oct 1 16:08:03 2011 (r225905) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20110915: rename congestion control manpages +OLD_FILES+=usr/share/man/man4/cc.4.gz +OLD_FILES+=usr/share/man/man9/cc.9.gz # 20110831: atomic page flags operations OLD_FILES+=usr/share/man/man9/vm_page_flag.9.gz OLD_FILES+=usr/share/man/man9/vm_page_flag_clear.9.gz @@ -61,6 +64,11 @@ OLD_LIBS+=usr/lib32/libopie.so.6 OLD_LIBS+=usr/lib32/librtld_db.so.1 OLD_LIBS+=usr/lib32/libtacplus.so.4 .endif +# 20110718: no longer useful in the age of rc.d +OLD_FILES+=usr/sbin/named.reconfig +OLD_FILES+=usr/sbin/named.reload +# 20110716: bind 9.8.0 import +OLD_LIBS+=usr/lib/liblwres.so.50 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions. @@ -84,8 +92,17 @@ OLD_FILES+=usr/lib/libpkg.a OLD_FILES+=usr/lib/libpkg.so OLD_LIBS+=usr/lib/libpkg.so.0 OLD_FILES+=usr/lib/libpkg_p.a +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libpkg.a +OLD_FILES+=usr/lib32/libpkg.so +OLD_LIBS+=usr/lib32/libpkg.so.0 +OLD_FILES+=usr/lib32/libpkg_p.a +.endif # 20110517: libsbuf version bump OLD_LIBS+=lib/libsbuf.so.5 +.if ${TARGET_ARCH} == "amd64" +OLD_LIBS+=usr/lib32/libsbuf.so.5 +.endif # 20110502: new clang import which bumps version from 2.9 to 3.0 OLD_FILES+=usr/include/clang/2.9/emmintrin.h OLD_FILES+=usr/include/clang/2.9/mm_malloc.h @@ -114,6 +131,12 @@ OLD_FILES+=usr/lib/libobjc_p.a OLD_FILES+=usr/libexec/cc1obj OLD_LIBS+=usr/lib/libobjc.so.4 OLD_DIRS+=usr/include/objc +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libobjc.a +OLD_FILES+=usr/lib32/libobjc.so +OLD_FILES+=usr/lib32/libobjc_p.a +OLD_LIBS+=usr/lib32/libobjc.so.4 +.endif # 20110331: firmware.img created at build time OLD_FILES+=usr/share/examples/kld/firmware/fwimage/firmware.img # 20110224: sticky.8 -> sticky.7 Modified: projects/zfsd/head/UPDATING ============================================================================== --- projects/zfsd/head/UPDATING Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/UPDATING Sat Oct 1 16:08:03 2011 (r225905) @@ -9,8 +9,8 @@ handbook. Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. -NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: - FreeBSD 9.x has many debugging features turned on, in both the kernel +NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: + FreeBSD 10.x has many debugging features turned on, in both the kernel and userland. These features attempt to detect incorrect use of system primitives, and encourage loud failure through extra sanity checking and fail stop semantics. They also substantially impact @@ -22,6 +22,22 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110923: + The stable/9 branch created in subversion. This corresponds to the + RELENG_9 branch in CVS. + +20110913: + This commit modifies vfs_register() so that it uses a hash + calculation to set vfc_typenum, which is enabled by default. + The first time a system is booted after this change, the + vfc_typenum values will change for all file systems. The + main effect of this is a change to the NFS server file handles + for file systems that use vfc_typenum in their fsid, such as ZFS. + It will, however, prevent vfc_typenum from changing when file + systems are loaded in a different order for subsequent reboots. + To disable this, you can set vfs.typenumhash=0 in /boot/loader.conf + until you are ready to remount all NFS clients after a reboot. + 20110828: Bump the shared library version numbers for libraries that do not use symbol versioning, have changed the ABI compared Modified: projects/zfsd/head/bin/ls/ls.1 ============================================================================== --- projects/zfsd/head/bin/ls/ls.1 Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ls/ls.1 Sat Oct 1 16:08:03 2011 (r225905) @@ -32,7 +32,7 @@ .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 .\" $FreeBSD$ .\" -.Dd April 4, 2008 +.Dd September 28, 2011 .Dt LS 1 .Os .Sh NAME @@ -357,8 +357,7 @@ option is given, the numeric ID's are displayed. .Pp If the file is a character special or block special file, -the major and minor device numbers for the file are displayed -in the size field. +the device number for the file is displayed in the size field. If the file is a symbolic link the pathname of the linked-to file is preceded by .Dq Li -> . Modified: projects/zfsd/head/bin/ls/ls.c ============================================================================== --- projects/zfsd/head/bin/ls/ls.c Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ls/ls.c Sat Oct 1 16:08:03 2011 (r225905) @@ -563,7 +563,7 @@ display(const FTSENT *p, FTSENT *list, i long maxblock; u_long btotal, labelstrlen, maxinode, maxlen, maxnlink; u_long maxlabelstr; - u_int devstrlen; + u_int sizelen; int maxflags; gid_t maxgroup; uid_t maxuser; @@ -572,7 +572,6 @@ display(const FTSENT *p, FTSENT *list, i int entries, needstats; const char *user, *group; char *flags, *labelstr = NULL; - char buf[STRBUF_SIZEOF(u_quad_t) + 1]; char ngroup[STRBUF_SIZEOF(uid_t) + 1]; char nuser[STRBUF_SIZEOF(gid_t) + 1]; @@ -656,7 +655,8 @@ display(const FTSENT *p, FTSENT *list, i MAKENINES(maxsize); free(jinitmax); } - devstrlen = 0; + d.s_size = 0; + sizelen = 0; flags = NULL; for (cur = list, entries = 0; cur; cur = cur->fts_link) { if (cur->fts_info == FTS_ERR || cur->fts_info == FTS_NS) { @@ -796,14 +796,12 @@ label_out: np->group = &np->data[ulen + 1]; (void)strcpy(np->group, group); - if ((S_ISCHR(sp->st_mode) || - S_ISBLK(sp->st_mode)) && - devstrlen < DEVSTR_HEX_LEN) { - if (minor(sp->st_rdev) > 255 || - minor(sp->st_rdev) < 0) - devstrlen = DEVSTR_HEX_LEN; - else - devstrlen = DEVSTR_LEN; + if (S_ISCHR(sp->st_mode) || + S_ISBLK(sp->st_mode)) { + sizelen = snprintf(NULL, 0, + "%#jx", (uintmax_t)sp->st_rdev); + if (d.s_size < sizelen) + d.s_size = sizelen; } if (f_flags) { @@ -837,23 +835,16 @@ label_out: d.maxlen = maxlen; if (needstats) { d.btotal = btotal; - (void)snprintf(buf, sizeof(buf), "%lu", maxblock); - d.s_block = strlen(buf); + d.s_block = snprintf(NULL, 0, "%lu", maxblock); d.s_flags = maxflags; d.s_label = maxlabelstr; d.s_group = maxgroup; - (void)snprintf(buf, sizeof(buf), "%lu", maxinode); - d.s_inode = strlen(buf); - (void)snprintf(buf, sizeof(buf), "%lu", maxnlink); - d.s_nlink = strlen(buf); - if (f_humanval) - d.s_size = HUMANVALSTR_LEN; - else { - (void)snprintf(buf, sizeof(buf), "%ju", maxsize); - d.s_size = strlen(buf); - } - if (d.s_size < devstrlen) - d.s_size = devstrlen; + d.s_inode = snprintf(NULL, 0, "%lu", maxinode); + d.s_nlink = snprintf(NULL, 0, "%lu", maxnlink); + sizelen = f_humanval ? HUMANVALSTR_LEN : + snprintf(NULL, 0, "%ju", maxsize); + if (d.s_size < sizelen) + d.s_size = sizelen; d.s_user = maxuser; } printfcn(&d); Modified: projects/zfsd/head/bin/ls/ls.h ============================================================================== --- projects/zfsd/head/bin/ls/ls.h Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ls/ls.h Sat Oct 1 16:08:03 2011 (r225905) @@ -36,8 +36,6 @@ #define NO_PRINT 1 #define HUMANVALSTR_LEN 5 -#define DEVSTR_LEN 8 -#define DEVSTR_HEX_LEN 15 extern long blocksize; /* block size units */ Modified: projects/zfsd/head/bin/ls/print.c ============================================================================== --- projects/zfsd/head/bin/ls/print.c Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ls/print.c Sat Oct 1 16:08:03 2011 (r225905) @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include @@ -351,16 +352,8 @@ printaname(const FTSENT *p, u_long inode static void printdev(size_t width, dev_t dev) { - char buf[DEVSTR_HEX_LEN + 1]; - if (minor(dev) > 255 || minor(dev) < 0) - (void)snprintf(buf, sizeof(buf), "%3d, 0x%08x", - major(dev), (u_int)minor(dev)); - else - (void)snprintf(buf, sizeof(buf), "%3d, %3d", - major(dev), minor(dev)); - - (void)printf("%*s ", (u_int)width, buf); + (void)printf("%#*jx ", (u_int)width, (uintmax_t)dev); } static void Modified: projects/zfsd/head/bin/ps/extern.h ============================================================================== --- projects/zfsd/head/bin/ps/extern.h Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ps/extern.h Sat Oct 1 16:08:03 2011 (r225905) @@ -39,63 +39,52 @@ extern fixpt_t ccpu; extern int cflag, eval, fscale, nlistread, rawcpu; extern unsigned long mempages; extern time_t now; -extern int showthreads, sumrusage, termwidth, totwidth; +extern int showthreads, sumrusage, termwidth; extern STAILQ_HEAD(velisthead, varent) varlist; __BEGIN_DECLS -void arguments(KINFO *, VARENT *); -void command(KINFO *, VARENT *); -void cputime(KINFO *, VARENT *); +char *arguments(KINFO *, VARENT *); +char *command(KINFO *, VARENT *); +char *cputime(KINFO *, VARENT *); int donlist(void); -void elapsed(KINFO *, VARENT *); -void elapseds(KINFO *, VARENT *); -void emulname(KINFO *, VARENT *); +char *elapsed(KINFO *, VARENT *); +char *elapseds(KINFO *, VARENT *); +char *emulname(KINFO *, VARENT *); VARENT *find_varentry(VAR *); const char *fmt_argv(char **, char *, size_t); double getpcpu(const KINFO *); -void kvar(KINFO *, VARENT *); -void label(KINFO *, VARENT *); -void loginclass(KINFO *, VARENT *); -void logname(KINFO *, VARENT *); -void longtname(KINFO *, VARENT *); -void lstarted(KINFO *, VARENT *); -void maxrss(KINFO *, VARENT *); -void lockname(KINFO *, VARENT *); -void mwchan(KINFO *, VARENT *); -void nwchan(KINFO *, VARENT *); -void pagein(KINFO *, VARENT *); +char *kvar(KINFO *, VARENT *); +char *label(KINFO *, VARENT *); +char *loginclass(KINFO *, VARENT *); +char *logname(KINFO *, VARENT *); +char *longtname(KINFO *, VARENT *); +char *lstarted(KINFO *, VARENT *); +char *maxrss(KINFO *, VARENT *); +char *lockname(KINFO *, VARENT *); +char *mwchan(KINFO *, VARENT *); +char *nwchan(KINFO *, VARENT *); +char *pagein(KINFO *, VARENT *); void parsefmt(const char *, int); -void pcpu(KINFO *, VARENT *); -void pmem(KINFO *, VARENT *); -void pri(KINFO *, VARENT *); +char *pcpu(KINFO *, VARENT *); +char *pmem(KINFO *, VARENT *); +char *pri(KINFO *, VARENT *); void printheader(void); -void priorityr(KINFO *, VARENT *); -void egroupname(KINFO *, VARENT *); -void rgroupname(KINFO *, VARENT *); -void runame(KINFO *, VARENT *); -void rvar(KINFO *, VARENT *); -int s_comm(KINFO *); -int s_cputime(KINFO *); -int s_label(KINFO *); -int s_loginclass(KINFO *); -int s_logname(KINFO *); -int s_egroupname(KINFO *); -int s_rgroupname(KINFO *); -int s_runame(KINFO *); -int s_systime(KINFO *); -int s_uname(KINFO *); -int s_usertime(KINFO *); +char *priorityr(KINFO *, VARENT *); +char *egroupname(KINFO *, VARENT *); +char *rgroupname(KINFO *, VARENT *); +char *runame(KINFO *, VARENT *); +char *rvar(KINFO *, VARENT *); void showkey(void); -void started(KINFO *, VARENT *); -void state(KINFO *, VARENT *); -void systime(KINFO *, VARENT *); -void tdev(KINFO *, VARENT *); -void tdnam(KINFO *, VARENT *); -void tname(KINFO *, VARENT *); -void ucomm(KINFO *, VARENT *); -void uname(KINFO *, VARENT *); -void upr(KINFO *, VARENT *); -void usertime(KINFO *, VARENT *); -void vsize(KINFO *, VARENT *); -void wchan(KINFO *, VARENT *); +char *started(KINFO *, VARENT *); +char *state(KINFO *, VARENT *); +char *systime(KINFO *, VARENT *); +char *tdev(KINFO *, VARENT *); +char *tdnam(KINFO *, VARENT *); +char *tname(KINFO *, VARENT *); +char *ucomm(KINFO *, VARENT *); +char *uname(KINFO *, VARENT *); +char *upr(KINFO *, VARENT *); +char *usertime(KINFO *, VARENT *); +char *vsize(KINFO *, VARENT *); +char *wchan(KINFO *, VARENT *); __END_DECLS Modified: projects/zfsd/head/bin/ps/keyword.c ============================================================================== --- projects/zfsd/head/bin/ps/keyword.c Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ps/keyword.c Sat Oct 1 16:08:03 2011 (r225905) @@ -57,178 +57,116 @@ static int vcmp(const void *, const voi #define KOFF(x) offsetof(struct kinfo_proc, x) #define ROFF(x) offsetof(struct rusage, x) -#define EMULLEN 13 /* enough for "FreeBSD ELF32" */ #define LWPFMT "d" -#define LWPLEN 6 #define NLWPFMT "d" -#define NLWPLEN 4 #define UIDFMT "u" -#define UIDLEN 5 #define PIDFMT "d" -#define PIDLEN 5 -#define USERLEN (MAXLOGNAME - 1) /* PLEASE KEEP THE TABLE BELOW SORTED ALPHABETICALLY!!! */ static VAR var[] = { - {"%cpu", "%CPU", NULL, 0, pcpu, NULL, 5, 0, CHAR, NULL, 0}, - {"%mem", "%MEM", NULL, 0, pmem, NULL, 4, 0, CHAR, NULL, 0}, - {"acflag", "ACFLG", NULL, 0, kvar, NULL, 3, KOFF(ki_acflag), USHORT, - "x", 0}, - {"acflg", "", "acflag", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"args", "COMMAND", NULL, COMM|LJUST|USER, arguments, NULL, 16, 0, + {"%cpu", "%CPU", NULL, 0, pcpu, 0, CHAR, NULL, 0}, + {"%mem", "%MEM", NULL, 0, pmem, 0, CHAR, NULL, 0}, + {"acflag", "ACFLG", NULL, 0, kvar, KOFF(ki_acflag), USHORT, "x", 0}, + {"acflg", "", "acflag", 0, NULL, 0, CHAR, NULL, 0}, + {"args", "COMMAND", NULL, COMM|LJUST|USER, arguments, 0, CHAR, NULL, 0}, - {"blocked", "", "sigmask", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"caught", "", "sigcatch", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"class", "CLASS", NULL, LJUST, loginclass, s_loginclass, - MAXLOGNAME-1, 0, CHAR, NULL, 0}, - {"comm", "COMMAND", NULL, LJUST, ucomm, s_comm, - COMMLEN + TDNAMLEN + 1, 0, CHAR, NULL, 0}, - {"command", "COMMAND", NULL, COMM|LJUST|USER, command, NULL, 16, 0, + {"blocked", "", "sigmask", 0, NULL, 0, CHAR, NULL, 0}, + {"caught", "", "sigcatch", 0, NULL, 0, CHAR, NULL, 0}, + {"class", "CLASS", NULL, LJUST, loginclass, 0, CHAR, NULL, 0}, + {"comm", "COMMAND", NULL, LJUST, ucomm, 0, CHAR, NULL, 0}, + {"command", "COMMAND", NULL, COMM|LJUST|USER, command, 0, CHAR, NULL, 0}, - {"cpu", "CPU", NULL, 0, kvar, NULL, 3, KOFF(ki_estcpu), UINT, "d", - 0}, - {"cputime", "", "time", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"egid", "", "gid", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"egroup", "", "group", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"emul", "EMUL", NULL, LJUST, emulname, NULL, EMULLEN, 0, CHAR, - NULL, 0}, - {"etime", "ELAPSED", NULL, USER, elapsed, NULL, 12, 0, CHAR, NULL, 0}, - {"etimes", "ELAPSED", NULL, USER, elapseds, NULL, 12, 0, CHAR, NULL, 0}, - {"euid", "", "uid", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"f", "F", NULL, 0, kvar, NULL, 8, KOFF(ki_flag), INT, "x", 0}, - {"flags", "", "f", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"gid", "GID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_groups), - UINT, UIDFMT, 0}, - {"group", "GROUP", NULL, LJUST, egroupname, s_egroupname, - USERLEN, 0, CHAR, NULL, 0}, - {"ignored", "", "sigignore", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"inblk", "INBLK", NULL, USER, rvar, NULL, 4, ROFF(ru_inblock), LONG, - "ld", 0}, - {"inblock", "", "inblk", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"jid", "JID", NULL, 0, kvar, NULL, 6, KOFF(ki_jid), INT, "d", 0}, - {"jobc", "JOBC", NULL, 0, kvar, NULL, 4, KOFF(ki_jobc), SHORT, "d", - 0}, - {"ktrace", "KTRACE", NULL, 0, kvar, NULL, 8, KOFF(ki_traceflag), INT, - "x", 0}, - {"label", "LABEL", NULL, LJUST, label, s_label, SHRT_MAX, 0, CHAR, - NULL, 0}, - {"lim", "LIM", NULL, 0, maxrss, NULL, 5, 0, CHAR, NULL, 0}, - {"lockname", "LOCK", NULL, LJUST, lockname, NULL, 6, 0, CHAR, NULL, - 0}, - {"login", "LOGIN", NULL, LJUST, logname, s_logname, MAXLOGNAME-1, - 0, CHAR, NULL, 0}, - {"logname", "", "login", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"lstart", "STARTED", NULL, LJUST|USER, lstarted, NULL, 28, 0, CHAR, - NULL, 0}, - {"lwp", "LWP", NULL, 0, kvar, NULL, LWPLEN, KOFF(ki_tid), UINT, - LWPFMT, 0}, - {"majflt", "MAJFLT", NULL, USER, rvar, NULL, 4, ROFF(ru_majflt), - LONG, "ld", 0}, - {"minflt", "MINFLT", NULL, USER, rvar, NULL, 4, ROFF(ru_minflt), - LONG, "ld", 0}, - {"msgrcv", "MSGRCV", NULL, USER, rvar, NULL, 4, ROFF(ru_msgrcv), - LONG, "ld", 0}, - {"msgsnd", "MSGSND", NULL, USER, rvar, NULL, 4, ROFF(ru_msgsnd), - LONG, "ld", 0}, - {"mwchan", "MWCHAN", NULL, LJUST, mwchan, NULL, 6, 0, CHAR, NULL, 0}, - {"ni", "", "nice", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"nice", "NI", NULL, 0, kvar, NULL, 2, KOFF(ki_nice), CHAR, "d", - 0}, - {"nivcsw", "NIVCSW", NULL, USER, rvar, NULL, 5, ROFF(ru_nivcsw), - LONG, "ld", 0}, - {"nlwp", "NLWP", NULL, 0, kvar, NULL, NLWPLEN, KOFF(ki_numthreads), - UINT, NLWPFMT, 0}, - {"nsignals", "", "nsigs", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"nsigs", "NSIGS", NULL, USER, rvar, NULL, 4, ROFF(ru_nsignals), - LONG, "ld", 0}, - {"nswap", "NSWAP", NULL, USER, rvar, NULL, 4, ROFF(ru_nswap), - LONG, "ld", 0}, - {"nvcsw", "NVCSW", NULL, USER, rvar, NULL, 5, ROFF(ru_nvcsw), - LONG, "ld", 0}, - {"nwchan", "NWCHAN", NULL, LJUST, nwchan, NULL, sizeof(void *) * 2, 0, - CHAR, NULL, 0}, - {"oublk", "OUBLK", NULL, USER, rvar, NULL, 4, ROFF(ru_oublock), - LONG, "ld", 0}, - {"oublock", "", "oublk", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"paddr", "PADDR", NULL, 0, kvar, NULL, sizeof(void *) * 2, - KOFF(ki_paddr), KPTR, "lx", 0}, - {"pagein", "PAGEIN", NULL, USER, pagein, NULL, 6, 0, CHAR, NULL, 0}, - {"pcpu", "", "%cpu", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"pending", "", "sig", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"pgid", "PGID", NULL, 0, kvar, NULL, PIDLEN, KOFF(ki_pgid), UINT, - PIDFMT, 0}, - {"pid", "PID", NULL, 0, kvar, NULL, PIDLEN, KOFF(ki_pid), UINT, - PIDFMT, 0}, - {"pmem", "", "%mem", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"ppid", "PPID", NULL, 0, kvar, NULL, PIDLEN, KOFF(ki_ppid), UINT, - PIDFMT, 0}, - {"pri", "PRI", NULL, 0, pri, NULL, 3, 0, CHAR, NULL, 0}, - {"re", "RE", NULL, INF127, kvar, NULL, 3, KOFF(ki_swtime), UINT, "d", - 0}, - {"rgid", "RGID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_rgid), - UINT, UIDFMT, 0}, - {"rgroup", "RGROUP", NULL, LJUST, rgroupname, s_rgroupname, - USERLEN, 0, CHAR, NULL, 0}, - {"rss", "RSS", NULL, 0, kvar, NULL, 6, KOFF(ki_rssize), PGTOK, "ld", 0}, - {"rtprio", "RTPRIO", NULL, 0, priorityr, NULL, 7, KOFF(ki_pri), CHAR, - NULL, 0}, - {"ruid", "RUID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_ruid), - UINT, UIDFMT, 0}, - {"ruser", "RUSER", NULL, LJUST, runame, s_runame, USERLEN, - 0, CHAR, NULL, 0}, - {"sid", "SID", NULL, 0, kvar, NULL, PIDLEN, KOFF(ki_sid), UINT, - PIDFMT, 0}, - {"sig", "PENDING", NULL, 0, kvar, NULL, 8, KOFF(ki_siglist), INT, - "x", 0}, - {"sigcatch", "CAUGHT", NULL, 0, kvar, NULL, 8, KOFF(ki_sigcatch), - UINT, "x", 0}, - {"sigignore", "IGNORED", NULL, 0, kvar, NULL, 8, KOFF(ki_sigignore), + {"cpu", "CPU", NULL, 0, kvar, KOFF(ki_estcpu), UINT, "d", 0}, + {"cputime", "", "time", 0, NULL, 0, CHAR, NULL, 0}, + {"egid", "", "gid", 0, NULL, 0, CHAR, NULL, 0}, + {"egroup", "", "group", 0, NULL, 0, CHAR, NULL, 0}, + {"emul", "EMUL", NULL, LJUST, emulname, 0, CHAR, NULL, 0}, + {"etime", "ELAPSED", NULL, USER, elapsed, 0, CHAR, NULL, 0}, + {"etimes", "ELAPSED", NULL, USER, elapseds, 0, CHAR, NULL, 0}, + {"euid", "", "uid", 0, NULL, 0, CHAR, NULL, 0}, + {"f", "F", NULL, 0, kvar, KOFF(ki_flag), INT, "x", 0}, + {"flags", "", "f", 0, NULL, 0, CHAR, NULL, 0}, + {"gid", "GID", NULL, 0, kvar, KOFF(ki_groups), UINT, UIDFMT, 0}, + {"group", "GROUP", NULL, LJUST, egroupname, 0, CHAR, NULL, 0}, + {"ignored", "", "sigignore", 0, NULL, 0, CHAR, NULL, 0}, + {"inblk", "INBLK", NULL, USER, rvar, ROFF(ru_inblock), LONG, "ld", 0}, + {"inblock", "", "inblk", 0, NULL, 0, CHAR, NULL, 0}, + {"jid", "JID", NULL, 0, kvar, KOFF(ki_jid), INT, "d", 0}, + {"jobc", "JOBC", NULL, 0, kvar, KOFF(ki_jobc), SHORT, "d", 0}, + {"ktrace", "KTRACE", NULL, 0, kvar, KOFF(ki_traceflag), INT, "x", 0}, + {"label", "LABEL", NULL, LJUST, label, 0, CHAR, NULL, 0}, + {"lim", "LIM", NULL, 0, maxrss, 0, CHAR, NULL, 0}, + {"lockname", "LOCK", NULL, LJUST, lockname, 0, CHAR, NULL, 0}, + {"login", "LOGIN", NULL, LJUST, logname, 0, CHAR, NULL, 0}, + {"logname", "", "login", 0, NULL, 0, CHAR, NULL, 0}, + {"lstart", "STARTED", NULL, LJUST|USER, lstarted, 0, CHAR, NULL, 0}, + {"lwp", "LWP", NULL, 0, kvar, KOFF(ki_tid), UINT, LWPFMT, 0}, + {"majflt", "MAJFLT", NULL, USER, rvar, ROFF(ru_majflt), LONG, "ld", 0}, + {"minflt", "MINFLT", NULL, USER, rvar, ROFF(ru_minflt), LONG, "ld", 0}, + {"msgrcv", "MSGRCV", NULL, USER, rvar, ROFF(ru_msgrcv), LONG, "ld", 0}, + {"msgsnd", "MSGSND", NULL, USER, rvar, ROFF(ru_msgsnd), LONG, "ld", 0}, + {"mwchan", "MWCHAN", NULL, LJUST, mwchan, 0, CHAR, NULL, 0}, + {"ni", "", "nice", 0, NULL, 0, CHAR, NULL, 0}, + {"nice", "NI", NULL, 0, kvar, KOFF(ki_nice), CHAR, "d", 0}, + {"nivcsw", "NIVCSW", NULL, USER, rvar, ROFF(ru_nivcsw), LONG, "ld", 0}, + {"nlwp", "NLWP", NULL, 0, kvar, KOFF(ki_numthreads), UINT, NLWPFMT, 0}, + {"nsignals", "", "nsigs", 0, NULL, 0, CHAR, NULL, 0}, + {"nsigs", "NSIGS", NULL, USER, rvar, ROFF(ru_nsignals), LONG, "ld", 0}, + {"nswap", "NSWAP", NULL, USER, rvar, ROFF(ru_nswap), LONG, "ld", 0}, + {"nvcsw", "NVCSW", NULL, USER, rvar, ROFF(ru_nvcsw), LONG, "ld", 0}, + {"nwchan", "NWCHAN", NULL, LJUST, nwchan, 0, CHAR, NULL, 0}, + {"oublk", "OUBLK", NULL, USER, rvar, ROFF(ru_oublock), LONG, "ld", 0}, + {"oublock", "", "oublk", 0, NULL, 0, CHAR, NULL, 0}, + {"paddr", "PADDR", NULL, 0, kvar, KOFF(ki_paddr), KPTR, "lx", 0}, + {"pagein", "PAGEIN", NULL, USER, pagein, 0, CHAR, NULL, 0}, + {"pcpu", "", "%cpu", 0, NULL, 0, CHAR, NULL, 0}, + {"pending", "", "sig", 0, NULL, 0, CHAR, NULL, 0}, + {"pgid", "PGID", NULL, 0, kvar, KOFF(ki_pgid), UINT, PIDFMT, 0}, + {"pid", "PID", NULL, 0, kvar, KOFF(ki_pid), UINT, PIDFMT, 0}, + {"pmem", "", "%mem", 0, NULL, 0, CHAR, NULL, 0}, + {"ppid", "PPID", NULL, 0, kvar, KOFF(ki_ppid), UINT, PIDFMT, 0}, + {"pri", "PRI", NULL, 0, pri, 0, CHAR, NULL, 0}, + {"re", "RE", NULL, INF127, kvar, KOFF(ki_swtime), UINT, "d", 0}, + {"rgid", "RGID", NULL, 0, kvar, KOFF(ki_rgid), UINT, UIDFMT, 0}, + {"rgroup", "RGROUP", NULL, LJUST, rgroupname, 0, CHAR, NULL, 0}, + {"rss", "RSS", NULL, 0, kvar, KOFF(ki_rssize), PGTOK, "ld", 0}, + {"rtprio", "RTPRIO", NULL, 0, priorityr, KOFF(ki_pri), CHAR, NULL, 0}, + {"ruid", "RUID", NULL, 0, kvar, KOFF(ki_ruid), UINT, UIDFMT, 0}, + {"ruser", "RUSER", NULL, LJUST, runame, 0, CHAR, NULL, 0}, + {"sid", "SID", NULL, 0, kvar, KOFF(ki_sid), UINT, PIDFMT, 0}, + {"sig", "PENDING", NULL, 0, kvar, KOFF(ki_siglist), INT, "x", 0}, + {"sigcatch", "CAUGHT", NULL, 0, kvar, KOFF(ki_sigcatch), UINT, "x", 0}, + {"sigignore", "IGNORED", NULL, 0, kvar, KOFF(ki_sigignore), UINT, "x", 0}, - {"sigmask", "BLOCKED", NULL, 0, kvar, NULL, 8, KOFF(ki_sigmask), - UINT, "x", 0}, - {"sl", "SL", NULL, INF127, kvar, NULL, 3, KOFF(ki_slptime), UINT, "d", - 0}, - {"start", "STARTED", NULL, LJUST|USER, started, NULL, 7, 0, CHAR, NULL, - 0}, - {"stat", "", "state", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"state", "STAT", NULL, 0, state, NULL, 4, 0, CHAR, NULL, 0}, - {"svgid", "SVGID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_svgid), - UINT, UIDFMT, 0}, - {"svuid", "SVUID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_svuid), - UINT, UIDFMT, 0}, - {"systime", "SYSTIME", NULL, USER, systime, s_systime, 15, 0, CHAR, - NULL, 0}, - {"tdaddr", "TDADDR", NULL, 0, kvar, NULL, sizeof(void *) * 2, - KOFF(ki_tdaddr), KPTR, "lx", 0}, - {"tdev", "TDEV", NULL, 0, tdev, NULL, 5, 0, CHAR, NULL, 0}, - {"tdnam", "TDNAM", NULL, LJUST, tdnam, NULL, COMMLEN, 0, CHAR, NULL, 0}, - {"time", "TIME", NULL, USER, cputime, s_cputime, 15, 0, CHAR, - NULL, 0}, - {"tpgid", "TPGID", NULL, 0, kvar, NULL, 4, KOFF(ki_tpgid), UINT, - PIDFMT, 0}, - {"tsid", "TSID", NULL, 0, kvar, NULL, PIDLEN, KOFF(ki_tsid), UINT, - PIDFMT, 0}, - {"tsiz", "TSIZ", NULL, 0, kvar, NULL, 4, KOFF(ki_tsize), PGTOK, "ld", 0}, - {"tt", "TT ", NULL, 0, tname, NULL, 4, 0, CHAR, NULL, 0}, - {"tty", "TTY", NULL, LJUST, longtname, NULL, 8, 0, CHAR, NULL, 0}, - {"ucomm", "UCOMM", NULL, LJUST, ucomm, s_comm, - COMMLEN + TDNAMLEN + 1, 0, CHAR, NULL, 0}, - {"uid", "UID", NULL, 0, kvar, NULL, UIDLEN, KOFF(ki_uid), UINT, - UIDFMT, 0}, - {"upr", "UPR", NULL, 0, upr, NULL, 3, 0, CHAR, NULL, 0}, - {"uprocp", "UPROCP", NULL, 0, kvar, NULL, sizeof(void *) * 2, - KOFF(ki_paddr), KPTR, "lx", 0}, - {"user", "USER", NULL, LJUST, uname, s_uname, USERLEN, 0, CHAR, - NULL, 0}, - {"usertime", "USERTIME", NULL, USER, usertime, s_usertime, 15, 0, - CHAR, NULL, 0}, - {"usrpri", "", "upr", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"vsize", "", "vsz", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, - {"vsz", "VSZ", NULL, 0, vsize, NULL, 6, 0, CHAR, NULL, 0}, - {"wchan", "WCHAN", NULL, LJUST, wchan, NULL, 6, 0, CHAR, NULL, 0}, - {"xstat", "XSTAT", NULL, 0, kvar, NULL, 4, KOFF(ki_xstat), USHORT, - "x", 0}, - {"", NULL, NULL, 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, + {"sigmask", "BLOCKED", NULL, 0, kvar, KOFF(ki_sigmask), UINT, "x", 0}, + {"sl", "SL", NULL, INF127, kvar, KOFF(ki_slptime), UINT, "d", 0}, + {"start", "STARTED", NULL, LJUST|USER, started, 0, CHAR, NULL, 0}, + {"stat", "", "state", 0, NULL, 0, CHAR, NULL, 0}, + {"state", "STAT", NULL, LJUST, state, 0, CHAR, NULL, 0}, + {"svgid", "SVGID", NULL, 0, kvar, KOFF(ki_svgid), UINT, UIDFMT, 0}, + {"svuid", "SVUID", NULL, 0, kvar, KOFF(ki_svuid), UINT, UIDFMT, 0}, + {"systime", "SYSTIME", NULL, USER, systime, 0, CHAR, NULL, 0}, + {"tdaddr", "TDADDR", NULL, 0, kvar, KOFF(ki_tdaddr), KPTR, "lx", 0}, + {"tdev", "TDEV", NULL, 0, tdev, 0, CHAR, NULL, 0}, + {"tdnam", "TDNAM", NULL, LJUST, tdnam, 0, CHAR, NULL, 0}, + {"time", "TIME", NULL, USER, cputime, 0, CHAR, NULL, 0}, + {"tpgid", "TPGID", NULL, 0, kvar, KOFF(ki_tpgid), UINT, PIDFMT, 0}, + {"tsid", "TSID", NULL, 0, kvar, KOFF(ki_tsid), UINT, PIDFMT, 0}, + {"tsiz", "TSIZ", NULL, 0, kvar, KOFF(ki_tsize), PGTOK, "ld", 0}, + {"tt", "TT ", NULL, 0, tname, 0, CHAR, NULL, 0}, + {"tty", "TTY", NULL, LJUST, longtname, 0, CHAR, NULL, 0}, + {"ucomm", "UCOMM", NULL, LJUST, ucomm, 0, CHAR, NULL, 0}, + {"uid", "UID", NULL, 0, kvar, KOFF(ki_uid), UINT, UIDFMT, 0}, + {"upr", "UPR", NULL, 0, upr, 0, CHAR, NULL, 0}, + {"uprocp", "UPROCP", NULL, 0, kvar, KOFF(ki_paddr), KPTR, "lx", 0}, + {"user", "USER", NULL, LJUST, uname, 0, CHAR, NULL, 0}, + {"usertime", "USERTIME", NULL, USER, usertime, 0, CHAR, NULL, 0}, + {"usrpri", "", "upr", 0, NULL, 0, CHAR, NULL, 0}, + {"vsize", "", "vsz", 0, NULL, 0, CHAR, NULL, 0}, + {"vsz", "VSZ", NULL, 0, vsize, 0, CHAR, NULL, 0}, + {"wchan", "WCHAN", NULL, LJUST, wchan, 0, CHAR, NULL, 0}, + {"xstat", "XSTAT", NULL, 0, kvar, KOFF(ki_xstat), USHORT, "x", 0}, + {"", NULL, NULL, 0, NULL, 0, CHAR, NULL, 0}, }; void Modified: projects/zfsd/head/bin/ps/print.c ============================================================================== --- projects/zfsd/head/bin/ps/print.c Sat Oct 1 15:10:33 2011 (r225904) +++ projects/zfsd/head/bin/ps/print.c Sat Oct 1 16:08:03 2011 (r225905) @@ -64,6 +64,9 @@ __FBSDID("$FreeBSD$"); #include "ps.h" +#define COMMAND_WIDTH 16 +#define ARGUMENTS_WIDTH 16 + #define ps_pgtok(a) (((a) * getpagesize()) / 1024) void @@ -93,53 +96,42 @@ printheader(void) (void)putchar('\n'); } -void +char * arguments(KINFO *k, VARENT *ve) { VAR *v; - int left; - char *cp, *vis_args; + char *vis_args; v = ve->var; if ((vis_args = malloc(strlen(k->ki_args) * 4 + 1)) == NULL) errx(1, "malloc failed"); strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); - if (STAILQ_NEXT(ve, next_ve) == NULL) { - /* last field */ - if (termwidth == UNLIMITED) { - (void)printf("%s", vis_args); - } else { - left = termwidth - (totwidth - v->width); - if (left < 1) /* already wrapped, just use std width */ - left = v->width; - for (cp = vis_args; --left >= 0 && *cp != '\0';) - (void)putchar(*cp++); - } - } else { - (void)printf("%-*.*s", v->width, v->width, vis_args); - } - free(vis_args); + + if (STAILQ_NEXT(ve, next_ve) != NULL && strlen(vis_args) > ARGUMENTS_WIDTH) + vis_args[ARGUMENTS_WIDTH] = '\0'; + + return (vis_args); } -void +char * command(KINFO *k, VARENT *ve) { VAR *v; - int left; - char *cp, *vis_env, *vis_args; + char *vis_args, *vis_env, *str; v = ve->var; if (cflag) { /* If it is the last field, then don't pad */ if (STAILQ_NEXT(ve, next_ve) == NULL) { - if (k->ki_d.prefix) - (void)printf("%s", k->ki_d.prefix); - (void)printf("%s", k->ki_p->ki_comm); - if (showthreads && k->ki_p->ki_numthreads > 1) - (void)printf("/%s", k->ki_p->ki_tdname); + asprintf(&str, "%s%s%s%s", + k->ki_d.prefix ? k->ki_d.prefix : "", + k->ki_p->ki_comm, + (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", + (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : ""); } else - (void)printf("%-*s", v->width, k->ki_p->ki_comm); - return; + str = strdup(k->ki_p->ki_comm); + + return (str); } if ((vis_args = malloc(strlen(k->ki_args) * 4 + 1)) == NULL) errx(1, "malloc failed"); @@ -157,89 +149,84 @@ command(KINFO *k, VARENT *ve) } else vis_env = NULL; - if (termwidth == UNLIMITED) { - if (k->ki_d.prefix) - (void)printf("%s", k->ki_d.prefix); - if (vis_env) - (void)printf("%s ", vis_env); - (void)printf("%s", vis_args); - } else { - left = termwidth - (totwidth - v->width); - if (left < 1) /* already wrapped, just use std width */ - left = v->width; - if ((cp = k->ki_d.prefix) != NULL) - while (--left >= 0 && *cp) - (void)putchar(*cp++); - if ((cp = vis_env) != NULL) { - while (--left >= 0 && *cp) - (void)putchar(*cp++); - if (--left >= 0) - putchar(' '); - } - for (cp = vis_args; --left >= 0 && *cp != '\0';) - (void)putchar(*cp++); - } + asprintf(&str, "%s%s%s%s", + k->ki_d.prefix ? k->ki_d.prefix : "", + vis_env ? vis_env : "", + vis_env ? " " : "", + vis_args); + if (vis_env != NULL) free(vis_env); - } else + free(vis_args); + } else { /* ki_d.prefix & ki_env aren't shown for interim fields */ - (void)printf("%-*.*s", v->width, v->width, vis_args); - free(vis_args); + str = vis_args; + + if (strlen(str) > COMMAND_WIDTH) + str[COMMAND_WIDTH] = '\0'; + } + + return (str); } -void +char * ucomm(KINFO *k, VARENT *ve) { - char tmpbuff[COMMLEN + TDNAMLEN + 2]; VAR *v; + char *str; v = ve->var; if (STAILQ_NEXT(ve, next_ve) == NULL) { /* last field, don't pad */ - if (k->ki_d.prefix) - (void)printf("%s", k->ki_d.prefix); - (void)printf("%s", k->ki_p->ki_comm); - if (showthreads && k->ki_p->ki_numthreads > 1) - printf("/%s", k->ki_p->ki_tdname); + asprintf(&str, "%s%s%s%s", + k->ki_d.prefix ? k->ki_d.prefix : "", + k->ki_p->ki_comm, + (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", + (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : ""); } else { - bzero(tmpbuff, sizeof(tmpbuff)); if (showthreads && k->ki_p->ki_numthreads > 1) - sprintf(tmpbuff, "%s/%s", k->ki_p->ki_comm, - k->ki_p->ki_tdname); + asprintf(&str, "%s/%s", k->ki_p->ki_comm, k->ki_p->ki_tdname); else - sprintf(tmpbuff, "%s", k->ki_p->ki_comm); - (void)printf("%-*s", v->width, tmpbuff); + str = strdup(k->ki_p->ki_comm); } + return (str); } -void +char * tdnam(KINFO *k, VARENT *ve) { VAR *v; + char *str; v = ve->var; if (showthreads && k->ki_p->ki_numthreads > 1) - (void)printf("%-*s", v->width, k->ki_p->ki_tdname); + str = strdup(k->ki_p->ki_tdname); else - (void)printf("%-*s", v->width, " "); + str = strdup(" "); + + return (str); } -void +char * logname(KINFO *k, VARENT *ve) { VAR *v; - char *s; v = ve->var; - (void)printf("%-*s", v->width, (s = k->ki_p->ki_login, *s) ? s : "-"); + if (*k->ki_p->ki_login == '\0') + return (NULL); + return (strdup(k->ki_p->ki_login)); } -void +char * state(KINFO *k, VARENT *ve) { int flag, tdflags; - char *cp; + char *cp, *buf; VAR *v; - char buf[16]; + + buf = malloc(16); + if (buf == NULL) + errx(1, "malloc failed"); v = ve->var; flag = k->ki_p->ki_flag; @@ -301,278 +288,270 @@ state(KINFO *k, VARENT *ve) if (flag & P_JAILED) *cp++ = 'J'; *cp = '\0'; - (void)printf("%-*s", v->width, buf); + return (buf); } #define scalepri(x) ((x) - PZERO) -void +char * pri(KINFO *k, VARENT *ve) { VAR *v; + char *str; v = ve->var; - (void)printf("%*d", v->width, scalepri(k->ki_p->ki_pri.pri_level)); + asprintf(&str, "%d", scalepri(k->ki_p->ki_pri.pri_level)); + return (str); } -void +char * upr(KINFO *k, VARENT *ve) { VAR *v; + char *str; v = ve->var; - (void)printf("%*d", v->width, scalepri(k->ki_p->ki_pri.pri_user)); + asprintf(&str, "%d", scalepri(k->ki_p->ki_pri.pri_user)); + return (str); } #undef scalepri -void +char * uname(KINFO *k, VARENT *ve) { VAR *v; v = ve->var; - (void)printf("%-*s", v->width, user_from_uid(k->ki_p->ki_uid, 0)); -} - -int -s_uname(KINFO *k) -{ - return (strlen(user_from_uid(k->ki_p->ki_uid, 0))); + return (strdup(user_from_uid(k->ki_p->ki_uid, 0))); } -void +char * egroupname(KINFO *k, VARENT *ve) { VAR *v; v = ve->var; - (void)printf("%-*s", v->width, - group_from_gid(k->ki_p->ki_groups[0], 0)); -} - -int -s_egroupname(KINFO *k) -{ - return (strlen(group_from_gid(k->ki_p->ki_groups[0], 0))); + return (strdup(group_from_gid(k->ki_p->ki_groups[0], 0))); } -void +char * rgroupname(KINFO *k, VARENT *ve) { VAR *v; v = ve->var; - (void)printf("%-*s", v->width, group_from_gid(k->ki_p->ki_rgid, 0)); -} - -int -s_rgroupname(KINFO *k) -{ - return (strlen(group_from_gid(k->ki_p->ki_rgid, 0))); + return (strdup(group_from_gid(k->ki_p->ki_rgid, 0))); } -void +char * runame(KINFO *k, VARENT *ve) { VAR *v; v = ve->var; - (void)printf("%-*s", v->width, user_from_uid(k->ki_p->ki_ruid, 0)); + return (strdup(user_from_uid(k->ki_p->ki_ruid, 0))); } -int -s_runame(KINFO *k) -{ - return (strlen(user_from_uid(k->ki_p->ki_ruid, 0))); -} - - -void +char * tdev(KINFO *k, VARENT *ve) { VAR *v; dev_t dev; - char buff[16]; + char *str; v = ve->var; dev = k->ki_p->ki_tdev; if (dev == NODEV) - (void)printf("%*s", v->width, "??"); - else { - (void)snprintf(buff, sizeof(buff), - "%d/%d", major(dev), minor(dev)); - (void)printf("%*s", v->width, buff); - } + str = strdup("??"); + else + asprintf(&str, "%#jx", (uintmax_t)dev); + *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***