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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/notes/common/main between version 1.278 and 1.278.2.32

version 1.278, 2005/03/15 17:56:45 version 1.278.2.32, 2006/09/02 21:20:14
Line 1 
Line 1 
 .\"     $NetBSD$  .\"     $NetBSD$
 .\"  .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.  .\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.  .\" All rights reserved.
 .\"  .\"
 .\" Redistribution and use in source and binary forms, with or without  .\" Redistribution and use in source and binary forms, with or without
Line 104  You are reading the
Line 104  You are reading the
 .Em \*[format]  .Em \*[format]
 version.  version.
 .  .
 .if \n[i386]:\n[macppc]:\n[sparc]:\n[sparc64] \{  .if \n[i386]:\n[macppc]:\n[sparc]:\n[sparc64]:\n[amd64] \{
 .Ss "Quick install notes for the impatient"  .Ss "Quick install notes for the impatient"
 .Pp  .Pp
 This section contains some brief notes describing what you need to  This section contains some brief notes describing what you need to
Line 114  on a machine of the \*M architecture.
Line 114  on a machine of the \*M architecture.
 .Bl -bullet  .Bl -bullet
 .It  .It
 Fetch the  Fetch the
 .if \n[i386] \{\  .if \n[i386]:\n[amd64] \{\
 appropriate pair of boot floppy images from the  appropriate pair of boot floppy images from the
 .Pa i386/installation/floppy/  .Pa \*M/installation/floppy/
 directory.  directory, or a CD-ROM image.
 Most people will need the  Most people will need the
 .Pa boot1.fs  .Pa boot1.fs
 and  and
 .Pa boot2.fs  .Pa boot2.fs
 images, or possibly (but not necessarily)  images for VGA console installation, or the
   .Pa boot-com1.fs
   and
   .Pa boot-com2.fs
   images for installation via serial console.
   .if \n[i386] \{\
   You may also possibly (but not necessarily) want to use
 .Pa bootlap1.fs  .Pa bootlap1.fs
 and  and
 .Pa bootlap2.fs  .Pa bootlap2.fs
 if installing on a laptop.  if installing on a laptop.
 .\}  .\}
   .\}
 .if \n[macppc] \{\  .if \n[macppc] \{\
 files necessary to boot your system.  files necessary to boot your system.
 The files depend on what model you  The files depend on what model you
Line 184  There are several other methods to get t
Line 191  There are several other methods to get t
 your machine.  your machine.
 .Pp  .Pp
 You will at a minimum need  You will at a minimum need
 .ie \n[i386] \{\  .ie \n[i386]:\n[amd64] \{\
 one of the kernel sets, typically  one of the kernel sets, typically
 .Pa kern-GENERIC.tgz ,  .Pa kern-GENERIC.tgz ,
 as well as  as well as
Line 375  For third-party programs which are not p
Line 382  For third-party programs which are not p
 .Nx  .Nx
 distribution, you will want to explore the  distribution, you will want to explore the
 .Ic pkgsrc  .Ic pkgsrc
 system with its more than 5000 program packages.  system with its more than 5400 program packages.
 .El  .El
 .\}  .\}
 .Ss "What is NetBSD?"  .Ss "What is NetBSD?"
Line 423  possible, it's likely that
Line 430  possible, it's likely that
 wouldn't exist.  wouldn't exist.
 .  .
 .if \n[FOR_RELEASE] \{\  .if \n[FOR_RELEASE] \{\
 .Ss Changes Between The NetBSD 1.6 and 2.0 Releases  
   .Ss Changes Between The NetBSD 3.0 and 3.1 Releases
 .Pp  .Pp
 The  The
 .Nx 2.0  .Nx 3.1
 release  release
 provides numerous significant functional enhancements, including  is the first functional update release of the
 support for many new devices, integration of hundreds of bug fixes,  .Nx 3
 new and updated kernel subsystems, and many user-land enhancements.  release branch.
   This provides numerous functional enhancements, including support for many new
   devices, hundreds of bug fixes, patches and updates to kernel subsystems, and
   many enhancements to the user environment.
   In addition, all of the security fixes and critical bug fixes from the
   .Nx 3.0.1
   update are included as well.
 The result of these improvements is a stable operating system fit for  The result of these improvements is a stable operating system fit for
 production use that rivals most commercially available systems.  production use that rivals most commercially available systems.
 .Pp  .Pp
 It is impossible to completely summarize over eighteen months of  It is impossible to completely summarize all the changes that have gone in over
 development that went into the  the over nine months since the release of
 .Nx \*V  .Nx 3.0.
 release.  
 Some highlights include:  Some highlights include:
 XXX the following is still news in 1.6  
 XXX needs updating!  
 .  .
 .Ss2 Kernel  .Ss2 Supported devices
 .  .
 .(bullet  .(bullet
 Ports to new platforms including:  .Xr brgphy 4 :
 algor,  added support for BCM5714 and BCM5780 PHY's.
 dreamcast,  
 evbarm,  
 evbppc,  
 hp700,  
 hpcarm,  
 hpcsh,  
 newsmips,  
 sandpoint,  
 sgimips,  
 and  
 sun2.  
 .It  .It
 Unified Buffer Cache (UBC) removes size restriction of the file system's  Added
 buffer cache to use all available RAM (if not otherwise used!) and  .Xr iteide 4 :
 improves overall system performance.  driver for ITE 8212 IDE controller.
 .It  
 Round-robin page colouring implemented for various ports for better  
 cache utilisation, more deterministic run-time behaviour, and faster  
 program execution.  
 .It  
 A rewritten SCSI middle layer to provide a cleaner interface between  
 the different kernel layers, including a kernel thread to handle error  
 recovery outside of the interrupt context.  
 See  
 .Xr scsipi 9 .  
 .It  
 A new pipe implementation with significantly higher performance  
 due to lower overheads, which uses the UVM Page Loan facility.  
 .if !\n[mac68k] \{\  
 .It  
 New boot loader flags  
 .Fl v  
 .Pq Em bootverbose  
 and  
 .Fl q  
 .Pq Em bootquiet ,  
 to be used by kernel code to optionally print information during boot.  
 .It  
 An in-kernel boot time device configuration manager  
 .Xr userconf 4 ,  
 activated with the  
 .Fl c  
 boot loader flag.  
 .\}  
 .It  
 A work-in-progress snapshot of ACPI support,  
 based on the 20010831 snapshot of the Intel ACPICA reference implementation.  
 .It  
 USB 2.0 support, in the form of a preliminary driver for the  
 .Xr ehci 4  
 host controller.  
 .It  
 Basic kernel support for IrDA in the form of the  
 .Xr irframe 4  
 IrDA frame level driver.  
 Serial dongles and the  
 .Xr oboe 4  
 driver are currently supported.  
 .It  .It
 Kernel configuration files can be embedded into the kernel for later  Added support for the Pentium M 710, 730, 740, 750, 760 and 770 CPU's.
 retrieval.  .It
 Refer to  Added support for nForce430 ATA133 and SATA controllers.
 .Dv INCLUDE_CONFIG_FILE  .It
 in  .Xr pdcsata 4 :
 .Xr options 4  Added support for Promise PDC2057x, PDC20771, PDC20775, PDC40518 and PDC40718 SATA Controllers.
 for more information.  
 .It  .It
 Many more kernel tunable variables added to  .Xr ums 4 :
 .Xr sysctl 8 .  Added support for Apple's "Mighty Mouse", and USB mice with more than 7 buttons
 .It  .It
 Linux binary emulation has been greatly improved,  .Xr agp 4 :
 and now supports Linux kernel version 2.4.18.  Added support for Intel i915 chipset integrated graphics.
   .It
   .Xr pchb 4 :
   Added support for Intel i925X, i945G/P and i955X hardware RNG's.
   .It
   Added
   .Xr ciss 4 :
   driver for the Command Interface SCSI-3 Support implemented by recent HP/Compaq
   Smart Array RAID controllers.
   .It
   Added
   .Xr nfe 4 :
   driver for NVIDIA nForce MCP Ethernet.
   .It
   Added
   .Xr svwsata 4 :
   driver for Serverworks K2, Frodo4, Frodo8 and HT-1000 SATA controllers.
   .It
   .Xr sk 4 :
   added support for the DLink DGE-530T and DGE-560T Gigabit Ethernet adapters.
   .It
   .Xr bge 4 :
   added support for BCM5714, BCM5715, BCM5780/HT-2000 and BCM5752 chip variants.
   .It
   .Xr wi 4 :
   added support for Siemens SS1021 WLAN.
   .It
   Added
   .Xr twa 4 :
   driver for the 3ware Apache RAID controllers.
   .It
   .Xr viaide 4 :
   added support for nForce3 250 SATA controllers.
   .It
   .Xr hptide 4 :
   added support for HPT368 IDE controller.
 .bullet)  .bullet)
 .  .
 .Ss2 Networking  .Ss2 Networking
 .  .
 .(bullet  .(bullet
 Hardware assisted IPv4 TCP and UDP checksumming and caching of the  Enabled SSL support in BIND.
 IPv6 TCP pseudo header.  
 Support for checksum offloading on the DP83820 Gigabit Ethernet, 3Com 3c90xB,  
 3Com 3c90xC, and Alteon Tigon/Tigon2 Gigabit Ethernet cards.  
 .It  
 Zero-Copy for TCP and UDP transmit path achieved through page  
 loaning code for  
 .Fn sosend .  
 .It  
 In-kernel ISDN support, from the ISDN4BSD project.  
 .It  
 802.1Q VLAN (virtual LAN) support.  
 See  
 .Xr vlan 4 .  
 .It  
 IPFilter now supports IPv6 filtering.  
 .It  
 .Xr ndbootd 8  
 added;  
 used to netboot  
 .Nx Ns /sun2  
 machines.  
 .It  
 .Xr racoon 8  
 added;  
 IKE key management daemon for IPsec key negotiation, from the KAME project.  
 .It  
 WEP encryption supported in  
 .Xr ifconfig 8  
 and  
 .Xr awi 4  
 driver.  
 .It  
 .Xr wi 4  
 and  
 .Xr wiconfig 8  
 now support scanning for access points,  
 and defaults to BSS instead of ad-hoc mode.  
 .It  
 Bridging support; currently only for ethernet.  
 See  
 .Xr bridge 4 .  
 .It  
 In-kernel PPP over Ethernet (PPPoE) - RFC 2516,  
 with much lower overhead than user-land PPPoE clients.  
 See  
 .Xr pppoe 4 .  
 .It  
 .Xr ifwatchd 8  
 added;  
 invokes up-script and down-script when a network interface goes up and down.  
 Used by  
 .Xr pppoe 4 .  
 .bullet)  .bullet)
 .  .
 .Ss2 File system  .Ss2 File system
 .  .
 .(bullet  .(bullet
 Enhanced stability of LFS version 2, the BSD log-structured file system.  The stability of the LFS file system has been vastly improved.
 .It  .It
 .Xr dump 8 ,  Added
 .Xr dumpfs 8 ,  .Xr scan_ffs 4
 .Xr fsck_ffs 8 ,  from OpenBSD (modified to also support FFSv2 and LFS), a utility to recover
 .Xr fsirand 8 ,  lost disklabels.
 .Xr newfs 8 ,  
 and  
 .Xr tunefs 8  
 support a  
 .Fl F  
 option to manipulate file system images in regular files.  
 .It  
 .Xr makefs 8  
 added;  
 creates file system images from a directory tree.  
 (Currently ffs only.)  
 .It  
 Enhanced  
 .Fn ffs_dirpref  
 by Grigoriy Orlov, which noticeably improves performance on FFS file systems  
 when creating directories, and subsequently manipulating them.  
 .It  
 Fixes for free block tracking and directory block allocation in FFS softdeps.  
 .It  
 Correctly support FFS file systems with a large number of cylinder groups.  
 .It  
 Fix the endian independent FFS (FFS_EI) support.  
 .It  
 .Xr newfs 8  
 calculates default block size from the file system size,  
 and uses the largest possible cylinders/group (cpg) value if  
 .Fl c  
 isn't given.  
 .It  
 .Xr dpti 4  
 driver added;  
 an implementation of the DPT/Adaptec SCSI/I2O RAID management interface.  
 Allows the use of the Linux versions of  
 .Ic dptmgr ,  
 .Ic raidutil ,  
 .Ic dptelog ,  
 (etc).  
 .It  
 Support for  
 .Tn "Windows 2000"  
 .Sq NTFS  
 (NTFS5).  
 .It  
 Tagged queueing support for SCSI drivers based on the ncr53c9x controller.  
 .bullet)  .bullet)
 .  .
 .Ss2 Security  .Ss2 Libraries
 .  .
 .(bullet  .(bullet
 Addition of a  Password aging works again.
 .Xr chroot 8  
 hierarchy for services including  
 .Xr named 8 ,  
 .Xr ntpd 8 ,  
 and  
 .Xr sshd 8 .  
 .It  
 Additional  
 .Xr passwd 5  
 ciphers:  
 MD5, and  
 DES with more encryption rounds.  
 See  
 .Xr passwd.conf 5 .  
 .It  
 Several more code audits were performed.  
 .It  
 .Pa /etc/security  
 performs many more checks and is far more flexible in how it monitors  
 changes.  
 See  
 .Xr security.conf 5 .  
 .  
 .\" XXX: list security advisories here?  
 .  
 .bullet)  .bullet)
 .  .
 .Ss2 System administration and user tools  .Ss2 Security
 .  .
 .(bullet  .(bullet
 .Xr sushi 8  Fixed a denial of service vulnerability in sendmail when handling malformed
 added;  multipart MIME messages (SA2006-017).
 a menu based system administration tool.  
 .It  .It
 .Xr pgrep 1  Fixed a buffer overflow in the in-kernel PPP code share by ISDN PPP interfaces
   .Xr ippp 4
 and  and
 .Xr pkill 1  .Xr pppoe 4
 added;  (SA2006-019).
 find or signal processes by name or other attributes.  
 .It  
 System upgrades are made easier through the  
 .Xr etcupdate 8  
 script which helps updating the  
 .Pa /etc  
 config files interactively, and the  
 .Pa /etc/postinstall  
 script which is provided to check for or fix configuration changes  
 that have occurred in  
 .Nx .  
 .It  .It
 .Xr stat 1  X11: Fixed an integer overflow in FreeType.
 added;  
 a user interface to the information returned by the  
 .Xr stat 2  
 system call.  
 .It  
 BSD  
 .Xr sort 1  
 replaces  
 GNU  
 .Xr sort 1 .  
 .It  .It
 The  Fixed a potential DoS attack with
 .Dq stop  .Xr sendmail 8 .
 operation for  
 .Xr rc.d 8  
 scripts waits until the service terminates before returning.  
 This improves the reliability of  
 .Dq restart  
 operations as well.  
 .It  
 Swap devices can be removed at system shutdown by enabling  
 .Li swapoff  
 in  
 .Xr rc.conf 5 .  
 .It  
 An optional watchdog timer which will terminate  
 .Xr rc.shutdown 8  
 after the number of seconds provided in  
 .Li rcshutdown_timeout  
 from  
 .Xr rc.conf 5 .  
 .bullet)  .bullet)
 .  .
 .Ss2 Miscellaneous  .Ss2 Miscellaneous
 .  .
 .(bullet  .(bullet
 Support for multibyte LC_CTYPE locales has been integrated from the  Various RAIDframe bugfixes.
 Citrus project.  
 Many Chinese, Japanese, Korean, and other encodings are now available.  
 .It  
 Full support for cross-compilation of the base system, even as a  
 non-root user!  
 .Pa src/build.sh  
 is available for doing arbitrary cross-builds; see  
 .Pa src/BUILDING  
 for more information.  
 At least 38 ports for the  
 .Nx \*V  
 release were cross-built on a  
 .Nx Ns /i386  
 system using this mechanism.  
 .It  
 Migrated the following CPU platforms to ELF: arm, and m68k (including  
 amiga, hp300, mac68k, mvme68k, sun2, and x68k).  
 .It  
 Updates of most third party packages that are shipped in the base  
 system to the following latest stable releases:  
 .(bullet -compact -offset indent  
 amd 6.0.6  
 .It  
 BIND 8.3.3  
 .It  
 binutils 2.11.2  
 .It  .It
 bzip2 1.0.2  Updated Postfix to 2.2.11.
 .It  .It
 cvs 1.11  Updated BIND to 9.3.2.
 .It  .It
 dhcp 3.0.1rc9  Added
   .Xr ex 1
   to /rescue.
 .It  .It
 file 3.38  Fixed some special case expansions in /bin/sh.
 .It  .It
 gcc 2.95.3  Many, many more additions, improvements and bug fixes.
 .It  
 groff 1.16.1  
 .It  
 Heimdal 0.4e  
 .It  
 IPfilter 3.4.27  
 .It  
 kerberos4 1.1  
 .It  
 ksh from pdksh 5.2.14p2  
 .It  
 less 374  
 .It  
 nvi 1.79  
 .It  
 OpenSSH 3.4  
 .It  
 OpenSSL 0.9.6g  
 .It  
 Postfix 1.1.11  
 .It  
 ppp 2.4.0  
 .It  
 routed 2.24  
 .It  
 sendmail 8.11.6  
 .It  
 tcpdump 3.7.1  
 .if \n[i386] \{\  
 .It  
 XFree86 4.2.0 (i386 only)  
 \}  
 .bullet)  .bullet)
 .It  .
 Many new packages in the  .Ss2 alpha specific
 .Em pkgsrc  .(bullet
 system, including the latest open source desktop KDE3, OpenOffice,  Support booting from FFSv2 filesystems.
 perl, Apache and many more.  
 At the time of writing, there are over 3000 third party packages  
 available in pkgsrc.  
 .It  
 Added AGP GART driver  
 .Xr agp 4  
 for faster access to graphics boards.  
 .It  
 .Xr init 8  
 will create an mfs (memory based file system)  
 .Pa /dev  
 if  
 .Pa /dev/console  
 is missing.  
 .It  
 .Xr vmstat 8  
 displays kernel hash statistics with  
 .Fl H  
 and  
 .Fl h Ar hash .  
 .It  
 .Xr wscons 4  
 supports blanking of VGA consoles.  
 .bullet)  .bullet)
 .  .
 .Pp  .Ss2 sparc specific
 Kernel interfaces have continued to be refined, and more subsystems  .(bullet
 and device drivers are shared among the different ports.  Disabled threading in
 You can look for this trend to continue.  .Xr named 8
 .  on sparc and sparc64 to avoid a crash.
 .Ss2 \*M specific  .bullet)
 .so whatis -----------------------------------------------  .Ss2 xen specific
 .\} \" \n[FOR_RELEASE]  .(bullet
   Added Xen-3 domU support
   .It
   Renamed XEN kernel config files to be more consistent: XEN2_DOM0, XEN2_DOMU,
   XEN3_DOMU, INSTALL_XEN2_DOMU and INSTALL_XEN3_DOMU.
   .bullet)
 .  .
 .Ss "The Future of NetBSD"  .Ss "The Future of NetBSD"
 .Pp  .Pp
Line 903  exists.
Line 660  exists.
 .Pp  .Pp
 .  .
 Refer to  Refer to
 .Lk http://www.NetBSD.org/Sites/net.html .  .Lk http://www.NetBSD.org/mirrors/ .
 .br_ne 10P  .br_ne 10P
 .  .
 .Ss "NetBSD \*V Release Contents  .Ss "NetBSD \*V Release Contents
Line 1112  may wish to bear the
Line 869  may wish to bear the
 following problems and compatibility issues in mind when upgrading to  following problems and compatibility issues in mind when upgrading to
 .Nx \*V .  .Nx \*V .
 .  .
 .Ss2 Issues affecting an upgrade from NetBSD 1.6  .Ss2 Issues affecting an upgrade from NetBSD 3.1 and older releases.
   It is
   .Ic very important
   that you populate the directory
   .Pa /etc/pam.d
   with appropriate configuration files for the Pluggable Authentication Modules
   (PAM) because you will not be able to login any more otherwise. Using
   .Em postinstall
   as described below will take care of this. Please refer to
   .Lk http://www.netbsd.org/guide/en/chap-pam.html
   for documentation about PAM.
   
 The following issues can generally be resolved by extracting the  The following issues can generally be resolved by extracting the
 .Sy etc  .Sy etc
 set into a temporary directory and running  set into a temporary directory and running
 .Em postinstall :  .Em postinstall :
 .(disp  .(disp
 mkdir /tmp/upgrade  postinstall -s /path/to/etc.tgz check
 cd /tmp/upgrade  postinstall -s /path/to/etc.tgz fix
 pax -zrpe -f /path/to/etc.tgz  
 \&./etc/postinstall -s `pwd` check  
 \&./etc/postinstall -s `pwd` fix  
 .disp)  .disp)
 .Pp  .Pp
 Issues fixed by  Issues fixed by
Line 1137  These include:
Line 902  These include:
 .It  .It
 .Pa /etc/mtree/*  .Pa /etc/mtree/*
 .It  .It
   .Pa /etc/pam.d/*
   .It
 .Pa /etc/daily  .Pa /etc/daily
 .It  .It
 .Pa /etc/weekly  .Pa /etc/weekly
Line 1154  These include:
Line 921  These include:
 .Pa /etc/rc.d/*  .Pa /etc/rc.d/*
 .bullet)  .bullet)
 .  .
 .It  
 The following files are now obsolete:  
 .Pa /etc/rc.d/fsck.sh  
 .Pa /etc/rc.d/gated  
 .Pa /etc/rc.d/kerberos  
 .Pa /etc/rc.d/NETWORK  
 .Pa /etc/rc.d/systemfs  
 .Pa /etc/rc.d/xntpd  
 and  
 .Pa /etc/rc.d/ypset .  
 .  
 .It  
 The users and groups  
 .Sq smmsp ,  
 needs to be created,  
 .Sq news  
 is no longer part of the system.  
 .bullet)  
 .  
 .Pp  .Pp
 The following issues need to be resolved manually:  The following issues need to be resolved manually:
 .  .
 .(bullet -offset indent  .(bullet -offset indent
 .Xr postfix 8  The user
 configuration files require upgrading.  .Sq _pflogd
 .(disp   and the groups
 cd /usr/share/examples/postfix  .Sq _pflogd
 cp post-install postfix-files postfix-script /etc/postfix  and
 postfix check  .Sq authpf
 .disp)  need to be created.
 .  
 .bullet)  .bullet)
 .  .
 .  .
Line 1338  backup CVS and backup server.
Line 1085  backup CVS and backup server.
 SSH Communications Security in Finland for operating  SSH Communications Security in Finland for operating
 the backup server.  the backup server.
 .It  .It
 The many organisations that provide  The many organizations that provide
 .Nx  .Nx
 mirror sites.  mirror sites.
 .It  .It
Line 1376  If you're one of them, and would like to
Line 1123  If you're one of them, and would like to
 .It Em "The NetBSD core group:"  .It Em "The NetBSD core group:"
 .It Ta Ta  .It Ta Ta
 .It Ta Allen Briggs Ta Mt briggs@NetBSD.org  .It Ta Allen Briggs Ta Mt briggs@NetBSD.org
 .It Ta Frank van der Linden Ta Mt fvdl@NetBSD.org  
 .It Ta Luke Mewburn Ta Mt lukem@NetBSD.org  
 .It Ta Matt Thomas Ta Mt matt@NetBSD.org  .It Ta Matt Thomas Ta Mt matt@NetBSD.org
   .It Ta Valeriy E. Ushakov Ta Mt uwe@NetBSD.org
   .It Ta YAMAMOTO Takashi Ta Mt yamt@NetBSD.org
 .It Ta Christos Zoulas Ta Mt christos@NetBSD.org  .It Ta Christos Zoulas Ta Mt christos@NetBSD.org
 .It Ta Ta  .It Ta Ta
 .  .
Line 1387  If you're one of them, and would like to
Line 1134  If you're one of them, and would like to
 .\"  .\"
 .\" XXX created by list-portmasters.pl  .\" XXX created by list-portmasters.pl
 .\"  .\"
 .It Ta Ta  .It Ta                                Ta Mt                      Ta Sy
 .It Ta Allen Briggs                   Ta Mt    briggs@NetBSD.org Ta Sy sandpoint  .It Ta Allen Briggs                   Ta Mt    briggs@NetBSD.org Ta Sy sandpoint
 .It Ta Anders Magnusson               Ta Mt     ragge@NetBSD.org Ta Sy vax  .It Ta Anders Magnusson               Ta Mt     ragge@NetBSD.org Ta Sy vax
 .It Ta Andrey Petrov                  Ta Mt    petrov@NetBSD.org Ta Sy sparc64  .It Ta Andrey Petrov                  Ta Mt    petrov@NetBSD.org Ta Sy sparc64
Line 1397  If you're one of them, and would like to
Line 1144  If you're one of them, and would like to
 .It Ta Eduardo Horvath                Ta Mt       eeh@NetBSD.org Ta Sy evbppc  .It Ta Eduardo Horvath                Ta Mt       eeh@NetBSD.org Ta Sy evbppc
 .It Ta Frank van der Linden           Ta Mt      fvdl@NetBSD.org Ta Sy amd64  .It Ta Frank van der Linden           Ta Mt      fvdl@NetBSD.org Ta Sy amd64
 .It Ta Frank van der Linden           Ta Mt      fvdl@NetBSD.org Ta Sy i386  .It Ta Frank van der Linden           Ta Mt      fvdl@NetBSD.org Ta Sy i386
   .It Ta Gavan Fantom                   Ta Mt     gavan@NetBSD.org Ta Sy iyonix
 .It Ta IWAMOTO Toshihiro              Ta Mt    toshii@NetBSD.org Ta Sy hpcarm  .It Ta IWAMOTO Toshihiro              Ta Mt    toshii@NetBSD.org Ta Sy hpcarm
 .It Ta Ichiro Fukuhara                Ta Mt    ichiro@NetBSD.org Ta Sy hpcarm  .It Ta Ichiro Fukuhara                Ta Mt    ichiro@NetBSD.org Ta Sy hpcarm
 .It Ta Ignatios Souvatzis             Ta Mt        is@NetBSD.org Ta Sy amiga  .It Ta Ignatios Souvatzis             Ta Mt        is@NetBSD.org Ta Sy amiga
 .It Ta Izumi Tsutsui                  Ta Mt   tsutsui@NetBSD.org Ta Sy hp300  .It Ta Izumi Tsutsui                  Ta Mt   tsutsui@NetBSD.org Ta Sy hp300
 .It Ta Izumi Tsutsui                  Ta Mt   tsutsui@NetBSD.org Ta Sy news68k  .It Ta Izumi Tsutsui                  Ta Mt   tsutsui@NetBSD.org Ta Sy news68k
 .It Ta Jason Thorpe                   Ta Mt   thorpej@NetBSD.org Ta Sy algor  .It Ta Jason Thorpe                   Ta Mt   thorpej@NetBSD.org Ta Sy algor
   .It Ta Jason Thorpe                   Ta Mt   thorpej@NetBSD.org Ta Sy evbarm
 .It Ta Jason Thorpe                   Ta Mt   thorpej@NetBSD.org Ta Sy shark  .It Ta Jason Thorpe                   Ta Mt   thorpej@NetBSD.org Ta Sy shark
 .It Ta Jeremy Cooper                  Ta Mt    jeremy@NetBSD.org Ta Sy sun3  .It Ta Jeremy Cooper                  Ta Mt    jeremy@NetBSD.org Ta Sy sun3
 .It Ta Jonathan Stone                 Ta Mt  jonathan@NetBSD.org Ta Sy pmax  .It Ta Jonathan Stone                 Ta Mt  jonathan@NetBSD.org Ta Sy pmax
Line 1427  If you're one of them, and would like to
Line 1176  If you're one of them, and would like to
 .It Ta Phil Nelson                    Ta Mt      phil@NetBSD.org Ta Sy pc532  .It Ta Phil Nelson                    Ta Mt      phil@NetBSD.org Ta Sy pc532
 .It Ta Reinoud Zandijk                Ta Mt   reinoud@NetBSD.org Ta Sy acorn32  .It Ta Reinoud Zandijk                Ta Mt   reinoud@NetBSD.org Ta Sy acorn32
 .It Ta Ross Harvey                    Ta Mt      ross@NetBSD.org Ta Sy alpha  .It Ta Ross Harvey                    Ta Mt      ross@NetBSD.org Ta Sy alpha
 .It Ta S(/oren J(/orvang              Ta Mt     soren@NetBSD.org Ta Sy cobalt  .It Ta S\(/oren J\(/orvang            Ta Mt     soren@NetBSD.org Ta Sy cobalt
 .It Ta S(/oren J(/orvang              Ta Mt     soren@NetBSD.org Ta Sy sgimips  .It Ta S\(/oren J\(/orvang            Ta Mt     soren@NetBSD.org Ta Sy sgimips
 .It Ta Scott Reynolds                 Ta Mt    scottr@NetBSD.org Ta Sy mac68k  .It Ta Scott Reynolds                 Ta Mt    scottr@NetBSD.org Ta Sy mac68k
 .It Ta Shin Takemura                  Ta Mt  takemura@NetBSD.org Ta Sy hpcmips  .It Ta Shin Takemura                  Ta Mt  takemura@NetBSD.org Ta Sy hpcmips
 .It Ta Simon Burge                    Ta Mt    simonb@NetBSD.org Ta Sy evbmips  .It Ta Simon Burge                    Ta Mt    simonb@NetBSD.org Ta Sy evbmips
Line 1456  If you're one of them, and would like to
Line 1205  If you're one of them, and would like to
 .It Ta Julian Coleman Ta Mt jdc@NetBSD.org  .It Ta Julian Coleman Ta Mt jdc@NetBSD.org
 .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org  .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org
 .It Ta Jun-ichiro itojun Hagino Ta Mt itojun@NetBSD.org  .It Ta Jun-ichiro itojun Hagino Ta Mt itojun@NetBSD.org
   .It Ta Geert Hendrickx Ta Mt ghen@NetBSD.org
   .It Ta Soren Jacobsen Ta Mt snj@NetBSD.org
 .It Ta SAITOH Masanobu Ta Mt msaitoh@NetBSD.org  .It Ta SAITOH Masanobu Ta Mt msaitoh@NetBSD.org
 .It Ta Luke Mewburn Ta Mt lukem@NetBSD.org  .It Ta Luke Mewburn Ta Mt lukem@NetBSD.org
   .It Ta Jeff Rizzo Ta Mt riz@NetBSD.org
 .It Ta Matthias Scheler Ta Mt tron@NetBSD.org  .It Ta Matthias Scheler Ta Mt tron@NetBSD.org
 .It Ta Curt Sampson Ta Mt cjs@NetBSD.org  .It Ta Curt Sampson Ta Mt cjs@NetBSD.org
 .It Ta Jim Wise Ta Mt jwise@NetBSD.org  .It Ta Jim Wise Ta Mt jwise@NetBSD.org
Line 1475  If you're one of them, and would like to
Line 1227  If you're one of them, and would like to
 .It Ta Bang Jun-Young Ta Mt junyoung@NetBSD.org  .It Ta Bang Jun-Young Ta Mt junyoung@NetBSD.org
 .It Ta Dieter Baron Ta Mt dillo@NetBSD.org  .It Ta Dieter Baron Ta Mt dillo@NetBSD.org
 .It Ta Robert V. Baron Ta Mt rvb@NetBSD.org  .It Ta Robert V. Baron Ta Mt rvb@NetBSD.org
   .It Ta Alan Barrett Ta Mt apb@NetBSD.org
 .It Ta Grant Beattie Ta Mt grant@NetBSD.org  .It Ta Grant Beattie Ta Mt grant@NetBSD.org
 .It Ta Jason Beegan Ta Mt jtb@NetBSD.org  .It Ta Jason Beegan Ta Mt jtb@NetBSD.org
 .It Ta Erik Berls Ta Mt cyber@NetBSD.org  .It Ta Erik Berls Ta Mt cyber@NetBSD.org
Line 1483  If you're one of them, and would like to
Line 1236  If you're one of them, and would like to
 .It Ta Mason Loring Bliss Ta Mt mason@NetBSD.org  .It Ta Mason Loring Bliss Ta Mt mason@NetBSD.org
 .It Ta Charles Blundell Ta Mt cb@NetBSD.org  .It Ta Charles Blundell Ta Mt cb@NetBSD.org
 .It Ta Rafal Boni Ta Mt rafal@NetBSD.org  .It Ta Rafal Boni Ta Mt rafal@NetBSD.org
   .It Ta Sean Boudreau Ta Mt seanb@NetBSD.org
 .It Ta Manuel Bouyer Ta Mt bouyer@NetBSD.org  .It Ta Manuel Bouyer Ta Mt bouyer@NetBSD.org
 .It Ta John Brezak Ta Mt brezak@NetBSD.org  .It Ta John Brezak Ta Mt brezak@NetBSD.org
 .It Ta Allen Briggs Ta Mt briggs@NetBSD.org  .It Ta Allen Briggs Ta Mt briggs@NetBSD.org
Line 1505  If you're one of them, and would like to
Line 1259  If you're one of them, and would like to
 .It Ta Chuck Cranor Ta Mt chuck@NetBSD.org  .It Ta Chuck Cranor Ta Mt chuck@NetBSD.org
 .It Ta Alistair Crooks Ta Mt agc@NetBSD.org  .It Ta Alistair Crooks Ta Mt agc@NetBSD.org
 .It Ta Aidan Cully Ta Mt aidan@NetBSD.org  .It Ta Aidan Cully Ta Mt aidan@NetBSD.org
   .It Ta Garrett D'Amore Ta Mt gdamore@NetBSD.org
 .It Ta Johan Danielsson Ta Mt joda@NetBSD.org  .It Ta Johan Danielsson Ta Mt joda@NetBSD.org
 .It Ta John Darrow Ta Mt jdarrow@NetBSD.org  .It Ta John Darrow Ta Mt jdarrow@NetBSD.org
   .It Ta Jed Davis Ta Mt jld@NetBSD.org
 .It Ta Matt DeBergalis Ta Mt deberg@NetBSD.org  .It Ta Matt DeBergalis Ta Mt deberg@NetBSD.org
 .It Ta Rob Deker Ta Mt deker@NetBSD.org  .It Ta Rob Deker Ta Mt deker@NetBSD.org
 .It Ta Chris G. Demetriou Ta Mt cgd@NetBSD.org  .It Ta Chris G. Demetriou Ta Mt cgd@NetBSD.org
Line 1517  If you're one of them, and would like to
Line 1273  If you're one of them, and would like to
 .It Ta Emmanuel Dreyfus Ta Mt manu@NetBSD.org  .It Ta Emmanuel Dreyfus Ta Mt manu@NetBSD.org
 .It Ta Matthias Drochner Ta Mt drochner@NetBSD.org  .It Ta Matthias Drochner Ta Mt drochner@NetBSD.org
 .It Ta Jun Ebihara Ta Mt jun@NetBSD.org  .It Ta Jun Ebihara Ta Mt jun@NetBSD.org
   .It Ta Elad Efrat Ta Mt elad@NetBSD.org
 .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org  .It Ta H\(oavard Eidnes Ta Mt he@NetBSD.org
 .It Ta Stoned Elipot Ta Mt seb@NetBSD.org  .It Ta Stoned Elipot Ta Mt seb@NetBSD.org
   .It Ta Michael van Elst Ta Mt mlelstv@NetBSD.org
 .It Ta Enami Tsugutomo Ta Mt enami@NetBSD.org  .It Ta Enami Tsugutomo Ta Mt enami@NetBSD.org
 .It Ta Bernd Ernesti Ta Mt veego@NetBSD.org  .It Ta Bernd Ernesti Ta Mt veego@NetBSD.org
 .It Ta Erik Fair Ta Mt fair@NetBSD.org  .It Ta Erik Fair Ta Mt fair@NetBSD.org
 .It Ta Gavan Fantom Ta Mt gavan@NetBSD.org  .It Ta Gavan Fantom Ta Mt gavan@NetBSD.org
 .It Ta Hubert Feyrer Ta Mt hubertf@NetBSD.org  .It Ta Hubert Feyrer Ta Mt hubertf@NetBSD.org
 .It Ta Jason R. Fink Ta Mt jrf@NetBSD.org  .It Ta Jason R. Fink Ta Mt jrf@NetBSD.org
   .It Ta Liam J. Foy Ta Mt liamjfoy@NetBSD.org
 .It Ta Matt Fredette Ta Mt fredette@NetBSD.org  .It Ta Matt Fredette Ta Mt fredette@NetBSD.org
 .It Ta Thorsten Frueauf Ta Mt frueauf@NetBSD.org  .It Ta Thorsten Frueauf Ta Mt frueauf@NetBSD.org
 .It Ta Castor Fu Ta Mt castor@NetBSD.org  .It Ta Castor Fu Ta Mt castor@NetBSD.org
Line 1550  If you're one of them, and would like to
Line 1309  If you're one of them, and would like to
 .It Ta HAMAJIMA Katsuomi Ta Mt hamajima@NetBSD.org  .It Ta HAMAJIMA Katsuomi Ta Mt hamajima@NetBSD.org
 .It Ta HAYAKAWA Koichi Ta Mt haya@NetBSD.org  .It Ta HAYAKAWA Koichi Ta Mt haya@NetBSD.org
 .It Ta John Heasley Ta Mt heas@NetBSD.org  .It Ta John Heasley Ta Mt heas@NetBSD.org
   .It Ta Geert Hendrickx Ta Mt ghen@NetBSD.org
 .It Ta Ren\('e Hexel Ta Mt rh@NetBSD.org  .It Ta Ren\('e Hexel Ta Mt rh@NetBSD.org
   .It Ta Iain Hibbert Ta Mt plunky@NetBSD.org
 .It Ta Kouichirou Hiratsuka Ta Mt hira@NetBSD.org  .It Ta Kouichirou Hiratsuka Ta Mt hira@NetBSD.org
 .It Ta Michael L. Hitch Ta Mt mhitch@NetBSD.org  .It Ta Michael L. Hitch Ta Mt mhitch@NetBSD.org
   .It Ta Jachym Holecek Ta Mt freza@NetBSD.org
 .It Ta Christian E. Hopps Ta Mt chopps@NetBSD.org  .It Ta Christian E. Hopps Ta Mt chopps@NetBSD.org
 .It Ta Ken Hornstein Ta Mt kenh@NetBSD.org  .It Ta Ken Hornstein Ta Mt kenh@NetBSD.org
 .It Ta Marc Horowitz Ta Mt marc@NetBSD.org  .It Ta Marc Horowitz Ta Mt marc@NetBSD.org
Line 1575  If you're one of them, and would like to
Line 1337  If you're one of them, and would like to
 .It Ta Takahiro Kambe Ta Mt taca@NetBSD.org  .It Ta Takahiro Kambe Ta Mt taca@NetBSD.org
 .It Ta Antti Kantee Ta Mt pooka@NetBSD.org  .It Ta Antti Kantee Ta Mt pooka@NetBSD.org
 .It Ta Masanori Kanaoka Ta Mt kanaoka@NetBSD.org  .It Ta Masanori Kanaoka Ta Mt kanaoka@NetBSD.org
   .It Ta Frank Kardel Ta Mt kardel@NetBSD.org
 .It Ta Mattias Karlsson Ta Mt keihan@NetBSD.org  .It Ta Mattias Karlsson Ta Mt keihan@NetBSD.org
 .It Ta KAWAMOTO Yosihisa Ta Mt kawamoto@NetBSD.org  .It Ta KAWAMOTO Yosihisa Ta Mt kawamoto@NetBSD.org
 .It Ta Mario Kemper Ta Mt magick@NetBSD.org  .It Ta Mario Kemper Ta Mt magick@NetBSD.org
Line 1598  If you're one of them, and would like to
Line 1361  If you're one of them, and would like to
 .It Ta Frank van der Linden Ta Mt fvdl@NetBSD.org  .It Ta Frank van der Linden Ta Mt fvdl@NetBSD.org
 .It Ta Joel Lindholm Ta Mt joel@NetBSD.org  .It Ta Joel Lindholm Ta Mt joel@NetBSD.org
 .It Ta Mike Long Ta Mt mikel@NetBSD.org  .It Ta Mike Long Ta Mt mikel@NetBSD.org
   .It Ta Michael Lorenz Ta Mt macallan@NetBSD.org
 .It Ta Warner Losh Ta Mt imp@NetBSD.org  .It Ta Warner Losh Ta Mt imp@NetBSD.org
 .It Ta Tomasz Luchowski Ta Mt zuntum@NetBSD.org  .It Ta Tomasz Luchowski Ta Mt zuntum@NetBSD.org
 .It Ta Federico Lupi Ta Mt federico@NetBSD.org  .It Ta Federico Lupi Ta Mt federico@NetBSD.org
Line 1621  If you're one of them, and would like to
Line 1385  If you're one of them, and would like to
 .It Ta Ken Nakata Ta Mt kenn@NetBSD.org  .It Ta Ken Nakata Ta Mt kenn@NetBSD.org
 .It Ta Takeshi Nakayama Ta Mt nakayama@NetBSD.org  .It Ta Takeshi Nakayama Ta Mt nakayama@NetBSD.org
 .It Ta Phil Nelson Ta Mt phil@NetBSD.org  .It Ta Phil Nelson Ta Mt phil@NetBSD.org
   .It Ta John Nemeth Ta Mt jnemeth@NetBSD.org
 .It Ta Bob Nestor Ta Mt rnestor@NetBSD.org  .It Ta Bob Nestor Ta Mt rnestor@NetBSD.org
 .It Ta NISHIMURA Takeshi Ta Mt nsmrtks@NetBSD.org  .It Ta NISHIMURA Takeshi Ta Mt nsmrtks@NetBSD.org
 .It Ta Tohru Nishimura Ta Mt nisimura@NetBSD.org  .It Ta Tohru Nishimura Ta Mt nisimura@NetBSD.org
Line 1637  If you're one of them, and would like to
Line 1402  If you're one of them, and would like to
 .It Ta Matthias Pfaller Ta Mt matthias@NetBSD.org  .It Ta Matthias Pfaller Ta Mt matthias@NetBSD.org
 .It Ta Chris Pinnock Ta Mt cjep@NetBSD.org  .It Ta Chris Pinnock Ta Mt cjep@NetBSD.org
 .It Ta Adrian Portelli Ta Mt adrianp@NetBSD.org  .It Ta Adrian Portelli Ta Mt adrianp@NetBSD.org
   .It Ta Rui Paulo Ta Mt rpaulo@NetBSD.org
 .It Ta Peter Postma Ta Mt peter@NetBSD.org  .It Ta Peter Postma Ta Mt peter@NetBSD.org
 .It Ta Dante Profeta Ta Mt dante@NetBSD.org  .It Ta Dante Profeta Ta Mt dante@NetBSD.org
 .It Ta Chris Provenzano Ta Mt proven@NetBSD.org  .It Ta Chris Provenzano Ta Mt proven@NetBSD.org
Line 1645  If you're one of them, and would like to
Line 1411  If you're one of them, and would like to
 .It Ta Marc Recht Ta Mt recht@NetBSD.org  .It Ta Marc Recht Ta Mt recht@NetBSD.org
 .It Ta Darren Reed Ta Mt darrenr@NetBSD.org  .It Ta Darren Reed Ta Mt darrenr@NetBSD.org
 .It Ta Jeremy C. Reed Ta Mt reed@NetBSD.org  .It Ta Jeremy C. Reed Ta Mt reed@NetBSD.org
   .It Ta Antoine Reilles Ta Mt tonio@NetBSD.org
 .It Ta Tyler R. Retzlaff Ta Mt rtr@NetBSD.org  .It Ta Tyler R. Retzlaff Ta Mt rtr@NetBSD.org
 .It Ta Scott Reynolds Ta Mt scottr@NetBSD.org  .It Ta Scott Reynolds Ta Mt scottr@NetBSD.org
 .It Ta Michael Richardson Ta Mt mcr@NetBSD.org  .It Ta Michael Richardson Ta Mt mcr@NetBSD.org
 .It Ta Tim Rightnour Ta Mt garbled@NetBSD.org  .It Ta Tim Rightnour Ta Mt garbled@NetBSD.org
   .It Ta Alan Ritter Ta Mt rittera@NetBSD.org
 .It Ta Jeff Rizzo Ta Mt riz@NetBSD.org  .It Ta Jeff Rizzo Ta Mt riz@NetBSD.org
 .It Ta Gordon Ross Ta Mt gwr@NetBSD.org  .It Ta Gordon Ross Ta Mt gwr@NetBSD.org
 .It Ta Steve Rumble Ta Mt rumble@NetBSD.org  .It Ta Steve Rumble Ta Mt rumble@NetBSD.org
Line 1683  If you're one of them, and would like to
Line 1451  If you're one of them, and would like to
 .It Ta Wolfgang Solfrank Ta Mt ws@NetBSD.org  .It Ta Wolfgang Solfrank Ta Mt ws@NetBSD.org
 .It Ta SOMEYA Yoshihiko Ta Mt someya@NetBSD.org  .It Ta SOMEYA Yoshihiko Ta Mt someya@NetBSD.org
 .It Ta Bill Sommerfeld Ta Mt sommerfeld@NetBSD.org  .It Ta Bill Sommerfeld Ta Mt sommerfeld@NetBSD.org
   .It Ta J\(:org Sonnenberger Ta Mt joerg@NetBSD.org
 .It Ta Ignatios Souvatzis Ta Mt is@NetBSD.org  .It Ta Ignatios Souvatzis Ta Mt is@NetBSD.org
 .It Ta Bill Squier Ta Mt groo@NetBSD.org  .It Ta Bill Squier Ta Mt groo@NetBSD.org
 .It Ta Jonathan Stone Ta Mt jonathan@NetBSD.org  .It Ta Jonathan Stone Ta Mt jonathan@NetBSD.org
Line 1697  If you're one of them, and would like to
Line 1466  If you're one of them, and would like to
 .It Ta Matt Thomas Ta Mt matt@NetBSD.org  .It Ta Matt Thomas Ta Mt matt@NetBSD.org
 .It Ta Jason Thorpe Ta Mt thorpej@NetBSD.org  .It Ta Jason Thorpe Ta Mt thorpej@NetBSD.org
 .It Ta Christoph Toshok Ta Mt toshok@NetBSD.org  .It Ta Christoph Toshok Ta Mt toshok@NetBSD.org
   .It Ta Greg Troxel Ta Mt gdt@NetBSD.org
 .It Ta Tsubai Masanari Ta Mt tsubai@NetBSD.org  .It Ta Tsubai Masanari Ta Mt tsubai@NetBSD.org
 .It Ta Izumi Tsutsui Ta Mt tsutsui@NetBSD.org  .It Ta Izumi Tsutsui Ta Mt tsutsui@NetBSD.org
 .It Ta UCHIYAMA Yasushi Ta Mt uch@NetBSD.org  .It Ta UCHIYAMA Yasushi Ta Mt uch@NetBSD.org
 .It Ta Masao Uebayashi Ta Mt uebayasi@NetBSD.org  .It Ta Masao Uebayashi Ta Mt uebayasi@NetBSD.org
 .It Ta Shuichiro URATA Ta Mt ur@NetBSD.org  .It Ta Shuichiro URATA Ta Mt ur@NetBSD.org
   .It Ta Valeriy E. Ushakov Ta Mt uwe@NetBSD.org
 .It Ta Todd Vierling Ta Mt tv@NetBSD.org  .It Ta Todd Vierling Ta Mt tv@NetBSD.org
 .It Ta Aymeric Vincent Ta Mt aymeric@NetBSD.org  .It Ta Aymeric Vincent Ta Mt aymeric@NetBSD.org
 .It Ta Paul Vixie Ta Mt vixie@NetBSD.org  .It Ta Paul Vixie Ta Mt vixie@NetBSD.org
   .It Ta Mike M. Volokhov Ta Mt mishka@NetBSD.org
 .It Ta Krister Walfridsson Ta Mt kristerw@NetBSD.org  .It Ta Krister Walfridsson Ta Mt kristerw@NetBSD.org
 .It Ta Lex Wennmacher Ta Mt wennmach@NetBSD.org  .It Ta Lex Wennmacher Ta Mt wennmach@NetBSD.org
 .It Ta Leo Weppelman Ta Mt leo@NetBSD.org  .It Ta Leo Weppelman Ta Mt leo@NetBSD.org

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.278.2.32

CVSweb <webmaster@jp.NetBSD.org>