[BACK]Return to main CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / notes / common

Annotation of src/distrib/notes/common/main, Revision 1.425.2.14.2.5

1.425.2.14.2.  (bouyer     1:): .\"  $NetBSD: main,v 1.425.2.14.2.4 2014/01/13 21:52:12 bouyer Exp $
1.1       ross        2: .\"
1.424     tsutsui     3: .\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
1.1       ross        4: .\" All rights reserved.
                      5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
                     14: .\"
                     15: .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
                     16: .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
                     17: .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
                     18: .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
                     19: .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
                     20: .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
                     21: .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
                     22: .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
                     23: .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
                     24: .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
                     25: .\" POSSIBILITY OF SUCH DAMAGE.
                     26: .\"
                     27: .ig
                     28:
1.394     cegger     29:        To "regenerate" this file, go up one level to src/distrib/notes
1.373     jnemeth    30:        and type "make".  This will create
                     31:        src/distrib/notes/<arch>/INSTALL.*.
                     32:
1.1       ross       33:        The notes that describe the improvements over the last release
                     34:        aren't appropriate for a snapshot, so these are conditional on
                     35:        FOR_RELEASE. 0 == snapshot; 1 == release
                     36: ..
                     37: .
                     38: .tm Processing INSTALL
                     39: .
                     40: .\"    --------------------  CONFIGURATION  --------------------
                     41: .
1.4       perry      42: .nr FOR_RELEASE 1
1.154     ross       43: .nr DOC_XR 1
1.267     gavan      44: .ds MACHINE_LIST acorn26 acorn32 algor alpha amd64 amiga amigappc arc atari
                     45: .as MACHINE_LIST " bebox cats cesfic cobalt dreamcast evbarm evbmips evbppc
1.425     tsutsui    46: .as MACHINE_LIST " evbsh3 ews4800mips hp300 hp700 hpcarm hpcmips hpcsh i386
                     47: .as MACHINE_LIST " ibmnws iyonix landisk luna68k mac68k macppc mipsco mmeye
1.300     tsutsui    48: .as MACHINE_LIST " mvme68k mvmeppc netwinder news68k newsmips next68k ofppc
1.425     tsutsui    49: .as MACHINE_LIST " playstation2 pmax prep rs6000 sandpoint sbmips
1.322     ober       50: .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
1.2       ross       51: .so \*[.CURDIR]/../common/macros
1.78      lukem      52: .
1.425.2.14.2.  (snj       53:): .Dd February 2, 2012
1.1       ross       54: .Dt INSTALL 8
                     55: .Os NetBSD
                     56: .Sh NAME
                     57: .Nm INSTALL
1.78      lukem      58: .Nd Installation procedure for
                     59: .Nx*M .
1.145     jhawk      60: .Sh CONTENTS
                     61: .Tc
1.1       ross       62: .Sh DESCRIPTION
                     63: .
                     64: .Ss About this Document
1.82      lukem      65: .Pp
1.1       ross       66: .
                     67: This document describes the installation procedure for
1.321     wiz        68: .Nx
                     69: \*V on the
1.78      lukem      70: .Em \*M
1.190     lukem      71: platform.
                     72: It is available in four different formats titled
1.1       ross       73: .Pa INSTALL. Ns Ar ext ,
1.13      ross       74: where
1.113     pooka      75: .Ar \&.ext
1.1       ross       76: is one of
1.13      ross       77: .Pa \&.ps , \&.html , \&.more ,
1.78      lukem      78: .No or Pa \&.txt :
                     79: .(tag \&.morex -offset indent
1.1       ross       80: .It Pa \&.ps
                     81: PostScript.
                     82: .It Pa \&.html
1.74      jhawk      83: .No Standard Internet Tn HTML .
1.1       ross       84: .It Pa \&.more
1.82      lukem      85: The enhanced text format used on
                     86: .Ul
                     87: systems by the
1.1       ross       88: .Xr more 1
                     89: and
                     90: .Xr less 1
1.190     lukem      91: pager utility programs.
                     92: This is the format in which the on-line
1.1       ross       93: .Em man
                     94: pages are generally presented.
                     95: .It Pa \&.txt
                     96: Plain old
                     97: .Tn ASCII .
1.78      lukem      98: .tag)
1.1       ross       99: .Pp
                    100: You are reading the
1.13      ross      101: .Em \*[format]
                    102: version.
1.1       ross      103: .
1.304     uwe       104: .if \n[i386]:\n[macppc]:\n[sparc]:\n[sparc64]:\n[amd64] \{\
1.131     mbw       105: .Ss "Quick install notes for the impatient"
                    106: .Pp
                    107: This section contains some brief notes describing what you need to
                    108: install
1.321     wiz       109: .Nx
                    110: \*V on a machine of the \*M architecture.
1.131     mbw       111: .Bl -bullet
                    112: .It
1.396     ad        113: Fetch files needed to install
                    114: .Nx .
1.291     riz       115: .if \n[i386]:\n[amd64] \{\
1.396     ad        116: .Pp
                    117: Option 1: bootable CD-ROM images containing the full distribution.
                    118: .Pp
                    119: These can be found
                    120: on an FTP site near you, usually located in the
1.425.2.1  snj       121: .Pa /pub/NetBSD/iso/
1.396     ad        122: directory.
                    123: Check the NetBSD website for details.
                    124: .Pp
                    125: Option 2: bootable CD-ROM images from
                    126: .Pa \*M/installation/cdrom/ .
                    127: .Pp
                    128: These images are bootable, but do not contain binary sets.
1.425.2.1  snj       129: They are intended for network installs or system repair.
1.396     ad        130: .Pa boot.iso
                    131: is for VGA console installation, and
                    132: .Pa boot-com.iso
                    133: is for installation over serial console (com0, 9600 baud).
                    134: .Pp
                    135: Option 3: boot floppy images from
                    136: .Pa \*M/installation/floppy/ .
                    137: .Pp
1.131     mbw       138: .Pa boot1.fs
                    139: and
                    140: .Pa boot2.fs
1.396     ad        141: are floppy images for VGA console installation.
1.291     riz       142: .Pa boot-com1.fs
                    143: and
                    144: .Pa boot-com2.fs
1.396     ad        145: are for installation via serial console (com0, 9600 baud).
                    146: .It
                    147: The default kernel on CD-ROMs has ACPI enabled.
                    148: This is known to cause issues on a few machines which have buggy ACPI
                    149: implementations.
                    150: .Pp
                    151: To boot with ACPI disabled, choose the "no ACPI" option from the boot menu,
                    152: or interrupt the menu and enter the
                    153: .Nx
                    154: boot prompt.
                    155: Type
                    156: .Ic boot -2
                    157: to boot with ACPI disabled.
1.425.2.4  snj       158: .\} \" amd64:i386
1.203     lukem     159: .if \n[macppc] \{\
1.425.2.4  snj       160: The files depend on which model you
1.190     lukem     161: are using and how you plan to boot your machine.
1.231     mbw       162: For systems with built-in floppy drives (Open Firmware 1 or 2),
                    163: fetch the pair of boot floppy images
1.263     hubertf   164: .Pa macppc/installation/floppy/boot1.fs
1.231     mbw       165: and
1.263     hubertf   166: .Pa macppc/installation/floppy/boot2.fs ,
1.231     mbw       167: which include the bootloader and installation kernel.
                    168: For systems without floppy drives (most are Open Firmware 3), fetch the
                    169: bootloader
1.263     hubertf   170: .Pa macppc/installation/ofwboot.xcf
1.176     mbw       171: and the installation kernel
1.263     hubertf   172: .Pa macppc/binary/kernel/netbsd-GENERIC_MD.gz .
1.231     mbw       173: If you have a CD-R, you can fetch the CD image,
1.319     martin    174: .Pa macppccd-\*V.iso .
1.131     mbw       175: .\}
1.203     lukem     176: .if \n[sparc] \{\
1.396     ad        177: Fetch a CD image,
1.319     martin    178: .Pa sparccd-\*V.iso
1.131     mbw       179: or the floppy disk images,
1.263     hubertf   180: .Pa sparc/install/floppy/disk1.gz No and Pa sparc/install/floppy/disk2 .
1.132     mbw       181: You need either the pair of floppies or the CD to boot your system.
                    182: .\}
1.257     mbw       183: .if \n[sparc64] \{\
1.425.2.1  snj       184: This is either a CD image,
1.319     martin    185: .Pa sparc64cd-\*V.iso
1.257     mbw       186: or the installation kernel and bootloader,
1.263     hubertf   187: .Pa sparc64/binary/kernel/netbsd-INSTALL.gz No and Pa sparc64/installation/misc/ofwboot
1.257     mbw       188: which can be booted from a
                    189: .Tn Solaris
                    190: or
                    191: .Nx
                    192: partition.
                    193: .\}
                    194: .if \n[macppc]:\n[sparc]:\n[sparc64] \{\
1.231     mbw       195: Alternatively, you may netboot the installation kernel.  This process is
                    196: covered below, in detail.
1.131     mbw       197: .\}
                    198: .It
                    199: The actual binary distribution is in the
1.263     hubertf   200: .Pa \*M/binary/sets/
1.131     mbw       201: directory.
                    202: When you boot the install
1.396     ad        203: .if \n[i386] CD-ROM or floppies,
1.231     mbw       204: .if \n[macppc] kernel from floppies, hard drive, or CD-ROM,
1.203     lukem     205: .if \n[sparc] floppies or CD-ROM,
1.257     mbw       206: .if \n[sparc64] CD-ROM or installation kernel,
1.131     mbw       207: the installation program
1.425.2.1  snj       208: can fetch these files for you (using e.g. ftp)
1.131     mbw       209: if you have a network connection.
                    210: There are several other methods to get the binary sets onto
1.149     mbw       211: your machine.
1.131     mbw       212: .Pp
                    213: You will at a minimum need
1.291     riz       214: .ie \n[i386]:\n[amd64] \{\
1.131     mbw       215: one of the kernel sets, typically
1.182     grant     216: .Pa kern-GENERIC.tgz ,
1.131     mbw       217: as well as
                    218: .\}
                    219: .el \{\
                    220: the following sets:
1.257     mbw       221: .Pa kern-GENERIC.tgz ,
1.131     mbw       222: .\}
                    223: .Pa base.tgz
                    224: and
                    225: .Pa etc.tgz .
                    226: In a typical workstation installation you will probably want
                    227: all the installation sets.
1.396     ad        228: .ie \n[i386]:\n[amd64] \{\
1.131     mbw       229: .It
1.396     ad        230: Write the CD-ROM images or floppy images out.
                    231: .Pp
                    232: Many commercial and freeware programs are available to burn CD-ROMs.
                    233: .Pp
1.131     mbw       234: If you have problems writing a raw image to a floppy,
                    235: the
                    236: .Ic rawrite.exe
                    237: MS-DOS program
                    238: or the
1.425.2.11  snj       239: .Ic Rawrite32
                    240: Windows32 program (installed by
                    241: .Pa rawr32.exe )
1.131     mbw       242: in the
1.263     hubertf   243: .Pa i386/installation/misc/
1.131     mbw       244: directory may be of help.
                    245: .\}
1.304     uwe       246: .if \n[macppc] \{\
1.131     mbw       247: .It
1.231     mbw       248: If your \*M has a floppy drive, create the pair of boot floppies using
                    249: .Ic suntar
                    250: (MacOS 9),
                    251: .Ic rawrite
                    252: (Windows), or
                    253: .Ic dd
                    254: (any
                    255: .Ul
                    256: system with floppy support).  If your system has Open Firmware 3, drag
1.220     lukem     257: .Pa ofwboot.xcf No and Pa netbsd-GENERIC_MD.gz
1.190     lukem     258: to your hard drive icon (the top level of the drive, not the desktop).
1.231     mbw       259: If you are using the CD image, burn it now.
1.131     mbw       260: .\}
1.304     uwe       261: .if \n[sparc] \{\
1.131     mbw       262: .It
1.190     lukem     263: Make sure your sparc's CD-ROM drive is bootable.
                    264: Burn the CD.
                    265: Otherwise, write the floppy images directly to a pair of floppies
                    266: (after uncompressing disk1.gz).
1.131     mbw       267: .\}
1.304     uwe       268: .if \n[sparc64] \{\
1.257     mbw       269: .It
                    270: Burn the CD or put the installation kernel and bootloader
                    271: at the root level of a bootable
                    272: .Tn Solaris
                    273: or
                    274: .Nx
                    275: partition.
                    276: .\}
1.131     mbw       277: .Pp
                    278: The disk(s) you just prepared will be used to boot the installation
                    279: kernel, which contains all the tools required to install
                    280: .Nx .
1.203     lukem     281: .if \n[macppc] \{\
1.131     mbw       282: .It
                    283: Determine your machine's model, quirks, and Open Firmware version from the
                    284: .Nx*M
                    285: Model Support webpage.
1.380     pavel     286: .Lk http://www.NetBSD.org/ports/macppc/models.html
1.131     mbw       287: .Pp
                    288: At present,
                    289: .Nx*M
                    290: cannot exist on the same hard drive as
1.200     scottr    291: .Tn Mac OS
1.231     mbw       292: unless you partition your disk before running the installer.
1.239     mbw       293: Open Firmware versions prior to 3 require a dedicated
1.131     mbw       294: .Nx
1.239     mbw       295: drive \(em you must use the entire disk,
1.190     lukem     296: partitioned with the installation tools.
                    297: Open Firmware version 3 cannot boot into
1.131     mbw       298: .Nx
1.231     mbw       299: on a drive partitioned with the installation tools, you must partition
                    300: your disk before running the installer, then select the
1.131     mbw       301: .Dq Me "Re-install sets or install additional sets"
                    302: option in the installer (selecting the
                    303: .Dq Me "Install NetBSD to hard disk"
                    304: or
                    305: .Dq Me "Upgrade NetBSD on a hard disk"
1.190     lukem     306: options will render your drive unbootable).
                    307: If you are unsure, you may want to read the section below on
1.131     mbw       308: .Sx Partitioning your hard drive for NetBSD
                    309: .It
                    310: For systems with Open Firmware versions prior to 3, you may need to use
                    311: Apple's System Disk utility to enter Open Firmware and use your screen and
1.190     lukem     312: keyboard.
                    313: To enter Open Firmware, hold down the
1.131     mbw       314: .Key COMMAND-OPTION-O-F
1.231     mbw       315: keys after the boot chime starts, but before the chime ends.
1.190     lukem     316: Entering Open Firmware versions prior to 3 is usually the most frustrating
                    317: part of installation \(em you may want to read the section below on
1.131     mbw       318: .Sx Older Open Firmware System Preparation
                    319: .Pp
                    320: You should have the Open Firmware
1.416     tsutsui   321: .Dq Pa "0 \*[Gt]"
1.131     mbw       322: prompt on your screen before attempting to boot
                    323: .Nx*M .
                    324: .\}
1.203     lukem     325: .if \n[macppc] \{\
1.131     mbw       326: .It
1.190     lukem     327: At the Open Firmware prompt, type the command to boot.
1.231     mbw       328: To boot from the installation floppies, the command is
                    329: .Dq Ic "boot fd:0" .
1.149     mbw       330: For the install kernel and bootloader on your hard drive (Open Firmware
                    331: 3), the command is
1.231     mbw       332: .Dq Ic "boot hd:,\eofwboot.xcf netbsd-GENERIC_MD.gz" .
1.131     mbw       333: .Pp
                    334: For boot CDs, the command is something like
1.136     mbw       335: .Dq Ic "boot cd:,\eofwboot.xcf netbsd.macppc"
                    336: (for Open Firmware 3) or
1.149     mbw       337: .Dq Ic "boot scsi-int/sd@3:0 NETBSD.MACPPC"
1.136     mbw       338: (for earlier Open Firmware versions).
                    339: You will need to use the correct case for
                    340: .Ic OFWBOOT.XCF No and Ic NETBSD.MACPPC
1.190     lukem     341: depending on how your version of Open Firmware interprets the ISO
1.191     lukem     342: file system.
1.190     lukem     343: You may need to replace
1.131     mbw       344: .Ic cd
                    345: with
1.245     mbw       346: .Ic "scsi/sd@3 , scsi-int/sd@3 , ata/atapi-disk ,"
1.190     lukem     347: or some other device alias.
                    348: You should also use the Open Firmware
1.131     mbw       349: .Ic dir
                    350: command to confirm that the
                    351: .Nx*M
                    352: kernel is called
1.136     mbw       353: .Pa NETBSD.MACPPC .
1.231     mbw       354: You may want to read the section below on
                    355: .Sx Open Firmware boot syntax
1.131     mbw       356: .\}
1.257     mbw       357: .if \n[sparc]:\n[sparc64] \{\
1.131     mbw       358: .It
1.258     mbw       359: You will need to get to the
                    360: .if \n[sparc] OpenBoot PROM
                    361: .if \n[sparc64] OpenFirmware
1.131     mbw       362: .Dq Ic "ok"
1.190     lukem     363: prompt.
1.425.2.4  snj       364: After your system first powers on and displays some initial information,
1.190     lukem     365: press the
1.131     mbw       366: .Key STOP-A
1.270     mbw       367: keys, or send a BREAK if you're on a serial console.
1.190     lukem     368: At the
1.131     mbw       369: .Dq Ic "ok"
                    370: prompt, type the command to boot your system into
                    371: .Nx .
1.257     mbw       372: .\}
                    373: .if \n[sparc] \{\
1.131     mbw       374: The command to boot from CD is one of the following commands (depending on
                    375: your model):
                    376: .Dq Ic b sd(,30,) ,
                    377: .Dq Ic boot sd(,30,) ,
                    378: or
                    379: .Dq Ic boot cdrom .
                    380: .Pp
                    381: The command to boot from floppy is either
                    382: .Dq Ic boot fd(,,1)
                    383: or
                    384: .Dq Ic boot floppy .
                    385: The installer will prompt you to insert the second floppy when it is ready
                    386: for it.
                    387: .\}
1.257     mbw       388: .if \n[sparc64] \{\
                    389: The command to boot from CD is:
                    390: .Dq Ic boot cdrom .
                    391: The command to boot the
                    392: .Nx
                    393: kernel from a
                    394: .Tn Solaris
                    395: or
                    396: .Nx
                    397: partition depends on which disk and partition it is on.
                    398: To boot from the first partition of the first (primary) disk:
                    399: .Dq Ic "boot disk:a /ofwboot -a" .
                    400: When it asks you for a kernel, specify
                    401: .Dq Ic "netbsd-INSTALL.gz"
                    402: .\}
1.131     mbw       403: .It
1.425.2.4  snj       404: For third-party programs which are not part of the base
                    405: .Nx
                    406: distribution, you will want to explore the
                    407: .Ic pkgsrc
                    408: system with its many thousands of third party software applications.
                    409: .El
                    410: .\}
                    411: .Ss "What is NetBSD?"
                    412: .Pp
                    413: .
                    414: The
                    415: .Nx
                    416: Operating System is a fully functional
                    417: .Tn Open Source
                    418: .Ul
                    419: operating system derived from the University of California, Berkeley
                    420: Networking Release 2 (Net/2), 4.4BSD-Lite, and 4.4BSD-Lite2 sources.
                    421: .Nx
                    422: runs on 57 different system architectures (ports)
                    423: across 15 distinct CPU families, and is being ported to more.
                    424: The
                    425: .Nx
                    426: \*V release contains complete binary releases for many different
                    427: system architectures.
                    428: (A few ports are not fully supported at this time
                    429: and are thus not part of the binary distribution.
                    430: Please see the
                    431: .Nx
                    432: web site at
                    433: .Lk http://www.NetBSD.org/
                    434: for information on them.)
                    435: .Pp
                    436: .Nx
                    437: is a completely integrated system.
                    438: In addition to its highly portable, high performance kernel,
                    439: .nh
                    440: .Nx
                    441: features a complete set of user utilities, compilers for several
                    442: languages, the X Window System, firewall software
                    443: and numerous other tools, all accompanied by full source code.
                    444: .Pp
                    445: .\" XXX Should we include some text here about NetBSD's license
                    446: .\" policies and how commercial-friendly it is?
                    447: .Nx
                    448: is a creation of the members of the Internet community.
                    449: Without the unique cooperation and coordination the net makes
                    450: possible, it's likely that
                    451: .Nx
                    452: wouldn't exist.
                    453: .
                    454: .if \n[FOR_RELEASE] \{\
                    455: .Pp
                    456: The complete list of changes can be found in the
1.425.2.14.2.  (bouyer   457:): CHANGES-5.1.4:
                    458:): .Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-5.1.4/CHANGES-5.1.4
                    459:): file in the top level directory of the NetBSD 5.1.4 release tree. An abbreviated list is as follows:
1.425.2.7  snj       460: .Ss2 Security Advisory Fixes
1.425.2.4  snj       461: .(bullet
1.425.2.14.2.  (bouyer   462:): NetBSD-SA2013-010:
                    463:): .Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-010.txt.asc
                    464:): Use after free in Xserver handling of ImageText requests (CVE-2013-4396)
                    465:): .It
                    466:): NetBSD-SA2013-011:
                    467:): .Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-011.txt.asc
                    468:): embryonic TCP sockets local DoS
                    469:): .It
                    470:): NetBSD-SA2013-012:
                    471:): .Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-012.txt.asc
                    472:): Router Advertisement sysctl local Denial of Service
                    473:): .It
                    474:): NetBSD-SA2014-001:
                    475:): .Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2014-001.txt.asc
                    476:): Stack buffer overflow in libXfont (CVE-2013-6462)
                    477:): .It
                    478:): NetBSD-SA2014-002:
                    479:): .Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2014-002.txt.asc
                    480:): ntpd used as DDoS amplifier
1.425.2.4  snj       481: .bullet)
                    482: .
1.425.2.7  snj       483: .Pp
1.425.2.14.2.  (bouyer   484:): Advisories prior to NetBSD-SA2013-010 do not affect
                    485:): NetBSD 5.1.4:
                    486:): .Lk http://www.NetBSD.org/support/security/patches-5.1.4.html .
1.425.2.4  snj       487: .
1.425.2.7  snj       488: .Ss2 Kernel
1.425.2.4  snj       489: .(bullet
1.425.2.14.2.  (bouyer   490:): Xen: remove a bogus diagostic message spamming the console.  (PR#46313):
                    491:): .Lk http://gnats.netbsd.org/46313
1.425.2.4  snj       492: .bullet)
                    493: .
1.82      lukem     494: .\} \" \n[FOR_RELEASE]
1.1       ross      495: .
1.404     bouyer    496: .Ss "Features to be removed in a later release"
1.425.2.1  snj       497: The following features are to be removed from
1.404     bouyer    498: .Nx
1.425.2.1  snj       499: in the future:
1.404     bouyer    500: .(bullet
1.425.2.2  snj       501: Support for soft dependencies, also knows as soft updates
                    502: (see
                    503: .Dq softdep
                    504: in
                    505: .Xr mount 8 )
                    506: will be removed in the next major release.
                    507: .Pp
1.425.2.1  snj       508: .Nx
                    509: \*V
1.425.2.2  snj       510: includes a preview of WAPBL
1.425.2.1  snj       511: .Pq Write Ahead Physical Block Logging ,
                    512: which will replace soft dependencies in the next major release.
                    513: See
                    514: .Xr wapbl 4
                    515: and
                    516: .Lk http://mail-index.netbsd.org/netbsd-announce/2008/12/14/msg000051.html
                    517: for details.
                    518: .It
1.404     bouyer    519: Support for Xen 2.0.x. The Xen-3 and hypervisor interface is diverging
                    520: from Xen-2 as development is ongoing, increasing the maintenance cost
1.425.2.7  snj       521: for NetBSD.
1.411     tsutsui   522: .Pp
1.404     bouyer    523: It should be considered as deprecated. Users are expected to not rely
                    524: on it any more beyond this major release.
1.411     tsutsui   525: .Pp
1.410     cegger    526: Further, at least version 3.1 of Xen will be required to run NetBSD as
                    527: Dom0 or DomU.
1.411     tsutsui   528: .bullet)
1.404     bouyer    529: .
1.425.2.4  snj       530: .Ss "The NetBSD Foundation"
1.82      lukem     531: .Pp
1.1       ross      532: .
                    533: The
                    534: .Nx
1.425.2.4  snj       535: Foundation is a tax exempt, not-for-profit 501(c)(3) corporation
                    536: that devotes itself to the traditional goals and Spirit of the
1.1       ross      537: .Nx
1.425.2.4  snj       538: Project and owns the trademark of the word
                    539: .Dq NetBSD .
                    540: It supports the design, development, and adoption of
1.1       ross      541: .Nx
1.425.2.4  snj       542: worldwide.
                    543: More information on the
1.1       ross      544: .Nx
1.425.2.4  snj       545: Foundation, its composition, aims, and work can be found at:
                    546: .Lk http://www.NetBSD.org/foundation/
1.1       ross      547: .br_ne 10P
                    548: .
                    549: .Ss "Sources of NetBSD"
1.82      lukem     550: .Pp
1.1       ross      551: .
1.37      lukem     552: Refer to
1.425.2.4  snj       553: .Lk http://www.NetBSD.org/mirrors/
1.1       ross      554: .br_ne 10P
                    555: .
                    556: .Ss "NetBSD \*V Release Contents
1.82      lukem     557: .Pp
1.1       ross      558: .
                    559: The root directory of the
1.321     wiz       560: .Nx
                    561: \*V release is organized as follows:
1.79      lukem     562: .ie \n[FOR_RELEASE] \{\
1.1       ross      563: .Pp
                    564: .Pa .../NetBSD-\*V/
1.112     jhawk     565: .(tag README.files
1.1       ross      566: .It Li CHANGES
1.425.2.4  snj       567: Changes between the 4.0 and 5.0 releases.
1.389     jnemeth   568: .It Li CHANGES-5.0
1.425.2.4  snj       569: Changes between the initial 5.0 branch and final release of 5.0.
1.425.2.7  snj       570: .It Li CHANGES-5.1
                    571: Changes between the 5.0 and 5.1 releases.
1.425.2.14.2.  (snj      572:): .It Li CHANGES-5.1.1
                    573:): Changes between the 5.1 and 5.1.1 releases.
                    574:): .It Li CHANGES-5.1.2
                    575:): Changes between the 5.1.1 and 5.1.2 releases.
          (bouyer   576:): .It Li CHANGES-5.1.3
                    577:): Changes between the 5.1.2 and 5.1.3 releases.
                    578:): .It Li CHANGES-5.1.4
                    579:): Changes between the 5.1.3 and 5.1.4 releases.
1.377     jnemeth   580: .It Li CHANGES.prev
1.425.2.4  snj       581: Changes in previous
1.1       ross      582: .Nx
                    583: releases.
                    584: .It Li LAST_MINUTE
1.425.2.4  snj       585: Last minute changes and notes about the release.
1.1       ross      586: .It Li README.files
                    587: README describing the distribution's contents.
1.82      lukem     588: .It Pa source/
1.1       ross      589: Source distribution sets; see below.
1.78      lukem     590: .tag)
1.1       ross      591: .Pp
                    592: In addition to the files and directories listed above, there is one
                    593: directory per architecture, for each of the architectures for which
1.321     wiz       594: .Nx
                    595: \*V has a binary distribution.
1.1       ross      596: .Pp
                    597: The source distribution sets can be found in subdirectories of the
1.82      lukem     598: .Pa source
1.190     lukem     599: subdirectory of the distribution tree.
                    600: They contain the complete sources to the system.
                    601: The source distribution sets are as follows:
1.78      lukem     602: .(tag sharesrc
                    603: .It Sy gnusrc
                    604: This set contains the
                    605: .Dq gnu
                    606: sources, including the source for the compiler, assembler, groff,
                    607: and the other GNU utilities in the binary distribution sets.
                    608: .It Sy sharesrc
                    609: This set contains the
                    610: .Dq share
                    611: sources, which include the sources for the man pages not associated
1.112     jhawk     612: with any particular program; the sources for the typesettable document
                    613: set; the dictionaries; and more.
1.78      lukem     614: .It Sy src
                    615: This set contains all of the base
1.321     wiz       616: .Nx
                    617: \*V sources which are not in
1.78      lukem     618: .Sy gnusrc ,
                    619: .Sy sharesrc ,
                    620: or
                    621: .Sy syssrc .
                    622: .It Sy syssrc
1.1       ross      623: This set contains the sources to the
1.321     wiz       624: .Nx
1.425.2.1  snj       625: \*V kernel for all architectures as well as the
                    626: .Xr config 1
                    627: utility.
1.78      lukem     628: .It Sy xsrc
                    629: This set contains the sources to the X Window System.
                    630: .tag)
1.1       ross      631: .Pp
1.71      hubertf   632: All the above source sets are located in the
1.1       ross      633: .Pa source/sets
1.71      hubertf   634: subdirectory of the distribution tree.
1.1       ross      635: .Pp
1.190     lukem     636: The source sets are distributed as compressed tar files.
1.207     rafal     637: Except for the
                    638: .Sy pkgsrc
                    639: set, which is traditionally unpacked into
                    640: .Pa /usr/pkgsrc ,
                    641: all sets may be unpacked into
1.1       ross      642: .Pa /usr/src
                    643: with the command:
1.318     hubertf   644: .Dl # Ic "cd / ; tar -zxpf set_name.tgz"
1.82      lukem     645: .Pp
1.78      lukem     646: In each of the source distribution set directories, there are
                    647: files which contain the checksums of the files in the directory:
1.425.2.6  bouyer    648: .(tag SHA512 -offset indent
1.78      lukem     649: .It Li MD5
1.19      ross      650: .Tn MD5
1.425.2.6  bouyer    651: digests in the format produced by the command:
1.194     lukem     652: .br
1.377     jnemeth   653: .Ic cksum -a MD5 Ar file .
                    654: .It Li SHA512
                    655: .Tn SHA512
1.425.2.6  bouyer    656: digests in the format produced by the command:
1.377     jnemeth   657: .br
                    658: .Ic cksum -a SHA512 Ar file .
1.78      lukem     659: .tag)
1.19      ross      660: .Pp
1.425.2.6  bouyer    661: The SHA512 digest is safer, but MD5 checksums are provided so that a wider
                    662: range of operating systems can check the integrity of the release files.
1.78      lukem     663: .\}
                    664: .el \{\
                    665: .Pp
                    666: .Pa \&.../NetBSD-current/tar_files/
1.82      lukem     667: .(item -compact -offset indent
                    668: .Pa pkgsrc.tar.gz
                    669: .It
                    670: .Pa src/*.tar.gz
                    671: .It
                    672: .Pa xsrc/*.tar.gz
                    673: .item)
1.78      lukem     674: .Pp
1.263     hubertf   675: Other directories provide unpacked source trees e.g. for distribution via
                    676: the the software update protocol (SUP) or the
                    677: concurrent version system (CVS). For more information see:
                    678: .Lk http://www.NetBSD.org/mirrors/
1.78      lukem     679: .\}
                    680: .
                    681: .
                    682: .so ../common/contents -----------------------------------------------
                    683: .
                    684: .
                    685: .(Note
                    686: Each directory in the \*M binary distribution also has its
                    687: own checksum files, just as the source distribution does.
1.19      ross      688: .Note)
1.1       ross      689: .br_ne 7P
                    690: .
1.78      lukem     691: .Ss "NetBSD/\*M System Requirements and Supported Devices"
1.1       ross      692: .
                    693: .so hardware -----------------------------------------------
                    694: .br_ne 7P
                    695: .
1.254     cl        696: .if \n[xen] \{.Ss "Installation options"
                    697: .br_ne 7P
                    698: .
                    699: .so instopt -----------------------------------------------
                    700: .\}
                    701: .
1.1       ross      702: .Ss "Getting the NetBSD System on to Useful Media"
                    703: .
                    704: .so xfer -----------------------------------------------
                    705: .br_ne 7P
                    706: .
1.78      lukem     707: .Ss "Preparing your System for NetBSD installation"
1.1       ross      708: .
                    709: .so prep -----------------------------------------------
                    710: .br_ne 7P
                    711: .
1.203     lukem     712: .ie \n[mac68k] .Ss "Installing the NetBSD System (Sysinst Method)"
1.200     scottr    713: .el .Ss "Installing the NetBSD System"
1.1       ross      714: .
                    715: .so install -----------------------------------------------
                    716: .br_ne 7P
                    717: .
                    718: .Ss "Post installation steps"
                    719: .
                    720: .so ../common/postinstall -----------------------------------------------
                    721: .br_ne 7P
                    722: .
                    723: .Ss "Upgrading a previously-installed NetBSD System"
                    724: .
                    725: .so upgrade -----------------------------------------------
                    726: .br_ne 7P
                    727: .
                    728: .Ss "Compatibility Issues With Previous NetBSD Releases"
1.82      lukem     729: .Pp
1.1       ross      730: .
                    731: Users upgrading from previous versions of
                    732: .Nx
                    733: may wish to bear the
                    734: following problems and compatibility issues in mind when upgrading to
1.321     wiz       735: .Nx
1.390     itohy     736: \*V.
1.357     pavel     737: .Pp
1.425.2.14.2.  (snj      738:): Note: None of the items mentioned below are relevant if upgrading from
                    739:): 5.1.
                    740:): They still apply if you are upgrading from a pre-5.1 release, though.
                    741:): .Pp
1.425.2.7  snj       742: If your port uses X.Org and you see messages from the X server indicating
                    743: that no devices were found, you may need to run
                    744: .Ic "X -configure"
                    745: and update your existing xorg.conf to use the BusID line from the
                    746: newly-generated config file.
                    747: .Pp
                    748: Dual-head support for PC systems has become broken for many configurations
                    749: with the update to xorg-server 1.6.x, which has removed the userland PCI
                    750: configuration mechanism, and needs to rely upon the OS.
                    751: We hope to correct this for future releases.
                    752: Workaround: The only workaround is non-trivial and requires programming
                    753: several PCI BAR registers as they previously were in NetBSD 5.0.
                    754: .Pp
                    755: If you are updating to
                    756: .Nx
                    757: \*V
                    758: without the aid of sysinst or postinstall and your port uses X.Org, be sure
                    759: to remove
                    760: .Pa /usr/X11R7/lib/X11/xkb/symbols/pc
                    761: before extracting the xbase set.
                    762: In the version of X.Org shipped with 5.0, this was a directory, but in more
                    763: recent X.Org versions it is a file.
1.425.2.12  sborrill  764: .if \n[i386]:\n[macppc]:\n[sparc]:\n[sparc64]:\n[amd64]:\n[sgimips] \{\
1.425.2.7  snj       765: .Pp
1.425.2.12  sborrill  766: On ports using X.Org, libpixman and libXfont had their major versions bumped.
1.425.2.10  sborrill  767: This can be a source of trouble if using binary packages built on 5.0.x with
                    768: a clean install of \*V (upgrades from 5.0.x will include both old and new
                    769: versions of libpixman and libXfont).
                    770: Compatibility packages have been prepared and are available from:
1.425.2.13  sborrill  771: .Lk ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/\*M/5.0/emulators/compat50-5.1.tgz
1.425.2.10  sborrill  772: (or a convenient mirror).
                    773: This URL can be passed directly to the
                    774: .Xr pkg_add 1
                    775: command.
1.425.2.12  sborrill  776: .\}
1.425.2.7  snj       777: .Pp
                    778: pkg_install now depends on the pkgdb cache for automatic conflict detection.
                    779: It is recommended to rebuild the cache with
                    780: .Pp
                    781: .Dl # Ic "pkg_admin rebuild"
                    782: .Pp
                    783: .Xr audit-packages.conf 5
                    784: has been superseded by
                    785: .Xr pkg_install.conf 5 .
                    786: The default configuration is the same.
                    787: .Pp
                    788: Support for
                    789: .Xr pkg_view 1
                    790: has been retired.
                    791: .Pp
                    792: The functionality of
                    793: .Xr audit-packages 1
                    794: and
                    795: .Xr download-vulnerability-list 1
                    796: has moved into
                    797: .Xr pkg_admin 1 .
                    798: However, wrapper scripts that handle the common use cases are provided.
1.425.2.10  sborrill  799: .Ss2 Issues when running older binaries on NetBSD \*V
1.425.2.7  snj       800: .Pp
1.425.2.4  snj       801: The pthread libraries from previous versions of
                    802: .Nx
                    803: require that the
                    804: .Xr sysctl 3
                    805: node
                    806: .Dv kern.no_sa_support
                    807: be set to
                    808: .Dv 0 .
                    809: This affects the following environments:
                    810: .(bullet
1.425.2.10  sborrill  811: Running a 5.x kernel with an older userland.
1.425.2.4  snj       812: .It
1.425.2.10  sborrill  813: Running an older userland inside a chroot'ed environment on a 5.x system.
1.425.2.4  snj       814: .It
                    815: Running older statically linked pthread applications.
                    816: .bullet)
                    817: .Pp
1.425.2.10  sborrill  818: The 5.x kernel defaults to
1.425.2.4  snj       819: .Dv 0
                    820: for
                    821: .Dv kern.no_sa_support ,
                    822: which covers the first case.
1.425.2.10  sborrill  823: However, please note that a full installation of 5.x
1.425.2.4  snj       824: .Pq either from scratch or through an upgrade
                    825: will set
                    826: .Dv kern.no_sa_support
                    827: to 1 during the boot process.
                    828: This means that for the last two cases, you will have to manually set
                    829: .Dv kern.no_sa_support
                    830: to
                    831: .Dv 0 ,
                    832: using either the
                    833: .Xr sysctl 8
                    834: command or through
                    835: .Xr sysctl.conf 5 .
                    836: .Pp
                    837: Note that
1.357     pavel     838: .Ic sysinst
1.425.2.4  snj       839: will automatically invoke
1.357     pavel     840: .(disp
                    841: postinstall fix
                    842: .disp)
                    843: and thus all issues that are fixed by
                    844: .Ic postinstall
                    845: by default (see below) will be handled.
1.194     lukem     846: .
1.425.2.1  snj       847: .Ss2 Issues affecting an upgrade from NetBSD 3.x releases
1.389     jnemeth   848: See the section below on upgrading from NetBSD 4.x as well.
1.377     jnemeth   849: .Pp
1.357     pavel     850: The following issues can generally be resolved by running
                    851: .Em postinstall
                    852: with the
1.349     jnemeth   853: .Sy etc
1.425.2.1  snj       854: set:
1.349     jnemeth   855: .(disp
                    856: postinstall -s /path/to/etc.tgz check
                    857: postinstall -s /path/to/etc.tgz fix
                    858: .disp)
                    859: .Pp
                    860: Issues fixed by
                    861: .Em postinstall :
                    862: .(bullet -offset indent
                    863: Various files in
                    864: .Pa /etc
                    865: need upgrading.
                    866: These include:
                    867: .(bullet -compact -offset indent
                    868: .Pa /etc/defaults/*
                    869: .It
                    870: .Pa /etc/mtree/*
                    871: .It
                    872: .Pa /etc/daily
                    873: .It
                    874: .Pa /etc/weekly
                    875: .It
                    876: .Pa /etc/monthly
                    877: .It
                    878: .Pa /etc/security
                    879: .It
                    880: .Pa /etc/rc.subr
                    881: .It
                    882: .Pa /etc/rc
                    883: .It
                    884: .Pa /etc/rc.shutdown
                    885: .It
                    886: .Pa /etc/rc.d/*
                    887: .It
                    888: .Pa /etc/envsys.conf
                    889: .bullet)
                    890: .bullet)
                    891: .
                    892: .Pp
                    893: The following issues need to be resolved manually:
                    894: .
                    895: .(bullet -offset indent
                    896: The users
1.360     jnemeth   897: .Sq _proxy ,
1.361     jnemeth   898: .Sq _rwhod ,
1.349     jnemeth   899: and
1.360     jnemeth   900: .Sq _sdpd
1.349     jnemeth   901: and the groups
1.360     jnemeth   902: .Sq _proxy ,
1.361     jnemeth   903: .Sq _rwhod
1.349     jnemeth   904: and
1.360     jnemeth   905: .Sq _sdpd
1.349     jnemeth   906: need to be created and the user
                    907: .Sq uucp
                    908: needs to be updated.
                    909: .It
1.425.2.1  snj       910: A number of things were removed in the
1.349     jnemeth   911: .Nx
1.425.2.1  snj       912: 4.0
                    913: release, including: the evbsh5 port, the Fortran 77 compiler (g77), NETCCITT,
1.349     jnemeth   914: NETNS, Sendmail, Sushi, UUCP, and Vinum.  If you were using any of these,
1.425.2.1  snj       915: please see the "Components removed from NetBSD" at
1.425.2.4  snj       916: .Lk http://www.NetBSD.org/releases/formal-4/NetBSD-4.0.html#removals
1.357     pavel     917: .It
                    918: The replacement of Sendmail by Postfix can be handled automatically by
                    919: .Em postinstall
                    920: but it is not done by default.
                    921: If you want to transition to Postfix, the command
                    922: .(disp
                    923: postinstall -s /path/to/etc.tgz fix mailerconf
                    924: .disp)
                    925: will update your
                    926: .Pa /etc/mailer.conf
                    927: file to use Postfix as the MTA. When using
                    928: .Ic sysinst
                    929: to upgrade the system, it will ask if you want this to be done.
                    930: .Pp
                    931: Note that if you have a customized
                    932: Sendmail setup, you need to set up Postfix in an equivalent way; there
                    933: is no tool for automatic conversion of Sendmail configuration to a
                    934: Postfix one.
                    935: .Pp
1.425.2.1  snj       936: Postfix will be started automatically when the system boots.
1.357     pavel     937: You may see messages like "$sendmail is not set properly" at boot.
                    938: You can suppress them by removing
                    939: .Pa /etc/rc.d/sendmail
                    940: and
                    941: .Pa /etc/rc.d/smmsp .
                    942: Those files and other parts of sendmail configuration like files under
                    943: .Pa /usr/share/sendmail
                    944: are not removed by default
                    945: while upgrading for those who want to continue using sendmail from
                    946: outside the base system.
                    947: If you want to delete them,
                    948: .Em postinstall
                    949: can be used:
                    950: .(disp
                    951: postinstall -s /path/to/etc.tgz fix sendmail
                    952: .disp)
1.349     jnemeth   953: .bullet)
                    954: .
1.425.2.1  snj       955: .Ss2 Issues affecting an upgrade from NetBSD 4.x releases
1.389     jnemeth   956: .Pp
                    957: The following issues can generally be resolved by running
                    958: .Em postinstall
                    959: with the
                    960: .Sy etc
1.425.2.1  snj       961: set:
1.389     jnemeth   962: .(disp
                    963: postinstall -s /path/to/etc.tgz check
                    964: postinstall -s /path/to/etc.tgz fix
                    965: .disp)
1.377     jnemeth   966: .Pp
1.389     jnemeth   967: Issues fixed by
                    968: .Em postinstall :
                    969: .(bullet -offset indent
                    970: Various files in
                    971: .Pa /etc
                    972: need upgrading.
                    973: These include:
                    974: .(bullet -compact -offset indent
                    975: .Pa /etc/defaults/*
                    976: .It
                    977: .Pa /etc/mtree/*
                    978: .It
                    979: .Pa /etc/daily
                    980: .It
                    981: .Pa /etc/weekly
                    982: .It
                    983: .Pa /etc/monthly
                    984: .It
                    985: .Pa /etc/security
                    986: .It
                    987: .Pa /etc/rc.subr
                    988: .It
                    989: .Pa /etc/rc
                    990: .It
                    991: .Pa /etc/rc.shutdown
                    992: .It
                    993: .Pa /etc/rc.d/*
                    994: .It
                    995: .Pa /etc/envsys.conf
                    996: .bullet)
                    997: .bullet)
                    998: .
                    999: .Pp
                   1000: The following issues need to be resolved manually:
                   1001: .
                   1002: .(bullet -offset indent
                   1003: The users
                   1004: .Sq _httpd
                   1005: and
                   1006: .Sq _timedc
                   1007: and the groups
1.425.2.1  snj      1008: .Sq _httpd
                   1009: and
1.389     jnemeth  1010: .Sq _timedc
                   1011: need to be created.
                   1012: .It
1.425.2.3  snj      1013: Unprivileged use of the
                   1014: .Xr mount 8
                   1015: command now requires the
                   1016: .Ar nosuid
                   1017: and
                   1018: .Ar nodev
                   1019: options to be explicitly specified.
                   1020: Previously, these options were automatically enforced even if they
                   1021: were not explicitly specified.
                   1022: .It
1.389     jnemeth  1023: A number of things have been removed from the
1.369     martin   1024: .Nx
1.425.2.1  snj      1025: \*V release.
                   1026: See the "Components removed from NetBSD" section near the beginning of
                   1027: this document for a list.
1.389     jnemeth  1028: .bullet)
1.1       ross     1029: .
                   1030: .Ss "Using online NetBSD documentation"
                   1031: .Pp
1.425.2.4  snj      1032: Documentation is available if you installed the manual
1.190     lukem    1033: distribution set.
                   1034: Traditionally, the
1.1       ross     1035: .Dq man pages
1.78      lukem    1036: (documentation) are denoted by
1.200     scottr   1037: .Sq Li name(section) .
1.1       ross     1038: Some examples of this are
                   1039: .Pp
1.78      lukem    1040: .(bullet -compact -offset indent
1.1       ross     1041: .Xr intro 1 ,
                   1042: .It
                   1043: .Xr man 1 ,
                   1044: .It
1.425.2.1  snj      1045: .Xr apropos 1 ,
1.1       ross     1046: .It
                   1047: .Xr passwd 1 ,
                   1048: and
                   1049: .It
                   1050: .Xr passwd 5 .
1.78      lukem    1051: .bullet)
1.1       ross     1052: .Pp
                   1053: The section numbers group the topics into several categories, but three
                   1054: are of primary interest: user commands are in section 1, file formats
                   1055: are in section 5, and administrative information is in section 8.
                   1056: .Pp
                   1057: .No The Em man
                   1058: command is used to view the documentation on a topic, and is
                   1059: started by entering
1.425.2.1  snj      1060: .Ic man
                   1061: .Op Ar section
1.1       ross     1062: .Ar topic .
                   1063: The brackets
                   1064: .Op \&
                   1065: around the
                   1066: section should not be entered, but rather indicate that the section is
1.190     lukem    1067: optional.
                   1068: If you don't ask for a particular section, the topic with the
                   1069: lowest numbered section name will be displayed.
                   1070: For instance, after logging in, enter
1.82      lukem    1071: .Pp
                   1072: .Dl # Ic "man passwd"
                   1073: .Pp
1.1       ross     1074: to read the documentation for
                   1075: .Xr passwd 1 .
                   1076: To view the documentation for
1.91      hubertf  1077: .Xr passwd 5 ,
1.1       ross     1078: enter
1.82      lukem    1079: .Pp
                   1080: .Dl # Ic "man 5 passwd"
                   1081: .Pp
1.1       ross     1082: instead.
                   1083: .Pp
                   1084: If you are unsure of what man page you are looking for, enter
1.263     hubertf  1085: .Pp
1.305     uwe      1086: .Dl # Ic apropos Ar subject-word
1.1       ross     1087: .Pp
                   1088: where
                   1089: .Ar subject-word
1.78      lukem    1090: is your topic of interest; a list of possibly
1.1       ross     1091: related man pages will be displayed.
                   1092: .
                   1093: .Ss Administrivia
1.82      lukem    1094: .Pp
1.1       ross     1095: .
1.190     lukem    1096: If you've got something to say, do so!
                   1097: We'd like your input.
1.1       ross     1098: There are various mailing lists available via the mailing list
                   1099: server at
1.233     salo     1100: .Mt majordomo@NetBSD.org .
1.1       ross     1101: To get help on using the mailing
                   1102: list server, send mail to that address with an empty body, and it will
1.425.2.1  snj      1103: reply with instructions.  See
                   1104: .Lk http://www.NetBSD.org/mailinglists/
                   1105: for a web interface.
1.1       ross     1106: .Pp
                   1107: There are various mailing lists set up to deal with comments and
1.190     lukem    1108: questions about this release.
                   1109: Please send comments to:
1.233     salo     1110: .Mt netbsd-comments@NetBSD.org .
1.1       ross     1111: .Pp
                   1112: To report bugs, use the
                   1113: .Xr send-pr 1
                   1114: command shipped with
                   1115: .Nx ,
1.190     lukem    1116: and fill in as much information about the problem as you can.
                   1117: Good bug reports include lots of details.
1.1       ross     1118: .Pp
1.425.2.1  snj      1119: Bugs also can be submitted and queried with the web interface at
1.425.2.4  snj      1120: .Lk http://www.NetBSD.org/support/send-pr.html
1.1       ross     1121: .Pp
                   1122: There are also port-specific mailing lists, to discuss aspects of
                   1123: each port of
                   1124: .Nx .
1.88      wiz      1125: Use majordomo to find their addresses, or visit
1.425.2.4  snj      1126: .Lk http://www.NetBSD.org/mailinglists/
                   1127: .Pp
1.88      wiz      1128: If
1.1       ross     1129: you're interested in doing a serious amount of work on a specific
1.82      lukem    1130: port, you probably should contact the
                   1131: .Sq owner
                   1132: of that port (listed
1.1       ross     1133: below).
                   1134: .Pp
                   1135: If you'd like to help with this effort, and have an idea as to how
                   1136: you could be useful, send us mail or subscribe to:
1.392     reed     1137: .Mt netbsd-users@NetBSD.org .
1.1       ross     1138: .Pp
                   1139: As a favor, please avoid mailing huge documents or files to these
1.190     lukem    1140: mailing lists.
                   1141: Instead, put the material you would have sent up for FTP or WWW somewhere,
                   1142: then mail the appropriate list about it, or, if you'd rather not do that,
                   1143: mail the list saying you'll send the data to those who want it.
1.1       ross     1144: .
                   1145: .Ss Thanks go to
                   1146: .
1.78      lukem    1147: .(bullet
1.1       ross     1148: The former members of UCB's Computer Systems Research Group,
                   1149: including (but not limited to):
                   1150: .Bd -unfilled -offset indent
                   1151: Keith Bostic
                   1152: Ralph Campbell
                   1153: Mike Karels
                   1154: Marshall Kirk McKusick
                   1155: .Ed
                   1156: .Pp
1.425.2.4  snj      1157: for their work on
1.82      lukem    1158: .Bx
                   1159: systems, support, and encouragement.
1.1       ross     1160: .It
1.263     hubertf  1161: The Internet Systems Consortium, Inc. for hosting the
1.1       ross     1162: .Nx
1.263     hubertf  1163: FTP, CVS, AnonCVS, mail, mail archive, GNATS, SUP, Rsync and WWW servers.
1.1       ross     1164: .It
1.263     hubertf  1165: The Internet Research Institute in Japan for hosting the server
                   1166: which runs the CVSweb interface to the
1.1       ross     1167: .Nx
1.263     hubertf  1168: source tree.
1.78      lukem    1169: .It
1.381     jnemeth  1170: The Lule\[oa] Academic Computer Society for providing the backup
                   1171: services server.
1.78      lukem    1172: .It
1.381     jnemeth  1173: The Columbia University Computer Science Department for hosting
                   1174: the NYC build cluster.
1.78      lukem    1175: .It
1.377     jnemeth  1176: The Western Washington University Computer Science Department
1.425.2.4  snj      1177: for running the WWU build cluster.
1.377     jnemeth  1178: .It
1.344     pavel    1179: The many organizations that provide
1.78      lukem    1180: .Nx
                   1181: mirror sites.
1.1       ross     1182: .It
                   1183: Without CVS, this project would be impossible to manage, so our hats
                   1184: go off to Brian Berliner, Jeff Polk, and the various other people
                   1185: who've had a hand in making CVS a useful tool.
                   1186: .It
1.337     pavel    1187: We list the individuals and organizations
                   1188: that have made donations or loans of hardware and/or money, to support
1.1       ross     1189: .Nx
1.337     pavel    1190: development, and deserve credit for it at
1.425.2.4  snj      1191: .Lk http://www.NetBSD.org/donations/
1.190     lukem    1192: (If you're not on that list and should be, tell us!
                   1193: We probably were not able to get in touch with you, to verify that you
                   1194: wanted to be listed.)
1.1       ross     1195: .It
                   1196: Finally, we thank all of the people who've put sweat and tears into
                   1197: developing
                   1198: .Nx
1.190     lukem    1199: since its inception in January, 1993.
                   1200: (Obviously, there are a lot more people who deserve thanks here.
1.377     jnemeth  1201: If you're one of them, and would like to be mentioned, tell us!)
1.78      lukem    1202: .bullet)
1.1       ross     1203: .
                   1204: .Ss "We are..."
                   1205: .
                   1206: .Pp
                   1207: (in alphabetical order)
                   1208: .Pp
                   1209: .
                   1210: .
1.387     itohy    1211: .Bl -column xxx "Jun-ichiro itojun Hagino" ".Mt sommerfeld@NetBSD.org" ".Sy playstation2"
1.1       ross     1212: .
                   1213: .br_ne 1i
1.266     wiz      1214: .It Em "The NetBSD core group:"
1.1       ross     1215: .It Ta Ta
1.425.2.14.2.  (snj     1216:): .It Ta Alan Barrett Ta Mt apb@NetBSD.org
1.335     snj      1217: .It Ta Alistair Crooks Ta Mt agc@NetBSD.org
1.425.2.14.2.  (snj     1218:): .It Ta Matthew Green Ta Mt mrg@NetBSD.org
                   1219:): .It Ta Chuck Silvers Ta Mt chs@NetBSD.org
1.405     tsutsui  1220: .It Ta Matt Thomas Ta Mt matt@NetBSD.org
1.335     snj      1221: .It Ta YAMAMOTO Takashi Ta Mt yamt@NetBSD.org
1.233     salo     1222: .It Ta Christos Zoulas Ta Mt christos@NetBSD.org
1.1       ross     1223: .It Ta Ta
1.191     lukem    1224: .
1.1       ross     1225: .br_ne 2i
1.266     wiz      1226: .It Em "The portmasters (and their ports):"
1.263     hubertf  1227: .\"
                   1228: .\" XXX created by list-portmasters.pl
                   1229: .\"
1.425.2.14.2.  (snj     1230:): .It Ta Ta Ta
1.420     tsutsui  1231: .It Ta Erik Berls                 Ta Mt      cyber@NetBSD.org Ta Sy cobalt
                   1232: .It Ta Manuel Bouyer              Ta Mt     bouyer@NetBSD.org Ta Sy xen
                   1233: .It Ta Simon Burge                Ta Mt     simonb@NetBSD.org Ta Sy evbmips
                   1234: .It Ta Simon Burge                Ta Mt     simonb@NetBSD.org Ta Sy pmax
                   1235: .It Ta Simon Burge                Ta Mt     simonb@NetBSD.org Ta Sy sbmips
                   1236: .It Ta Julian Coleman             Ta Mt        jdc@NetBSD.org Ta Sy atari
                   1237: .It Ta Andrew Doran               Ta Mt         ad@NetBSD.org Ta Sy amd64
                   1238: .It Ta Andrew Doran               Ta Mt         ad@NetBSD.org Ta Sy i386
                   1239: .It Ta Matthias Drochner          Ta Mt   drochner@NetBSD.org Ta Sy cesfic
                   1240: .It Ta Gavan Fantom               Ta Mt      gavan@NetBSD.org Ta Sy iyonix
                   1241: .It Ta Nick Hudson                Ta Mt      skrll@NetBSD.org Ta Sy hp700
                   1242: .It Ta Martin Husemann            Ta Mt     martin@NetBSD.org Ta Sy sparc64
                   1243: .It Ta S\(/oren J\(/orvang        Ta Mt      soren@NetBSD.org Ta Sy sgimips
                   1244: .It Ta Takayoshi Kochi            Ta Mt      kochi@NetBSD.org Ta Sy ia64
                   1245: .It Ta Michael Lorenz             Ta Mt   macallan@NetBSD.org Ta Sy macppc
                   1246: .It Ta Anders Magnusson           Ta Mt      ragge@NetBSD.org Ta Sy vax
                   1247: .It Ta Tohru Nishimura            Ta Mt   nisimura@NetBSD.org Ta Sy luna68k
                   1248: .It Ta Tohru Nishimura            Ta Mt   nisimura@NetBSD.org Ta Sy sandpoint
                   1249: .It Ta Scott Reynolds             Ta Mt     scottr@NetBSD.org Ta Sy mac68k
                   1250: .It Ta Tim Rightnour              Ta Mt    garbled@NetBSD.org Ta Sy ofppc
                   1251: .It Ta Tim Rightnour              Ta Mt    garbled@NetBSD.org Ta Sy prep
                   1252: .It Ta Tim Rightnour              Ta Mt    garbled@NetBSD.org Ta Sy rs6000
                   1253: .It Ta Noriyuki Soda              Ta Mt       soda@NetBSD.org Ta Sy arc
                   1254: .It Ta Ignatios Souvatzis         Ta Mt         is@NetBSD.org Ta Sy amiga
1.425.2.14.2.  (snj     1255:): .It Ta Ignatios Souvatzis         Ta Mt         is@NetBSD.org Ta Sy amigappc
                   1256:): .It Ta NISHIMURA Takeshi          Ta Mt    nsmrtks@NetBSD.org Ta Sy x68k
1.420     tsutsui  1257: .It Ta Matt Thomas                Ta Mt       matt@NetBSD.org Ta Sy alpha
1.425.2.14.2.  (snj     1258:): .It Ta Matt Thomas                Ta Mt       matt@NetBSD.org Ta Sy ibmnws
1.420     tsutsui  1259: .It Ta Matt Thomas                Ta Mt       matt@NetBSD.org Ta Sy netwinder
                   1260: .It Ta Izumi Tsutsui              Ta Mt    tsutsui@NetBSD.org Ta Sy ews4800mips
                   1261: .It Ta Izumi Tsutsui              Ta Mt    tsutsui@NetBSD.org Ta Sy hp300
                   1262: .It Ta Izumi Tsutsui              Ta Mt    tsutsui@NetBSD.org Ta Sy news68k
1.425.2.14.2.  (snj     1263:): .It Ta Valeriy E. Ushakov         Ta Mt        uwe@NetBSD.org Ta Sy hpcsh
1.420     tsutsui  1264: .It Ta Valeriy E. Ushakov         Ta Mt        uwe@NetBSD.org Ta Sy landisk
                   1265: .It Ta Steve Woodford             Ta Mt        scw@NetBSD.org Ta Sy evbppc
                   1266: .It Ta Steve Woodford             Ta Mt        scw@NetBSD.org Ta Sy mvme68k
                   1267: .It Ta Steve Woodford             Ta Mt        scw@NetBSD.org Ta Sy mvmeppc
                   1268: .It Ta Reinoud Zandijk            Ta Mt    reinoud@NetBSD.org Ta Sy acorn32
1.191     lukem    1269: .
1.1       ross     1270: .br_ne 1i
1.266     wiz      1271: .It Em "The NetBSD \*V Release Engineering team:"
1.1       ross     1272: .It Ta Ta
1.425.2.14.2.  (snj     1273:): .It Ta Stephen Borrill Ta Mt sborrill@NetBSD.org
1.334     snj      1274: .It Ta Manuel Bouyer Ta Mt bouyer@NetBSD.org
1.352     jnemeth  1275: .It Ta David Brownlee Ta Mt abs@NetBSD.org
1.233     salo     1276: .It Ta James Chacon Ta Mt jmc@NetBSD.org
1.264     tron     1277: .It Ta Julian Coleman Ta Mt jdc@NetBSD.org
1.334     snj      1278: .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org
1.425.2.14.2.  (snj     1279:): .It Ta Alistair Grooks Ta Mt agc@NetBSD.org
1.352     jnemeth  1280: .It Ta John Heasley Ta Mt heas@NetBSD.org
1.425.2.14.2.  (snj     1281:): .It Ta Martin Husemann Ta Mt martin@NetBSD.org
1.334     snj      1282: .It Ta Soren Jacobsen Ta Mt snj@NetBSD.org
1.425.2.14.2.  (snj     1283:): .It Ta Mark Kirby Ta Mt mkirby@NetBSD.org
1.352     jnemeth  1284: .It Ta Phil Nelson Ta Mt phil@NetBSD.org
1.425.2.14.2.  (snj     1285:): .It Ta Jeremy C. Reed Ta Mt reed@NetBSD.org
1.328     tron     1286: .It Ta Jeff Rizzo Ta Mt riz@NetBSD.org
1.425.2.14.2.  (snj     1287:): .It Ta SAITOH Masanobu Ta Mt msaitoh@NetBSD.org
1.1       ross     1288: .It Ta Ta
1.191     lukem    1289: .
1.1       ross     1290: .br_ne 2i
1.266     wiz      1291: .It Em "NetBSD Developers:"
1.389     jnemeth  1292: .\"
                   1293: .\" Please keep in alphabetical order
                   1294: .\"
1.1       ross     1295: .It Ta Ta
1.233     salo     1296: .It Ta Nathan Ahlstrom Ta Mt nra@NetBSD.org
                   1297: .It Ta Steve Allen Ta Mt wormey@NetBSD.org
1.240     jandberg 1298: .It Ta Jukka Andberg Ta Mt jandberg@NetBSD.org
1.233     salo     1299: .It Ta Julian Assange Ta Mt proff@NetBSD.org
                   1300: .It Ta Lennart Augustsson Ta Mt augustss@NetBSD.org
                   1301: .It Ta Christoph Badura Ta Mt bad@NetBSD.org
                   1302: .It Ta Bang Jun-Young Ta Mt junyoung@NetBSD.org
                   1303: .It Ta Dieter Baron Ta Mt dillo@NetBSD.org
                   1304: .It Ta Robert V. Baron Ta Mt rvb@NetBSD.org
1.299     apb      1305: .It Ta Alan Barrett Ta Mt apb@NetBSD.org
1.233     salo     1306: .It Ta Grant Beattie Ta Mt grant@NetBSD.org
                   1307: .It Ta Jason Beegan Ta Mt jtb@NetBSD.org
                   1308: .It Ta Erik Berls Ta Mt cyber@NetBSD.org
                   1309: .It Ta Hiroyuki Bessho Ta Mt bsh@NetBSD.org
                   1310: .It Ta John Birrell Ta Mt jb@NetBSD.org
                   1311: .It Ta Mason Loring Bliss Ta Mt mason@NetBSD.org
1.242     cb       1312: .It Ta Charles Blundell Ta Mt cb@NetBSD.org
1.233     salo     1313: .It Ta Rafal Boni Ta Mt rafal@NetBSD.org
1.324     sborrill 1314: .It Ta Stephen Borrill Ta Mt sborrill@NetBSD.org
1.282     seanb    1315: .It Ta Sean Boudreau Ta Mt seanb@NetBSD.org
1.233     salo     1316: .It Ta Manuel Bouyer Ta Mt bouyer@NetBSD.org
                   1317: .It Ta John Brezak Ta Mt brezak@NetBSD.org
                   1318: .It Ta Allen Briggs Ta Mt briggs@NetBSD.org
                   1319: .It Ta Mark Brinicombe Ta Mt mark@NetBSD.org
                   1320: .It Ta Aaron Brown Ta Mt abrown@NetBSD.org
                   1321: .It Ta Andrew Brown Ta Mt atatat@NetBSD.org
                   1322: .It Ta David Brownlee Ta Mt abs@NetBSD.org
                   1323: .It Ta Frederick Bruckman Ta Mt fredb@NetBSD.org
                   1324: .It Ta Jon Buller Ta Mt jonb@NetBSD.org
                   1325: .It Ta Simon Burge Ta Mt simonb@NetBSD.org
                   1326: .It Ta Robert Byrnes Ta Mt byrnes@NetBSD.org
1.314     pavel    1327: .It Ta Pavel Cahyna Ta Mt pavel@NetBSD.org
1.233     salo     1328: .It Ta D'Arcy J.M. Cain Ta Mt darcy@NetBSD.org
1.405     tsutsui  1329: .It Ta Daniel Carosone Ta Mt dan@NetBSD.org
1.233     salo     1330: .It Ta Dave Carrel Ta Mt carrel@NetBSD.org
                   1331: .It Ta James Chacon Ta Mt jmc@NetBSD.org
1.409     tsutsui  1332: .It Ta Mihai Chelaru Ta Mt kefren@NetBSD.org
1.233     salo     1333: .It Ta Bill Coldwell Ta Mt billc@NetBSD.org
                   1334: .It Ta Julian Coleman Ta Mt jdc@NetBSD.org
1.249     ben      1335: .It Ta Ben Collver Ta Mt ben@NetBSD.org
1.406     tsutsui  1336: .It Ta Marcus Comstedt Ta Mt marcus@NetBSD.org
1.233     salo     1337: .It Ta Jeremy Cooper Ta Mt jeremy@NetBSD.org
                   1338: .It Ta Chuck Cranor Ta Mt chuck@NetBSD.org
                   1339: .It Ta Alistair Crooks Ta Mt agc@NetBSD.org
                   1340: .It Ta Aidan Cully Ta Mt aidan@NetBSD.org
1.301     gdamore  1341: .It Ta Garrett D'Amore Ta Mt gdamore@NetBSD.org
1.233     salo     1342: .It Ta Johan Danielsson Ta Mt joda@NetBSD.org
                   1343: .It Ta John Darrow Ta Mt jdarrow@NetBSD.org
1.294     jld      1344: .It Ta Jed Davis Ta Mt jld@NetBSD.org
1.233     salo     1345: .It Ta Matt DeBergalis Ta Mt deberg@NetBSD.org
1.323     degroote 1346: .It Ta Arnaud Degroote Ta Mt degroote@NetBSD.org
1.233     salo     1347: .It Ta Rob Deker Ta Mt deker@NetBSD.org
                   1348: .It Ta Chris G. Demetriou Ta Mt cgd@NetBSD.org
                   1349: .It Ta Tracy Di Marco White Ta Mt gendalia@NetBSD.org
                   1350: .It Ta Jarom\('ir Dolecek Ta Mt jdolecek@NetBSD.org
                   1351: .It Ta Andy Doran Ta Mt ad@NetBSD.org
                   1352: .It Ta Roland Dowdeswell Ta Mt elric@NetBSD.org
                   1353: .It Ta Emmanuel Dreyfus Ta Mt manu@NetBSD.org
                   1354: .It Ta Matthias Drochner Ta Mt drochner@NetBSD.org
                   1355: .It Ta Jun Ebihara Ta Mt jun@NetBSD.org
                   1356: .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org
1.406     tsutsui  1357: .It Ta Jaime A Fournier Ta Mt ober@NetBSD.org
1.233     salo     1358: .It Ta Stoned Elipot Ta Mt seb@NetBSD.org
1.279     mlelstv  1359: .It Ta Michael van Elst Ta Mt mlelstv@NetBSD.org
1.233     salo     1360: .It Ta Enami Tsugutomo Ta Mt enami@NetBSD.org
                   1361: .It Ta Bernd Ernesti Ta Mt veego@NetBSD.org
                   1362: .It Ta Erik Fair Ta Mt fair@NetBSD.org
                   1363: .It Ta Gavan Fantom Ta Mt gavan@NetBSD.org
1.317     hauke    1364: .It Ta Hauke Fath Ta Mt hauke@NetBSD.org
1.233     salo     1365: .It Ta Hubert Feyrer Ta Mt hubertf@NetBSD.org
                   1366: .It Ta Jason R. Fink Ta Mt jrf@NetBSD.org
1.315     mjf      1367: .It Ta Matt J. Fleming Ta Mt mjf@NetBSD.org
1.367     marty    1368: .It Ta Marty Fouts Ta Mt marty@NetBSD.org
1.309     liamjfoy 1369: .It Ta Liam J. Foy Ta Mt liamjfoy@NetBSD.org
1.233     salo     1370: .It Ta Matt Fredette Ta Mt fredette@NetBSD.org
                   1371: .It Ta Thorsten Frueauf Ta Mt frueauf@NetBSD.org
                   1372: .It Ta Castor Fu Ta Mt castor@NetBSD.org
                   1373: .It Ta Ichiro Fukuhara Ta Mt ichiro@NetBSD.org
1.241     cube     1374: .It Ta Quentin Garnier Ta Mt cube@NetBSD.org
1.233     salo     1375: .It Ta Thomas Gerner Ta Mt thomas@NetBSD.org
                   1376: .It Ta Simon J. Gerraty Ta Mt sjg@NetBSD.org
                   1377: .It Ta Justin Gibbs Ta Mt gibbs@NetBSD.org
                   1378: .It Ta Chris Gilbert Ta Mt chris@NetBSD.org
                   1379: .It Ta Eric Gillespie Ta Mt epg@NetBSD.org
1.417     ginsbach 1380: .It Ta Brian Ginsbach Ta Mt ginsbach@NetBSD.org
1.403     pgoyette 1381: .It Ta Paul Goyette Ta Mt pgoyette@NetBSD.org
1.233     salo     1382: .It Ta Michael Graff Ta Mt explorer@NetBSD.org
                   1383: .It Ta Brian C. Grayson Ta Mt bgrayson@NetBSD.org
                   1384: .It Ta Matthew Green Ta Mt mrg@NetBSD.org
                   1385: .It Ta Andreas Gustafsson Ta Mt gson@NetBSD.org
1.374     rhaen    1386: .It Ta Ulrich Habel Ta Mt rhaen@NetBSD.org
1.233     salo     1387: .It Ta Jun-ichiro itojun Hagino Ta Mt itojun@NetBSD.org
1.389     jnemeth  1388: .It Ta HAMAJIMA Katsuomi Ta Mt hamajima@NetBSD.org
1.372     haad     1389: .It Ta Adam Hamsik Ta Mt haad@NetBSD.org
1.233     salo     1390: .It Ta Juergen Hannken-Illjes Ta Mt hannken@NetBSD.org
                   1391: .It Ta Charles M. Hannum Ta Mt mycroft@NetBSD.org
                   1392: .It Ta Ben Harris Ta Mt bjh21@NetBSD.org
                   1393: .It Ta Ross Harvey Ta Mt ross@NetBSD.org
                   1394: .It Ta Eric Haszlakiewicz Ta Mt erh@NetBSD.org
                   1395: .It Ta John Hawkinson Ta Mt jhawk@NetBSD.org
                   1396: .It Ta HAYAKAWA Koichi Ta Mt haya@NetBSD.org
1.238     heas     1397: .It Ta John Heasley Ta Mt heas@NetBSD.org
1.298     ghen     1398: .It Ta Geert Hendrickx Ta Mt ghen@NetBSD.org
1.233     salo     1399: .It Ta Ren\('e Hexel Ta Mt rh@NetBSD.org
1.312     plunky   1400: .It Ta Iain Hibbert Ta Mt plunky@NetBSD.org
1.271     hira     1401: .It Ta Kouichirou Hiratsuka Ta Mt hira@NetBSD.org
1.233     salo     1402: .It Ta Michael L. Hitch Ta Mt mhitch@NetBSD.org
1.401     ahoka    1403: .It Ta \('Ad\('am H\('oka Ta Mt ahoka@NetBSD.org
1.311     freza    1404: .It Ta Jachym Holecek Ta Mt freza@NetBSD.org
1.399     dholland 1405: .It Ta David A. Holland Ta Mt dholland@NetBSD.org
1.233     salo     1406: .It Ta Christian E. Hopps Ta Mt chopps@NetBSD.org
                   1407: .It Ta Ken Hornstein Ta Mt kenh@NetBSD.org
                   1408: .It Ta Marc Horowitz Ta Mt marc@NetBSD.org
                   1409: .It Ta Eduardo Horvath Ta Mt eeh@NetBSD.org
                   1410: .It Ta Nick Hudson Ta Mt skrll@NetBSD.org
                   1411: .It Ta Shell Hung Ta Mt shell@NetBSD.org
                   1412: .It Ta Martin Husemann Ta Mt martin@NetBSD.org
                   1413: .It Ta Dean Huxley Ta Mt dean@NetBSD.org
                   1414: .It Ta Love H\(:ornquist \(oAstrand Ta Mt lha@NetBSD.org
1.385     rillig   1415: .It Ta Roland Illig Ta Mt rillig@NetBSD.org
1.233     salo     1416: .It Ta Bernardo Innocenti Ta Mt bernie@NetBSD.org
                   1417: .It Ta Tetsuya Isaki Ta Mt isaki@NetBSD.org
                   1418: .It Ta ITOH Yasufumi Ta Mt itohy@NetBSD.org
                   1419: .It Ta IWAMOTO Toshihiro Ta Mt toshii@NetBSD.org
                   1420: .It Ta Matthew Jacob Ta Mt mjacob@NetBSD.org
1.252     snj      1421: .It Ta Soren Jacobsen Ta Mt snj@NetBSD.org
1.233     salo     1422: .It Ta Lonhyn T. Jasinskyj Ta Mt lonhyn@NetBSD.org
                   1423: .It Ta Darrin Jewell Ta Mt dbj@NetBSD.org
1.325     njoly    1424: .It Ta Nicolas Joly Ta Mt njoly@NetBSD.org
1.233     salo     1425: .It Ta Chris Jones Ta Mt cjones@NetBSD.org
                   1426: .It Ta S\(/oren J\(/orvang Ta Mt soren@NetBSD.org
                   1427: .It Ta Takahiro Kambe Ta Mt taca@NetBSD.org
1.409     tsutsui  1428: .It Ta Masanori Kanaoka Ta Mt kanaoka@NetBSD.org
1.233     salo     1429: .It Ta Antti Kantee Ta Mt pooka@NetBSD.org
1.297     kardel   1430: .It Ta Frank Kardel Ta Mt kardel@NetBSD.org
1.233     salo     1431: .It Ta Mattias Karlsson Ta Mt keihan@NetBSD.org
                   1432: .It Ta KAWAMOTO Yosihisa Ta Mt kawamoto@NetBSD.org
                   1433: .It Ta Mario Kemper Ta Mt magick@NetBSD.org
1.253     minskim  1434: .It Ta Min Sik Kim Ta Mt minskim@NetBSD.org
1.233     salo     1435: .It Ta Thomas Klausner Ta Mt wiz@NetBSD.org
                   1436: .It Ta Klaus Klein Ta Mt kleink@NetBSD.org
1.272     jklos    1437: .It Ta John Klos Ta Mt jklos@NetBSD.org
1.233     salo     1438: .It Ta Wayne Knowles Ta Mt wdk@NetBSD.org
                   1439: .It Ta Takayoshi Kochi Ta Mt kochi@NetBSD.org
                   1440: .It Ta John Kohl Ta Mt jtk@NetBSD.org
1.250     daniel   1441: .It Ta Daniel de Kok Ta Mt daniel@NetBSD.org
1.418     jakllsch 1442: .It Ta Jonathan A. Kollasch Ta Mt jakllsch@NetBSD.org
1.233     salo     1443: .It Ta Paul Kranenburg Ta Mt pk@NetBSD.org
1.340     lkundrak 1444: .It Ta Lubomir Kundrak Ta Mt lkundrak@NetBSD.org
1.409     tsutsui  1445: .It Ta Jochen Kunz Ta Mt jkunz@NetBSD.org
1.233     salo     1446: .It Ta Martti Kuparinen Ta Mt martti@NetBSD.org
1.278     kurahone 1447: .It Ta Kentaro A. Kurahone Ta Mt kurahone@NetBSD.org
1.389     jnemeth  1448: .It Ta Arnaud Lacombe Ta Mt alc@NetBSD.org
1.233     salo     1449: .It Ta Kevin Lahey Ta Mt kml@NetBSD.org
1.332     dsl      1450: .It Ta David Laight Ta Mt dsl@NetBSD.org
1.233     salo     1451: .It Ta Johnny C. Lam Ta Mt jlam@NetBSD.org
                   1452: .It Ta Martin J. Laubach Ta Mt mjl@NetBSD.org
1.243     grog     1453: .It Ta Greg Lehey Ta Mt grog@NetBSD.org
1.233     salo     1454: .It Ta Ted Lemon Ta Mt mellon@NetBSD.org
1.236     cl       1455: .It Ta Christian Limpach Ta Mt cl@NetBSD.org
1.233     salo     1456: .It Ta Frank van der Linden Ta Mt fvdl@NetBSD.org
                   1457: .It Ta Joel Lindholm Ta Mt joel@NetBSD.org
1.391     tonnerre 1458: .It Ta Tonnerre Lombard Ta Mt tonnerre@NetBSD.org
1.233     salo     1459: .It Ta Mike Long Ta Mt mikel@NetBSD.org
1.283     macallan 1460: .It Ta Michael Lorenz Ta Mt macallan@NetBSD.org
1.233     salo     1461: .It Ta Warner Losh Ta Mt imp@NetBSD.org
                   1462: .It Ta Tomasz Luchowski Ta Mt zuntum@NetBSD.org
                   1463: .It Ta Federico Lupi Ta Mt federico@NetBSD.org
                   1464: .It Ta Brett Lymn Ta Mt blymn@NetBSD.org
                   1465: .It Ta Paul Mackerras Ta Mt paulus@NetBSD.org
1.405     tsutsui  1466: .It Ta MAEKAWA Masahide Ta Mt gehenna@NetBSD.org
1.233     salo     1467: .It Ta Anders Magnusson Ta Mt ragge@NetBSD.org
1.406     tsutsui  1468: .It Ta Cherry G. Mathew Ta Mt cherry@NetBSD.org
1.233     salo     1469: .It Ta David Maxwell Ta Mt david@NetBSD.org
1.389     jnemeth  1470: .It Ta Gregory McGarry Ta Mt gmcgarry@NetBSD.org
1.233     salo     1471: .It Ta Dan McMahill Ta Mt dmcmahill@NetBSD.org
                   1472: .It Ta Jared D. McNeill Ta Mt jmcneill@NetBSD.org
                   1473: .It Ta Neil J. McRae Ta Mt neil@NetBSD.org
1.405     tsutsui  1474: .It Ta Julio M. Merino Vidal Ta Mt jmmv@NetBSD.org
1.233     salo     1475: .It Ta Perry Metzger Ta Mt perry@NetBSD.org
1.405     tsutsui  1476: .It Ta Luke Mewburn Ta Mt lukem@NetBSD.org
1.423     jym      1477: .It Ta Jean-Yves Migeon Ta Mt jym@NetBSD.org
1.405     tsutsui  1478: .It Ta Brook Milligan Ta Mt brook@NetBSD.org
1.233     salo     1479: .It Ta Minoura Makoto Ta Mt minoura@NetBSD.org
1.389     jnemeth  1480: .It Ta Simas Mockevicius Ta Mt symka@NetBSD.org
1.233     salo     1481: .It Ta der Mouse Ta Mt mouse@NetBSD.org
                   1482: .It Ta Joseph Myers Ta Mt jsm@NetBSD.org
                   1483: .It Ta Ken Nakata Ta Mt kenn@NetBSD.org
                   1484: .It Ta Takeshi Nakayama Ta Mt nakayama@NetBSD.org
                   1485: .It Ta Phil Nelson Ta Mt phil@NetBSD.org
1.296     jnemeth  1486: .It Ta John Nemeth Ta Mt jnemeth@NetBSD.org
1.233     salo     1487: .It Ta Bob Nestor Ta Mt rnestor@NetBSD.org
                   1488: .It Ta NISHIMURA Takeshi Ta Mt nsmrtks@NetBSD.org
                   1489: .It Ta Tohru Nishimura Ta Mt nisimura@NetBSD.org
                   1490: .It Ta NONAKA Kimihiro Ta Mt nonaka@NetBSD.org
1.273     tnozaki  1491: .It Ta Takehiko NOZAKI Ta Mt tnozaki@NetBSD.org
1.329     tnn      1492: .It Ta Tobias Nygren Ta Mt tnn@NetBSD.org
1.313     obache   1493: .It Ta OBATA Akio Ta Mt obache@NetBSD.org
1.233     salo     1494: .It Ta Jesse Off Ta Mt joff@NetBSD.org
                   1495: .It Ta Tatoku Ogaito Ta Mt tacha@NetBSD.org
                   1496: .It Ta OKANO Takayoshi Ta Mt kano@NetBSD.org
                   1497: .It Ta Masaru Oki Ta Mt oki@NetBSD.org
                   1498: .It Ta Atsushi Onoe Ta Mt onoe@NetBSD.org
                   1499: .It Ta Greg Oster Ta Mt oster@NetBSD.org
1.389     jnemeth  1500: .It Ta Rui Paulo Ta Mt rpaulo@NetBSD.org
1.248     sketch   1501: .It Ta Jonathan Perkin Ta Mt sketch@NetBSD.org
1.406     tsutsui  1502: .It Ta Andrey Petrov Ta Mt petrov@NetBSD.org
1.233     salo     1503: .It Ta Herb Peyerl Ta Mt hpeyerl@NetBSD.org
                   1504: .It Ta Matthias Pfaller Ta Mt matthias@NetBSD.org
                   1505: .It Ta Chris Pinnock Ta Mt cjep@NetBSD.org
1.260     adrianp  1506: .It Ta Adrian Portelli Ta Mt adrianp@NetBSD.org
1.269     peter    1507: .It Ta Peter Postma Ta Mt peter@NetBSD.org
1.233     salo     1508: .It Ta Dante Profeta Ta Mt dante@NetBSD.org
                   1509: .It Ta Chris Provenzano Ta Mt proven@NetBSD.org
                   1510: .It Ta Niels Provos Ta Mt provos@NetBSD.org
1.326     rmind    1511: .It Ta Mindaugas Rasiukevicius Ta Mt rmind@NetBSD.org
1.233     salo     1512: .It Ta Michael Rauch Ta Mt mrauch@NetBSD.org
1.234     recht    1513: .It Ta Marc Recht Ta Mt recht@NetBSD.org
1.233     salo     1514: .It Ta Darren Reed Ta Mt darrenr@NetBSD.org
1.235     reed     1515: .It Ta Jeremy C. Reed Ta Mt reed@NetBSD.org
1.289     tonio    1516: .It Ta Antoine Reilles Ta Mt tonio@NetBSD.org
1.233     salo     1517: .It Ta Tyler R. Retzlaff Ta Mt rtr@NetBSD.org
                   1518: .It Ta Scott Reynolds Ta Mt scottr@NetBSD.org
                   1519: .It Ta Michael Richardson Ta Mt mcr@NetBSD.org
                   1520: .It Ta Tim Rightnour Ta Mt garbled@NetBSD.org
1.303     rittera  1521: .It Ta Alan Ritter Ta Mt rittera@NetBSD.org
1.277     riz      1522: .It Ta Jeff Rizzo Ta Mt riz@NetBSD.org
1.400     hans     1523: .It Ta Hans Rosenfeld Ta Mt hans@NetBSD.org
1.233     salo     1524: .It Ta Gordon Ross Ta Mt gwr@NetBSD.org
1.256     rumble   1525: .It Ta Steve Rumble Ta Mt rumble@NetBSD.org
1.233     salo     1526: .It Ta Ilpo Ruotsalainen Ta Mt lonewolf@NetBSD.org
                   1527: .It Ta Heiko W. Rupp Ta Mt hwr@NetBSD.org
1.402     bjs      1528: .It Ta Blair J. Sadewitz Ta Mt bjs@NetBSD.org
1.233     salo     1529: .It Ta David Sainty Ta Mt dsainty@NetBSD.org
                   1530: .It Ta SAITOH Masanobu Ta Mt msaitoh@NetBSD.org
                   1531: .It Ta Kazuki Sakamoto Ta Mt sakamoto@NetBSD.org
                   1532: .It Ta Curt Sampson Ta Mt cjs@NetBSD.org
                   1533: .It Ta Wilfredo Sanchez Ta Mt wsanchez@NetBSD.org
                   1534: .It Ta Ty Sarna Ta Mt tsarna@NetBSD.org
                   1535: .It Ta SATO Kazumi Ta Mt sato@NetBSD.org
                   1536: .It Ta Jan Schaumann Ta Mt jschauma@NetBSD.org
                   1537: .It Ta Matthias Scheler Ta Mt tron@NetBSD.org
1.413     tron     1538: .It Ta Silke Scheler Ta Mt silke@NetBSD.org
1.233     salo     1539: .It Ta Karl Schilke (rAT) Ta Mt rat@NetBSD.org
                   1540: .It Ta Amitai Schlair Ta Mt schmonz@NetBSD.org
                   1541: .It Ta Konrad Schroder Ta Mt perseant@NetBSD.org
1.276     schwarz  1542: .It Ta Georg Schwarz Ta Mt schwarz@NetBSD.org
1.233     salo     1543: .It Ta Lubomir Sedlacik Ta Mt salo@NetBSD.org
1.246     sekiya   1544: .It Ta Christopher SEKIYA Ta Mt sekiya@NetBSD.org
1.233     salo     1545: .It Ta Reed Shadgett Ta Mt dent@NetBSD.org
1.255     shannonj 1546: .It Ta John Shannon Ta Mt shannonjr@NetBSD.org
1.233     salo     1547: .It Ta Tim Shepard Ta Mt shep@NetBSD.org
                   1548: .It Ta Takeshi Shibagaki Ta Mt shiba@NetBSD.org
1.251     igy      1549: .It Ta Naoto Shimazaki Ta Mt igy@NetBSD.org
1.233     salo     1550: .It Ta Takao Shinohara Ta Mt shin@NetBSD.org
                   1551: .It Ta Takuya SHIOZAKI Ta Mt tshiozak@NetBSD.org
1.331     dsieger  1552: .It Ta Daniel Sieger Ta Mt dsieger@NetBSD.org
1.233     salo     1553: .It Ta Chuck Silvers Ta Mt chs@NetBSD.org
                   1554: .It Ta Thor Lancelot Simon Ta Mt tls@NetBSD.org
                   1555: .It Ta Jeff Smith Ta Mt jeffs@NetBSD.org
                   1556: .It Ta Noriyuki Soda Ta Mt soda@NetBSD.org
                   1557: .It Ta Wolfgang Solfrank Ta Mt ws@NetBSD.org
                   1558: .It Ta SOMEYA Yoshihiko Ta Mt someya@NetBSD.org
                   1559: .It Ta Bill Sommerfeld Ta Mt sommerfeld@NetBSD.org
1.293     joerg    1560: .It Ta J\(:org Sonnenberger Ta Mt joerg@NetBSD.org
1.233     salo     1561: .It Ta Ignatios Souvatzis Ta Mt is@NetBSD.org
1.405     tsutsui  1562: .It Ta T K Spindler Ta Mt dogcow@NetBSD.org
1.233     salo     1563: .It Ta Bill Squier Ta Mt groo@NetBSD.org
                   1564: .It Ta Jonathan Stone Ta Mt jonathan@NetBSD.org
                   1565: .It Ta Bill Studenmund Ta Mt wrstuden@NetBSD.org
                   1566: .It Ta Kevin Sullivan Ta Mt sullivan@NetBSD.org
                   1567: .It Ta SUNAGAWA Keiki Ta Mt kei@NetBSD.org
                   1568: .It Ta Kimmo Suominen Ta Mt kim@NetBSD.org
1.409     tsutsui  1569: .It Ta Robert Swindells Ta Mt rjs@NetBSD.org
1.233     salo     1570: .It Ta Shin Takemura Ta Mt takemura@NetBSD.org
                   1571: .It Ta TAMURA Kent Ta Mt kent@NetBSD.org
                   1572: .It Ta Shin'ichiro TAYA Ta Mt taya@NetBSD.org
1.262     ian      1573: .It Ta Ian Lance Taylor Ta Mt ian@NetBSD.org
1.233     salo     1574: .It Ta Matt Thomas Ta Mt matt@NetBSD.org
                   1575: .It Ta Jason Thorpe Ta Mt thorpej@NetBSD.org
                   1576: .It Ta Christoph Toshok Ta Mt toshok@NetBSD.org
1.286     gdt      1577: .It Ta Greg Troxel Ta Mt gdt@NetBSD.org
1.233     salo     1578: .It Ta Tsubai Masanari Ta Mt tsubai@NetBSD.org
                   1579: .It Ta Izumi Tsutsui Ta Mt tsutsui@NetBSD.org
                   1580: .It Ta UCHIYAMA Yasushi Ta Mt uch@NetBSD.org
                   1581: .It Ta Masao Uebayashi Ta Mt uebayasi@NetBSD.org
                   1582: .It Ta Shuichiro URATA Ta Mt ur@NetBSD.org
1.307     uwe      1583: .It Ta Valeriy E. Ushakov Ta Mt uwe@NetBSD.org
1.233     salo     1584: .It Ta Todd Vierling Ta Mt tv@NetBSD.org
                   1585: .It Ta Aymeric Vincent Ta Mt aymeric@NetBSD.org
                   1586: .It Ta Paul Vixie Ta Mt vixie@NetBSD.org
1.288     mishka   1587: .It Ta Mike M. Volokhov Ta Mt mishka@NetBSD.org
1.233     salo     1588: .It Ta Krister Walfridsson Ta Mt kristerw@NetBSD.org
                   1589: .It Ta Lex Wennmacher Ta Mt wennmach@NetBSD.org
                   1590: .It Ta Leo Weppelman Ta Mt leo@NetBSD.org
                   1591: .It Ta Assar Westerlund Ta Mt assar@NetBSD.org
                   1592: .It Ta Todd Whitesel Ta Mt toddpw@NetBSD.org
1.376     phx      1593: .It Ta Frank Wille Ta Mt phx@NetBSD.org
1.233     salo     1594: .It Ta Nathan Williams Ta Mt nathanw@NetBSD.org
                   1595: .It Ta Rob Windsor Ta Mt windsor@NetBSD.org
                   1596: .It Ta Dan Winship Ta Mt danw@NetBSD.org
                   1597: .It Ta Jim Wise Ta Mt jwise@NetBSD.org
                   1598: .It Ta Michael Wolfson Ta Mt mbw@NetBSD.org
1.389     jnemeth  1599: .It Ta Colin Wood Ta Mt ender@NetBSD.org
1.233     salo     1600: .It Ta Steve Woodford Ta Mt scw@NetBSD.org
                   1601: .It Ta YAMAMOTO Takashi Ta Mt yamt@NetBSD.org
                   1602: .It Ta Yuji Yamano Ta Mt yyamano@NetBSD.org
1.419     dyoung   1603: .It Ta David Young Ta Mt dyoung@NetBSD.org
1.233     salo     1604: .It Ta Reinoud Zandijk Ta Mt reinoud@NetBSD.org
1.274     spz      1605: .It Ta S.P.Zeidler Ta Mt spz@NetBSD.org
1.233     salo     1606: .It Ta Maria Zevenhoven Ta Mt maria7@NetBSD.org
                   1607: .It Ta Christos Zoulas Ta Mt christos@NetBSD.org
1.202     rafal    1608: .It Ta Ta
1.191     lukem    1609: .
                   1610: .br_ne 2i
1.266     wiz      1611: .It Em "Other contributors:"
1.191     lukem    1612: .It Ta Ta
                   1613: .It Ta Dave Burgess Ta Mt burgess@cynjut.infonet.net
                   1614: .It Ta Brian R. Gaeke Ta Mt brg@dgate.org
                   1615: .It Ta Brad Grantham Ta Mt grantham@tenon.com
                   1616: .It Ta Lawrence Kesteloot Ta Mt kesteloo@cs.unc.edu
                   1617: .It Ta Waldi Ravens Ta Mt waldi@moacs.indiv.nl.net
1.78      lukem    1618: .
1.1       ross     1619: .El
                   1620: .
                   1621: .Ss "Legal Mumbo-Jumbo"
1.82      lukem    1622: .Pp
1.1       ross     1623: .
1.82      lukem    1624: All product names mentioned herein are trademarks or registered
                   1625: trademarks of their respective owners.
1.78      lukem    1626: .Pp
1.1       ross     1627: The following notices are required to satisfy the license terms of
                   1628: the software that we have mentioned in this document:
                   1629: .Pp
                   1630: .nr save_size \n[.s]
                   1631: .nr save_vs \n[.v]
                   1632: .ps 8
                   1633: .vs 9
                   1634: .Ht <font size=-1>
1.184     itojun   1635: .(item -compact
1.1       ross     1636: .so ../common/legal.common -----------------------------------------------
                   1637: .so legal -----------------------------------------------
1.179     itojun   1638: .item)
1.1       ross     1639: .Ht </font>
                   1640: .ps
                   1641: .vs
1.112     jhawk    1642: .Ss "The End"

CVSweb <webmaster@jp.NetBSD.org>