[BACK]Return to CHANGES-1.5.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

File: [cvs.NetBSD.org] / src / Attic / CHANGES-1.5.1 (download)

Revision 1.1.2.93, Mon Jul 2 15:33:29 2001 UTC (22 years, 9 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.1.2.92: +2 -2 lines

Fix typo in directory name.

#	$NetBSD: CHANGES-1.5.1,v 1.1.2.93 2001/07/02 15:33:29 he Exp $

A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:

File						Revision(s)
----						--------

sys/sys/param.h					patch
sys/conf/osrelease.sh				patch
share/tmac/doc-common				patch

  Mark this as 1.5.1_ALPHA.

sys/dev/ic/an.c					1.1-1.3 + patch (new)
sys/dev/ic/anreg.h				1.1-1.2 (new)
sys/dev/ic/anvar.h				1.1 (new)
sys/dev/pcmcia/if_an_pcmcia.c			1.1-1.2 (new)
sys/dev/DEVNAMES				1.24
sys/conf/files					1.409
sys/dev/pcmcia/files.pcmcia			1.30
sys/arch/i386/conf/GENERIC			1.382
sys/arch/i386/conf/GENERIC_LAPTOP		1.7
sys/arch/i386/conf/INSTALL_LAPTOP		1.7

  Add a driver for an(4), Aironet and Cisco wireless pcmcia cards.

crypto/dist/krb4/lib/krb/tf_util.c		1.2
crypto/dist/krb4/lib/krb/kdc_reply.c		1.2
crypto/dist/krb4/lib/krb/extra.c		1.2

  Remove overwriting of the old ticket file.  Fix buffer overrun.
  Remove obsolete support for environment variables.

libexec/ftpd/cmds.c				1.9
libexec/ftpd/version.h				patch

  Fix a one-byte buffer overrun.  Fixes SA2000-018.

sys/netinet/udp_usrreq.c			1.73-1.74

  Fix multicast inbound packet processing.  Fixes PR#11629.

sys/dev/wscons/wsdisplay.c			1.43

  Make sure to switch consoles synchronously.

sys/arch/powerpc/powerpc/ofw_machdep.c		1.7

  Make memory probing work correctly with the DIMMs in any order.

distrib/atari/miniroot/install.md		1.14

  Add the X11 sets to MDSETS.

distrib/sets/lists/base/obsolete.mi		1.14

  Add /usr/sbin/gifconfig; we now do "ifconfig tunnel".

usr.sbin/dhcp/common/discover.c			1.9-1.10
usr.sbin/dhcp/common/bpf.c			1.7

  Fix multiple problems that caused dhcpd to either spin or not
  respond to queries in a timely fashion.

sys/arch/vax/conf/INSTALL			1.11

  Enable VS4000/90 SCSI controller.

sys/arch/hp300/stand/Makefile.inc		1.11

  Use ``make print-objdir'' to get obj directory correctly.

sys/dev/pci/fms.c				1.8

  Make this build without ``mpu at fms''.

usr.sbin/user/user.c				1.34

  Don't try to create or move directory if only ``-d'' option is
  given; documentation claims ``-m'' is also required.

usr.bin/login/k5login.c				1.17

  Use strlcpy() to copy environment variable into a fixed-length
  buffer.  Fixes PR#11550.

libexec/telnetd/sys_term.c			1.20 via patch

  Fix buffer overflow and environment passing problems, and only
  accept a limites set of environment variables and non-filename
  TERMCAP variables.  Fixes SA#2000-017.

sys/arch/mac68k/nubus/nubus.h			1.52

  Add the DrHw Apple 24AC "Boogie" video card.

sys/arch/mac68k/nubus/grf_nubus.c		1.60

  Clear interrupts on the Apple "Boogie" card.

sys/coda/coda_vnops.c				1.21
sys/kern/vfs_subr.c				1.140
sys/kern/vfs_syscalls.c				1.162
sys/miscfs/genfs/genfs_vnops.c			1.20
sys/miscfs/genfs/layer_vnops.c			1.4
sys/miscfs/specfs/spec_vnops.c			1.50
sys/miscfs/syncfs/sync_subr.c			1.6
sys/miscfs/syncfs/sync_vnops.c			1.4
sys/miscfs/union/union_vnops.c			1.48
sys/msdosfs/msdosfs_vfsops.c			1.70
sys/ntfs/ntfs_vnops.c				1.30
sys/ufs/ext2fs/ext2fs_vfsops.c			1.39
sys/ufs/lfs/lfs_vnops.c				1.45
sys/ufs/ffs/ffs_balloc.c			1.22
sys/ufs/ffs/ffs_inode.c				1.37
sys/ufs/ffs/ffs_softdep.c			1.6	
sys/ufs/ffs/ffs_vfsops.c			1.71
sys/ufs/ffs/ffs_vnops.c				1.33,1.34
sys/nfs/nfs_nqlease.c				1.33
sys/nfs/nfs_serv.c				1.58
sys/nfs/nfs.h					1.24
sys/nfs/nfs_bio.c				1.52
sys/nfs/nfs_node.c				1.36
sys/nfs/nfs_subs.c				1.83
sys/nfs/nfs_syscalls.c				1.44,1.45
sys/nfs/nfs_var.h				1.18
sys/nfs/nfs_vnops.c				1.120,1.123
sys/nfs/nfs_vfsops.c				1.96
sys/nfs/nfsnode.h				1.30
sys/nfs/nfsproto.h				1.9
sys/nfs/nfs_socket.c				1.60
sys/nfs/nfs_subs.c				1.85,1.87
sys/kern/vnode_if.src				1.25	
sys/kern/vnode_if.c				regenerate
sys/sys/vnode_if.h				regenerate

  Improve NFS performance, possibly with as much as 100% in
  throughput.  Please note: this implies a kernel interface change,
  VOP_FSYNC gains two arguments.

sys/nfs/nfs_boot.c				1.55
sys/nfs/nfs_socket.c				1.63
sys/kern/uipc_socket.c				1.51
sys/kern/uipc_syscalls.c			1.56
sys/sys/socketvar.h				1.41

  Fix NFS+tcp client hangs on server or network outage.  Again,
  please note that this introduces yet another kernel interface
  change: sobind() gains an argument.

usr.bin/passwd/krb5_passwd.c			1.10

  Don't try to free an uninitialized context; fixes core dump when
  called as ``yppasswd''.

sys/dev/pcmcia/if_ray.c				1.24-1.25

  Add a missing return after freeing an mbuf.
  Add support for 802.11 authentication frames, required to
  interoperate with Aviator Pro cards on Windows.

sys/dev/pci/pccbb.c				1.47,1.49

  Turn off power on shutdown, except on ToPIC (TI 113X) bridges on
  shutdown to avoid hangs on some systems.

distrib/notes/sparc64/hardware			1.6
distrib/notes/sparc64/install			1.5

  Recommend minimum 32MB.  The pciide cdroms work on secondary channel,
  but disks do not.  Also, add ``Install from Solaris'' instructions.

distrib/sparc/ramdisk/dot.profile		1.15

  Look for ``instfs.tgz'' in the $MACHINE subdir on cdrom first.

sys/arch/pmax/pmax/autoconf.c			1.55

  Fix netbooting on the 2100/3100.  Fixes PR#11212.

usr.sbin/pkg_install/add/main.c			1.17
usr.sbin/pkg_install/add/perform.c		1.56
usr.sbin/pkg_install/admin/main.c		1.17
usr.sbin/pkg_install/create/perform.c		1.24
usr.sbin/pkg_install/info/perform.c		1.34
usr.sbin/pkg_install/lib/file.c			1.44-1.45
usr.sbin/pkg_install/lib/ftpio.c		1.28
usr.sbin/pkg_install/lib/str.c			1.24

  Accept ``.tbz'' as an alternative suffix; compress with bzip2 if
  a .tbz suffix is given.  Fix pkg_info to work via ftp, either
  via URL on command line or from PKG_PATH environment variable.

sys/arch/news68k/dev/zs.c			1.5

  Initialize zs chip in zscninit() so that the kernel can use serial
  console even if the PROM uses bitmap console.  Remove some dead
  code.  Use BPS_TO_TCONST() to initialize baudrate.

sys/arch/arm32/pci/pciide_machdep.c		1.3

  Print which IRQ is used for compatibility interrupts.

sys/arch/sun3/sun3/sunmon.c			1.11
sys/arch/sun3/sun3x/machdep.c			1.61

  Make PROM boot command work properly even after halt on 3/80.

sys/lib/libsa/loadfile.c			1.9

  Don't print ``]'' if loading kernel does not have a symbol table.

sys/dev/pci/pciide.c				1.93

  Add support for Intel ICH2 IDE controller.

usr.sbin/mopd/mopd/process.c			1.10

  Make sure dle points to the correct slot.  Fixes PR#11253.

sys/dev/microcode/siop/ncr53cxxx.c		1.3-1.5

  Allow conditional branch like "JUMP foo, IF FALSE" (that the
  driver can later patch).  Bug fixes and syntax checking improvement.

sys/dev/microcode/siop/siop.ss			1.8-1.12
sys/dev/microcode/siop/siop.out			regenerate
sys/dev/ic/siop.c				1.23-1.24,1.28-1.36
sys/dev/ic/siop_common.c			1.7-1.11
sys/dev/ic/siopreg.h				1.7
sys/dev/ic/siopvar.h				1.9-1.13
sys/dev/ic/siopvar_common.h			1.5-1.8
sys/dev/pci/siop_pci_common.c			1.3
sys/dev/pci/siop_pci_common.h			1.2

  Speed improvements to the siop driver, and add tagged queueing
  support.  As a side effect, better handling of some not so common
  phase or message sequences.

distrib/notes/amiga/hardware			1.39

  Nowadays, need to tell people what models didn't have an MMU out
  of the box.

sbin/ping6/ping6.c				1.25

  Validate strdup() error on argument parsing.  Also, use strlcat()
  on complex string manipulation.

usr.sbin/grfconfig/grfconfig.8			1.10

  Document that text console modes need a depth field of 4.

share/man/man8/compat_pecoff.8			1.3-1.6

  Various grammar corrections, markup fixes.  Updates for the
  current status of The PEACE Project.

share/man/man8/Makefile				1.40

  Alias compat_win32.8 and peace.8.

distrib/sets/lists/man/mi			1.288

  Add peace(8) and compat_win32(8).

distrib/x68k/floppies/ramdisk-common/Makefile.inc 1.2

  Change all ocurrences of ``crunchgen'' to ${CRUNCHGEN}.

distrib/x68k/floppies/Makefile			1.7
distrib/x68k/floppies/bootfloppy-common/Makefile.inc 1.16
distrib/x68k/floppies/ramdisk.sysinst/Makefile	1.12 via patch
distrib/x68k/floppies/ramdisk.sysinst/dot.profile 1.7
distrib/x68k/floppies/bootfloppy.generic/Makefile 1.1 (new)
distrib/x68k/floppies/inst/Makefile		1.1-1.5 (new)
distrib/x68k/floppies/bootfloppy/Makefile	delete
distrib/x68k/floppies/ramdisk/Makefile		delete
distrib/x68k/floppies/ramdisk/dot.hdprofile	delete
distrib/x68k/floppies/ramdisk/dot.profile	delete
distrib/x68k/floppies/ramdisk/install.tmpl	delete
distrib/x68k/floppies/ramdisk/list		delete
distrib/x68k/floppies/ramdisk/mtree.conf	delete
distrib/x68k/floppies/ramdisk/ramdiskbin.conf	delete
distrib/x68k/floppies/ramdisk/start.tmpl	delete
distrib/x68k/floppies/ramdisk/upgrade.tmpl	delete

  Reorganize installation system by removing the old script based
  installer, provided for 4M systems.  Instead we provide
  ``floppy-root'' 2-floppy installer.

etc/etc.x68k/Makefile.inc			1.9
sys/arch/x68k/conf/INSTALL_SMALL		delete

  We do not use INSTALL_SMALL anymore.

sys/arch/x68k/conf/INSTALL			1.36 via patch

  Adjust the ramdisk size.

distrib/x68k/floppies/bootfloppy.sysinst/Makefile 1.6

  Change the kernel name from netbsdsi(.gz) to netbsd(.gz).

sys/arch/mac68k/obio/grf_obio.c			1.46-1.47

  Map only the register space of the DAFB required to set up the
  video hardware.  Fixes PR#11000.
  Be careful to unmap anything we map in the drivers' match function
  in order to avoid potential future problems.

sys/dev/ic/an.c					patch

  Fix multicast packet reception; handle corresponding ioctl().

sys/kern/vfs_getcwd.c				1.14

  Avoid an infinite loop if VOP_READDIR returned an error.

sys/arch/news68k/include/cpu.h			1.7
sys/arch/news68k/news68k/genassym.cf		1.6
sys/arch/news68k/news68k/locore.s		1.13,1.17

  Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
  and enable them on news1200/1400/1500 (Which have no L2 cache); yields
  a performance improvement.  Also correct a typo in a comment.

sys/arch/news68k/include/romcall.h		1.2
sys/arch/news68k/stand/boot/boot.c		1.3
sys/arch/news68k/stand/boot/locore.S		1.3
sys/arch/news68k/stand/bootxx/start.S		1.2
sys/arch/news68k/stand/common/romcalls.S	1.2

  Make sure to return PROM prompt even if loading kernel fails halfway,
  by calling the PROM halt routine upon failure of loadfile().

gnu/usr.bin/ld/ld/ld.c				1.73
gnu/usr.bin/ld/ld/ld_i.h			1.2
gnu/usr.bin/ld/ld/lib.c				1.23

  Correct various problems with argument parsing for --whole-archive
  and --no-whole-archive. Fully implement --no-whole-archive.  Remove
  spurious warning for -Bshareable.

sys/dev/pci/tga.c				1.29

  Restore code to clear "odd" in VCHR. This seems to be required
  for X to function properly on the T8-02 TGA (onboard on Multias,
  seperate card in other machines).

usr.sbin/chown/chown.c				1.25 via patch

  Correct the display of some errors in chown.  Fixes PR#11695.

distrib/utils/sysinst/mbr.c			1.24

  Correct an error in the calculation of the end of a partition.
  Fixes PR#7556.

usr.sbin/rpc.lockd/lockd_lock.c			1.5

  Fix an error freeing the wrong lock; in some cases this might
  have lfree()'d a NULL pointer.

distrib/utils/sysinst/util.c			1.59
distrib/utils/sysinst/msg.mi.en			1.79
distrib/utils/sysinst/msg.mi.fr			1.39

  Fix sysinst to require base.tgz (in addition to etc.tgz and
  kern.tgz) to successfully install.  Fixes PR#11634.

sys/dev/pcmcia/wdc_pcmcia.c			1.36 via patch

  Support AMACOM "Value Engineered" CDROM.

sys/dev/isa/ad1848_isa.c			1.17
sys/dev/isa/ad1848var.h				1.35

  Support full-duplex audio on 1848 wss devices by using
  seperate interrupt handlers for play and record. Fix from
  Juergen Weiss <weiss@uni-mainz.de> by way of PR#11178.

gnu/usr.sbin/sendmail/Makefile			1.3

  Move the the "doc" subdirectory from MKSHARE conditional to the
  MKDOC one.

sys/dev/tc/sfbreg.h				1.3

  Make XalphaNetBSD compile with SFB support.

sbin/ifconfig/ifconfig.c			1.81, 1.87
sbin/ifconfig/ifconfig.8			1.34, 1.38
sys/net/if.c					1.63-1.64, 1.67
sys/net/if.h					1.51, 1.53
sys/sys/sockio.h				1.12-1.13

  Support cloning of network pseudo-interfaces.

etc/etc.i386/MAKEDEV				1.131 via patch

  Support up to five SCSI disks during INSTALL, not only three.
  Fixes PR#9912.

sys/arch/macppc/include/vmparam.h		1.13

  Increase limits (max test size, datasize, default datasize, and
  default stacksize) to match other ports.  (Fixes a bunch of
  problems running apps like Mozilla with the defaults.)

sbin/ifconfig/ifconfig.c			1.89
sbin/ifconfig/ifconfig.8			1.43
distrib/sets/lists/comp/mi			1.258
distrib/sets/lists/man/mi			1.269
share/man/man4/Makefile				1.166
share/man/man4/vlan.4				1.1-1.6 (new)
sys/conf/files					1.395 via patch
sys/net/Makefile				1.8
sys/net/if_ether.h				1.18-1.19, 1.21
sys/net/if_ethersubr.c				1.59-1.60, 1.62-1.65, 1.70
						via patch
sys/net/if_vlan.c				1.1-1.14, 1.16-1.21,
						1.23-1.26 (new)
sys/net/if_vlanvar.h				1.1-1.4 (new)
sys/sys/sockio.h				1.14
sys/dev/ic/dp8390.c				1.39
sys/dev/ic/elinkxl.c				1.43 via patch
sys/dev/ic/elinkxlreg.h				1.4
sys/dev/ic/i82557.c				1.39
sys/dev/ic/lance.c				1.14
sys/dev/ic/smc83c170.c				1.36
sys/dev/ic/tulip.c				1.74-1.75

  Add support for 802.1Q virtual LANs.

sys/dev/pci/if_ti.c				1.12, 1.15 via patch
sys/dev/pci/if_tireg.h				1.3
sys/dev/pci/pcidevs				1.272 via patch
sys/dev/pci/pcidevs.h				regen
sys/dev/pci/pcidevs_data.h			regen
sys/dev/pci/ti_fw.h				1.2
sys/dev/pci/ti_fw2.h				1.2
share/man/man4/ti.4				1.4 via patch
share/man/man4/vlan.4				1.7

  For the ti driver, add hardware 802.1Q support, update firmware
  to 12.4.13+wpaul, and support the Netgear GA620T copper gigabit card,
  and the Alteon ACEnic 100baseSX and 1000baseT gigabit cards. Various
  small changes from FreeBSD.

sys/arch/i386/i386/sys_machdep.c                1.55

  Validate gate targets correctly.  Fixes SA#2001-002.

sys/dev/ic/rtl81x9.c				1.12, 1.21-1.24 via patch
sys/dev/ic/rtl81x9var.h				1.6-1.7

  Clean up receive interrupt routine and fix DMA buffer handing
  for receive buffering.
  Add missed bus_dmamem_free() in rtk_detach().
  Some cosmetic fixes.

usr.sbin/user/user.c				1.35
usr.sbin/user/usermod.8				1.8

  Make moving a user's homedirectory with -md work correctly,
  and clarify the meaning of -d in the absence of -m.  Fixing PR#11707 

sbin/modload/elf.c				1.4

  Ensure that data_hole is aligned to a section, otherwise
  elf_mod_sizes() may report a size too small, affecting LKM loading.

crypto/dist/heimdal/lib/gssapi/acquire_cred.c	1.2, 1.3
crypto/dist/heimdal/lib/gssapi/gssapi.h		1.2 via patch
crypto/dist/heimdal/lib/gssapi/init_sec_context.c 1.2 via patch
crypto/dist/heimdal/lib/gssapi/release_cred.c	1.2

  Make gss_acquire_cred() work for cases other than GSS_C_NO_CREDENTIAL
  (i.e 'get current, default credentials').  This is needed to support
  things like gss-api authentication with IKE, as currently implemented
  in racoon.

sys/netinet6/in6_prefix.c			1.13

  Don't dereference null ra_addr pointer.

share/examples/supfiles/sup.de.netbsd.org	deleted
share/examples/supfiles/Makefile		1.7

  sup.de.netbsd.org no longer exists (since May 2000).

sys/net/bpf.c					1.60

  Fix non-blocking BPF reads.  Fixes PR#11836.

share/misc/acronyms				1.64-1.73

  Various acryonym updates.

sys/arch/amiga/dev/if_ne_zbus.c			1.6
sys/arch/amiga/conf/GENERIC			1.154
sys/arch/amiga/conf/AMIGA			regen
sys/arch/amiga/conf/DRACO			regen
sys/arch/amiga/conf/INSTALL			regen

  Correct and add (Respectively) the name of the X-surf board in comments.

distrib/sets/lists/man/mi			patch

  Remove duplicates (presumed due to merge errors).

sys/dev/isa/if_cs_isa.c				1.3
sys/dev/ofisa/if_cs_ofisa.c			1.4

  Include <sys/rnd.h> as appropriate to properly size cs_softc.

sys/arch/mac68k/mac68k/locore.s			1.133
sys/arch/mac68k/obio/esp.c			1.26-1.28
sys/arch/mac68k/obio/espvar.h			1.6

  Improve performance of the pseudo-DMA mode of the esp driver, and
  handle residual FIFO data on write.

usr.bin/tftp/main.c				1.14

  Fix argument validation error in setpeer().

sys/dev/pcmcia/if_wi.c				1.48
sys/dev/pcmcia/if_wivar.h			1.15

  Ensure the ethernet payload is properly aligned.  Fixes PR#11477.

distrib/sets/lists/base/mi			1.204
etc/mtree/NetBSD.dist				1.128

  /etc/openssl/cert.pem is a file, not a directory.  Fixes PR#11772.

lib/libc/locale/setlocale.c			1.23, 1.25-1.27, 1.31 via patch

  Updates to setlocale(): return NULL for nonexistant locales, ignore
  some errors, and handle environment vars consistently (no slashes).

sys/dev/sbus/isp_sbus.c				1.31-1.34
sys/dev/microcode/isp/asm_2200.h		1.2
sys/dev/microcode/isp/asm_sbus.h		1.16
sys/dev/pci/isp_pci.c				1.57-1.58, 1.61
sys/dev/ic/isp.c				1.62-1.65
sys/dev/ic/ispvar.h				1.36-1.38
sys/dev/ic/isp_netbsd.h				1.30-1.33
sys/dev/ic/isp_netbsd.c				1.31-1.35

  Add in correct SBus bursting; upgrade to 2.01.26 firmware; pull to latest
  initiator mode level; make changes to WWN default handling; quiet
  chatty boot messages; fix endian code so MacPPC works; fix bug in
  lock recursion counter; fix bug which excluded all but NL-ports from
  being logged into on a fabric.

share/man/man7/packages.7			1.40

  Remove documentation of NOCLEANDEPENDS (default); document
  MAKEFILE, per PR#11866.

crypto/dist/ssh/packet.c			1.2

  Set TCP_NODELAY interactive IPv6 connections.

sys/arch/x68k/dev/rtclock.c			1.6

  Correct errant year 2001 bounds check.

sys/arch/x68k/conf/ALL				1.38
sys/arch/x68k/conf/GENERIC			1.55
sys/arch/x68k/conf/INSTALL			1.37
sys/arch/x68k/conf/Makefile.x68k		1.49 via patch
sys/arch/x68k/conf/TOKOCHAN			1.16

  CMACHFLAGS now defaults to -m68020-60.

lib/libc/regex/regcomp.c			1.17

  Pass unsigned char (not char) to ctype(3) functions, except iascii(3).
  Fixes PR#11885.

crypto/dist/openssl/crypto/rand/randfile.c	1.2

  Ignore environment variables if issetugid(), and fall back to /dev/random.

sys/arch/pmax/pmax/autoconf.c			1.57 via patch

  Adjust recent netboot fix to work on the 5100 as well.

dist/ipf/man/ipf.8				1.3

  Xref ipf.conf(5)

sys/arch/alpha/include/pio.h			1.6

  Make this file safe for inclusion in C++ programs.

sys/arch/alpha/alpha/mem.c			1.29

  Pass the PA (not the PFN) to alpha_pa_access().

sys/dev/isa/ess.c				1.53
sys/dev/isa/essvar.h				1.18
sys/dev/ofisa/ess_ofisa.c			1.6

  Support certain ISAPnP ESS 1868 and 1869 cards.  Per PR#11630.

sys/uvm/uvm_mmap.c				1.47-1.48 via patch

  Change PROT_EXEC handling. Clear it from the maxprot if the protection
  lacks it, after a failed udv_attach() and retry the udv_attach().

sys/dev/pcmcia/if_ray.c				1.26

  Cast pktlen to u_long and print with %ld.  Now it compiles on
  the alpha.

sys/dev/ic/tulip.c				1.85

  Ignore receive errors if VLAN_MTU is enabled.

sys/netinet6/icmp6.c				1.50-1.51

  Only printf() IPv6 ICMP checksum errors under ND6_DEBUG.  Fixes
  PR#11911.

sbin/ifconfig/ifconfig.c			1.94

  Initialize an uninitialized pointer.  Fixes PR#11702.

lib/libcrypto_idea/Makefile			1.2
lib/libcrypto_rc5/Makefile			1.2

  Don't build these libraries shared.

lib/libc/arch/i386/stdlib/div.S			1.6
lib/libc/arch/i386/stdlib/ldiv.S		1.6

  Implement working versions of div() and ldev(). Previously they returned
  garbage, but were generally unused.

gnu/dist/gcc/gcc.1				1.8

  Mention Objective C in .SH NAME section.

gnu/usr.bin/gawk/Makefile			1.11

  Use -msoft-quad-float on the sparc64.

sys/netinet/ip_output.c				1.80

  Initialize len during getsokcopt() for IP_IPSEC_POLICY.

sys/arch/sparc/dev/cgsix.c			patch
sys/arch/sparc/dev/cgsixreg.h			patch

  Initialize cgsix registers for machines that do not do so by
  themselves.  Fixes PR#11944.

share/termcap/termcap.src			1.64

  Remove visual bell from xterm termcap, for compatibility.  Fixes
  PR#11882.

bin/ps/ps.1					1.40-1.42
bin/ps/print.c					1.63-1.65

  Clarify meaning of COMMANDs printed in parentheses.  Addresses
  PR#11930.

distrib/sparc/miniroot/dot.profile		1.10

  Do not reset the baud rate to 9600.  Fixes PR#11946.

dist/bind/LICENSE				1.2
dist/bind/README				1.3
dist/bind/bin/dig/dig.c				1.3
dist/bind/bin/dnskeygen/dnskeygen.c		1.2
dist/bind/bin/dnsquery/dnsquery.c		1.2
dist/bind/bin/host/host.c			1.4
dist/bind/bin/irpd/irpd.c			1.2
dist/bind/bin/mkservdb/mkservdb.c		1.2
dist/bind/bin/named-bootconf/named-bootconf.sh	1.2
dist/bind/bin/named-xfer/named-xfer.c		1.3
dist/bind/bin/named/db_defs.h			1.2
dist/bind/bin/named/db_dump.c			1.3
dist/bind/bin/named/db_func.h			1.2
dist/bind/bin/named/db_glob.h			1.2
dist/bind/bin/named/db_glue.c			1.3
dist/bind/bin/named/db_ixfr.c			1.2
dist/bind/bin/named/db_load.c			1.3
dist/bind/bin/named/db_lookup.c			1.2
dist/bind/bin/named/db_save.c			1.2
dist/bind/bin/named/db_sec.c			1.2
dist/bind/bin/named/db_tsig.c			1.2
dist/bind/bin/named/db_update.c			1.3
dist/bind/bin/named/named.conf			1.3
dist/bind/bin/named/named.h			1.2
dist/bind/bin/named/ns_config.c			1.4
dist/bind/bin/named/ns_ctl.c			1.4
dist/bind/bin/named/ns_defs.h			1.3
dist/bind/bin/named/ns_forw.c			1.4
dist/bind/bin/named/ns_func.h			1.5
dist/bind/bin/named/ns_glob.h			1.3
dist/bind/bin/named/ns_glue.c			1.3
dist/bind/bin/named/ns_init.c			1.2
dist/bind/bin/named/ns_ixfr.c			1.3
dist/bind/bin/named/ns_lexer.c			1.3
dist/bind/bin/named/ns_lexer.h			1.3
dist/bind/bin/named/ns_main.c			1.8
dist/bind/bin/named/ns_maint.c			1.3
dist/bind/bin/named/ns_ncache.c			1.2
dist/bind/bin/named/ns_notify.c			1.3
dist/bind/bin/named/ns_parser.y			1.3
dist/bind/bin/named/ns_parseutil.c		1.2
dist/bind/bin/named/ns_parseutil.h		1.2
dist/bind/bin/named/ns_req.c			1.3
dist/bind/bin/named/ns_resp.c			1.4
dist/bind/bin/named/ns_signal.c			1.2
dist/bind/bin/named/ns_sort.c			1.3
dist/bind/bin/named/ns_stats.c			1.3
dist/bind/bin/named/ns_udp.c			1.2
dist/bind/bin/named/ns_update.c			1.3
dist/bind/bin/named/ns_xfr.c			1.2
dist/bind/bin/named/pathtemplate.h		1.2
dist/bind/bin/ndc/ndc.c				1.3
dist/bind/bin/nslookup/commands.l		1.2
dist/bind/bin/nslookup/debug.c			1.3
dist/bind/bin/nslookup/getinfo.c		1.3
dist/bind/bin/nslookup/list.c			1.2
dist/bind/bin/nslookup/main.c			1.2
dist/bind/bin/nslookup/nslookup.help		1.3
dist/bind/bin/nslookup/pathnames.h		1.2
dist/bind/bin/nslookup/res.h			1.2
dist/bind/bin/nslookup/send.c			1.3
dist/bind/bin/nslookup/subr.c			1.2
dist/bind/bin/nsupdate/nsupdate.c		1.2
dist/bind/bind2netbsd				1.15
dist/bind/include/arpa/nameser.h		1.3
dist/bind/include/irs.h				1.2
dist/bind/include/isc/assertions.h		1.2
dist/bind/include/isc/list.h			1.2
dist/bind/include/isc/logging.h			1.3
dist/bind/include/isc/misc.h			1.2
dist/bind/include/port_after.h			1.2-1.3
dist/bind/include/port_before.h			1.4
dist/bind/include/resolv.h			1.5
dist/bind/lib/dst/bsafe_link.c			1.2
dist/bind/lib/dst/cylink_link.c			1.2
dist/bind/lib/dst/dst_api.c			1.3
dist/bind/lib/dst/eay_dss_link.c		1.2
dist/bind/lib/dst/hmac_link.c			1.2
dist/bind/lib/dst/md5.h				1.1-1.3 (new)
dist/bind/lib/dst/md5_dgst.c			1.1-1.3 (new)
dist/bind/lib/dst/md5_locl.h			1.1-1.3 (new)
dist/bind/lib/dst/prandom.c			1.2
dist/bind/lib/dst/rsaref_link.c			1.2
dist/bind/lib/dst/support.c			1.2
dist/bind/lib/inet/inet_cidr_pton.c		1.2
dist/bind/lib/inet/inet_net_ntop.c		1.2
dist/bind/lib/inet/inet_ntop.c			1.2
dist/bind/lib/irs/dns.c				1.2
dist/bind/lib/irs/dns_ho.c			1.2
dist/bind/lib/irs/dns_sv.c			1.2
dist/bind/lib/irs/gen_gr.c			1.2
dist/bind/lib/irs/gethostent.c			1.2
dist/bind/lib/irs/gethostent_r.c		1.2
dist/bind/lib/irs/getnameinfo.c			1.2
dist/bind/lib/irs/getnetent.c			1.2
dist/bind/lib/irs/getpwent.c			1.2
dist/bind/lib/irs/hesiod.c			1.2
dist/bind/lib/irs/irp.c				1.2
dist/bind/lib/irs/irpmarshall.c			1.2
dist/bind/lib/irs/irs_data.c			1.4
dist/bind/lib/irs/lcl.c				1.2
dist/bind/lib/irs/nis.c				1.2
dist/bind/lib/irs/util.c			1.2
dist/bind/lib/isc/ctl_clnt.c			1.3
dist/bind/lib/isc/ctl_p.c			1.2
dist/bind/lib/isc/ctl_srvr.c			1.3
dist/bind/lib/isc/ev_connects.c			1.2
dist/bind/lib/isc/ev_timers.c			1.3
dist/bind/lib/isc/ev_waits.c			1.3
dist/bind/lib/isc/eventlib.c			1.3
dist/bind/lib/isc/eventlib_p.h			1.3
dist/bind/lib/isc/logging.c			1.2
dist/bind/lib/isc/logging_p.h			1.2
dist/bind/lib/isc/movefile.c			1.1 (new)
dist/bind/lib/nameser/ns_name.c			1.3
dist/bind/lib/nameser/ns_parse.c		1.2
dist/bind/lib/nameser/ns_print.c		1.2
dist/bind/lib/nameser/ns_sign.c			1.2
dist/bind/lib/nameser/ns_verify.c		1.2
dist/bind/lib/resolv/res_data.c			1.5
dist/bind/lib/resolv/res_debug.c		1.3
dist/bind/lib/resolv/res_debug.h		1.2
dist/bind/lib/resolv/res_findzonecut.c		1.3
dist/bind/lib/resolv/res_init.c			1.2
dist/bind/lib/resolv/res_mkupdate.c		1.2
dist/bind/lib/resolv/res_query.c		1.2
dist/bind/lib/resolv/res_send.c			1.3
dist/bind/lib/resolv/res_sendsigned.c		1.2
dist/bind/lib/resolv/res_update.c		1.3
dist/bind/man/host.1				1.4
dist/bind/man/named.8				1.5
dist/bind/man/named.conf.5			1.3
dist/bind/man/nsupdate.8			1.3
usr.sbin/bind/Makefile				1.9
usr.sbin/bind/lib/Makefile			1.11 via patch

  Upgrade to BIND version 8.2.3.  Fixes SA#2001-001.

crypto/dist/ssh/ssh.conf			1.3

  Document that we ship with "ForwardX11 no" as the default.

sys/arch/i386/i386/apm.c			1.58 via patch

  Fix problem detected on IBM thinkpads causing it to suspend
  shortly after resume.  This is caused by duplicate events filling
  the event queue, so improve detection of duplicates.  Also cleanup
  and add some APMDEBUG code.

sys/arch/i386/isa/npx_isa.c			1.2

  Avoid doing Very Bad Things by passing a horrible IRQ value to
  npxprobe1().  Fixes a problem on IBM Thinkpads.

sys/arch/sparc/stand/common/promdev.c		1.9

  On V0 proms, read the ``idprom'' property at the root node to
  get to the station's ethernet address.  Fixes netbooting on some
  older SPARCstations where the boot program would otherwise crash.

sys/arch/mac68k/dev/ite_compat.c		1.3

  Correct the implementation of iteopen()/iteclose().  Fixes
  PR#12022.

usr.sbin/ypserv/ypinit/Makefile.yp		1.14

  Handle multiple-line netgroup entries correctly.

sys/arch/i386/stand/lib/biosdisk.c		1.13

  Add support for booting off RAIDframe RAID1 mirrors.  Done by
  checking the first partition type in biosdiskopen(), and if it
  is of type FS_RAID, add 64 to d->b_off.

  NOTE: installboot(8) still needs some hacking to DTRT, but at
  least this way if you can load "/boot" off another partition
  (e.g, wd0h), then wd0a can be of type `RAID' with a raidframe
  mirror at the start and the kernel will load OK of wd0a, and with
  raidctl -A root partitions, it will change root as well.

sys/dev/pckbc/wskbdmap_mfii.c.			1.20

  Cause the ``delete'' key to actually send <DEL> like it used to
  (and still does with pccons) rather than <ESC>[3~.

usr.sbin/grfconfig/grfconfig.c			1.10

  Fix parameter file checking.  Fixes PR#11865.

usr.sbin/apmd/apmd.c				1.17

  Be more picky about running /etc/apm/{battery,line} in response
  to APM_POWER_CHANGE event.  Some BIOSes post this event periodically
  while the battery is charging/discharging, even though there's
  no change in a/c state.  Thus, track a/c state, and only run the
  scripts when a/c state actually changes.

share/misc/bsd-family-tree			1.7

  Keep in sync with current reality.  Include up-to-date information
  about NetBSD-1.5, BSD/386, BSD/OS and other BSDs.

sys/kern/uipc_socket.c				1.52

  Prevent bogus data from being returned from the kernel on accept(2)
  in case the peer already have disconnected.  Partial fix for
  PR#12027 and PR#10698.

sys/dev/raidframe/rf_copyback.c			1.15
sys/dev/raidframe/rf_reconstruct.c		1.27

  Make sure we update the ``partitionSize'' field of the component
  labels when doing a reconstruct or copyback, instead of leaving
  behind possibly uninitialized junk, which could cause autoconfig
  failure on reboot.

distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf	1.2
distrib/i386/floppies/ramdisk-small/ramdiskbin.conf	1.3 via patch
distrib/i386/floppies/ramdisk-small/Makefile	patch

  Squeeze so these fit again:
   o Replace less(1) with more(1)
   o Reduce number of inodes

usr.bin/time/time.1				1.9-1.12

  Note that ``time'' is also a builtin in ksh, and document rusage
  information.  Fixes PR#11975.  Also use "EXIT STATUS" instead of
  "DIAGNOSTICS".

usr.sbin/wsfontload/wsfontload.8		1.11
usr.sbin/wsfontload/wsfontload.c		1.5

  Improve error messages by printing device name.  Add -v switch
  to wsfontload to dump stats on fonts before loading.

sys/sys/exec.h					1.77

  Correct macro expansions of NEW_VMCMD and NEW_VMCMD2 (under DEBUG)
  to not contain ``;'' at the end.

sys/compat/pecoff/pecoff_exec.c			1.8

  Add support to mmap .bss section, using vmcmd_map_pagedvn if
  possible.

usr.bin/file/magdir/netbsd			1.15

  Fix arm32 confusion.

distrib/sparc64/ramdisk/Makefile		deleted
distrib/sparc64/ramdisk/list.m4			deleted
distrib/sparc64/ramdisk/disktab			deleted
distrib/sparc64/ramdisk/disktab.preinstall	deleted
distrib/sparc64/ramdisk/termcap.mini		deleted
distrib/sparc64/ramdisk/dot.profile.m4		deleted
distrib/sparc64/ramdisk/mtree.conf		deleted
distrib/sparc64/ramdisk/ramdiskbin.m4		deleted
distrib/sparc64/ramdisk/dist/base_obsolete	deleted
distrib/sparc64/ramdisk/dist/comp_obsolete	deleted
distrib/sparc64/ramdisk/dist/games_obsolete	deleted
distrib/sparc64/ramdisk/dist/man_obsolete	deleted
distrib/sparc64/ramdisk/dist/misc_obsolete	deleted
distrib/sparc64/ramdisk/dist/secr_obsolete	deleted
distrib/sparc64/ramdisk/dist/xbase_obsolete	deleted
distrib/sparc64/ramdisk/dist/xserver_obsolete	deleted
distrib/sparc64/xminiroot/Makefile		1.1-1.2 (new)
distrib/sparc64/xminiroot/disktab		1.1 (new)
distrib/sparc64/xminiroot/disktab.preinstall	1.1 (new)
distrib/sparc64/xminiroot/dot.profile.m4	1.1 (new)
distrib/sparc64/xminiroot/list.m4		1.1 (new)
distrib/sparc64/xminiroot/mtree.conf		1.1 (new)
distrib/sparc64/xminiroot/ramdiskbin.m4		1.1 (new)
distrib/sparc64/xminiroot/termcap.mini		1.1 (new)
distrib/sparc64/xminiroot/dist/base_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/comp_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/games_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/man_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/misc_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/secr_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/xbase_obsolete	1.1 (new)
distrib/sparc64/xminiroot/dist/xserver_obsolete	1.1 (new)
etc/etc.sparc64/Makefile.inc			1.5
distrib/sparc64/Makefile			1.2

  Rename sparc64 ``ramdisk'' to ``xminiroot'' to avoid confusion
  about what it actually does.

usr.sbin/mailwrapper/mailwrapper.c		1.4

  Add forgottern addarg(&al, NULL, 0) before execve() to prevent
  coredump.

lib/libkvm/kvm.c				1.69

  Add forgotten initialization.  Fixes PR#11446.

sys/arch/pmax/pmax/dec_3100.c			1.31

  Distinguish between PMIN and PMAX in boot message.

libexec/lfs_cleanerd/cleanerd.c			1.23
libexec/lfs_cleanerd/library.c			1.17

  Plug memory leak in lfs_cleanerd.  Fixes PR#11094.

usr.sbin/rarpd/rarpd.c				1.40

  Diagnostic message was the wrong way round.  Fixes PR#11330.

usr.sbin/pwd_mkdb/pwd_mkdb.c			1.21

  Use empty string as default prefix so that e.g. ``/etc/spwd.db''
  is used instead of ``//etc/spwd.db''.

bin/dd/dd.c					1.18-1.19

  Accept the getopt(3) ``last option'' delimiter.  Fixes PR#11229.

usr.bin/patch/patch.1				1.5
usr.bin/patch/patch.c				1.8

  Support the 1003.2-92 -i option.   Fixes PR#11221.

usr.bin/at/Makefile				1.7
usr.bin/at/at.1					1.13
usr.bin/at/at.c					1.18
usr.bin/at/panic.c				1.9
usr.bin/at/stime.c				1.1 (new)
usr.bin/at/stime.h				1.1 (new)

  Support the 1003.2-92 -t option.  Fixes PR#11205.
  For symmetry, extend -t to batch(1) as well.

libexec/tftpd/tftpd.c				1.20-1.21

  Handle getnameinfo error properly.
  Make sure not to overrun packet buffer with error message string.

usr.bin/tftp/main.c				1.13

  Make sure we do not overrun peeraddr.

usr.sbin/wiconfig/wiconfig.c			1.10

  Cast isprint() parameter to (unsigned char) - it looses if the
  character has high bit set when the architecture is using signed
  char by default.  Fixes PR#11556.

sys/ufs/lfs/lfs.h				1.33-1.35
sys/ufs/lfs/lfs_balloc.c			1.26-1.27
sys/ufs/lfs/lfs_bio.c				1.31-1.32
sys/ufs/lfs/lfs_extern.h			1.22
sys/ufs/lfs/lfs_inode.c				1.46-1.47 via patch
sys/ufs/lfs/lfs_segment.c			1.60-1.62
sys/ufs/lfs/lfs_syscalls.c			1.50,1.52-1.53
sys/ufs/lfs/lfs_vfsops.c			1.59
sys/ufs/lfs/lfs_vnops.c				1.47-1.49
sbin/newfs_lfs/lfs.c				1.19,1.21
sbin/fsck_lfs/main.c				1.7
sbin/fsck_lfs/pass5.c				1.7-1.8
sbin/mount_lfs/mount_lfs.c			1.12 via patch
libexec/lfs_cleanerd/Makefile			1.7
libexec/lfs_cleanerd/cleanerd.c			1.24-1.27
usr.sbin/dumplfs/dumplfs.c			1.17

  Major LFS pullup:
  o Don't write anything if the filesystem is idle (PR#10979).
  o Allow the user to specify a 0% free space threshold at fs
    creation time with "newfs_lfs -m 0" (PR#11112).
  o Add compatibility option "-f" to fsck_lfs (PR#11129).
  o Don't spawn more cleaners when using "mount -u", unless
    upgrading from r/o to r/w; when downgrading, kill the cleaner.
  o Close up accounting holes in LFS' accounting of immediately-
    available-space, number of clean segments, and amount of dirty
    space taken up by metadata (PR#11468, PR#11470, PR#11534).
  o Fix locking and reference leaks in lfs_markv, on error (PR#11547).
  o Initialize cleaner info from superblock, making fsck_lfs'
    accounting of lfs_nclean work.    
  o Don't clean the same segment twice.
  o Make dumplfs report lfs_nclean and lfs_dmeta.
  o Make fsck_lfs report and fix lfs_nclean and lfs_dmete
    inconsistencies.

usr.sbin/amd/amd/Makefile			1.17
usr.sbin/amd/amd/amd.conf.5			1.1 (new)

  Add amd.conf.5 from dist/am-utils/scripts here, and install it.
  Fixes PR#5051, PR#7524, PR#8999, PR#10814.

sys/netkey/key.c				1.41

  Avoid panic if second (optional) argument is NULL.

sys/arch/i386/i386/apm.c			1.59

  Ignore garbage left in registers by some APM BIOSes (IBM Thinkpad)
  when event is a duplicate.  Gets rid of annoying ``APM get event:
  unknown error code'' messages.  Fixes PR#12067.

sys/dev/pci/pciide.c				1.101 
sys/dev/pci/pciide_hpt_reg.h			1.3

  Add support for Ultra/100 on the HPT370 controller.

sys/dev/pci/pciide.c				1.104
sys/dev/pci/pciide_apollo_reg.h			1.8

  Run at Ultra/66 on VIA controllers that can do it.

distrib/notes/i386/hardware			1.82
share/man/man4/pciide.4				1.26

  Update for Ultra/100 support, and add ICH2.

sys/dev/pci/pciide.c				1.102-1.103 
sys/dev/pci/pciide_piix_reg.h			1.5

  Add support for Ultra/100 on Intel ICH2.

sys/dev/pci/pciide.c				1.105
sys/dev/pci/pciidevar.h				1.6

  Fix bug which affects pciide controllers in native mode.  Main
  effect was a non-functionnal IDE controller on some sparc64 and
  macppc when booted from IDE disk.

sys/dev/ic/siop.c				1.38 

  Add missing bus_dmamap_sync() calls.

sys/dev/ic/siopvar_common.h			1.10

  Fix a 4 byte ovferflow in an array.

share/man/man9/Makefile				1.63-1.64 via patch

  Install lock.9 man page.

sys/arch/sparc/sparc/machdep.c			1.174-1.175

  Bus_dma fixes to support certain sbus extension devices on sun4c
  machines.

sys/sys/mbuf.h					1.54-1.55
sys/kern/uipc_mbuf.c				1.51

  Remove obsolete comment on MINCLSIZE.
  Make sure every m_aux will be freed.

sys/netinet6/ip6_output.c			1.29

  Avoid panic when a packet with nonexistent link-local address is
  issued.

sys/arch/macppc/dev/awacs.c			1.1 (new)
sys/arch/macppc/conf/GENERIC			1.79-1.80
sys/arch/macppc/conf/files.macppc		1.32

  Add new driver for Apple sound chip.

usr.sbin/user/user.c				1.36
usr.sbin/user/usermod.8				1.9

  Improve handling of ``-l'' with ``-m'', and update documentation.
  Fixes PR#11707.

share/man/man4/wscons.4				1.16

  Add WSCOMPAT_USL_SYNCTIMEOUT, WS_KERNEL_MONOATTR, and WS_KERNEL_COLATTR
  to synopsis.

sys/netinet6/in6_ifattach.c			1.33

  Do not remove default route by mistake on interface removal.

sys/netinet6/in6.c				1.39

  Workaround to avoid EMSGSIZE when ND6 table for outgoing interface
  is not initialized (should result in "interface down").

lib/libc/arch/m68k/string/Makefile.inc		1.3
lib/libc/arch/m68k/string/memccpy.S		1.1

  Implement a significantly improved version of memccpy().

usr.sbin/rbootd/bpf.c				1.11

  Prevent core dump if no interfaces are up.

sys/arch/arm32/conf/RISCPC			1.29

  Add commented-out StrongARM-specific optimization flags.

sys/sys/disklabel.h				1.61
sbin/mount/mount.8				1.30
sbin/mount/mount.c				1.48-1.49,1.51,1.54 via patch

  If both special and node are given (but no type), the disklabel
  is checked for the file system type before falling back to ffs.

include/arpa/tftp.h				1.6
libexec/tftpd/tftpd.8				1.13
libexec/tftpd/tftpd.c				1.19
usr.bin/tftp/tftp.c				1.12-1.14

  Use unsigned variables for block number, thus allowing transfer 
  of up to 32M files instead of 16M.

sys/netinet6/ip6_output.c			1.30

  Remove a misplaced semicolon after ``if'' conditional.

sys/dev/pci/if_sip.c				1.24

  Fix a bug in the DP83815 multicast setup code.

usr.sbin/config/mkmakefile.c			1.48 via patch

  Put both .S and .s files in SFILES so ``make depends'' works
  properly.  Fixes PR#12051.

games/fortune/datfiles/fortunes			1.20

  Fix a simple typo.  Fixes PR#12150.

distrib/notes/amiga/install			1.28
distrib/notes/amiga/prep			1.25

  Add a few minor clarifications.

sys/dev/ic/siop.c				1.39
sys/dev/ic/siop_common.c			1.12

  Don't queue new commands to a device which has sense pending.

sys/dev/ic/adw.c				1.27

  Fix for ``Advansys DMA errors''.  Fixes PR#12114 and PR#12158.

sys/dev/pci/cs4280.c				1.15 via patch

  Fix problem when warm booting from Windows.

usr.sbin/user/user.c				1.37

  Make sure that a modified group has a trailing newline.

crypto/dist/ssh/LICENCE				1.1.1.2
crypto/dist/ssh/RFC.nroff			1.1.1.2
crypto/dist/ssh/atomicio.c			1.2
crypto/dist/ssh/auth-krb4.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/auth-options.c			1.1.1.2-1.1.1.4
crypto/dist/ssh/auth-options.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/auth-passwd.c			1.1.1.2-1.1.1.4
crypto/dist/ssh/auth-rh-rsa.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/auth-rhosts.c			1.3-1.5
crypto/dist/ssh/auth-rsa.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/auth.c				1.2-1.3
crypto/dist/ssh/auth.h				1.1.1.2-1.1.1.4
crypto/dist/ssh/auth1.c				1.2-1.6
crypto/dist/ssh/auth2.c				1.2-1.4
crypto/dist/ssh/authfd.c			1.2
crypto/dist/ssh/authfd.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/authfile.c			1.2-1.3
crypto/dist/ssh/authfile.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/bufaux.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/bufaux.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/buffer.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/buffer.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/canohost.c			1.3-1.5
crypto/dist/ssh/channels.c			1.2-1.6
crypto/dist/ssh/channels.h			1.1.1.2-1.1.1.4
crypto/dist/ssh/cipher.c			1.3-1.4
crypto/dist/ssh/cipher.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/clientloop.c			1.3-1.5
crypto/dist/ssh/compat.c			1.1.1.2-1.1.1.4
crypto/dist/ssh/compat.h			1.1.1.2-1.1.1.4
crypto/dist/ssh/compress.c			1.2-1.3
crypto/dist/ssh/compress.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/crc32.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/crc32.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/deattack.c			1.3-1.4
crypto/dist/ssh/deattack.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/dispatch.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/dispatch.h			1.1.1.2
crypto/dist/ssh/getput.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/hostfile.c			1.2
crypto/dist/ssh/hostfile.h			1.2-1.3
crypto/dist/ssh/includes.h			1.2-1.3
crypto/dist/ssh/kex.c				1.3-1.5
crypto/dist/ssh/kex.h				1.1.1.2-1.1.1.4
crypto/dist/ssh/key.c				1.2
crypto/dist/ssh/key.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/log-client.c			1.1.1.2
crypto/dist/ssh/log-server.c			1.2-1.3
crypto/dist/ssh/log.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/login.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/match.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/match.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/mpaux.c				1.2-1.3
crypto/dist/ssh/mpaux.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/myproposal.h			1.1.1.2-1.1.1.4
crypto/dist/ssh/nchan.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/nchan.h				1.1.1.2
crypto/dist/ssh/nchan.ms			1.1.1.2
crypto/dist/ssh/nchan2.ms			1.1.1.2
crypto/dist/ssh/packet.c			1.2-1.6
crypto/dist/ssh/packet.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/pathnames.h			1.2-1.4
crypto/dist/ssh/pty.c				1.2-1.3
crypto/dist/ssh/pty.h				1.1.1.2
crypto/dist/ssh/radix.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/random.c			1.2-1.4
crypto/dist/ssh/readconf.c			1.2-1.5
crypto/dist/ssh/readconf.h			1.1.1.2-1.1.1.4
crypto/dist/ssh/readpass.c			1.2-1.3
crypto/dist/ssh/rsa.c				1.1.1.2-1.1.1.3
crypto/dist/ssh/rsa.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/scp.1				1.1.1.2-1.1.1.3
crypto/dist/ssh/scp.c				1.2-1.8
crypto/dist/ssh/servconf.c			1.3-1.5
crypto/dist/ssh/servconf.h			1.3-1.5
crypto/dist/ssh/serverloop.c			1.2-1.5
crypto/dist/ssh/session.c			1.2-1.5
crypto/dist/ssh/session.h			1.1.1.2
crypto/dist/ssh/sftp-server.8			1.1.1.2-1.1.1.3
crypto/dist/ssh/sftp-server.c			1.2-1.7
crypto/dist/ssh/ssh-add.1			1.2-1.3
crypto/dist/ssh/ssh-add.c			1.3-1.6
crypto/dist/ssh/ssh-agent.1			1.2-1.3
crypto/dist/ssh/ssh-agent.c			1.3-1.6
crypto/dist/ssh/ssh-keygen.1			1.2-1.3
crypto/dist/ssh/ssh-keygen.c			1.3-1.5
crypto/dist/ssh/ssh.1				1.2-1.8
crypto/dist/ssh/ssh.c				1.3-1.7
crypto/dist/ssh/ssh.h				1.2-1.4
crypto/dist/ssh/ssh2.h				1.1.1.2-1.1.1.3
crypto/dist/ssh/sshconnect.c			1.2-1.6
crypto/dist/ssh/sshconnect.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/sshconnect1.c			1.2-1.6
crypto/dist/ssh/sshconnect2.c			1.2-1.6
crypto/dist/ssh/sshd.8				1.3-1.7
crypto/dist/ssh/sshd.c				1.2-1.6
crypto/dist/ssh/tildexpand.c			1.2-1.3
crypto/dist/ssh/ttymodes.c			1.1.1.2
crypto/dist/ssh/ttymodes.h			1.1.1.2
crypto/dist/ssh/uidswap.c			1.1.1.2-1.1.1.3
crypto/dist/ssh/uidswap.h			1.1.1.2
crypto/dist/ssh/uuencode.c			1.2-1.3
crypto/dist/ssh/uuencode.h			1.1.1.2-1.1.1.3
crypto/dist/ssh/version.h			1.4-1.10
crypto/dist/ssh/xmalloc.c			1.2-1.3
crypto/dist/ssh/xmalloc.h			1.1.1.2
crypto/dist/ssh/auth-skey.c			deleted
crypto/dist/ssh/client.h			deleted
crypto/dist/ssh/dsa.c				deleted
crypto/dist/ssh/dsa.h				deleted
crypto/dist/ssh/hmac.c				deleted
crypto/dist/ssh/hmac.h				deleted
crypto/dist/ssh/ssh.conf			deleted
crypto/dist/ssh/sshd.conf			deleted
crypto/dist/ssh/util.c				deleted
crypto/dist/ssh/atomicio.h			1.1-1.2 (new)
crypto/dist/ssh/auth-chall.c			1.1-1.2 (new)
crypto/dist/ssh/auth2-chall.c			1.1 (new)
crypto/dist/ssh/canohost.h			1.1 (new)
crypto/dist/ssh/cli.c				1.1-1.3 (new)
crypto/dist/ssh/cli.h				1.1-1.1.1.2 (new)
crypto/dist/ssh/clientloop.h			1.1 (new)
crypto/dist/ssh/dh.c				1.1-1.2 (new)
crypto/dist/ssh/dh.h				1.1-1.1.1.2 (new)
crypto/dist/ssh/groupaccess.c			1.1 (new)
crypto/dist/ssh/groupaccess.h			1.1 (new)
crypto/dist/ssh/log.h				1.1 (new)
crypto/dist/ssh/login.h				1.1 (new)
crypto/dist/ssh/mac.c				1.1 (new)
crypto/dist/ssh/mac.h				1.1 (new)
crypto/dist/ssh/misc.c				1.1 (new)
crypto/dist/ssh/misc.h				1.1 (new)
crypto/dist/ssh/openssh2netbsd			1.1 (new)
crypto/dist/ssh/radix.h				1.1 (new)
crypto/dist/ssh/random.h			1.1-1.2 (new)
crypto/dist/ssh/readpass.h			1.1 (new)
crypto/dist/ssh/rijndael.c			1.1-1.1.1.2 (new)
crypto/dist/ssh/rijndael.h			1.1-1.1.1.2 (new)
crypto/dist/ssh/serverloop.h			1.1 (new)
crypto/dist/ssh/sftp-client.c			1.1-1.6 (new)
crypto/dist/ssh/sftp-client.h			1.1 (new)
crypto/dist/ssh/sftp-common.c			1.1 (new)
crypto/dist/ssh/sftp-common.h			1.1 (new)
crypto/dist/ssh/sftp-int.c			1.1-1.5 (new)
crypto/dist/ssh/sftp-int.h			1.1 (new)
crypto/dist/ssh/sftp.1				1.1-1.1.1.5 (new)
crypto/dist/ssh/sftp.c				1.1-1.3 (new)
crypto/dist/ssh/sftp.h				1.1 (new)
crypto/dist/ssh/ssh-dss.c			1.1-1.3 (new)
crypto/dist/ssh/ssh-dss.h			1.1-1.1.1.2 (new)
crypto/dist/ssh/ssh-keyscan.1			1.1-1.3 (new)
crypto/dist/ssh/ssh-keyscan.c			1.1-1.6 (new)
crypto/dist/ssh/ssh-rsa.c			1.1-1.3 (new)
crypto/dist/ssh/ssh-rsa.h			1.1-1.1.1.2 (new)
crypto/dist/ssh/ssh1.h				1.1 (new)
crypto/dist/ssh/ssh_config			1.1-1.2 (new)
crypto/dist/ssh/sshd_config			1.1-1.2 (new)
crypto/dist/ssh/tildexpand.h			1.1 (new)
usr.bin/ssh/Makefile				1.11 via patch
usr.bin/ssh/Makefile.inc			1.3-1.5
usr.bin/ssh/libssh/Makefile			1.5 via patch
usr.bin/ssh/scp/Makefile			1.2
usr.bin/ssh/sftp-server/Makefile		1.1-1.2
usr.bin/ssh/sftp/Makefile			1.1
usr.bin/ssh/ssh/Makefile			1.2,1.4-1.5 via patch
usr.bin/ssh/ssh-keyscan/Makefile		1.1
usr.bin/ssh/sshd/Makefile			1.2-1.3
distrib/sets/lists/man/mi			patch
distrib/sets/lists/base/mi			patch

  Update SSH to version found on trunk as of 26 Feb 2001.
  Note that /dev/random is now mandatory for ssh.
  Added sftp, sftp-server, and ssh-keyscan.  Fixes SA#2001-003.

share/man/man4/an.4				1.1-1.6 (new, via patch)
share/man/man4/Makefile				patch

  Add manual page for Aironet/Cisco wireless cards.

sys/arch/macppc/dev/mesh.c			1.6-1.7

  Match "chrp,mesh0", and fix Conner CFP1080 problem (PR#7612),
  and add debugging messages.

sys/dev/ic/rtl81x9.c				1.27

  Don't copy Rx packet to mbuf if it has invalid length; just
  discard.  Fixes PR#11877.

etc/etc.arc/MAKEDEV				1.3
etc/etc.bebox/MAKEDEV				1.13
etc/etc.hpcmips/MAKEDEV				1.14
etc/etc.mmeye/MAKEDEV				1.5

  Fix memory disk entries (md?c -> md?d) since RAW_PART == 3 on
  these ports.

etc/etc.sgimips/MAKEDEV				1.3

  RAW_PART == 10 on sgimips; adapt memory disk entry for it.

distrib/utils/Makefile				1.11

  Add x_umount to SUBDIR.

sys/dev/pci/pcidevs				1.302
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/pci/pciide.c				1.106

  Add support for the Intel 82801BAM IDE controller.

sys/dev/pci/pciide.c				1.107

  Disable Ultra-DMA on Ali controllers which don't support it.

sys/netinet6/ah_core.c				1.22-1.23 via patch
sys/netinet6/ah_output.c			1.13-1.14 via patch

  Correct IPv4 option header chasing.  The old code may overrun
  the buffer if the option header is truncated.  Also correct
  option parsing during AH checksum computation.

sys/arch/alpha/conf/ALPHA			1.134 via patch

  The ``rnd'' device is now required for ssh to work, so enable it.
  Also add various other newer entries.

usr.bin/file/file.1				patch

  Replace __CSECTION__ with ``1'' (manual section).  Fixes PR#12250.

sys/dev/isa/ad1848_isa.c			1.18

  Make this compile with AUDIO_DEBUG turned on.

crypto/dist/heimdal/kuser/kinit.c		1.2

  Fix a bug with KerberosIV fallback lifetime calculation.

sys/sys/disklabel_mbr.h				1.6

  Add MBR_IS_EXTENDED() to detect the extended MBR partition types.

sbin/disklabel/Makefile				1.39
sbin/disklabel/printlabel.c			1.1 (new)
sbin/disklabel/disklabel.5			1.13
sbin/disklabel/disklabel.8			1.34
sbin/disklabel/disklabel.c			1.90-1.95
sbin/disklabel/dkcksum.c			1.9
sbin/disklabel/dkcksum.h			1.3
sbin/disklabel/extern.h				1.5-1.6
sbin/disklabel/interact.c			1.16-1.17

  Several fixes and enhancements:
   o with ``-I'', initialize the label if it's not there, it's
     corrupt, or there's no ``fake'' label.
   o correct partition table header
   o move some functions into a separate file for other programs
     to use
   o fix examples and cross references
   o various cleanups

sbin/mbrlabel/Makefile				1.3
sbin/mbrlabel/mbrlabel.8			1.5-1.8
sbin/mbrlabel/mbrlabel.c			1.8-1.15

  Several fixes and enhancements:
   o only update in-core (and on-disk) disklabels if requested
   o be saner about adding MBR partitions to free disklabel slots
   o NTFS recognition
   o various cleanups

sys/arch/macppc/dev/awacs.c			patch

  Make this compile on this release branch.

share/man/man5/ipsec.conf.5			1.1 (new)
share/man/man5/Makefile				patch

  Add this manual page; /etc/rc.d/ipsec reads the described file.

share/man/man5/rc.conf.5			1.43

  Sshd is now integrated on NetBSD, so don't say otherwise.

distrib/utils/sysinst/msg.mi.en			1.81

  Update the pleasemountroot message to indicate which root needs
  to be mounted, and what needs to be done.

sys/netinet/raw_ip.c				1.55
sys/netinet6/raw_ip6.c				1.30

  Make sure to validate packet against ipsec policy.

sys/arch/atari/dev/clock.c			1.24

  Fix y2k+1 problem.

usr.bin/ssh/Makefile.inc			patch

  Correct minor error in previous pull-up.

sys/netinet6/dest6.c				1.9-1.10 via patch
sys/netinet6/nd6.c				1.40 via patch

  Tighten IPv6 ND6/dest6 option chasing bounds check.

distrib/sets/lists/man/mi			patch
distrib/sets/lists/comp/mi			patch
distrib/sets/lists/misc/mi			patch

  Bring into sync with reality, mostly by adding missing manual
  pages.

etc/mtree/NetBSD.dist				1.123

  /usr/share/examples/usermgmt and /usr/share/skel are replaced by
  /etc/skel.

gnu/dist/sendmail/INSTALL			1.4
gnu/dist/sendmail/KNOWNBUGS			1.3
gnu/dist/sendmail/LICENSE			1.3
gnu/dist/sendmail/PGPKEYS			1.3
gnu/dist/sendmail/RELEASE_NOTES			1.5-1.7
gnu/dist/sendmail/cf/README			1.4-1.6
gnu/dist/sendmail/cf/cf/Makefile		1.3-1.4
gnu/dist/sendmail/cf/cf/generic-bsd4.4.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-hpux10.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-hpux9.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-linux.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf	1.1.1.1-1.1.1.2 (new)
gnu/dist/sendmail/cf/cf/generic-osf1.cf		1.5-1.7
gnu/dist/sendmail/cf/cf/generic-solaris2.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-sunos4.1.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/generic-ultrix4.cf	1.5-1.7
gnu/dist/sendmail/cf/cf/knecht.mc		1.3
gnu/dist/sendmail/cf/cf/tcpproto.mc		1.3
gnu/dist/sendmail/cf/feature/dnsbl.m4		1.3
gnu/dist/sendmail/cf/feature/no_default_msa.m4	1.3
gnu/dist/sendmail/cf/feature/nullclient.m4	1.4
gnu/dist/sendmail/cf/m4/cfhead.m4		1.4-1.5
gnu/dist/sendmail/cf/m4/proto.m4		1.4-1.5
gnu/dist/sendmail/cf/m4/version.m4		1.5-1.7
gnu/dist/sendmail/cf/mailer/local.m4		1.4
gnu/dist/sendmail/cf/mailer/smtp.m4		1.4
gnu/dist/sendmail/cf/ostype/aix5.m4		1.1 (new)
gnu/dist/sendmail/cf/ostype/linux.m4		1.4
gnu/dist/sendmail/cf/ostype/solaris8.m4		1.1 (new)
gnu/dist/sendmail/contrib/buildvirtuser		1.1.1.1-1.1.1.2 (new)
gnu/dist/sendmail/contrib/domainmap.m4		1.1.1.2-1.1.1.3
gnu/dist/sendmail/contrib/qtool.8		1.3
gnu/dist/sendmail/contrib/qtool.pl		1.4-1.5
gnu/dist/sendmail/devtools/M4/UNIX/defines.m4	1.4-1.6
gnu/dist/sendmail/devtools/M4/UNIX/library.m4	1.3-1.4
gnu/dist/sendmail/devtools/M4/UNIX/manpage.m4	1.4
gnu/dist/sendmail/devtools/M4/depend/AIX.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/BSD.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/CC-M.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/NCR.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/Solaris.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/X11.m4	1.3
gnu/dist/sendmail/devtools/M4/depend/generic.m4	1.3
gnu/dist/sendmail/devtools/OS/AIX.5.0		1.1 (new)
gnu/dist/sendmail/devtools/OS/HP-UX.10.x	1.3
gnu/dist/sendmail/devtools/OS/HP-UX.11.x	1.4
gnu/dist/sendmail/devtools/OS/Linux		1.4
gnu/dist/sendmail/devtools/OS/NCR.MP-RAS.3.x	1.3
gnu/dist/sendmail/devtools/OS/NeXT.3.x		1.3
gnu/dist/sendmail/devtools/OS/NeXT.4.x		1.3
gnu/dist/sendmail/devtools/OS/OSF1.V5.0		deleted
gnu/dist/sendmail/devtools/OS/OSF1.V5.x		1.1 (new)
gnu/dist/sendmail/devtools/OS/OpenBSD		1.3
gnu/dist/sendmail/devtools/OS/SunOS.5.6		1.4
gnu/dist/sendmail/devtools/OS/SunOS.5.7		1.4
gnu/dist/sendmail/devtools/OS/SunOS.5.8		1.3-1.4
gnu/dist/sendmail/devtools/OS/SunOS.5.9		1.2-1.3
gnu/dist/sendmail/devtools/README		1.4-1.5
gnu/dist/sendmail/devtools/bin/Build		1.4-1.5
gnu/dist/sendmail/devtools/bin/find_m4.sh	1.3-1.5
gnu/dist/sendmail/doc/op/Makefile		1.3
gnu/dist/sendmail/doc/op/op.me			1.4-1.6
gnu/dist/sendmail/include/libmilter/mfapi.h	1.4
gnu/dist/sendmail/include/libmilter/milter.h	1.4
gnu/dist/sendmail/include/libsmdb/smdb.h	1.4-1.5
gnu/dist/sendmail/include/sendmail/pathnames.h	1.4-1.5
gnu/dist/sendmail/include/sendmail/sendmail.h	1.4-1.5
gnu/dist/sendmail/libmilter/Makefile.m4		1.1.1.2-1.1.1.3
gnu/dist/sendmail/libmilter/README		1.4-1.6
gnu/dist/sendmail/libmilter/comm.c		1.4-1.5
gnu/dist/sendmail/libmilter/engine.c		1.4-1.6
gnu/dist/sendmail/libmilter/handler.c		1.4
gnu/dist/sendmail/libmilter/libmilter.h		1.4-1.5
gnu/dist/sendmail/libmilter/listener.c		1.4-1.6
gnu/dist/sendmail/libmilter/main.c		1.4
gnu/dist/sendmail/libmilter/signal.c		1.4-1.5
gnu/dist/sendmail/libmilter/sm_gethost.c	1.3-1.5
gnu/dist/sendmail/libsmdb/smdb.c		1.4
gnu/dist/sendmail/libsmdb/smdb1.c		1.3-1.4
gnu/dist/sendmail/libsmdb/smdb2.c		1.4-1.6
gnu/dist/sendmail/libsmdb/smndbm.c		1.3-1.4
gnu/dist/sendmail/libsmutil/lockfile.c		1.3
gnu/dist/sendmail/libsmutil/safefile.c		1.4
gnu/dist/sendmail/libsmutil/snprintf.c		1.4
gnu/dist/sendmail/libsmutil/strl.c		1.4
gnu/dist/sendmail/mail.local/Makefile.m4	1.1.1.3
gnu/dist/sendmail/mail.local/mail.local.0	1.3-1.4
gnu/dist/sendmail/mail.local/mail.local.8	1.3-1.4
gnu/dist/sendmail/mail.local/mail.local.c	1.4-1.6
gnu/dist/sendmail/mailstats/mailstats.0		1.1.1.3
gnu/dist/sendmail/mailstats/mailstats.8		1.3
gnu/dist/sendmail/mailstats/mailstats.c		1.4-1.5
gnu/dist/sendmail/makemap/makemap.0		1.1.1.3
gnu/dist/sendmail/makemap/makemap.8		1.4-1.5
gnu/dist/sendmail/makemap/makemap.c		1.4-1.5
gnu/dist/sendmail/praliases/praliases.0		1.1.1.3
gnu/dist/sendmail/praliases/praliases.8		1.3
gnu/dist/sendmail/praliases/praliases.c		1.4-1.5
gnu/dist/sendmail/rmail/Makefile.m4		1.1.1.3
gnu/dist/sendmail/rmail/rmail.0			1.3
gnu/dist/sendmail/rmail/rmail.8			1.3
gnu/dist/sendmail/rmail/rmail.c			1.4-1.6
gnu/dist/sendmail/sendmail/Makefile.m4		1.1.1.2
gnu/dist/sendmail/sendmail/README		1.4-1.6
gnu/dist/sendmail/sendmail/alias.c		1.4-1.5
gnu/dist/sendmail/sendmail/aliases		1.3
gnu/dist/sendmail/sendmail/aliases.0		1.4
gnu/dist/sendmail/sendmail/aliases.5		1.4
gnu/dist/sendmail/sendmail/bf.h			1.3
gnu/dist/sendmail/sendmail/bf_portable.c	1.4
gnu/dist/sendmail/sendmail/bf_torek.c		1.4-1.5
gnu/dist/sendmail/sendmail/clock.c		1.4
gnu/dist/sendmail/sendmail/collect.c		1.4-1.6
gnu/dist/sendmail/sendmail/conf.c		1.6-1.12
gnu/dist/sendmail/sendmail/conf.h		1.4-1.7
gnu/dist/sendmail/sendmail/control.c		1.4-1.6
gnu/dist/sendmail/sendmail/daemon.c		1.5-1.8
gnu/dist/sendmail/sendmail/deliver.c		1.5-1.7
gnu/dist/sendmail/sendmail/domain.c		1.4-1.5
gnu/dist/sendmail/sendmail/envelope.c		1.4-1.5
gnu/dist/sendmail/sendmail/headers.c		1.4-1.6
gnu/dist/sendmail/sendmail/helpfile		1.6
gnu/dist/sendmail/sendmail/macro.c		1.5-1.7
gnu/dist/sendmail/sendmail/mailq.0		1.4-1.5
gnu/dist/sendmail/sendmail/mailq.1		1.4-1.5
gnu/dist/sendmail/sendmail/main.c		1.5-1.7
gnu/dist/sendmail/sendmail/map.c		1.4-1.6
gnu/dist/sendmail/sendmail/mci.c		1.4
gnu/dist/sendmail/sendmail/milter.c		1.4-1.6
gnu/dist/sendmail/sendmail/mime.c		1.3
gnu/dist/sendmail/sendmail/newaliases.0		1.3
gnu/dist/sendmail/sendmail/newaliases.1		1.3
gnu/dist/sendmail/sendmail/parseaddr.c		1.4-1.6
gnu/dist/sendmail/sendmail/queue.c		1.4-1.6
gnu/dist/sendmail/sendmail/readcf.c		1.6-1.8
gnu/dist/sendmail/sendmail/recipient.c		1.5-1.6
gnu/dist/sendmail/sendmail/savemail.c		1.4-1.6
gnu/dist/sendmail/sendmail/sendmail.0		1.3-1.4
gnu/dist/sendmail/sendmail/sendmail.8		1.3-1.4
gnu/dist/sendmail/sendmail/sendmail.h		1.4-1.7
gnu/dist/sendmail/sendmail/sfsasl.c		1.4-1.5
gnu/dist/sendmail/sendmail/srvrsmtp.c		1.4-1.6
gnu/dist/sendmail/sendmail/stab.c		1.5
gnu/dist/sendmail/sendmail/stats.c		1.4-1.5
gnu/dist/sendmail/sendmail/timers.c		1.3
gnu/dist/sendmail/sendmail/trace.c		1.4
gnu/dist/sendmail/sendmail/udb.c		1.3
gnu/dist/sendmail/sendmail/usersmtp.c		1.4-1.6
gnu/dist/sendmail/sendmail/util.c		1.5-1.6
gnu/dist/sendmail/sendmail/version.c		1.5-1.7
gnu/dist/sendmail/sendmail2netbsd		1.3-1.4
gnu/dist/sendmail/smrsh/README			1.3
gnu/dist/sendmail/smrsh/smrsh.0			1.1.1.3
gnu/dist/sendmail/smrsh/smrsh.8			1.3
gnu/dist/sendmail/smrsh/smrsh.c			1.4-1.7
gnu/dist/sendmail/vacation/vacation.0		1.3
gnu/dist/sendmail/vacation/vacation.1		1.3
gnu/dist/sendmail/vacation/vacation.c		1.4-1.6
gnu/usr.sbin/sendmail/Makefile			1.4 via patch
gnu/usr.sbin/sendmail/Makefile.inc		1.4 via patch
gnu/usr.sbin/sendmail/cf/cf/Makefile		1.13-1.15 via patch
gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc deleted
gnu/usr.sbin/sendmail/cf/cf/netbsd-proto.mc	1.8-1.9 via patch
gnu/usr.sbin/sendmail/cf/ostype/Makefile	1.4-1.5 via patch
gnu/usr.sbin/sendmail/doc/op/Makefile		1.4 via patch
gnu/usr.sbin/sendmail/libsmutil/Makefile	1.2 via patch
gnu/usr.sbin/sendmail/makemap/Makefile		1.5 via patch
gnu/usr.sbin/sendmail/praliases/Makefile	1.4 via patch
gnu/usr.sbin/sendmail/sendmail/Makefile		1.7-1.8 via patch
gnu/usr.sbin/sendmail/smrsh/Makefile		1.6 via patch

  Upgrade to sendmail 8.11.3.

lib/libwrap/rfc931.c				1.7

  Correct type casting bug.

distrib/sets/lists/base/md.atari		1.41 via patch
distrib/sets/lists/man/mi			1.324 via patch

  Add ahdilabel.

sbin/ping6/ping6.8				1.9-1.12
sbin/ping6/ping6.c				1.23-1.24,1.26-1.32 via patch

  Correct buffer management.  Fix handling of short packets.  More
  robust signal handling.  Print icmp6 name lookup packets better.

sys/netinet/in_proto.c				1.47 via patch
sys/netinet/ip_icmp.c				1.59
sys/netinet/ip_input.c				1.128
sys/netinet6/ah_input.c				1.26
sys/netinet6/esp_input.c			1.16
sys/netinet6/ipcomp_input.c			1.16
sys/netinet6/icmp6.c				1.59
sys/netinet6/in6_proto.c			1.28 via patch
sys/netinet6/ip6_input.c			1.37
sys/sys/protosw.h				1.25

  Ensure that we enforce inbound IPsec policy on all IP protocols,
  not just TCP, UDP and ICMP.

lib/libc/rpc/xdr_float.c			1.26

  Correct handling of XDR doubles on ARM platforms to cope with
  their odd byte ordering.

usr.bin/telnet/main.c				1.15
usr.bin/telnet/telnet.c				1.17

  Correct handling of encryption and decryption with Kerberos4.
  Fixes PR#12226.

usr.bin/audio/common/audio.c			1.11 via patch
usr.bin/audio/common/libaudio.h			1.7 via patch
usr.bin/audio/play/play.c			1.23 via patch

  Do not play trailing garbage at the end of RIFF WAVE (.wav) files.
  Fixes PR#12328.

share/man/man8/man8.atari/bootpref.8		1.6

  Correct documentation of ``-k'' and ``-l'' options.

distrib/sets/lists/xbase/mi			1.18

  Add new files created by the latest XFree86 sources.

distrib/sets/lists/xmisc/mi			1.3

  Add missing directory entries for "/usr/X11R6/share/examples".

sys/sys/lkm.h					1.20

  Fix this so that LKMs work for both alpha and sparc64.

sys/dev/ic/anreg.h				1.6

  Add additional padding needed by the AIR-PCM342.  Fixes PR#12357.

sys/dev/ic/an.c					1.11

  Make sure data after header is aligned, so that this works on
  architectures with strict alignment constraints.  Fixes PR#12356.

bin/date/date.1					1.27

  Cross-reference settimeofday(2), so it's obvious what system call
  is used to set the system (and hardware!) clock.

sys/dev/scsipi/sd.c				1.170

  Fix a problem with some Hitachi drives by only issuing the ``lock
  media'' and ``unlock media'' commands to removable media.

sys/dev/pci/if_sip.c				1.25-1.26
sys/dev/pci/if_sipreg.h				1.5

  Fix support for the DP83815 so that it works properly with the
  current crop of Netgear FA311 10/100 cards.

sys/arch/x68k/conf/GENERIC			1.56
sys/arch/x68k/conf/INSTALL			1.38

  Turn off options JUPITER, as it may cause problems on some newer
  accelerators.

sys/dev/ic/dpt.c				1.27

  Make this work on a PowerPC system:
   - Load the DMA address a byte at a time
   - Use bus_space_read_stream_2() instead of bus_space_read_2() when
     reading the byte-stream of configuration data from the card

sys/dev/ic/rtl81x9.c				1.28
sys/dev/pci/if_ti.c				1.20
sys/dev/pci/if_vr.c				1.45
sys/dev/usb/if_aue.c				1.54 via patch
sys/dev/usb/if_cue.c				1.33 via patch
sys/dev/usb/if_kue.c				1.38 via patch

  Handle allmulti case correctly as a NetBSD network driver;
  if we are requested range of multicast address or too many
  multicast address, program multicast filter to receive all
  multicast address.   And set/clear IFF_ALLMULTI flag properly.

sys/arch/news68k/include/cpu.h			1.9

  Fix error on config without options news1700.

bin/date/date.1					1.26

  Document /etc/localtime symlink.

sys/arch/hpcmips/conf/GENERIC			1.80

  Enable Compact Flash card conftoller (wdc) on all models of
  CASSIOPEIA E series, not only E-55.  Fixes PR#11791.

etc/rc.d/ppp					1.5

  Add ``stop'' and ``hup'' commands.

sys/dev/pci/cs4280.c				patch

  Correct checking of AC97 Input Slot Valid register bits.

share/doc/papers/px/Makefile			1.5
share/doc/psd/05.sysman/Makefile		1.5
share/doc/smm/01.setup/4.t			1.6

  Fixes to documents and build procedure so that ``make paper.ps''
  works without errors or warnings.

lib/libskey/skeysubr.c				1.19

  Fix SHA1 calculation on big-endian machines.  Fixes PR#12045.

usr.bin/mail/Makefile				1.16-1.17

  Use ${COPY} instead of -c and pass ${INSTPRIV} to the ${INSTALL}
  command.

lib/libc/stdlib/hcreate.3			1.1-1.2 (new)
lib/libc/stdlib/hcreate.c			1.1-1.3 (new)
lib/libc/stdlib/Makefile.inc			1.50-1.51
lib/libc/db/hash/Makefile.inc			1.7
lib/libc/db/hash/hsearch.c			delete
lib/libc/db/man/Makefile.inc			1.8
lib/libc/db/man/hcreate.3			delete

  Replace hcreate() / hsearch() / hdestroy() implementation with
  one that actually works as it's supposed to.

sys/dev/pci/pciide.c				1.108
sys/dev/pci/pciide_pdc202xx_reg.h		1.4
distrib/notes/i386/hardware			1.86
share/man/man4/pciide.4				1.27

  Support Ultra/100 speed on Promise Ultra/100, and fix ``bogus
  intr'' messages generated under some conditions.

sys/dev/pcmcia/pcmcia_cis.c			1.21

  Add some small delays at appropriate places in CIS reading code.
  This is a stopgap fix for PR#9984, avoiding a panic when an
  ``AVM Fritz!'' ISDN card is installed in a cardbus slot.

usr.bin/audio/play/play.c			1.24 via patch

  Fix LP64 format/type inconsistency.

sys/dev/pci/isp_pci.c				1.62-1.63,1.66,1.68
sys/dev/sbus/isp_sbus.c				1.35-1.40 via patch
sys/dev/microcode/isp/asm1040.h			1.2
sys/dev/microcode/isp/asm_1080.h		1.2
sys/dev/microcode/isp/asm_2100.h		1.2
sys/dev/microcode/isp/asm_12160.h		1.2
sys/dev/ic/isp.c				1.66-1.73
sys/dev/ic/isp_inline.h				1.10-1.13
sys/dev/ic/isp_netbsd.c				1.36-1.40
sys/dev/ic/ispmbox.h				1.28-1.31
sys/dev/ic/ispreg.h				1.24-1.25
sys/dev/ic/ispvar.h				1.39-1.43
sys/arch/sparc64/conf/GENERIC32			1.11

  Update firmware to latest levels.  Provide Sparc64 support.
  Provide some minor improvements in Fibre Channel code.  Fix major
  bug where the driver wasn't setting XS_SENSE when a check condition
  with sense data was gathered.

sys/dev/pcmcia/if_ne_pcmcia.c			1.69-1.70
sys/dev/pcmcia/pcmciadevs			1.121 via patch
sys/dev/pcmcia/pcmciadevs.h			regenerate
sys/dev/pcmcia/pcmciadevs_data.h		regenerate

  Add an entry and support for the Synergy 21 S21810+.

share/man/man5/shells.5				1.7

  Cross-reference chsh(1).

sys/dev/isa/if_iy.c				1.46-1.48

  Fix bug which causes freezes in the Intel Etherexpress PRO (ISA)
  driver.  Fixes PR#8263.

sys/dev/ic/z8530tty.c				1.74

  Add some delay in zstty_attach() to wait for previous console
  output to complete before hardware initialization.  Should fix
  missing ``\r'' after zstty attach on serial console.

sys/dev/sbus/isp_sbus.c				1.42

  ANSIfication and conversion of handles to 16 bits.

sys/dev/ic/elinkxl.c				1.40 via patch
sys/dev/ic/elinkxlreg.h				1.3 via patch
sys/dev/ic/elinkxlvar.h				1.8 via patch
sys/dev/pci/if_ex_pci.c				1.14 via patch
sys/dev/pci/pcidevs				1.260 via patch
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/cardbus/if_ex_cardbus.c			1.18 via patch

  Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
  cards.

usr.sbin/pkg_install/add/main.c			1.18-1.19
usr.sbin/pkg_install/add/perform.c		1.57
usr.sbin/pkg_install/add/pkg_add.1		1.20-1.24
usr.sbin/pkg_install/admin/main.c		1.14-1.16,1.18-1.21
usr.sbin/pkg_install/admin/pkg_admin.1		1.9-1.12
usr.sbin/pkg_install/create/main.c		1.17
usr.sbin/pkg_install/create/perform.c		1.23,1.25
usr.sbin/pkg_install/create/pkg_create.1	1.24-1.26
usr.sbin/pkg_install/delete/main.c		1.17
usr.sbin/pkg_install/delete/perform.c		1.32
usr.sbin/pkg_install/delete/pkg_delete.1	1.15,1.17-1.19
usr.sbin/pkg_install/info/main.c		1.24
usr.sbin/pkg_install/info/perform.c		1.33,1.35-1.37
usr.sbin/pkg_install/info/pkg_info.1		1.22-1.23
usr.sbin/pkg_install/lib/Makefile		1.14-1.16
usr.sbin/pkg_install/lib/lib.h			1.32-1.33
usr.sbin/pkg_install/lib/version.c		1.1 (new)
usr.sbin/pkg_install/lib/file.c			1.43,1.46-1.47
usr.sbin/pkg_install/lib/pen.c			1.18-1.19
usr.sbin/pkg_install/lib/ftpio.c		1.27
usr.sbin/pkg_install/lib/pkgdb.c		1.8
usr.sbin/pkg_install/lib/str.c			1.25-1.28
usr.sbin/pkg_install/lib/version.h		1.1-1.4 (new)

  Various changes / updates:
   o add -V option to determine version
   o add -u switch to pkg_add for upgrading a package
   o use getprogname() in preference to __progname for portability
   o plug file descriptor leak
   o only display directories from /var/db/pkg; fixing PR#12073
   o fix pkg_info -r flag to show +REQUIRE file if present
   o don't swallow ``%'' in file/dir names; fixing PR#11352
   o fix bugs when handling .tbz packages; fixes PR#11856
   o fix NULL pointer deref; fixes PR#11647
   o split out version information to separate file
   o various minor bugfixes and spelling fixes

etc/rc.d/network				1.15

  Add support for cloning network devices (e.g. vlan).  Fixes
  PR#12398.

sys/arch/vax/conf/INSTALL			1.12

  Add VAX 4000/200.

sys/arch/vax/vax/db_machdep.c			1.24-1.25

  Make stack backtraces work.  Prints FP at start of each line.
  Notices and handles trap frames.

distrib/vax/floppy/Makefile			1.1 (new)
distrib/vax/floppy/floppy.lbl			1.1 (new)
distrib/vax/Makefile				1.8

  Make a boot floppy for VAX.

sys/dev/pci/siop_pci_common.c			1.4

  Fix c896 support related to PCI configuration and handling of
  64-bit BARs.

sys/dev/pci/puc.c				1.10-1.11 via patch
sys/dev/pci/pucvar.h				1.3-1.4
sys/dev/pci/pucdata.c				1.11-1.18

  Add support for NetMos NM9835, Titan PCI-800H, Lava 8-port,
  Actiontec 56K PCI Master.  This also adds a ``flags'' member
  to two structs in this driver.

lib/libc/hash/sha1.c				1.7

  Fix workspace alignment problems.  Fixes PR#12417.

usr.bin/vi/vi/vs_refresh.c			1.6

  Pull in a patch from nvi 1.79 to prevent the repainting code from
  messing up.  Fixes annoying ``Error: move: l(4294967295) c(0)
  o(0)'' core dumps.

sys/dev/pci/com_puc.c				1.2

  Allow attaching ``com'' devices at frequency other than the
  standard COM_FREQ.

sys/arch/atari/stand/ahdilabel/read.c		1.2
sys/arch/atari/stand/ahdilabel/Makefile		1.3-1.4
sys/arch/atari/stand/ahdilabel/ahdilabel.c	1.2-1.3
sys/arch/atari/stand/ahdilabel/write.c		1.2
sys/arch/atari/stand/ahdilabel/ahdilabel.8	delete
share/man/man8/man8.atari/ahdilabel.8		1.1-1.2 (new)
share/man/man8/man8.atari/Makefile		1.6

  Several changes:
   o make compile cleanly with -DDEBUG
   o make it easy to compile with -DDEBUG
   o ignore sometimes-invalid root sector checksums
   o if we clear root sector, make sure the checksum is invalid
   o by default preserve boot sector and bad sector list
   o improve user interface to specify partitions
   o move manual page to proper place

sys/arch/macppc/dev/awacs.c			1.5-1.7

  Round up block size to at least NBPG bytes.
  Return EINVAL if specified sample rate is not available.
  Fix 16bit ulinear bug, and enable ulinear.

sys/arch/macppc/macppc/locore.S			patch

  Fix a bug in cpu_switch().

sys/dev/pci/if_fxp_pci.c			1.11
sys/dev/pci/pcidevs				1.311
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate

  Make the Intel Pro/100 as e.g. found on Toshiba Satellite Pro
  4600s work.

usr.sbin/syslogd/syslogd.c			1.44

  Plug memory leak.  Fixes PR#12444.

share/misc/na.phone				1.14

  A few corrections for abbreviations.  Fixes PR#11314.

crypto/dist/openssl/crypto/rand/randfile.c	1.3

  Don't use /dev/urandom if no value can be found; it is not
  a normal file and there will be no EOF.

share/man/man7/mdoc.7				1.21

  Remove reference to non-installed README file.  Fixes PR#10992.

distrib/sets/lists/misc/mi			patch

  Add sendmail/ostype files for aix5 and solaris8 after
  last sendmail upgrade.

include/glob.h					1.12-1.13
lib/libc/gen/__glob13.c				1.14-1.21

  Various updates:
   o deal with buffer overflows for fixed length buffers
   o set gl_pathv to NULL after we free it
   o implement GLOB_LIMIT to limit the amount of memory used to ARG_MAX
   o squash lint errors by using size_t instead of u_int

libexec/ftpd/Makefile				1.43-1.44
libexec/ftpd/cmds.c				1.7-1.8,  1.10-1.12
libexec/ftpd/conf.c				1.35-1.40
libexec/ftpd/extern.h				1.32-1.38
libexec/ftpd/ftpcmd.y				1.53-1.59
libexec/ftpd/ftpd.8				1.58-1.63
libexec/ftpd/ftpd.c				1.102-1.104,  1.106-1.122
libexec/ftpd/ftpd.conf.5			1.12-1.15
libexec/ftpd/ftpusers.5				1.8
libexec/ftpd/logwtmp.c				1.16
libexec/ftpd/popen.c				1.23-1.25
libexec/ftpd/version.h				1.28

  Summary of user-visible changes;
   o fix glob denial of service by using GLOB_LIMIT
   o add ftpd.conf directives `advertise', `maxfilesize', `sanenames'
   o add flags: -P dataport, -X - wuftpd style log entries,
     -q/-Q - (en|dis)able pidfiles, -u/-U - (en|dis)able utmp,
     -w/-W - (en|dis)able wtmp
  Fixes SA#2001-005.

sbin/mount_procfs/mount_procfs.c		1.12 via patch
sys/arch/i386/conf/files.i386			1.180
sys/arch/i386/i386/machdep.c			1.408,1.413,1.428 via patch
sys/arch/i386/i386/procfs_machdep.c		1.1-1.6 (new)
sys/arch/i386/i386/vm_machdep.c			1.97
sys/arch/i386/include/vmparam.h			1.40
sys/arch/i386/isa/npx.c				1.74
sys/compat/linux/arch/alpha/linux_ioctl.h	1.2
sys/compat/linux/arch/alpha/linux_syscall.h	regenerate
sys/compat/linux/arch/alpha/linux_syscallargs.h	regenerate
sys/compat/linux/arch/alpha/linux_syscalls.c	regenerate
sys/compat/linux/arch/alpha/linux_sysent.c	regenerate
sys/compat/linux/arch/alpha/syscalls.master	1.31
sys/compat/linux/arch/i386/linux_ioctl.h	1.10
sys/compat/linux/arch/i386/linux_machdep.c	1.52-1.60 via patch
sys/compat/linux/arch/i386/linux_machdep.h	1.14-1.20 via patch
sys/compat/linux/arch/i386/linux_syscall.h	regenerate
sys/compat/linux/arch/i386/linux_syscallargs.h	regenerate
sys/compat/linux/arch/i386/linux_syscalls.c	regenerate
sys/compat/linux/arch/i386/linux_sysent.c	regenerate
sys/compat/linux/arch/i386/syscalls.master	1.53
sys/compat/linux/arch/m68k/linux_ioctl.h	1.2
sys/compat/linux/arch/m68k/linux_syscall.h	regenerate
sys/compat/linux/arch/m68k/linux_syscallargs.h	regenerate
sys/compat/linux/arch/m68k/linux_syscalls.c	regenerate
sys/compat/linux/arch/m68k/linux_sysent.c	regenerate
sys/compat/linux/arch/m68k/syscalls.master	1.28
sys/compat/linux/common/linux_blkio.c		1.1-1.3 (new)
sys/compat/linux/common/linux_blkio.h		1.1-1.2 (new)
sys/compat/linux/common/linux_cdrom.c		1.6-1.8
sys/compat/linux/common/linux_cdrom.h		1.5
sys/compat/linux/common/linux_fdio.c		1.1 (new)
sys/compat/linux/common/linux_fdio.h		1.1 (new)
sys/compat/linux/common/linux_file.c		1.34 via patch
sys/compat/linux/common/linux_hdio.c		1.1 (new)
sys/compat/linux/common/linux_hdio.h		1.1 (new)
sys/compat/linux/common/linux_ioctl.c		1.24-1.25
sys/compat/linux/common/linux_ioctl.h		1.12-1.13
sys/compat/linux/common/linux_misc.c		1.82-1.83
sys/compat/linux/common/linux_oldmmap.c		1.53
sys/compat/linux/common/linux_oldolduname.c	1.55
sys/compat/linux/common/linux_olduname.c	1.56
sys/compat/linux/common/linux_signal.c		1.29 via patch
sys/compat/linux/common/linux_socket.c		1.25-1.26
sys/compat/linux/common/linux_sockio.h		1.10-1.14
sys/compat/linux/common/linux_termios.c		1.8
sys/compat/linux/common/linux_termios.h		1.6
sys/compat/linux/common/linux_types.h		1.10
sys/compat/linux/files.linux			1.12-1.13
sys/conf/files					1.416
sys/kern/kern_subr.c				1.74
sys/kern/sys_process.c				1.66
sys/miscfs/procfs/procfs.h			1.31
sys/miscfs/procfs/procfs_fpregs.c		1.7
sys/miscfs/procfs/procfs_linux.c		1.1-1.2 (new) via patch
sys/miscfs/procfs/procfs_map.c			1.10
sys/miscfs/procfs/procfs_regs.c			1.12
sys/miscfs/procfs/procfs_subr.c			1.35
sys/miscfs/procfs/procfs_vfsops.c		1.36
sys/miscfs/procfs/procfs_vnops.c		1.74-1.76 via patch
sys/sys/ioctl.h					1.26-1.27

  Add some required Linux emulation bits to support the Linux
  version of VMware.

usr.sbin/kvm_mkdb/testdb.c			1.8

  Use sysctl instead of kmem groveling to fetch version string of
  running kernel.

usr.sbin/pkg_install/add/pkg_add.1		1.25

  Update patch in example to a more recent package.

share/man/man7/packages.7			1.34,1.38-1.39,1.41-1.49

  Update to current reality.

usr.sbin/pkg_install/add/main.c			1.20

  Correctly set exit code != 0 if package file cannot be found.

share/misc/inter.phone				1.17

  Add a few cities in Poland, and correctly note the official name
  for Poland post-1989.

sys/arch/i386/conf/files.i386			1.183
sys/arch/i386/i386/genassym.cf			1.25
sys/arch/i386/i386/in_cksum.s			1.10-1.12

  Use optimized i386 assembly version for in4_cksum as well as the
  older in_cksum.  Gets back the 10-15% throughput loss compared
  to the NetBSD 1.4 branch.

lib/libkvm/kvm_proc.c				1.45

  Properly '\0'-terminate data from sysctl() which might not end
  properly if data would be longer than requested.  Fixes PR#11467,
  PR#12389 and possibly PR#12439.

etc/rc.d/sshd					1.9-1.10

  Auto-generate SSH protocol version 2 RSA key.
  Use newer command syntax (``-t <type>'' instead of ``-d'').

lib/libwrap/tcpd.h				1.11 via patch

  Correctly wrap external declarations inside __{BEGIN,END}_DECLS
  to correct C/C++ external linkage.  Fixes PR#12458.

usr.sbin/pkg_install/add/perform.c		1.58

  Make pkg_add not abort when it should not.

sys/compat/linux/common/linux_socket.c		1.29

  Fix the SIOCGETHWADDR socket ioctl call; earlier it always returned
  an error.

lib/libc/hash/sha1.3				1.7

  Fix printf format used in example, fixes PR#12496.

sys/sys/shm.h					1.27-1.28

  Pay lip service to old sources and provide SHM_[RW].
  Note that these are not even part of SVID4.

usr.bin/quota/quota.c				1.23

  Fix order of arithmetic operations so that NFS file system quotas
  over 4GB are displayed properly.

usr.bin/showmount/showmount.c			1.10

  Insert tab if the length of the directory is more than 35 bytes,
  to prevent concatenation.

sys/lib/libsa/Makefile				1.44
sys/arch/i386/stand/biosboot/Makefile		1.34
sys/arch/i386/stand/biosboot_ser/Makefile	1.6

  Document some SA_* options, in case someone needs to strip down
  the bootblock to enable or add new features, such as enabling
  password support.  Addressess PR#12506.

sys/arch/next68k/next68k/pmap_bootstrap.c	1.8

  Initialize the entire pmap table before populating it.
  Fixes PR#7174.

crypto/dist/openssl/crypto/rand/randfile.c	1.4

  Redo pullup of revision 1.2 differently.  On RAND_file_name(),
  return /dev/urandom by default.  RAND_{load,write}_file() now
  takes care of device file case.

sys/arch/macppc/dev/adb.c			1.8
sys/arch/macppc/dev/adb_direct.c		1.16
sys/arch/macppc/dev/pm_direct.c			1.12
sys/arch/macppc/macppc/autoconf.c		1.23

  Fix Keyboard problem of recent PowerBooks (Pismo, PowerBook G4,
  etc.).

distrib/x68k/floppies/ramdisk.sysinst/dot.profile 1.8

  Correct typo.

sys/kern/vfs_bio.c				1.76

  In bwrite(), when deciding whether to convert sync writes into
  delayed writes, examine the correct block device.  Fixes PR#12484.

sys/dev/pcmcia/if_ne_pcmcia.c			1.66 via patch
sys/dev/pcmcia/pcmciadevs			1.100
sys/dev/pcmcia/pcmciadevs.h			regenerate
sys/dev/pcmcia/pcmciadevs_data.h		regenerate

  Add support for the Socket Communications LP-E Type II PCMCIA
  NE2000 clone card.

bin/rcmd/rcmd.1					1.8
bin/sh/sh.1					1.43 via patch
crypto/dist/openssl/doc/crypto/des_modes.pod	1.2
lib/libc/time/strftime.3			1.9
lib/libc/time/strptime.3			1.10
lib/libcrypto/man/des_modes.7			1.4
sbin/fsck/fsck.8				1.21 via patch
sbin/fsck_lfs/fsck_lfs.8			1.4-1.5
sbin/newbtconf/newbtconf.8			1.4
sbin/newfs/newfs.8				1.27
sbin/routed/routed.8				1.30 via patch
sbin/savecore/savecore.8			1.19 via patch
share/man/man4/Makefile				1.189 via patch
share/man/man4/man4.i386/console.4		1.6
share/man/man4/man4.i386/ie.4			1.5
share/man/man4/man4.i386/intro.4		1.17
share/man/man4/man4.i386/intro.4		1.18
share/man/man4/man4.i386/opms.4			1.6
share/man/man4/scsi.4				1.14
share/man/man9/uvm.9				1.16
usr.sbin/ac/ac.8				1.11
usr.sbin/apmd/apmd.8				1.15-1.16
usr.sbin/mountd/exports.5			1.20
usr.sbin/ndp/ndp.8				1.11
usr.sbin/rmt/rmt.8				1.9
usr.sbin/rpc.bootparamd/bootparams.5		1.10
usr.sbin/sliplogin/sliplogin.8			1.7
usr.sbin/syslogd/syslog.conf.5			1.8
usr.sbin/tcpdump/tcpdump.8			1.15
usr.sbin/wsconscfg/wsconscfg.8			1.11
usr.sbin/wsfontload/wsfontload.8		1.12 via patch

  Various minor manual page fixes.

sys/netinet6/icmp6.c				1.63

  Make sure rcvif is sane on call to icmp6_reflect().
  Fixes panic in certain configurations / instances.

sys/arch/alpha/pci/pci_550.c			1.20-1.21

  Fix a Miata panic-on-boot due to an unusual SRM irq routing.

usr.sbin/dhcp/Makefile				1.10 via patch
usr.sbin/dhcp/Makefile.inc			1.13-1.14 via patch
usr.sbin/dhcp/README				1.10
usr.sbin/dhcp/RELNOTES				1.10
usr.sbin/dhcp/client/clparse.c			1.10
usr.sbin/dhcp/client/dhclient-script.8		1.8
usr.sbin/dhcp/client/dhclient.8			1.11
usr.sbin/dhcp/client/dhclient.c			1.35
usr.sbin/dhcp/client/dhclient.conf.5		1.1.1.6
usr.sbin/dhcp/client/scripts/bsdos		1.6
usr.sbin/dhcp/client/scripts/freebsd		1.7
usr.sbin/dhcp/client/scripts/netbsd		1.12
usr.sbin/dhcp/client/scripts/openbsd		1.1.1.4
usr.sbin/dhcp/client/scripts/solaris		1.1.1.7
usr.sbin/dhcp/common/Makefile			1.18
usr.sbin/dhcp/common/alloc.c			1.1.1.9
usr.sbin/dhcp/common/bpf.c			1.8
usr.sbin/dhcp/common/comapi.c			1.5
usr.sbin/dhcp/common/conflex.c			1.1.1.12
usr.sbin/dhcp/common/convert.c			deleted
usr.sbin/dhcp/common/ctrace.c			1.1 (new)
usr.sbin/dhcp/common/dhcp-eval.5		1.1.1.4
usr.sbin/dhcp/common/dhcp-options.5		1.8
usr.sbin/dhcp/common/discover.c			1.11
usr.sbin/dhcp/common/dispatch.c			1.5
usr.sbin/dhcp/common/dlpi.c			1.1.1.9
usr.sbin/dhcp/common/dns.c			1.4
usr.sbin/dhcp/common/execute.c			1.1.1.7
usr.sbin/dhcp/common/hash.c			deleted
usr.sbin/dhcp/common/icmp.c			1.1.1.11
usr.sbin/dhcp/common/nit.c			1.1.1.11
usr.sbin/dhcp/common/options.c			1.10
usr.sbin/dhcp/common/packet.c			1.4
usr.sbin/dhcp/common/parse.c			1.4
usr.sbin/dhcp/common/print.c			1.4
usr.sbin/dhcp/common/resolv.c			1.1.1.4
usr.sbin/dhcp/common/tables.c			1.8
usr.sbin/dhcp/common/tree.c			1.1.1.9
usr.sbin/dhcp/dhcpctl/Makefile.dist		1.1.1.5
usr.sbin/dhcp/dhcpctl/omshell.c			1.1 (new)
usr.sbin/dhcp/dhcpctl/remote.c			1.1.1.4
usr.sbin/dhcp/dst/Makefile			1.1-1.2 (new)
usr.sbin/dhcp/dst/base64.c			1.1 (new)
usr.sbin/dhcp/dst/dst_api.c			1.1 (new)
usr.sbin/dhcp/dst/dst_internal.h		1.1 (new)
usr.sbin/dhcp/dst/dst_support.c			1.1 (new)
usr.sbin/dhcp/dst/hmac_link.c			1.1 (new)
usr.sbin/dhcp/dst/md5.h				1.1 (new)
usr.sbin/dhcp/dst/md5_dgst.c			1.1 (new)
usr.sbin/dhcp/dst/md5_locl.h			1.1 (new)
usr.sbin/dhcp/dst/prandom.c			1.1 (new)
usr.sbin/dhcp/includes/cf/linux.h		1.1.1.9
usr.sbin/dhcp/includes/cf/netbsd.h		1.5
usr.sbin/dhcp/includes/cf/rhapsody.h		1.1.1.3
usr.sbin/dhcp/includes/ctrace.h			1.1 (new)
usr.sbin/dhcp/includes/dhcp.h			1.4
usr.sbin/dhcp/includes/dhcpd.h			1.18
usr.sbin/dhcp/includes/dhctoken.h		1.1.1.10
usr.sbin/dhcp/includes/failover.h		1.4
usr.sbin/dhcp/includes/isc/result.h		1.1.1.3
usr.sbin/dhcp/includes/isc/types.h		1.1.1.2
usr.sbin/dhcp/includes/minires/minires.h	1.1.1.6
usr.sbin/dhcp/includes/minires/res_update.h	1.1.1.2
usr.sbin/dhcp/includes/omapip/alloc.h		1.1.1.2
usr.sbin/dhcp/includes/omapip/omapip.h		1.1.1.6
usr.sbin/dhcp/includes/omapip/omapip_p.h	1.1.1.5
usr.sbin/dhcp/includes/omapip/trace.h		1.1 (new)
usr.sbin/dhcp/includes/site.h			1.6
usr.sbin/dhcp/includes/statement.h		1.1.1.3
usr.sbin/dhcp/includes/tree.h			1.1.1.5
usr.sbin/dhcp/includes/version.h		1.7
usr.sbin/dhcp/minires/Makefile			1.2-1.3
usr.sbin/dhcp/minires/Makefile.dist		1.1.1.3
usr.sbin/dhcp/minires/base64.c			deleted
usr.sbin/dhcp/minires/dst_api.c			deleted
usr.sbin/dhcp/minires/dst_internal.h		deleted
usr.sbin/dhcp/minires/hmac_link.c		deleted
usr.sbin/dhcp/minires/md5.h			deleted
usr.sbin/dhcp/minires/md5_dgst.c		deleted
usr.sbin/dhcp/minires/md5_locl.h		deleted
usr.sbin/dhcp/minires/ns_parse.c		1.1.1.2
usr.sbin/dhcp/minires/ns_samedomain.c		1.1.1.2
usr.sbin/dhcp/minires/ns_sign.c			1.1.1.2
usr.sbin/dhcp/minires/ns_verify.c		1.1.1.2
usr.sbin/dhcp/minires/prandom.c			deleted
usr.sbin/dhcp/minires/res_findzonecut.c		1.1.1.6
usr.sbin/dhcp/minires/res_init.c		1.1.1.2
usr.sbin/dhcp/minires/res_mkquery.c		1.1.1.3
usr.sbin/dhcp/minires/res_mkupdate.c		1.1.1.3
usr.sbin/dhcp/minires/res_query.c		1.1.1.3
usr.sbin/dhcp/minires/res_send.c		1.1.1.3
usr.sbin/dhcp/minires/res_sendsigned.c		1.1.1.3
usr.sbin/dhcp/minires/res_update.c		1.1.1.6
usr.sbin/dhcp/minires/support.c			deleted
usr.sbin/dhcp/minires/toisc.c			1.1 (new)
usr.sbin/dhcp/omapip/Makefile			1.3
usr.sbin/dhcp/omapip/alloc.c			1.1.1.7
usr.sbin/dhcp/omapip/array.c			1.1 (new)
usr.sbin/dhcp/omapip/buffer.c			1.1.1.4
usr.sbin/dhcp/omapip/connection.c		1.1.1.5
usr.sbin/dhcp/omapip/listener.c			1.1.1.4
usr.sbin/dhcp/omapip/mrtrace.c			1.1 (new)
usr.sbin/dhcp/omapip/protocol.c			1.3
usr.sbin/dhcp/omapip/result.c			1.1.1.3
usr.sbin/dhcp/omapip/support.c			1.1.1.6
usr.sbin/dhcp/omapip/trace.c			1.1 (new)
usr.sbin/dhcp/relay/dhcrelay.c			1.9
usr.sbin/dhcp/server/Makefile			1.10
usr.sbin/dhcp/server/bootp.c			1.15
usr.sbin/dhcp/server/class.c			1.1.1.5
usr.sbin/dhcp/server/confpars.c			1.7
usr.sbin/dhcp/server/db.c			1.1.1.13
usr.sbin/dhcp/server/ddns.c			1.1 (new)
usr.sbin/dhcp/server/dhcp.c			1.18
usr.sbin/dhcp/server/dhcpd.8			1.9
usr.sbin/dhcp/server/dhcpd.c			1.24
usr.sbin/dhcp/server/dhcpd.conf			1.1.1.4
usr.sbin/dhcp/server/dhcpd.conf.5		1.15
usr.sbin/dhcp/server/dhcpd.leases.5		1.5
usr.sbin/dhcp/server/failover.c			1.1.1.7
usr.sbin/dhcp/server/mdb.c			1.1.1.7
usr.sbin/dhcp/server/omapi.c			1.7
usr.sbin/dhcp/server/stables.c			1.1.1.6

  Update DHCP software to ISC version 3, Beta 2, Patchlevel 23.

dist/ntp/ntpd/ntp_control.c			1.2

  Fix a DoS attack (and possibly, but not confirmed, a root exploit)
  in ntpd.  Fixes SA#2001-004.

sbin/route/route.c				1.40

  Remove use of uninitialized route (struct ortentry).

sys/dev/raidframe/rf_netbsdkintf.c		1.105

  In order to improve FFS layout, use a value of "4 * number_of_columns"
  instead of "1" for the number of tracks/cylinder in the disklabel.

sys/arch/next68k/dev/bus_dma.c			1.17,1.19

  Purge/flush by pages when possible instead of just cache lines.
  Purge cache on BUS_DMASYNC_PREREAD instead of BUS_DMASYNC_POSTREAD.

sys/arch/next68k/dev/mb8795.c			patch

  Truncate oversize packets caused by ethernet dma overruns.

sbin/route/route.c				1.41
sbin/route/show.c				1.16

  Support RTF_BLACKHOLE routes.

sbin/route/route.c				1.42
sbin/route/show.c				1.17
usr.bin/netstat/netstat.1			1.28
usr.bin/netstat/route.c				1.52
share/man/man4/route.4				1.9
sys/net/route.c 				1.40 via patch
sys/net/route.h 				1.25 via patch

  Mark cloned routes with RTF_CLONED.  Present it in ``netstat -r''
  output by ``c''.

  Let static routes overwrite cloned routes, as cloned routes can
  come back again if necessary.  Should fix PR#11916 and maybe some
  other PRs with ARP behavior.

sys/net/route.c 				1.41 via patch
sys/net/route.h					1.26 via patch

  Cleanup cloned route when parent route (RTF_CLONING) goes away.
  Adds rt_parent to link parent from child (like NRL did, ours do
  refcnt rt_refcnt properly).

sys/netinet/ip_ftp_pxy.c			patch

  Fix machine hangs with FTP from behind a NetBSD box configured
  to do NAT and FTP proxying using IPF.  Fixes PR#12443.

crypto/dist/heimdal/ChangeLog			1.1.1.2-1.1.1.3
crypto/dist/heimdal/ChangeLog.1998		1.1 (new)
crypto/dist/heimdal/ChangeLog.1999		1.1 (new)
crypto/dist/heimdal/ChangeLog.2000		1.1 (new)
crypto/dist/heimdal/Makefile.am			1.1.1.2-1.1.1.3
crypto/dist/heimdal/Makefile.am.common		1.1.1.2
crypto/dist/heimdal/Makefile.in			1.1.1.2-1.1.1.3
crypto/dist/heimdal/NEWS			1.1.1.2-1.1.1.3
crypto/dist/heimdal/README			1.1 (new)
crypto/dist/heimdal/TODO			1.1.1.2-1.1.1.3
crypto/dist/heimdal/acconfig.h			1.1.1.2
crypto/dist/heimdal/acinclude.m4		1.1.1.2
crypto/dist/heimdal/aclocal.m4			1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/add.c			1.1.1.2
crypto/dist/heimdal/admin/change.c		1.1.1.2
crypto/dist/heimdal/admin/copy.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/get.c			1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/ktutil.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/admin/ktutil.c		1.2-1.3
crypto/dist/heimdal/admin/ktutil_locl.h		1.1.1.2
crypto/dist/heimdal/admin/list.c		1.1.1.2
crypto/dist/heimdal/admin/purge.c		1.1.1.2
crypto/dist/heimdal/admin/remove.c		1.1.1.2
crypto/dist/heimdal/admin/srvconvert.c		deleted
crypto/dist/heimdal/admin/srvcreate.c		deleted
crypto/dist/heimdal/appl/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/afsutil/ChangeLog	1.1.1.2
crypto/dist/heimdal/appl/afsutil/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/afsutil/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/afsutil/afslog.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/afsutil/pagsh.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/dceutils/ChangeLog	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/appl/dceutils/Makefile.am	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/appl/dceutils/Makefile.in	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/appl/dceutils/README.dcedfs	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/README.original 1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/compile	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/dfspag.exp	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/dpagaix.c	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/k5dce.h	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/k5dcecon.c	1.1.1.1 (new)
crypto/dist/heimdal/appl/dceutils/testpag.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/appl/ftp/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/Makefile.am	1.1.1.2
crypto/dist/heimdal/appl/ftp/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/common/Makefile.am	1.1.1.2
crypto/dist/heimdal/appl/ftp/common/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/common/buffer.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/common/common.h	1.1.1.2
crypto/dist/heimdal/appl/ftp/common/sockbuf.c	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/cmds.c		1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/domacro.c	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/extern.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/ftp.1		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/ftp.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/ftp_locl.h	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/ftp_var.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/globals.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/gssapi.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/kauth.c	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/krb4.c		1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/main.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/ruserpass.c	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftp/security.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftp/security.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/extern.h	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftpd/ftpcmd.y	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/ftpusers.5	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/gss_userok.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/kauth.c	1.1.1.2
crypto/dist/heimdal/appl/ftp/ftpd/logwtmp.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/ls.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/ftp/ftpd/popen.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kf/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kf/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kf/kf.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kf/kf_locl.h		1.1.1.2
crypto/dist/heimdal/appl/kf/kfd.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/common.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/context.c		1.1.1.2
crypto/dist/heimdal/appl/kx/krb4.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/krb5.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/kx.1		1.1.1.2
crypto/dist/heimdal/appl/kx/kx.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/kx.h		1.1.1.2
crypto/dist/heimdal/appl/kx/kxd.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/kxd.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/rxtelnet.1		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/kx/rxtelnet.in		1.1.1.2
crypto/dist/heimdal/appl/kx/rxterm.1		1.1.1.2
crypto/dist/heimdal/appl/kx/rxterm.in		1.1.1.2
crypto/dist/heimdal/appl/kx/tenletxr.1		1.1.1.2
crypto/dist/heimdal/appl/kx/tenletxr.in		1.1.1.2
crypto/dist/heimdal/appl/kx/writeauth.c		1.1.1.2
crypto/dist/heimdal/appl/login/ChangeLog	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/login/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/login/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/login/conf.c		1.1.1.2
crypto/dist/heimdal/appl/login/env.c		1.1 (new)
crypto/dist/heimdal/appl/login/login.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/login/login_access.c	1.1.1.2
crypto/dist/heimdal/appl/login/login_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/login/login_protos.h	1.1.1.2
crypto/dist/heimdal/appl/login/osfc2.c		1.1.1.2
crypto/dist/heimdal/appl/login/read_string.c	1.1.1.2
crypto/dist/heimdal/appl/login/shadow.c		1.1.1.2
crypto/dist/heimdal/appl/login/stty_default.c	1.1.1.2
crypto/dist/heimdal/appl/login/tty.c		1.1.1.2
crypto/dist/heimdal/appl/login/utmp_login.c	1.1.1.2
crypto/dist/heimdal/appl/login/utmpx_login.c	1.1.1.2
crypto/dist/heimdal/appl/otp/ChangeLog		1.1.1.2
crypto/dist/heimdal/appl/otp/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/otp/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/otp/otp.1		1.1 (new)
crypto/dist/heimdal/appl/otp/otp.c		1.1.1.2
crypto/dist/heimdal/appl/otp/otp_locl.h		1.1.1.2
crypto/dist/heimdal/appl/otp/otpprint.1		1.1 (new)
crypto/dist/heimdal/appl/otp/otpprint.c		1.1.1.2
crypto/dist/heimdal/appl/popper/ChangeLog	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/popper/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/popper/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/popper/maildir.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_auth.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_debug.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/popper/pop_dele.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_dropcopy.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_dropinfo.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_get_command.c 1.1.1.2
crypto/dist/heimdal/appl/popper/pop_init.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/popper/pop_last.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_list.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_log.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_msg.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_parse.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_pass.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_quit.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_rset.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_send.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_stat.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_uidl.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_updt.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_user.c	1.1.1.2
crypto/dist/heimdal/appl/popper/pop_xover.c	1.1.1.2
crypto/dist/heimdal/appl/popper/popper.c	1.1.1.2
crypto/dist/heimdal/appl/popper/popper.h	1.1.1.2
crypto/dist/heimdal/appl/popper/version.h	1.1.1.2
crypto/dist/heimdal/appl/push/ChangeLog		1.1.1.2
crypto/dist/heimdal/appl/push/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/push/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/push/pfrom.1		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/push/pfrom.in		1.1.1.2
crypto/dist/heimdal/appl/push/push.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/push/push.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/push/push_locl.h	1.1.1.2
crypto/dist/heimdal/appl/rcp/ChangeLog		1.1 (new)
crypto/dist/heimdal/appl/rcp/Makefile.am	1.1 (new)
crypto/dist/heimdal/appl/rcp/Makefile.in	1.1 (new)
crypto/dist/heimdal/appl/rcp/extern.h		1.1 (new)
crypto/dist/heimdal/appl/rcp/rcp.c		1.1 (new)
crypto/dist/heimdal/appl/rcp/rcp_locl.h		1.1 (new)
crypto/dist/heimdal/appl/rcp/util.c		1.1 (new)
crypto/dist/heimdal/appl/rsh/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/rsh/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/rsh/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/rsh/common.c		1.1.1.2
crypto/dist/heimdal/appl/rsh/rsh.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/rsh/rsh_locl.h		1.1.1.2
crypto/dist/heimdal/appl/rsh/rshd.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/su/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/su/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/su/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/su/su.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/ChangeLog	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/Makefile.am	1.1.1.2
crypto/dist/heimdal/appl/telnet/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.am 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/Makefile.in 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/libtelnet/auth-proto.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/auth.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/auth.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/enc-proto.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/enc_des.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/encrypt.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/genget.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/libtelnet/kerberos5.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/libtelnet/krb4encpwd.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/misc-proto.h 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/libtelnet/misc.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/rsaencpwd.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/libtelnet/spx.c	1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/Makefile.am 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/Makefile.in 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/authenc.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/commands.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/externs.h 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/main.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/network.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/ring.c	1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/ring.h	1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/sys_bsd.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/telnet.1	1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/telnet.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnet/telnet_locl.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/terminal.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnet/utilities.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.am 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/Makefile.in 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/authenc.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/ext.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/global.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnetd/slc.c	1.1.1.2
crypto/dist/heimdal/appl/telnet/telnetd/state.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/sys_term.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.8 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/telnet/telnetd/telnetd.h 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnetd/termstat.c 1.1.1.2
crypto/dist/heimdal/appl/telnet/telnetd/utility.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/common.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/gss_common.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/gss_common.h	1.1.1.2
crypto/dist/heimdal/appl/test/gssapi_client.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/gssapi_server.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/nt_gss_client.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/nt_gss_common.c	1.1.1.2
crypto/dist/heimdal/appl/test/nt_gss_common.h	1.1.1.2
crypto/dist/heimdal/appl/test/nt_gss_server.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/tcp_client.c	1.1.1.2
crypto/dist/heimdal/appl/test/tcp_server.c	1.1.1.2
crypto/dist/heimdal/appl/test/test_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/uu_client.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/test/uu_server.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/xnlock/ChangeLog	1.1.1.2
crypto/dist/heimdal/appl/xnlock/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/xnlock/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/appl/xnlock/xnlock.1	1.1 (new)
crypto/dist/heimdal/appl/xnlock/xnlock.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/Makefile.am.common	1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/aix.m4			1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/cf/auth-modules.m4		1.1.1.2
crypto/dist/heimdal/cf/broken-getnameinfo.m4	1.1 (new)
crypto/dist/heimdal/cf/broken-glob.m4		1.1.1.2
crypto/dist/heimdal/cf/broken-realloc.m4	1.1 (new)
crypto/dist/heimdal/cf/broken-snprintf.m4	1.1.1.2
crypto/dist/heimdal/cf/broken.m4		1.1.1.2
crypto/dist/heimdal/cf/broken2.m4		1.1 (new)
crypto/dist/heimdal/cf/c-attribute.m4		1.1.1.2
crypto/dist/heimdal/cf/c-function.m4		1.1.1.2
crypto/dist/heimdal/cf/capabilities.m4		1.1.1.2
crypto/dist/heimdal/cf/check-declaration.m4	1.1.1.2
crypto/dist/heimdal/cf/check-getpwnam_r-posix.m4 1.1.1.2
crypto/dist/heimdal/cf/check-man.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/check-netinet-ip-and-tcp.m4 1.1.1.2
crypto/dist/heimdal/cf/check-type-extra.m4	1.1.1.2
crypto/dist/heimdal/cf/check-var.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/check-x.m4		1.1.1.2
crypto/dist/heimdal/cf/check-xau.m4		1.1.1.2
crypto/dist/heimdal/cf/db.m4			1.1 (new)
crypto/dist/heimdal/cf/find-func-no-libs.m4	1.1.1.2
crypto/dist/heimdal/cf/find-func-no-libs2.m4	1.1.1.2
crypto/dist/heimdal/cf/find-func.m4		1.1.1.2
crypto/dist/heimdal/cf/find-if-not-broken.m4	1.1.1.2
crypto/dist/heimdal/cf/grok-type.m4		1.1.1.2
crypto/dist/heimdal/cf/have-pragma-weak.m4	1.1.1.2
crypto/dist/heimdal/cf/have-struct-field.m4	1.1.1.2
crypto/dist/heimdal/cf/have-type.m4		1.1.1.2
crypto/dist/heimdal/cf/have-types.m4		1.1.1.2
crypto/dist/heimdal/cf/install-catman.sh	1.1 (new)
crypto/dist/heimdal/cf/krb-bigendian.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/krb-find-db.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/krb-func-getcwd-broken.m4 1.1.1.2
crypto/dist/heimdal/cf/krb-func-getlogin.m4	1.1.1.2
crypto/dist/heimdal/cf/krb-ipv6.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/krb-irix.m4		1.1 (new)
crypto/dist/heimdal/cf/krb-prog-ln-s.m4		1.1.1.2
crypto/dist/heimdal/cf/krb-prog-ranlib.m4	1.1.1.2
crypto/dist/heimdal/cf/krb-prog-yacc.m4		1.1.1.2
crypto/dist/heimdal/cf/krb-readline.m4		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/cf/krb-struct-spwd.m4	1.1.1.2
crypto/dist/heimdal/cf/krb-struct-winsize.m4	1.1.1.2
crypto/dist/heimdal/cf/krb-sys-aix.m4		1.1.1.2
crypto/dist/heimdal/cf/krb-sys-nextstep.m4	1.1.1.2
crypto/dist/heimdal/cf/krb-version.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/make-proto.pl		1.1.1.2
crypto/dist/heimdal/cf/mips-abi.m4		1.1.1.2
crypto/dist/heimdal/cf/misc.m4			1.1.1.2
crypto/dist/heimdal/cf/need-proto.m4		1.1.1.2
crypto/dist/heimdal/cf/osfc2.m4			1.1.1.2
crypto/dist/heimdal/cf/proto-compat.m4		1.1.1.2
crypto/dist/heimdal/cf/retsigtype.m4		1.1 (new)
crypto/dist/heimdal/cf/roken-frag.m4		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/cf/roken.m4			1.1 (new)
crypto/dist/heimdal/cf/shared-libs.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/test-package.m4		1.1.1.2-1.1.1.3
crypto/dist/heimdal/cf/wflags.m4		1.1.1.2
crypto/dist/heimdal/config.guess		1.1.1.2
crypto/dist/heimdal/config.sub			1.1.1.2
crypto/dist/heimdal/configure			1.1.1.2-1.1.1.3
crypto/dist/heimdal/configure.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/doc/Makefile.am		1.1.1.2
crypto/dist/heimdal/doc/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/doc/ack.texi		1.1.1.2
crypto/dist/heimdal/doc/heimdal.texi		1.1.1.2-1.1.1.3
crypto/dist/heimdal/doc/install.texi		1.1.1.2-1.1.1.3
crypto/dist/heimdal/doc/intro.texi		1.1.1.2
crypto/dist/heimdal/doc/kerberos4.texi		1.1.1.2
crypto/dist/heimdal/doc/migration.texi		1.1 (new)
crypto/dist/heimdal/doc/misc.texi		1.1.1.2-1.1.1.3
crypto/dist/heimdal/doc/setup.texi		1.1.1.2-1.1.1.3 via patch
crypto/dist/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-02.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-03.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-hornstein-dhc-kerbauth-02.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-iakerb-04.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-12.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-tapp-03.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-06.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-raeburn-cat-gssapi-krb5-3des-00.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-raeburn-krb-gssapi-krb5-3des-01.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-smedvinsky-dhc-kerbauth-01.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-swift-win2k-krb-referrals-01.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-swift-win2k-krb-user2user-01.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-thomas-snmpv3-kerbusm-00.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-trostle-win2k-cat-kerberos-set-passwd-00.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/draft-tso-telnet-krb5-04.txt 1.1 (new)
crypto/dist/heimdal/doc/standardisation/rc4-hmac.txt 1.1 (new)
crypto/dist/heimdal/doc/whatis.texi		1.1.1.2
crypto/dist/heimdal/doc/win2k.texi		1.1.1.2-1.1.1.3
crypto/dist/heimdal/etc/services.append		1.1.1.2
crypto/dist/heimdal/include/Makefile.am		1.1.1.2
crypto/dist/heimdal/include/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/include/bits.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/include/config.h.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/include/kadm5/Makefile.am	1.1.1.2
crypto/dist/heimdal/include/kadm5/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/add-random-users.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/kadmin/ank.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/cpw.c		1.1.1.2
crypto/dist/heimdal/kadmin/del.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/del_enctype.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/dump.c		1.1.1.2
crypto/dist/heimdal/kadmin/ext.c		1.1.1.2
crypto/dist/heimdal/kadmin/get.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/init.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/kadm_conn.c		1.1-1.4 (new)
crypto/dist/heimdal/kadmin/kadmin.8		1.1-1.2 (new)
crypto/dist/heimdal/kadmin/kadmin.c		1.2-1.3
crypto/dist/heimdal/kadmin/kadmin_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/kadmind.8		1.1 (new)
crypto/dist/heimdal/kadmin/kadmind.c		1.2-1.5
crypto/dist/heimdal/kadmin/load.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/mod.c		1.1.1.2
crypto/dist/heimdal/kadmin/random_password.c	1.1.1.2
crypto/dist/heimdal/kadmin/rename.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/server.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/util.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kadmin/version4.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/524.c			1.3
crypto/dist/heimdal/kdc/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/config.c		1.3-1.4 via patch
crypto/dist/heimdal/kdc/connect.c		1.3,1.5
crypto/dist/heimdal/kdc/headers.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/hprop-common.c		deleted
crypto/dist/heimdal/kdc/hprop.8			1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/hprop.c			1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/hprop.h			1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/hpropd.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/hpropd.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/kadb.h			1.1.1.2
crypto/dist/heimdal/kdc/kaserver.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/kdc.8			1.4
crypto/dist/heimdal/kdc/kdc_locl.h		1.3,1.5 via patch
crypto/dist/heimdal/kdc/kerberos4.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/kerberos4.h		1.1.1.2
crypto/dist/heimdal/kdc/kerberos5.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/kstash.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/kstash.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/log.c			1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/main.c			1.3-1.4
crypto/dist/heimdal/kdc/misc.c			1.1.1.2-1.1.1.3
crypto/dist/heimdal/kdc/mit_dump.c		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/kdc/rx.h			1.1.1.2
crypto/dist/heimdal/kdc/string2key.8		1.1.1.2
crypto/dist/heimdal/kdc/string2key.c		1.1.1.2
crypto/dist/heimdal/kdc/v4_dump.c		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/kpasswd/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kpasswd/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kpasswd/kpasswd-generator.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/kpasswd/kpasswd.1		1.1.1.2
crypto/dist/heimdal/kpasswd/kpasswd.c		1.2-1.3
crypto/dist/heimdal/kpasswd/kpasswd_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/kpasswd/kpasswdd.8		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kpasswd/kpasswdd.c		1.3 via patch
crypto/dist/heimdal/kuser/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/generate-requests.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/kuser/kauth_options.c	1.1.1.2
crypto/dist/heimdal/kuser/kdecode_ticket.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/kdestroy.1		1.1.1.2
crypto/dist/heimdal/kuser/kdestroy.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/kgetcred.1		1.1.1.2
crypto/dist/heimdal/kuser/kgetcred.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/kinit.1		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/kinit.c		patch
crypto/dist/heimdal/kuser/kinit_options.c	1.1.1.2
crypto/dist/heimdal/kuser/klist.1		1.1.1.2
crypto/dist/heimdal/kuser/klist.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/kuser/kuser_locl.h		1.1.1.2
crypto/dist/heimdal/kuser/kverify.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/45/Makefile.am		1.1.1.2
crypto/dist/heimdal/lib/45/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/45/get_ad_tkt.c		1.1.1.2
crypto/dist/heimdal/lib/45/mk_req.c		1.1.1.2
crypto/dist/heimdal/lib/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/asn1-common.h	1.1.1.2
crypto/dist/heimdal/lib/asn1/asn1_err.et	1.1.1.2
crypto/dist/heimdal/lib/asn1/asn1_print.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/check-der.c	1.1.1.2
crypto/dist/heimdal/lib/asn1/der.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/der_copy.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/der_free.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/der_get.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/der_length.c	1.1.1.2
crypto/dist/heimdal/lib/asn1/der_locl.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/der_put.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/gen.c		1.2
crypto/dist/heimdal/lib/asn1/gen.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_copy.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_decode.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/gen_encode.c	1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_free.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_glue.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_length.c	1.1.1.2
crypto/dist/heimdal/lib/asn1/gen_locl.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/hash.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/hash.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/k5.asn1		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/asn1/lex.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/lex.l		1.1.1.2
crypto/dist/heimdal/lib/asn1/libasn1.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/main.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/parse.y		1.1.1.2
crypto/dist/heimdal/lib/asn1/symbol.c		1.1.1.2
crypto/dist/heimdal/lib/asn1/symbol.h		1.1.1.2
crypto/dist/heimdal/lib/asn1/timegm.c		1.1.1.2
crypto/dist/heimdal/lib/auth/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/Makefile.am	1.1.1.2
crypto/dist/heimdal/lib/auth/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.am 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/afskauthlib/Makefile.in 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/afskauthlib/verify.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/pam/Makefile.am	1.1.1.2
crypto/dist/heimdal/lib/auth/pam/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/pam/pam.c		1.2-1.3
crypto/dist/heimdal/lib/auth/pam/pam.conf.add	1.1.1.2
crypto/dist/heimdal/lib/auth/sia/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/sia/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/sia/krb4+c2_matrix.conf 1.1.1.2
crypto/dist/heimdal/lib/auth/sia/krb4_matrix.conf 1.1.1.2
crypto/dist/heimdal/lib/auth/sia/krb5+c2_matrix.conf 1.1.1.2
crypto/dist/heimdal/lib/auth/sia/krb5_matrix.conf 1.1.1.2
crypto/dist/heimdal/lib/auth/sia/posix_getpw.c	1.1.1.2
crypto/dist/heimdal/lib/auth/sia/sia.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/auth/sia/sia_locl.h	1.1.1.2
crypto/dist/heimdal/lib/com_err/ChangeLog	1.1.1.2
crypto/dist/heimdal/lib/com_err/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/com_err/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/com_err/com_err.c	1.2
crypto/dist/heimdal/lib/com_err/com_err.h	1.1.1.2
crypto/dist/heimdal/lib/com_err/com_right.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/com_err/compile_et.c	1.1.1.2
crypto/dist/heimdal/lib/com_err/compile_et.h	1.1.1.2
crypto/dist/heimdal/lib/com_err/error.c		1.1.1.2
crypto/dist/heimdal/lib/com_err/lex.h		1.1 (new)
crypto/dist/heimdal/lib/com_err/lex.l		1.1.1.2
crypto/dist/heimdal/lib/com_err/parse.y		1.1.1.2
crypto/dist/heimdal/lib/com_err/roken_rename.h	1.1.1.2
crypto/dist/heimdal/lib/des/ChangeLog		1.1.1.2
crypto/dist/heimdal/lib/des/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/des.h		1.1.1.2
crypto/dist/heimdal/lib/des/des_crypt.3		1.1.1.2
crypto/dist/heimdal/lib/des/des_locl.h		1.1.1.2
crypto/dist/heimdal/lib/des/dllmain.c		1.1.1.2
crypto/dist/heimdal/lib/des/enc_read.c		1.1.1.2
crypto/dist/heimdal/lib/des/enc_writ.c		1.1.1.2
crypto/dist/heimdal/lib/des/fcrypt.c		1.1.1.2
crypto/dist/heimdal/lib/des/hash.h		1.1.1.2
crypto/dist/heimdal/lib/des/md4.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/md4.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/md5.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/md5.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/md5crypt_test.c	1.1.1.2
crypto/dist/heimdal/lib/des/mdtest.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/passwd_dlg.c	1.1.1.2
crypto/dist/heimdal/lib/des/passwd_dlg.h	1.1.1.2
crypto/dist/heimdal/lib/des/rc4.h		1.1.1.2
crypto/dist/heimdal/lib/des/rc4_enc.c		1.1.1.2
crypto/dist/heimdal/lib/des/rc4_skey.c		1.1.1.2
crypto/dist/heimdal/lib/des/rnd_keys.c		1.2
crypto/dist/heimdal/lib/des/rpw.c		1.1.1.2
crypto/dist/heimdal/lib/des/sha.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/sha.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/des/speed.c		1.1.1.2
crypto/dist/heimdal/lib/des/supp.c		1.1.1.2
crypto/dist/heimdal/lib/editline/ChangeLog	1.1.1.2
crypto/dist/heimdal/lib/editline/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/editline/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/editline/README		1.1.1.2
crypto/dist/heimdal/lib/editline/complete.c	1.1.1.2
crypto/dist/heimdal/lib/editline/edit_compat.c	1.1.1.2
crypto/dist/heimdal/lib/editline/editline.3	1.1.1.2
crypto/dist/heimdal/lib/editline/editline.c	1.1.1.2
crypto/dist/heimdal/lib/editline/editline.h	1.1.1.2
crypto/dist/heimdal/lib/editline/roken_rename.h	1.1.1.2
crypto/dist/heimdal/lib/editline/sysunix.c	1.1.1.2
crypto/dist/heimdal/lib/editline/testit.c	1.1.1.2
crypto/dist/heimdal/lib/editline/unix.h		1.1.1.2
crypto/dist/heimdal/lib/gssapi/8003.c		1.2-1.3
crypto/dist/heimdal/lib/gssapi/ChangeLog	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/accept_sec_context.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/acquire_cred.c	1.4-1.5
crypto/dist/heimdal/lib/gssapi/add_oid_set_member.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/address_to_krb5addr.c 1.1 (new)
crypto/dist/heimdal/lib/gssapi/canonicalize_name.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/compare_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/context_time.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/copy_ccache.c	1.1 (new)
crypto/dist/heimdal/lib/gssapi/create_emtpy_oid_set.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/decapsulate.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/delete_sec_context.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/display_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/display_status.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/duplicate_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/encapsulate.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/export_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/export_sec_context.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/external.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/get_mic.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/gssapi.h		1.2-1.4 via patch
crypto/dist/heimdal/lib/gssapi/gssapi_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/import_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/import_sec_context.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/indicate_mechs.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/init.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/gssapi/init_sec_context.c	1.3-1.4 via patch
crypto/dist/heimdal/lib/gssapi/inquire_context.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/inquire_cred.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/release_buffer.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/release_cred.c	1.2
crypto/dist/heimdal/lib/gssapi/release_name.c	1.1.1.2
crypto/dist/heimdal/lib/gssapi/release_oid_set.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/test_oid_set_member.c 1.1.1.2
crypto/dist/heimdal/lib/gssapi/unwrap.c		1.2-1.3
crypto/dist/heimdal/lib/gssapi/v1.c		1.1.1.2
crypto/dist/heimdal/lib/gssapi/verify_mic.c	1.2-1.3
crypto/dist/heimdal/lib/gssapi/wrap.c		1.2-1.3
crypto/dist/heimdal/lib/hdb/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/common.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/convert_db.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/db.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/db3.c		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/hdb/hdb-ldap.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/hdb-private.h	1.2
crypto/dist/heimdal/lib/hdb/hdb-protos.h	1.2-1.3
crypto/dist/heimdal/lib/hdb/hdb.asn1		1.1.1.2
crypto/dist/heimdal/lib/hdb/hdb.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/hdb.h		1.1.1.2
crypto/dist/heimdal/lib/hdb/hdb_err.et		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/hdb_locl.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/keytab.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/libasn1.h		1.1.1.2
crypto/dist/heimdal/lib/hdb/mkey.c		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/hdb/ndbm.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/hdb/print.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/acl.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/admin.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/bump_pw_expire.c	1.1 (new)
crypto/dist/heimdal/lib/kadm5/chpass_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/chpass_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/client_glue.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/common_glue.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/context_s.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/create_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/create_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/delete_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/delete_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/destroy_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/destroy_s.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/dump_log.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/ent_setup.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/error.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/flush.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/flush_c.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/flush_s.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/free.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/get_c.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/get_princs_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/get_princs_s.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/get_s.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/init_c.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/init_s.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/iprop.h		1.1.1.2
crypto/dist/heimdal/lib/kadm5/ipropd_master.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/ipropd_slave.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/kadm5-private.h	1.1 (new)
crypto/dist/heimdal/lib/kadm5/kadm5-protos.h	1.1 (new)
crypto/dist/heimdal/lib/kadm5/kadm5_err.et	1.1.1.2
crypto/dist/heimdal/lib/kadm5/kadm5_locl.h	1.1.1.2
crypto/dist/heimdal/lib/kadm5/keys.c		1.1 (new)
crypto/dist/heimdal/lib/kadm5/log.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/marshall.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/modify_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/modify_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/password_quality.c 1.1.1.2
crypto/dist/heimdal/lib/kadm5/private.h		1.1.1.2
crypto/dist/heimdal/lib/kadm5/privs_c.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/privs_s.c		1.1.1.2
crypto/dist/heimdal/lib/kadm5/randkey_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/randkey_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/rename_c.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/rename_s.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/replay_log.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/sample_passwd_check.c 1.1.1.2
crypto/dist/heimdal/lib/kadm5/send_recv.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/server_glue.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/set_keys.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kadm5/set_modifier.c	1.1.1.2
crypto/dist/heimdal/lib/kadm5/truncate_log.c	1.1 (new)
crypto/dist/heimdal/lib/kafs/ChangeLog		1.1.1.2
crypto/dist/heimdal/lib/kafs/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kafs/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kafs/afskrb.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/afskrb5.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/afslib.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/afssys.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/afssysdefs.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kafs/common.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/dlfcn.c		1.1.1.2
crypto/dist/heimdal/lib/kafs/kafs.3		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/kafs/kafs.h		1.1.1.2
crypto/dist/heimdal/lib/kafs/kafs_locl.h	1.1.1.2
crypto/dist/heimdal/lib/kdfs/ChangeLog		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/kdfs/Makefile.am	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/kdfs/Makefile.in	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/kdfs/k5dfspag.c		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/krb5/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/acl.c		1.1 (new)
crypto/dist/heimdal/lib/krb5/add_et_list.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/addr_families.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/address.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/aname_to_localname.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/appdefault.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/krb5/asn1_glue.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/auth_context.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/build_ap_req.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/build_auth.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/cache.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/changepw.c		1.2-1.4
crypto/dist/heimdal/lib/krb5/codec.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/config_file.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/config_file_netinfo.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/constants.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/context.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/convert_creds.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/copy_host_realm.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/crc.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/creds.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/crypto.c		1.2-1.4
crypto/dist/heimdal/lib/krb5/data.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/dump_config.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/eai_to_heim_errno.c 1.1 (new)
crypto/dist/heimdal/lib/krb5/expand_hostname.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/fcache.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/free.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/free_host_realm.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/generate_seq_number.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/generate_subkey.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/get_addrs.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/get_cred.c		1.2
crypto/dist/heimdal/lib/krb5/get_default_principal.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/get_default_realm.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/get_for_creds.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/get_host_realm.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/get_in_tkt.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/get_in_tkt_pw.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_keytab.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/get_in_tkt_with_skey.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/get_port.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/heim_err.et	1.1.1.2
crypto/dist/heimdal/lib/krb5/init_creds.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/init_creds_pw.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/kerberos.8		1.1-1.4 (new)
crypto/dist/heimdal/lib/krb5/keyblock.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/keytab.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/keytab_file.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/keytab_keyfile.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/keytab_krb4.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/keytab_memory.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/krb5-private.h	1.1.1.2
crypto/dist/heimdal/lib/krb5/krb5-protos.h	1.2-1.3
crypto/dist/heimdal/lib/krb5/krb5.conf.5	1.2-1.5
crypto/dist/heimdal/lib/krb5/krb5.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_425_conv_principal.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_appdefault.3	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/krb5/krb5_auth_context.3 1.1 (new)
crypto/dist/heimdal/lib/krb5/krb5_build_principal.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_config.3	1.1 (new)
crypto/dist/heimdal/lib/krb5/krb5_context.3	1.1 (new)
crypto/dist/heimdal/lib/krb5/krb5_create_checksum.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_crypto_init.3	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_encrypt.3	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_err.et	1.1.1.2
crypto/dist/heimdal/lib/krb5/krb5_free_principal.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_init_context.3 1.1 (new)
crypto/dist/heimdal/lib/krb5/krb5_locl.h	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_openlog.3	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_parse_name.3	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_sname_to_principal.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_unparse_name.3 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krb5_warn.3	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/krbhst.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/kuserok.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/log.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/mcache.c		patch
crypto/dist/heimdal/lib/krb5/misc.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/mk_error.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/mk_priv.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/mk_rep.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/mk_req.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/mk_req_ext.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/mk_safe.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/n-fold-test.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/n-fold.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/net_read.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/net_write.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/padata.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/principal.c	1.2-1.3
crypto/dist/heimdal/lib/krb5/prog_setup.c	1.2-1.3
crypto/dist/heimdal/lib/krb5/prompter_posix.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/rd_cred.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/rd_error.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/rd_priv.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/rd_rep.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/rd_req.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/rd_safe.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/read_message.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/recvauth.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/replay.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/send_to_kdc.c	1.2-1.3
crypto/dist/heimdal/lib/krb5/sendauth.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/set_default_realm.c 1.1.1.2
crypto/dist/heimdal/lib/krb5/sock_principal.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/store.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/store_emem.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/store_fd.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/store_mem.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/string-to-key-test.c 1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/test_get_addrs.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/krb5/ticket.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/time.c		1.1.1.2
crypto/dist/heimdal/lib/krb5/transited.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/verify_init.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8	1.1.1.2
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.c	1.1.1.2
crypto/dist/heimdal/lib/krb5/verify_user.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/krb5/warn.c		1.2-1.3
crypto/dist/heimdal/lib/krb5/write_message.c	1.1.1.2
crypto/dist/heimdal/lib/otp/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/otp/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/otp/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/otp/otp.c		1.1.1.2
crypto/dist/heimdal/lib/otp/otp.h		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_challenge.c	1.1.1.2
crypto/dist/heimdal/lib/otp/otp_db.c		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_locl.h		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_md.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/otp/otp_md.h		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_parse.c		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_print.c		1.1.1.2
crypto/dist/heimdal/lib/otp/otp_verify.c	1.1.1.2
crypto/dist/heimdal/lib/otp/otptest.c		1.1.1.2
crypto/dist/heimdal/lib/otp/roken_rename.h	1.1.1.2
crypto/dist/heimdal/lib/roken/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/Makefile.am	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/Makefile.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/acconfig.h	1.1 (new)
crypto/dist/heimdal/lib/roken/acinclude.m4	1.1 (new)
crypto/dist/heimdal/lib/roken/base64.c		1.1.1.2
crypto/dist/heimdal/lib/roken/base64.h		1.1.1.2
crypto/dist/heimdal/lib/roken/chown.c		1.1.1.2
crypto/dist/heimdal/lib/roken/concat.c		1.1.1.2
crypto/dist/heimdal/lib/roken/config.h.in	1.1 (new)
crypto/dist/heimdal/lib/roken/copyhostent.c	1.1.1.2
crypto/dist/heimdal/lib/roken/daemon.c		1.1.1.2
crypto/dist/heimdal/lib/roken/emalloc.c		1.1.1.2
crypto/dist/heimdal/lib/roken/environment.c	1.1 (new)
crypto/dist/heimdal/lib/roken/eread.c		1.1.1.2
crypto/dist/heimdal/lib/roken/erealloc.c	1.1.1.2
crypto/dist/heimdal/lib/roken/err.c		1.1.1.2
crypto/dist/heimdal/lib/roken/err.h		1.2
crypto/dist/heimdal/lib/roken/err.hin		1.1 (new)
crypto/dist/heimdal/lib/roken/errx.c		1.1.1.2
crypto/dist/heimdal/lib/roken/esetenv.c		1.1 (new)
crypto/dist/heimdal/lib/roken/estrdup.c		1.1.1.2
crypto/dist/heimdal/lib/roken/ewrite.c		1.1.1.2
crypto/dist/heimdal/lib/roken/fchown.c		1.1.1.2
crypto/dist/heimdal/lib/roken/flock.c		1.1.1.2
crypto/dist/heimdal/lib/roken/fnmatch.c		1.1.1.2
crypto/dist/heimdal/lib/roken/fnmatch.h		1.1.1.2
crypto/dist/heimdal/lib/roken/fnmatch.hin	1.1 (new)
crypto/dist/heimdal/lib/roken/freeaddrinfo.c	1.1.1.2
crypto/dist/heimdal/lib/roken/freehostent.c	1.1.1.2
crypto/dist/heimdal/lib/roken/gai_strerror.c	1.1.1.2
crypto/dist/heimdal/lib/roken/get_default_username.c 1.1.1.2
crypto/dist/heimdal/lib/roken/get_window_size.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getaddrinfo-test.c 1.1.1.2
crypto/dist/heimdal/lib/roken/getaddrinfo.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getaddrinfo_hostspec.c	1.1.1.2 via patch
crypto/dist/heimdal/lib/roken/getarg.3		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/getarg.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/getarg.h		1.1.1.2
crypto/dist/heimdal/lib/roken/getcap.c		1.1.1.2
crypto/dist/heimdal/lib/roken/getcwd.c		1.1.1.2
crypto/dist/heimdal/lib/roken/getdtablesize.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getegid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/geteuid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/getgid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/getifaddrs.c	1.1 (new)
crypto/dist/heimdal/lib/roken/getipnodebyaddr.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getipnodebyname.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getnameinfo.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getnameinfo_verified.c 1.1.1.2
crypto/dist/heimdal/lib/roken/gettimeofday.c	1.1.1.2
crypto/dist/heimdal/lib/roken/getuid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/getusershell.c	1.1.1.2
crypto/dist/heimdal/lib/roken/glob.hin		1.1 (new)
crypto/dist/heimdal/lib/roken/hstrerror.c	1.1.1.2
crypto/dist/heimdal/lib/roken/ifaddrs.hin	1.1 (new)
crypto/dist/heimdal/lib/roken/inet_aton.c	1.1.1.2
crypto/dist/heimdal/lib/roken/inet_ntop.c	1.1.1.2
crypto/dist/heimdal/lib/roken/inet_pton.c	1.1.1.2
crypto/dist/heimdal/lib/roken/initgroups.c	1.1.1.2
crypto/dist/heimdal/lib/roken/innetgr.c		1.1.1.2
crypto/dist/heimdal/lib/roken/install-sh	1.1 (new)
crypto/dist/heimdal/lib/roken/iruserok.c	1.1.1.2
crypto/dist/heimdal/lib/roken/issuid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/k_getpwnam.c	1.1.1.2
crypto/dist/heimdal/lib/roken/k_getpwuid.c	1.1.1.2
crypto/dist/heimdal/lib/roken/lstat.c		1.1.1.2
crypto/dist/heimdal/lib/roken/make-print-version.c 1.3
crypto/dist/heimdal/lib/roken/memmove.c		1.1.1.2
crypto/dist/heimdal/lib/roken/mini_inetd.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/missing		1.1 (new)
crypto/dist/heimdal/lib/roken/mkinstalldirs	1.1 (new)
crypto/dist/heimdal/lib/roken/mkstemp.c		1.1.1.2
crypto/dist/heimdal/lib/roken/net_read.c	1.1.1.2
crypto/dist/heimdal/lib/roken/net_write.c	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_bytes-test.c 1.1.1.2
crypto/dist/heimdal/lib/roken/parse_bytes.c	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_bytes.h	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_time.c	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_time.h	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_units.c	1.1.1.2
crypto/dist/heimdal/lib/roken/parse_units.h	1.1.1.2
crypto/dist/heimdal/lib/roken/print_version.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/putenv.c		1.1.1.2
crypto/dist/heimdal/lib/roken/rcmd.c		1.1.1.2
crypto/dist/heimdal/lib/roken/readv.c		1.1.1.2
crypto/dist/heimdal/lib/roken/recvmsg.c		1.1.1.2
crypto/dist/heimdal/lib/roken/resolve.c		1.1.1.2
crypto/dist/heimdal/lib/roken/resolve.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/roken-common.h	1.2-1.3
crypto/dist/heimdal/lib/roken/roken.awk		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/roken.h.in	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/roken_gethostby.c	1.1.1.2
crypto/dist/heimdal/lib/roken/rtbl.c		1.1 (new)
crypto/dist/heimdal/lib/roken/rtbl.h		1.1 (new)
crypto/dist/heimdal/lib/roken/sendmsg.c		1.1.1.2
crypto/dist/heimdal/lib/roken/setegid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/setenv.c		1.1.1.2
crypto/dist/heimdal/lib/roken/seteuid.c		1.1.1.2
crypto/dist/heimdal/lib/roken/signal.c		1.1.1.2
crypto/dist/heimdal/lib/roken/simple_exec.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/snprintf.c	1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/socket.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strcasecmp.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strcollect.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strdup.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strerror.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strftime.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strlcat.c		1.2
crypto/dist/heimdal/lib/roken/strlcpy.c		1.2
crypto/dist/heimdal/lib/roken/strlwr.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strncasecmp.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strndup.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strnlen.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strpftime-test.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strptime.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strsep.c		1.1.1.2
crypto/dist/heimdal/lib/roken/strsep_copy.c	1.1 (new)
crypto/dist/heimdal/lib/roken/strtok_r.c	1.1.1.2
crypto/dist/heimdal/lib/roken/strupr.c		1.1.1.2
crypto/dist/heimdal/lib/roken/swab.c		1.1.1.2
crypto/dist/heimdal/lib/roken/timeval.c		1.1.1.2
crypto/dist/heimdal/lib/roken/tm2time.c		1.1.1.2
crypto/dist/heimdal/lib/roken/unsetenv.c	1.1.1.2
crypto/dist/heimdal/lib/roken/unvis.c		1.1 (new)
crypto/dist/heimdal/lib/roken/verify.c		1.1.1.2
crypto/dist/heimdal/lib/roken/verr.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/verrx.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/vis.c		1.1 (new)
crypto/dist/heimdal/lib/roken/vis.hin		1.1 (new)
crypto/dist/heimdal/lib/roken/vsyslog.c		1.1.1.2
crypto/dist/heimdal/lib/roken/vwarn.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/vwarnx.c		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/roken/warn.c		1.1.1.2
crypto/dist/heimdal/lib/roken/warnerr.c		1.1.1.2
crypto/dist/heimdal/lib/roken/warnx.c		1.1.1.2
crypto/dist/heimdal/lib/roken/write_pid.c	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/roken/writev.c		1.1.1.2
crypto/dist/heimdal/lib/roken/xdbm.h		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/ChangeLog		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/Makefile.am		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/Makefile.in		1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/lex.l		1.2-1.3
crypto/dist/heimdal/lib/sl/make_cmds.c		1.1.1.2
crypto/dist/heimdal/lib/sl/make_cmds.h		1.1.1.2
crypto/dist/heimdal/lib/sl/parse.y		1.1.1.2
crypto/dist/heimdal/lib/sl/roken_rename.h	1.1.1.2
crypto/dist/heimdal/lib/sl/sl.c			1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/sl.h			1.1.1.2-1.1.1.3
crypto/dist/heimdal/lib/sl/sl_locl.h		1.1.1.2
crypto/dist/heimdal/lib/sl/ss.c			1.1.1.2
crypto/dist/heimdal/lib/sl/ss.h			1.1.1.2
crypto/dist/heimdal/lib/vers/ChangeLog		1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/vers/Makefile.am	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/vers/Makefile.in	1.1.1.1-1.1.1.2 (new)
crypto/dist/heimdal/lib/vers/make-print-version.c 1.1 (new)
crypto/dist/heimdal/lib/vers/print_version.c	1.1 (new)
crypto/dist/heimdal/lib/vers/vers.h		1.1 (new)
crypto/dist/heimdal/ltconfig			1.1.1.2-1.1.1.3
crypto/dist/heimdal/ltmain.sh			1.1.1.2
crypto/dist/heimdal/missing			1.1.1.2
crypto/dist/heimdal/mkinstalldirs		1.1.1.2
crypto/dist/heimdal/tools/Makefile.am		1.1 (new)
crypto/dist/heimdal/tools/Makefile.in		1.1 (new)
crypto/dist/heimdal/tools/krb5-config.1		1.1 (new)
crypto/dist/heimdal/tools/krb5-config.in	1.1 (new)
etc/mtree/NetBSD.dist				patch
include/heimdal/config.h			patch
include/heimdal/roken.h				patch
include/heimdal/version.h			patch
lib/Makefile					patch
lib/libasn1/Makefile				1.3-1.9
lib/libasn1/asn1_compile/Makefile		1.3-1.7
lib/libasn1/shlib_version			1.2-1.3
lib/libcom_err/Makefile				1.3
lib/libcom_err/compile_et/Makefile		1.3-1.8
lib/libcom_err/shlib_version			1.3
lib/libgssapi/Makefile				1.3-1.5
lib/libgssapi/shlib_version			1.2-1.3
lib/libhdb/Makefile				1.3-1.6
lib/libhdb/shlib_version			1.2-1.3
lib/libkadm/Makefile				1.3-1.4
lib/libkadm5/Makefile				1.3-1.7
lib/libkadm5clnt/Makefile			1.4-1.8
lib/libkadm5clnt/shlib_version			1.2-1.3
lib/libkadm5srv/Makefile			1.4-1.8 via patch
lib/libkadm5srv/shlib_version			1.2-1.3
lib/libkafs/shlib_version			1.3
lib/libkrb/Makefile				1.7-1.8
lib/libkrb5/Makefile				1.4-1.10
lib/libkrb5/shlib_version			1.2-1.4
lib/libroken/Makefile				1.7-1.9
lib/libroken/shlib_version			1.2-1.3
lib/libsl/shlib_version				1.2
lib/libss/shlib_version				1.3
lib/libtelnet/auth-proto.h			1.9
lib/libtelnet/enc_des.c				1.5
lib/libtelnet/encrypt.c				1.8
lib/libtelnet/kerberos.c			1.5
lib/libtelnet/kerberos5.c			1.6-1.7
lib/libtelnet/shlib_version			1.7
lib/libvers/Makefile				1.1-1.2
libexec/hpropd/Makefile				1.2-1.3 via patch
libexec/hpropd/Makefile				1.3-1.6
libexec/kadmind/Makefile			1.3-1.8
libexec/kfd/Makefile				1.4-1.7
libexec/kpasswdd/Makefile			1.3-1.4,1.6-1.8
share/mk/bsd.own.mk				1.145,1.147 via patch
usr.bin/compile_et/Makefile			1.3-1.7
usr.bin/kdestroy/Makefile			1.3-1.7
usr.bin/kf/Makefile				1.4-1.8
usr.bin/kinit/Makefile				1.3-1.7
usr.bin/klist/Makefile				1.3-1.7
usr.bin/kpasswd/Makefile			1.3-1.7
usr.bin/mk_cmds/Makefile			1.3-1.7
usr.bin/string2key/Makefile			1.3-1.7
usr.sbin/hprop/Makefile				1.2-1.3
usr.sbin/kadmin/Makefile			1.3-1.8
usr.sbin/kdc/Makefile				1.2-1.3 via patch
usr.sbin/kstash/Makefile			1.3-1.7
usr.sbin/ktutil/Makefile			1.3-1.9

  Upgrade Heimdal to version 0.3e.

share/man/man4/man4.i386/ie.4			delete
share/man/man4/man4.i386/Makefile		patch
distrib/sets/lists/man/obsolete.mi		1.21

  Let this manual page die; it's subsumed by ef(4), ix(4) and ai(4).

usr.bin/whois/whois.c				patch

  Fix merge error.

sys/nfs/nfs_subs.c				1.93
sys/isofs/cd9660/cd9660_vfsops.c		1.53
sys/ufs/ext2fs/ext2fs_vnops.c			1.33
sys/ufs/ufs/ufs_vnops.c				1.77

  Explicitly VOP_UNLOCK before setting v_op to spec_vnode_ops_p.
  Works around a lock leak and eventual kernel panic.

usr.sbin/dhcp/client/dhclient.8			1.12-1.13

  Correct reference to dhclient.conf(5).  Remove documentation for
  SIGHUP (no longer present in code).  Fixes PR#11062.

sys/netinet/ip_icmp.c				1.58
sys/netinet/ip_input.c				1.127 via patch
sys/netinet/ip_mroute.c				1.52
sys/netinet/ip_output.c				1.82 via patch
sys/netinet/raw_ip.c				1.54
sys/netinet/tcp_input.c				1.122
sys/netinet/tcp_output.c			1.63
sys/netinet/tcp_subr.c				1.106 via patch
sys/netinet/udp_usrreq.c			1.75
sys/netinet6/ah_input.c				1.24
sys/netinet6/esp_input.c			1.14
sys/netinet6/icmp6.c				1.52
sys/netinet6/ip6_input.c			1.39
sys/netinet6/ip6_output.c			1.28
sys/netinet6/ipcomp_input.c			1.15
sys/netinet6/ipsec.c				1.32
sys/netinet6/ipsec.h				1.19
sys/netinet6/nd6_nbr.c				1.25
sys/netinet6/raw_ip6.c				1.26 via patch
sys/netinet6/udp6_usrreq.c			1.37

  Record IPsec packet history in m_aux structure.  Let ipfilter
  look at wire-format packet only (not the decapsulated ones), so
  that VPN setting can work with NAT/ipfilter settings.

sys/netinet6/ipsec.c				1.33 via patch

  Remove IPSEC_SRCSEL which does not do the right thing.
  Adjust state->ro if the tunnel endpoint is offlink.

sys/nfs/nfs.h					1.26-1.27
sys/arch/i386/include/param.h			1.44

  Adjust default NFS operation size back to 8KB on all systems
  except on i386.

etc/inetd.conf					patch

  Correct a few INET6 and Kerberos entries.

distrib/notes/common/main			patch

  Add sections ``Upgrade path to NetBSD 1.5.1'' and
  ``Major Changes Between 1.5 and 1.5.1''.

sys/conf/osrelease.sh				patch

  Bump version information to 1.5.1_BETA.

distrib/utils/x_dhclient/Makefile		1.7
distrib/utils/x_dhclient/Src-common		1.5
distrib/utils/x_dhclient/Src-dst		1.1 (new)
distrib/utils/x_dhclient/Src-minires		delete
distrib/utils/x_dhclient/Src-omapip		1.4
distrib/i386/floppies/ramdisk-big/ramdiskbin.conf	patch

  Make this work with the new dhcp code -- but the binary is Bigger.
  Might require some trimming in the dhcp code itself.

crypto/dist/heimdal/kdc/kerberos5.c		1.2 via patch

  Prevent a NULL-pointer deref when making a TGS_REP for a ticket
  renewal.  Fixes a kdc core dump which happens frequently if you
  have Windows 2000 clients in the realm.

libexec/ld.aout_so/malloc.c			1.7
libexec/ld.aout_so/rtld.c			1.78-1.80

  Several changes to consolidate with main trunk:
   o Deal correctly with common symbols in shared libraries.
     Fixes PR#10940.
   o Deal correctly with an empty hints file.
   o A few minor fixes.

distrib/sets/lists/base/mi			patch
distrib/sets/lists/base/shl.elf			patch
distrib/sets/lists/base/shl.mi			patch
distrib/sets/lists/comp/mi			patch
distrib/sets/lists/etc/mi			patch
distrib/sets/lists/man/mi			patch
distrib/sets/lists/misc/mi			patch

  Bring into sync with reality, mostly by adding missing manual
  pages.

sys/netinet/ip_frag.c				1.23
sys/netinet/ip_frag.h				1.16
sys/netinet/ip_nat.c				1.39
sys/netinet/ip_nat.h				1.23
sys/netinet/ip_state.c				1.30

  Fix bug related to fragment cache handling in IPF.  Fixes
  SA#2001-007.

distrib/sun3/common/mini_usr.list		patch

  Adapt to teeny version bump for libc to 12.62.1.

sys/arch/hp300/hp300/disksubr.c			1.11

  Correctly set d_npartitions in in-core disklabel to RAW_PART+1.

etc/etc.sun3/Makefile.inc			1.11

  Also build and install installation notes under ``make release''.

etc/etc.hp300/Makefile.inc			1.8

  Make sure to depend and build before doing ``make release'' in
  sys/arch/hp300/stand.

distrib/sun3/miniroot/disktab			1.1 (new)
distrib/sun3/miniroot/Makefile			1.19

  Bump the sun3 miniroot size from 10M to 12M, and add an
  ``unconfig'' rule.

etc/etc.sun3/disktab				patch

  Fix the installed disktab to match even though it's no longer
  used in the miniroot construction.

share/zoneinfo/africa				1.1.1.13
share/zoneinfo/antarctica			1.1.1.8-1.1.1.9
share/zoneinfo/asia				1.1.1.15-1.1.1.18
share/zoneinfo/australasia			1.1.1.16-1.1.1.19
share/zoneinfo/backward				1.1.1.6-1.1.1.8
share/zoneinfo/etcetera				1.1.1.4
share/zoneinfo/europe				1.1.1.16-1.1.1.19
share/zoneinfo/iso3166.tab			1.1.1.5
share/zoneinfo/leapseconds			1.1.1.5
share/zoneinfo/northamerica			1.1.1.16-1.1.1.19
share/zoneinfo/southamerica			1.1.1.15-1.1.1.17
share/zoneinfo/yearistype.sh			1.4
share/zoneinfo/zone.tab				1.1.1.11-1.1.1.13
distrib/sets/lists/base/mi			1.198,1.235 via patch

  Update to tzdata2001b; includes fix for current DST in Mexico.

usr.sbin/dhcp/client/dhclient.c			1.36
usr.sbin/dhcp/common/bpf.c			1.9
usr.sbin/dhcp/common/discover.c			1.12
usr.sbin/dhcp/includes/dhcpd.h			1.19

  Fix various bugs:
   - PR#11081 (dhclient loops if interface is unplugged)
   - PR#12065 (/etc/resolv.conf corrupted during DHCP lease renewal)
   - PR#9709 (same as 11081)
   - PR#11080 (dhclient -w doesn't work)
   - PR#9657 (dhclient requires writable lease file)

usr.sbin/dhcp/relay/dhcrelay.c			1.10
usr.sbin/dhcp/server/dhcpd.c			1.25

  Fixes the same problem as in PR#12065, although of course the
  symptoms would be different for the relay agent and server.

usr.sbin/dhcp/client/clparse.c			1.11

  Fix a dhclient.conf file parsing bug.

usr.sbin/dhcp/client/dhclient.8			1.14

  Fix PR#11078 (dhclient documentation inaccurate).

usr.sbin/dhcp/server/confpars.c			1.8

  Fix a minor accounting oversight.

usr.sbin/dhcp/server/failover.c			1.1.1.8

  Fix a potential memory smash.

usr.sbin/dhcp/server/mdb.c			1.1.1.8

  Fix a problem that cause failover synchronization not to work at
  all.

usr.sbin/dhcp/dhcpctl/omshell.c			1.2

  Fix the usage output.

usr.sbin/dhcp/minires/res_findzonecut.c		1.1.1.7

  Fix a core dump when doing DNS updates if the master is not
  reachable.

usr.sbin/dhcp/omapip/mrtrace.c			1.2

  Fix a memory smash that will occur when tracing if DNS updates are
  being done.

usr.sbin/dhcp/omapip/trace.c			1.2

  Prevent existing trace files from being partially overwritten.

usr.sbin/dhcp/README				1.11
usr.sbin/dhcp/RELNOTES				1.11
usr.sbin/dhcp/includes/version.h		1.8

  Updates version information and the changelog.
  This updates the DHCP software to ISC V3.0 Beta 2 Patchlevel 24.

usr.sbin/timed/timed/readmsg.c			1.10

  Fix remote denial-of-service problem related to mishandling of
  malformed messages.

usr.sbin/dhcp/common/bpf.c			1.10

  Fix PR#12572.   Without this fix, the DHCP client and server will
  not work on NetBSD/alpha.

dist/ntp/ntpd/ntp_control.c			1.3-1.4

  Avoid underrun.  Overrun check was one byte too restrictive, fix.

usr.sbin/dhcp/client/scripts/Makefile		1.3

  Install dhcp client script in /sbin.

distrib/x68k/floppies/inst/Makefile		1.6

  Do not use bsd.prog.mk.

distrib/notes/common/xfer       		1.13
distrib/notes/x68k/hardware     		1.12
distrib/notes/x68k/install      		1.17
distrib/notes/x68k/upgrade      		1.14

  Update installation notes to reflect the state of the installation
  system for 1.5.1 on x68k.

sys/ufs/ffs/ffs_softdep.c			1.12 via patch

  Fix an ordering problem in softdep_setup_freeblks() that could
  cause premature reuse of an inode, possibly causing the file to
  contain garbage.

sys/dev/ic/sgec.c				patch

  Set M_HASFCS on mbuf to indicate that CRC is at the end of the
  mbuf.

distrib/sets/lists/comp/mi			patch

  Fix typo, remove two files which are not installed.

share/man/man5/wscons.conf.5			1.5 via patch

  Add a copyright.

sys/arch/alpha/alpha/vm_machdep.c		1.65 via patch

  In cpu_fork(), make sure the spawned kthread or process runs at
  IPL_0 instead of whatever IPL the parent was running at.

  This appears to fix the NTP clock stability problems observed on
  some alpha systems; the clock appears stable even when there's
  heavy raidframe (i.e., kthread-intensive) I/O under way.

sys/netinet6/icmp6.c				patch

  Avoid passing NULL pointer to in6_ifawithscope.

usr.bin/vis/vis.1				1.8

  Minor documentation fix; move a line to its proper place.

gnu/usr.bin/gas.new/Makefile			1.13
gnu/usr.bin/gdb/Makefile			1.48 via patch
gnu/usr.bin/ld.new/Makefile			1.19

  Don't build these (binutils 2.9.1) on sparc64.

sys/arch/sparc/sparc/locore.s			1.139 via patch

  In proc_trampoline() make the new process run at base interrupt
  priority level.  Especially important for kernel threads, which
  would otherwise keep running at splclock().

  Eliminates system clock instability.

libexec/makewhatis/makewhatis.c			1.14-1.16

  Major improvments of parsing formatted and unformatted manual
  pages.  Includes fixes for PR#12390 and PR#12535.

sys/arch/bebox/stand/mkbootimage/mkbootimage.c	1.3

  Allow the file to be built on a big-endian (like the BeBox!)
  system.

sys/netinet6/ip6_output.c			1.35

  Disallow addresses that are not supposed to be put into IPv6
  source, on IPV6_PKTINFO setsockopt.

distrib/sets/lists/comp/mi			patch

  Fix kadm5 / krb5 include file confusion.

usr.sbin/pkg_install/lib/ftpio.c		1.30

  Do not terminate on EINTR.  With previous behavior pkg_add
  terminates if we suspend/change window size.

usr.bin/fdformat/Makefile			1.6

  Build on bebox, too.

distrib/sets/lists/comp/md.bebox		1.11
distrib/sets/lists/comp/obsolete.bebox		1.1 (new)
distrib/sets/lists/etc/md.bebox			1.4-1.5

  Update to reflect reality.

distrib/sets/lists/base/md.sparc		patch

  Add ./usr/mdec/boot.388000 to set list.

distrib/utils/sysinst/arch/bebox/md.c		1.23
distrib/utils/sysinst/arch/bebox/msg.md.en	1.11

  Remove duplicate definition of "nobiosgeom".
  Update to "new" edit_mbr() and define a basic md_bios_info().

usr.bin/top/top.c				1.7

  If the read() on stdin for a command fails, exit.  Prevents
  the program from spinning in certain conditions.

sys/uvm/uvm_km.c				1.44

  Use correct size for uvm_unmap() in error case of uvm_km_kmemalloc().

usr.bin/file/magdir/hitachi-sh			1.1-1.2 (new)

  Recognize Hitachi-SH COFF binaries.

usr.sbin/pkg_install/admin/main.c		1.22

  Update pkg_admin(8) usage message to include lsall and lsbest.

sys/net/pfil.h					1.19 via patch

  Include <sys/null.h> to define NULL for inline function.

sys/dev/pci/if_tlp_pci.c			1.47-1.50 via patch
sys/dev/pci/pcidevs				1.263,1.286
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/ic/tulipvar.h				1.38,1.43
sys/dev/ic/tulip.c				1.73,1.87 via patch
sys/arch/i386/conf/INSTALL_LAPTOP		patch

  Support Accton EN2242 and other AmdTek AN985 compatible cards
  with the tlp(4) driver.

distrib/notes/common/sysinst			1.21
distrib/notes/common/xfer			1.17
distrib/notes/macppc/hardware			1.8
distrib/notes/macppc/install			1.9
distrib/notes/macppc/prep			1.11

  Update to the macppc install documentation; OpenFirmware parts
  reorganized and other changes.

distrib/sets/lists/etc/mi			patch
distrib/sets/lists/base/mi			patch
distrib/sets/lists/etc/obsolete.mi		1.6
distrib/i386/floppies/ramdisk-big/list		patch
etc/mtree/special				1.36 via patch
etc/changelist					1.20

  /etc/dhclient-script moved to /sbin/dhclient-script.

sys/netinet6/ipsec.c				1.34

  Do not copy TTL field on ipsec tunnel mode encapsulation.

sys/netinet/ip_input.c				1.131,1.133
sys/netinet/in.h				1.53 via patch
sbin/sysctl/sysctl.8				1.66
lib/libc/gen/sysctl.3				1.75

  Introduce net.inet.ip.maxfragpackets, which controls the maximum
  number of IPv4 fragment reassembly queue entries.  Defends against
  certain DoS attacks.  Fixes SA#2001-006.

usr.sbin/pkg_install/lib/plist.c		1.28

  Prevent some warnings from being printed several times on the
  same error.

usr.sbin/pkg_install/admin/main.c		1.23

  Do not warn about @src being deprecated, as it's used in every
  binary package again these days (via pkg_create -L), to assist
  DESTDIR builds.

sys/arch/m68k/060sp/copyright.S			1.3
sys/arch/m68k/060sp/fnetbsd.S			1.5
sys/arch/m68k/060sp/inetbsd.S			1.4
sys/arch/m68k/060sp/netbsd060sp.S		1.6

  Make these files successfully pass through the C preprocessor,
  among other things.

lib/libc/sys/Makefile.inc			1.112
lib/libc/sys/chroot.2				1.13
distrib/sets/lists/comp/mi			1.332 via patch

  Document fchroot(2).

etc/rc.conf					1.96

  Fix a typo.

distrib/sets/lists/comp/obsolete.mi		patch

  <krb5/kadm5_err.h> was removed.

share/examples/supfiles/ftp.cs.umn.edu		delete
share/examples/supfiles/Makefile		1.8
distrib/sets/lists/misc/mi			patch
distrib/sets/lists/misc/obsolete.mi		patch

  The SUP mirror ftp.cs.umn.edu is gone.
  Also add sup.de.netbsd.org to obsolete list.

sys/arch/macppc/stand/ofwboot/hfs.c		1.1 (new)
sys/arch/macppc/stand/ofwboot/hfs.h		1.1 (new)
sys/arch/macppc/stand/ofwboot/ofdev.c		1.5
sys/arch/macppc/stand/ofwboot/Makefile		1.19-1.20 via patch

  Add HFS support to the boot loader.

crypto/dist/heimdal/kadmin/del_enctype.c	1.2

  Correct argument processing.  Fixes PR#12696.

lib/libc/sys/nfssvc.2				1.13

  Remove reference to nfsiod(8), which is gone.

sys/dev/pci/pciide.c				1.110

  Revert setting of PDC2xx_SCR for Promise Ultra/100, it seems to
  break with some adapters.

usr.sbin/pkg_install/add/main.c			1.21-1.22

  Allow PKG_PATH (or parts of it) to refer to local directories,
  and still let ``pkg_add foo'' work.  Required packages will be
  pulled in as usual.  If PKG_PATH contains a mixture of local
  paths and ftp:// URLs, the local paths will be searched first.

sys/arch/i386/include/param.h			1.43

  Bump NMBCLUSTERS to 1024 or 2048 in GATEWAY case (was 256/512).

sys/arch/i386/conf/GENERIC			1.403
sys/arch/i386/conf/GENERIC_DIAGNOSTIC		1.1-1.2 (new)
sys/arch/i386/conf/GENERIC_LAPTOP		1.14
sys/arch/i386/conf/GENERIC_TINY			1.24
sys/arch/i386/conf/CARDBUS			1.34
sys/arch/i386/conf/DR-EVIL			1.27
sys/arch/i386/conf/NBFTP			1.27
sys/arch/i386/conf/HOMEWORLD			1.53
sys/arch/i386/conf/INSTALL			1.164
sys/arch/i386/conf/INSTALL_LAPTOP		1.8
sys/arch/i386/conf/INSTALL_SMALL		1.65
sys/arch/i386/conf/INSTALL_TINY			1.33
sys/arch/i386/conf/IOPENER			1.13
sys/arch/i386/conf/MINBAR			1.25
sys/arch/i386/conf/PS2				1.18
sys/arch/i386/conf/SWINGER			1.15
etc/etc.i386/Makefile.inc			1.27
share/man/man4/options.4			1.136

  Not all DIAGNOSTIC checks are all that cheap, so disable that
  option in meant-for-production kernels.  Introduces GENERIC_DIAGNOSTIC.

usr.sbin/pkg_install/Makefile.inc		1.12-1.16

  Various updates:
   o Add ZOULARISBASE
   o Allow overriding CHOWN/CHGRP/CHMOD
   o Use "tar" included in Zoularis under SunOS
   o Use PRINTOBJDIRS
   o Always include /etc/mk.conf

sys/arch/i386/include/cpu.h			1.66
sys/arch/i386/i386/machdep.c			1.416-1.419
sys/arch/i386/i386/locore.s			1.226

  Add ``const'' to cpu tables.
  Properly identify and distinguish newer Intel CPUs using Brand
  ID information.

lib/libc/Makefile				1.96
share/mk/bsd.prog.mk				1.129
regress/sys/kern/execve/Makefile		1.14

  Remove duplicate ``tags'' target definition.
  Permit redefinition of ``afterdepend'' target.
  Remove duplicate ``empty'' target definition.

usr.bin/skeyinit/skeyinit.c			1.15

  Fix spurious error message when run by non-root.  Fixes PR#12465.

sys/dev/usb/ukbdmap.c				1.6-1.7

  Add Japanese, German, Danish, Swedish, Norwegian, French, Italian,
  English, and Spanish keyboard mappings.

distrib/sets/lists/base/mi			patch
distrib/sets/lists/base/obsolete.mi		patch

  The Asia/Thimpu time zone file is no more.

usr.sbin/lpr/common_source/common.c		1.22

  Fix possible security problem (euid swapout in error handling).

gnu/usr.bin/send-pr/categories			1.31

  One entry for port-news68k is enough.

usr.bin/make/make.1				1.48 via patch
usr.bin/rlogin/rlogin.1				1.10
usr.bin/rpcinfo/rpcinfo.8			1.7
usr.bin/login/login.1				1.20 via patch
usr.bin/rsh/rsh.1				1.10
usr.bin/su/su.1					1.22
usr.bin/window/window.1				1.8
libexec/ftpd/ftpusers.5				1.9
libexec/rlogind/rlogind.8			1.12
libexec/talkd/talkd.8				1.7
share/man/man4/atalk.4				1.11 via patch
share/man/man4/awi.4				1.10
share/man/man4/esis.4				1.8
share/man/man4/options.4			1.134 via patch
share/man/man4/vlan.4				1.9 via patch
share/man/man4/man4.hp300/intro.4		1.7
share/man/man4/ipsec.4				1.13
share/man/man5/daily.conf.5			1.9 via patch
share/man/man5/login.conf.5			1.9
share/man/man5/rc.conf.5			1.44
share/man/man8/compat_pecoff.8			1.7
share/man/man9/pool.9				1.16
usr.sbin/mopd/mopprobe/mopprobe.1		1.4
usr.sbin/pppd/chat/chat.8			1.14
usr.sbin/pppd/pppd/pppd.8			1.31
usr.sbin/timed/timed/timed.8			1.9
share/man/man4/isa.4				1.24-1.27
lib/libusb/usb.3				1.14 via patch
dist/am-utils/scripts/amd.conf.5		1.3
gnu/dist/sendmail/mailstats/mailstats.8		1.4
lib/libc/sys/getfsstat.2			1.16
lib/libc/sys/intro.2				1.25
lib/libc/rpc/getnetconfig.3			1.2
lib/libc/rpc/getnetpath.3			1.2
lib/libc/rpc/rpc.3				1.11
lib/libc/rpc/rpc_svc_reg.3			1.2
lib/libc/rpc/rpcbind.3				1.3
bin/ksh/ksh.Man					1.2
usr.bin/vmstat/vmstat.8				1.20-1.21
dist/ipf/ipsend/ipsend.1			1.4
share/man/man7/hier.7				1.33
share/man/man9/ucom.9				1.3-1.4
usr.sbin/bootp/bootpd/bootptab.5		1.6
share/man/man7/mdoc.7				1.22
usr.sbin/timed/timedc/timedc.8			1.8
usr.sbin/lpr/lpd/lpd.8				1.19-1.20 via patch
share/man/man9/time.9				1.7
share/man/man8/yp.8				1.16-1.17
usr.bin/vgrind/vgrind.1				1.9
usr.bin/ul/ul.1					1.7
usr.bin/tput/tput.1				1.10
usr.bin/tip/tip.1				1.12
usr.bin/cksum/cksum.1				1.16
usr.bin/mail/mail.1				1.18
usr.bin/rwho/rwho.1				1.7
usr.bin/rusers/rusers.1				1.11
usr.bin/join/join.1				1.7
usr.bin/lastcomm/lastcomm.1			1.9

  Lots of manual page fixups:
   o Correct and/or add section numbers in cross references
   o Whitespace, punctuation, markup and cleanup fixes
   o Sort SEE ALSO section
   o Remove references to manual pages not in the base system
   o Note that vlan(4) first appeared in 1.5.1
   o Add mention of quite a bit more drivers in isa(4); kill ie(4)
   o One instance of cleaning up Nm uses
   o Add note on enabling ``secure'' maps to yp(8); fixes PR#12149

sys/dev/ic/tulip.c				patch

  Fix build problem.  Fixes PR#12738.

sys/netinet6/icmp6.c				1.55 via patch (partial)

  Correct source address selection in icmp6_reflect().
  Fixes two problems: kernel may fail to send icmp6 messages, and
  there would be a way for user programs to cause a panic.

sys/kern/makesyscalls.sh			1.46 via patch
sys/compat/linux/common/linux_misc.c		1.87 via patch
sys/compat/linux/arch/alpha/syscalls.conf	1.3 via patch
sys/compat/linux/arch/alpha/syscalls.master	1.32
sys/compat/linux/arch/i386/syscalls.conf	1.4 via patch
sys/compat/linux/arch/i386/syscalls.master	1.55
sys/compat/linux/arch/m68k/syscalls.conf	1.2
sys/compat/linux/arch/m68k/syscalls.master	1.30
sys/compat/linux/arch/alpha/linux_syscall.h	regenerate
sys/compat/linux/arch/alpha/linux_syscallargs.h	regenerate
sys/compat/linux/arch/alpha/linux_sysent.c	regenerate
sys/compat/linux/arch/alpha/linux_syscalls.c	regenerate
sys/compat/linux/arch/i386/linux_syscall.h	regenerate
sys/compat/linux/arch/i386/linux_syscallargs.h	regenerate
sys/compat/linux/arch/i386/linux_sysent.c	regenerate
sys/compat/linux/arch/i386/linux_syscalls.c	regenerate
sys/compat/linux/arch/m68k/linux_syscall.h	regenerate
sys/compat/linux/arch/m68k/linux_syscallargs.h	regenerate
sys/compat/linux/arch/m68k/linux_sysent.c	regenerate
sys/compat/linux/arch/m68k/linux_syscalls.c	regenerate

  Make it possible to use a different function for unimplemented
  syscalls than sys_nosys(), so that the Linux emulation can avoid
  posting SIGSYS and instead just return ENOSYS.  Fixes PR#12503.

sys/dev/pci/eap.c				1.45

  Work around race condition by relatching the interrupt.  Makes
  the eap driver not hang on certain occasions.

sys/net/if_stf.c				1.10 via patch
sys/netinet/in_gif.c				1.16 via patch
sys/netinet6/in6_gif.c				1.15
share/man/man4/gif.4				1.14
share/man/man4/stf.4				1.9 via patch

  Make it possible to turn off ingress filter on gif/stf tunnel
  egress by using IFF_LINK2.  Fixes (part of) PR#11163.

sys/arch/m68k/060sp/Makefile.inc		1.6

  Pass assembler files through $(CC) instead of $(AS).
  Fixes build problem.

lib/libc/stdio/printf.3				1.17

  Correct description of the ``l'' length modifier.

sys/arch/vax/vax/ka650.c			1.25

  Enable the cache on KA640.

include/netdb.h					1.19
sys/sys/socket.h				1.58 via patch

  Avoid traditional CPP recursion in definition of socklen_t.
  Fixes PR#12761.

sys/arch/i386/i386/conf.c			1.137
sys/arch/atari/atari/conf.c			1.44 via patch
sys/arch/amiga/amiga/conf.c			1.60 via patch
sys/arch/alpha/alpha/conf.c			1.55

  Add ioctl entry to cdevsw for i4b raw B-channel devices.

usr.sbin/pkg_install/add/pkg_add.1		1.26-1.27
usr.sbin/pkg_install/README			1.5
usr.sbin/pkg_install/admin/pkg_admin.1		1.13
usr.sbin/pkg_install/create/pkg_create.1	1.27
usr.sbin/pkg_install/delete/pkg_delete.1	1.20
usr.sbin/pkg_install/info/pkg_info.1		1.24
usr.sbin/pkg_install/lib/ftpio.c		1.29

  Changes to catch up with recent fixes:
   o Add examples section, and whitespace fixes.
   o Document what to do when changing the pkg_install package.
   o Fix date, improve markup.
   o Replace ``exit(-x)'' with ``exit(x)''.

usr.sbin/pkg_install/lib/str.c			1.29
usr.sbin/pkg_install/lib/lib.h			1.34
usr.sbin/pkg_install/lib/ftpio.c		1.31

  Fix pkg_add so that it works via ftp for >= dependencies.

sbin/ifconfig/ifconfig.c			1.107 via patch
sbin/ifconfig/ifconfig.8			1.49

  Make ``-A'' the default, so that IPv4 aliases are printed.
  Always print mac address.

sys/dev/DEVNAMES				1.43
sys/dev/microcode/yds/yds_hwmcode.h		1.1 (new)
sys/dev/pci/files.pci				1.127
sys/dev/pci/mpu_yds.c				1.1 (new)
sys/dev/pci/opl_yds.c				1.1 (new)
sys/dev/pci/yds.c				1.1-1.3 (new) via patch
sys/dev/pci/ydsreg.h				1.1 (new)
sys/dev/pci/ydsvar.h				1.1 (new)
share/man/man4/Makefile				1.188
share/man/man4/audio.4				1.38
share/man/man4/mpu.4				1.5
share/man/man4/opl.4				1.14
share/man/man4/pci.4				1.45 via patch
share/man/man4/yds.4				1.1 (new) via patch
sys/arch/i386/conf/GENERIC			1.402
sys/arch/i386/conf/GENERIC_LAPTOP		1.13 via patch
distrib/sets/lists/man/mi			1.331 via patch

  Add Yamaha YMF724/740/744/745-based sound driver and
  its subordinates.

sys/net/if_stf.c				1.14 partial, via patch

  Fix outbound outer IPv4 destination address selection.

sys/sys/exec_elf.h				1.45
libexec/ld.elf_so/headers.c			1.9
libexec/ld.elf_so/reloc.c			1.35
libexec/ld.elf_so/rtld.h			1.30
libexec/ld.elf_so/arch/powerpc/ppc_reloc.c	1.9
libexec/ld.elf_so/arch/sparc/mdreloc.c		1.10
libexec/ld.elf_so/arch/sparc64/mdreloc.c	1.5
libexec/ld.elf_so/arch/sparc64/rtld_start.S	1.3

  Rename ElfNN_RelA to ElfNN_Rela, which is what SVR4 ABIs and the
  rest of the world uses.  Fixes PR#12274.

usr.sbin/mountd/mountd.c			1.77
usr.sbin/rpcbind/util.c				1.6-1.7

  Fix some minor security-related issues.

etc/etc.i386/MAKEDEV				1.132
sys/arch/i386/include/disklabel.h		1.9
sys/arch/i386/include/types.h			1.27 via patch
sys/sys/disklabel.h				1.64-1.67
sys/sys/dkio.h					1.5
sys/dev/ccd.c					1.70-1.71
sys/dev/vnd.c					1.70-1.71
sys/dev/ata/wd.c				1.211-1.212
sys/dev/isa/fd.c				1.11-1.12
sys/dev/isa/mcd.c				1.68-1.69
sys/dev/mscp/mscp_disk.c			1.26-1.27
sys/dev/ofw/ofdisk.c				1.14-1.15
sys/dev/qbus/rl.c				1.6-1.7
sys/dev/raidframe/rf_netbsdkintf.c		1.102-1.103
sys/dev/scsipi/cd.c				1.142-1.143
sys/dev/scsipi/sd.c				1.167-1.168
sys/dev/vme/xd.c				1.33-1.35
sys/dev/vme/xy.c				1.31-1.32
sys/dev/ic/ca.c					patch

  Increase the number of BSD disklabel partitions on i386 to 16.

sys/arch/i386/conf/GENERIC_TINY			1.25

  Counter the recent bump of default NMBCLUSTERS, to be friendlier
  on small-memory machines.

usr.sbin/arp/arp.c				1.30 via patch
usr.sbin/arp/arp.8				1.12

  Make it possible to erase all arp entries in one invocation.

sys/arch/powerpc/include/pcb.h			1.8 via patch

  Avoid nesting structure declarations, to be friendly to C++ code.

sys/dev/pci/pccbb.c				1.46,1.48

  Deal correctly with 16-bit pcmcia cards.  Fixes PR#12736 and
  PR#12737.

distrib/notes/common/main			patch

  Add a few more entries to the "Major changes from 1.5 to 1.5.1" section.

sys/arch/alpha/conf/ALPHA			1.135,1.139
sys/arch/alpha/conf/GENERIC			1.171,1.175
sys/arch/alpha/conf/TCWSCONS			1.15,1.17 via patch
sys/arch/amiga/conf/AMIGA			regenerate
sys/arch/amiga/conf/DRACO			regenerate
sys/arch/amiga/conf/GENERIC			1.152
sys/arch/amiga/conf/INSTALL			regenerate
sys/arch/arc/conf/GENERIC			1.40
sys/arch/arm26/conf/GENERIC			1.14-1.15
sys/arch/arm32/conf/GENERIC			1.75 via patch
sys/arch/atari/conf/ATARITT			patch
sys/arch/atari/conf/FALCON			patch
sys/arch/atari/conf/GENERIC			1.74-1.75
sys/arch/atari/conf/HADES			patch
sys/arch/bebox/conf/GENERIC			1.35 via patch
sys/arch/cobalt/conf/GENERIC			1.14
sys/arch/hp300/conf/GENERIC			1.62-1.63
sys/arch/hpcmips/conf/GENERIC			1.73
sys/arch/i386/conf/GENERIC			1.386
sys/arch/i386/conf/GENERIC_LAPTOP		1.8
sys/arch/luna68k/conf/GENERIC			1.14-1.15
sys/arch/mac68k/conf/GENERIC			1.109
sys/arch/macppc/conf/GENERIC			1.87 via patch
sys/arch/mmeye/conf/GENERIC			1.21 via patch
sys/arch/mvme68k/conf/GENERIC			1.23 via patch
sys/arch/news68k/conf/GENERIC			1.16
sys/arch/newsmips/conf/GENERIC			1.28,1.34
sys/arch/next68k/conf/GENERIC			1.37-1.38
sys/arch/ofppc/conf/GENERIC			1.35 via patch
sys/arch/pc532/conf/GENERIC			1.16
sys/arch/pmax/conf/GENERIC			1.86
sys/arch/prep/conf/GENERIC			1.15
sys/arch/sparc/conf/GENERIC			1.119
sys/arch/sun3/conf/GENERIC			1.75-1.76
sys/arch/sun3/conf/GENERIC3X			1.36-1.37
sys/arch/vax/conf/GENERIC			1.83-1.84
sys/arch/x68k/conf/GENERIC			1.54

  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

sys/arch/i386/conf/CARDBUS			1.29 partial, via patch

  Add pseudo-device vlan, and an* at pcmcia.

etc/etc.i386/MAKEDEV				patch
distrib/i386/floppies/ramdisk-big/Makefile	patch
distrib/i386/floppies/ramdisk-rescuesmall/Makefile patch
distrib/i386/floppies/ramdisk-rescuetiny/list	patch
distrib/i386/floppies/ramdisk-small/Makefile	patch
distrib/i386/floppies/ramdisk-tiny/list		patch

  Fix build problems by:
   o Decreasing bytes/inode, to fit the increased number of devices
   o Introduce ramdisk-tiny in MAKEDEV; omit SCSI devices as INSTALL_TINY
     doesn't have SCSI support
   o Use the recently introduced ramdisk-tiny in MAKEDEV, so that SCSI
     device nodes are omitted, since the _TINY kernels don't have SCSI
     support.

distrib/notes/common/main			patch

  Tweak NFS performance entry in ``Major Changes'' section.

sbin/mount_nfs/mount_nfs.8			1.13

  Add some text explaining NFS performance tuning.

etc/wscons.conf					1.8
etc/rc.d/wscons					1.7

  Allow to select/modify keyboard map from /etc/wscons.conf.
  Fixes PR#12760.

share/wscons/keymaps/pckbd.sv.svascii		1.1 (new)
share/wscons/keymaps/Makefile			1.2
distrib/sets/lists/base/mi			patch

  Add an example userspace keyboard map.

etc/rc.d/network				1.29-1.30 via patch
share/man/man5/ifconfig.if.5			1.1-1.2 (new)
share/man/man5/Makefile				1.36 via patch
share/man/man5/rc.conf.5			1.42
distrib/sets/lists/man/mi			1.303

  Add support for "!" and "#" syntax in /etc/ifconfig.*.

share/man/man4/stf.4				1.7,1.10 via patch

  Update draft and RFC numbers.

sys/arch/sparc64/sparc64/pmap.c			patch

  Fix build problem without DEBUG defined.

distrib/macppc/floppies/ramdisk/ramdiskbin.conf	1.14
distrib/macppc/floppies/ramdisk/Makefile	1.14 (via patch)

  Use libhack to make the image fit on 1.44M floppy.

sys/dev/pci/esm.c				1.1-1.10 (new) via patch
sys/dev/pci/esmreg.h				1.1-1.2 (new)
sys/dev/pci/esmvar.h				1.1-1.4 (new)
sys/dev/pci/files.pci				1.115-1.116
sys/arch/i386/conf/GENERIC			1.389
sys/arch/i386/conf/GENERIC_LAPTOP		patch
sys/dev/ic/ac97.c				1.13-1.18
sys/dev/ic/ac97var.h				1.2-1.3
sys/dev/pci/pcidevs		1.244,1.284,1.288,1.294-1.295,1.319 via patch
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
share/man/man4/Makefile				1.177 via patch
share/man/man4/esm.4				1.1-1.2 (new) via patch
share/man/man4/audio.4				1.36
share/man/man4/pci.4				1.41 via patch
distrib/sets/lists/man/mi			patch

  Add a driver for the ESS Technology Maestro-1/2/2E AC97 audio chips,
  ES1968 and ES1978.

sys/arch/sh3/include/ieee.h			1.3

  There is no extended-precision format on sh3.

sys/dev/ic/elinkxlreg.h				1.5

  Bump number of descriptors so that you will not run out of them
  when saturating a 100Mbit/s link.

gnu/libexec/uucp/libunix/serial.c		1.6

  Avoid division by zero when computing timeouts for pipe connections.

gnu/usr.bin/gas.new/Makefile			1.18 via patch

  Fix logic botch so that in-tree gas isn't built for sparc64, and so
  that we don't build it on m68k or ns32k unless we build for ELF.

sys/arch/sparc/conf/GENERIC			1.120
sys/arch/hpcmips/conf/GENERIC			1.90
sys/arch/x68k/conf/GENERIC			1.58

  Visually separate the vlan(4) device from the IPv6 devices.

share/man/man4/vlan.4				1.12

  Mention that 802.1q is an IEEE standard.

share/examples/apm/script			1.4

  Fix some errors, and provide more flexible logging.

sys/arch/i386/conf/CARDBUS			patch

  Delete redundant PULLDOWN_TEST, and correct an* entry typo.

sys/dev/pci/neo-coeff.h				1.1 (new)
sys/dev/pci/neoreg.h				1.1 (new)
sys/dev/pci/neo.c				1.1-1.6, 1.8 (new)
sys/dev/pci/files.pci				1.106
share/man/man4/neo.4				1.1-1.2 (new)
share/man/man4/Makefile				patch
sys/arch/i386/conf/GENERIC			patch
sys/arch/i386/conf/CARDBUS			patch
sys/arch/i386/conf/GENERIC_LAPTOP		patch
distrib/sets/lists/man/mi			patch

  Add a driver for the NeoMagic 256 AC'97 chip.

sys/arch/i386/i386/apm.c			1.53,1.56
share/man/man9/powerhook_establish.9		1.2
sys/dev/ic/awi.c				1.28
sys/dev/ic/i82557.c				1.42 via patch
sys/dev/ic/rtl81x9.c				1.19 via patch
sys/dev/ic/tulip.c				1.82 via patch
sys/dev/isa/ym.c				1.17
sys/dev/usb/uhci.c				1.128
sys/sys/queue.h					1.22-1.26
sys/sys/systm.h					1.123
sys/kern/kern_subr.c				1.71,1.73
sys/dev/ic/midway.c				1.43

  Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and
  PWR_SOFTRESUME.  Apm calls powerhook with the values in normal interrupt
  priority level while others are protected with splhigh().

sys/dev/pci/pcidevs				1.275 via patch
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/pci/cs4280.c			1.7-1.8, 1.10-1.14, 1.16 via patch
sys/dev/pci/cs428x.c				1.1-1.2 (new)
sys/dev/pci/cs4281.c				1.1-1.4 via patch
sys/dev/pci/cs4281reg.h				1.1-1.3 (new)
sys/dev/pci/cs428x.h				1.1-1.4 (new)
sys/dev/pci/cs428xreg.h				1.1-1.2 (new)
sys/dev/pci/files.pci				1.117, 1.120
share/man/man4/clct.4				1.1-1.4 (new) via patch
share/man/man4/Makefile				1.179 via patch
distrib/sets/lists/man/mi			patch

  Add driver for Cirrus Logic CrystalClear PCI Audio CS4281.

sys/arch/i386/conf/GENERIC			1.393
sys/arch/i386/conf/GENERIC_LAPTOP		patch
sys/arch/i386/conf/CARDBUS			patch

  Add clct(4) driver.

sys/kern/init_main.c				1.188

  Add 2001 to Copyright year list.

lib/libc/time/localtime.c			1.27

  Prevent core dump on call to ctime() if TZ is set but empty.

libexec/ld.aout_so/ld.so.i386.uue		1.2
libexec/ld.aout_so/ld.so.sparc.uue		1.2

  Regenerated binaries including fix for PR#10940.

sys/dev/ata/wd.c				1.213
sys/dev/scsipi/cd.c				1.148
sys/dev/scsipi/sd.c				1.174

  Compensate for the fact that after __HAVE_OLD_DISKLABEL,
  DISKMINOR(u,p) is no longer contiguous over ``p'', so ranges
  can no longer be passed to vdevgone().

distrib/notes/common/main			patch

  Mention recent audio driver additions.

distrib/notes/common/legal.common		1.19-1.21 via patch

  Update copyright date, remove .Pp between items.

distrib/notes/common/sysinst			1.19-1.20

  Fix warnings from html generation, update copyright date,
  plus various minor spelling and consistency fixes.

distrib/notes/common/postinstall		1.19,1.21-1.23

  Explain how to install binary packages.  Update copyright date,
  workaround for PR#12593 by using unfilled instead of literal,
  various spelling and consistency fixes.

distrib/notes/common/upgrade			1.9-1.11

  Don't claim that old /etc configuration is merged, fixes PR#9662.
  Update copyright date, minor punctuation fixes.
  Say that sysinst is now able to do an upgrade.

distrib/notes/common/main			1.105,1.112-1.113

  Mention that ssh/sshd now require rnd(4).
  Update copyright and document date, avoid wording implying that
  the current release is 1.5, some personal name and role fixes,
  and various spelling and formatting fixes.

distrib/notes/common/contents			1.33

  Update copyright date.  Various spelling and formatting fixes.

distrib/notes/i386/hardware			1.83-1.85,1.87

  Sort audio drivers by alphabet, add cs461x, cs4280, cs4281, and
  ESS Maestro-1/2/2E.  Note where footnotes are explained, and some
  minor spelling and punctuation fixes.

distrib/notes/common/xfer			1.14-1.16

  Update copyright date, and some minor consistency and markup
  fixes.

distrib/notes/i386/prep				1.12

  Use proper markup, note what sysinst is before using the term.

distrib/notes/common/macros			1.10

  Add .Bc/.Ec macros for coloumnarized unfilled displays.

distrib/notes/common/donations			1.20

  Update copyright year, and use .Bc/.Ec macros for two-coloumn
  output.

share/man/man4/ex.4				1.6-1.7

  Update to show the card/chip variants this driver currently supports.

distrib/notes/common/main			patch

  Fix some wording, use literally 1.5 when NetBSD 1.5 is talked
  about as opposed to 1.5.1.  Update source set sizes.

distrib/notes/common/postinstall		patch

  Fix markup problem; wrap too long line, and minor wording fix.

distrib/notes/i386/hardware			patch

  A few fixes:
   o Cycalades Y cards not enabled in GENERIC
   o Note Byte Runner serial cards
   o Expand list of 3COM cards supported by ex(4)
   o Add a couple of wireless cards; mark as ``in'', as they
     are in the _LAPTOP kernels.
   o Add new audio cards/devices

distrib/notes/i386/whatis			patch

  Use ``1.5'' when talking about NetBSD 1.5.

sbin/dump/dump.8				1.35
sbin/dump/dump.h				1.24
sbin/dump/tape.c				1.24
sbin/dump/main.c				1.28

  Add a new option ``e'' to dump which directs it to eject tapes
  automatically if a tape change is required.

sys/net/if_faith.c				1.19
sys/net/if_faith.h				1.1 (new)
sys/netinet/tcp_input.c				1.124
sys/netinet/udp_usrreq.c			1.76
sys/netinet6/icmp6.c				1.64 via patch
sys/netinet6/raw_ip6.c				1.32 via patch
sys/netinet6/udp6_usrreq.c			1.41 via patch

  Correct faith prefix determintaion.

sys/netinet6/icmp6.c				1.53 via patch
sys/netinet6/nd6.c				1.36 via patch
sys/netinet6/nd6.h				1.17 via patch
sys/netinet6/nd6_nbr.c				1.26 via patch
sys/netinet6/nd6_rtr.c				1.20 via patch

  Suppress ND6 logs that are too noisy for normal use.  Can be
  re-enabled by net.inet6.icmp6.nd6_debug.

distrib/notes/common/main			1.119

  Indent lines in ".(disp" to prevent chars at the beginning of a
  line getting swallowed in HTML output.

distrib/notes/common/postinstall		patch

  Tweak back to using .Ic in example, and ditch use of ``.Bd
  -literal''.  Omit first .It from bullet list, as it's implicit.

distrib/notes/common/main			1.120

  Grammar fix.

sbin/ping6/ping6.c				1.33-1.35

  Use -1 instead of EOF with getopt(3).
  Correct signal handling on ping6 -f <nonexisting peer>.

sys/arch/hpcmips/tx/tx39icu.c			1.8, 1.11
sys/arch/hpcmips/vr/vrgiu.c			1.11, 1.23 via patch

  Remove local queue macro definitions, they're in <sys/queue.h>
  now.

crypto/dist/heimdal/kadmin/rename.c		1.2

  Fix argument number calculation.

distrib/x68k/floppies/inst/Makefile		1.8

  Include bsd.prog.mk for cleandir target.

sys/arch/sparc64/sparc64/netbsd32_machdep.c	1.13

  Restore PSR ICC bits correctly from sigcontext.

sys/arch/i386/i386/svr4_machdep.c		1.51

  Make the set of machine state restored by setmcontext() identical
  to that of sigreturn().

distrib/sets/lists/xbase/mi			1.20
distrib/sets/lists/xcomp/mi			1.9
distrib/sets/lists/xcomp/obsolete.mi		1.1 (new)

  Note change of location of X, XConsortium, XStandards and Xsecurity
  man pages.

distrib/sets/lists/base/mi			patch

  Add zoneinfo/Asia/Thimphu.

distrib/sets/lists/misc/mi			patch

  Add sup2.fr.netbsd.org example supfile.

sys/arch/bebox/bebox/extintr.c			1.14

  Block splclock and not softnet on splsoftclock().

share/man/man4/man4.macppc/Makefile		1.1-1.3 (new)
share/man/man4/man4.macppc/autoconf.4		1.1 (new)
share/man/man4/man4.macppc/awacs.4		1.1-1.2 (new)
share/man/man4/man4.macppc/intro.4		1.1-1.3 (new)
share/man/man4/Makefile				1.190
distrib/sets/lists/man/mi			1.335,1.338,1.350 via patch
distrib/sets/lists/base/mi			1.245 via patch
etc/mtree/NetBSD.dist				1.149

  Add a few manual pages specific to NetBSD/macppc.

distrib/notes/common/main			patch

  Note addition of the awacs(4) driver in 1.5.1.

sys/conf/osrelease.sh				patch

  We are now at NetBSD 1.5.1_BETA2.

sys/dev/ic/ca.c					patch

  Allow this to build on systems which do not define __HAVE_OLD_DISKLABEL.

distrib/sets/lists/comp/mi			patch

  Move log.9 to the right spot.

sys/compat/linux/arch/i386/linux_machdep.c	1.62

  Fix a build problem where COMPAT_LINUX is defined, but wscons is
  not present.  Fixes PR#12886.

sys/arch/mips/mips/vm_machdep.c			1.75-1.76 via patch

  Make sure new processes (and kernel threads) gets created in spl0
  level.

sys/dev/pci/pcidevs				1.320 via patch
sys/dev/pci/pcidevs.h				regenerate
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/pci/pciide.c				1.113-1.116 via patch
sys/dev/pci/pciide_apollo_reg.h			1.9 via patch
sys/dev/pci/pciide_amd_reg.h			1.3
distrib/notes/i386/hardware			1.88-1.89
share/man/man4/pciide.4				1.28-1.29

  Add support for newer VIA pciide controllers.
  Add support for the AMD 766 pciide controller.
  Properly distinguish between HPT366 and HPT370 controllers.

sys/dev/pci/pcivar.h				1.46
sys/dev/pci/pci.c				1.52

  Add a pa_bus member to pci_attach_args, so that the PCI bus number
  can be used in pci device drivers.

usr.bin/audio/Makefile.inc			1.3

  Remove COPTS+=-g, we are no longer debugging.

sys/dev/vme/xy.c				1.33

  Fix build problem related to __HAVE_OLD_DISKLABEL.  Fixes PR#12817.

lib/libutil/pty.c				1.17

  Since pccons is still used on a few ports, ttyv* should be skipped
  in pty allocation.

sys/dev/ic/elinkxl.c				1.49

  Wait longer after a card reset, avoids reading bad values from
  the eeprom.

sbin/dump/dump.h				1.25
sbin/dump/main.c				1.29
sbin/dump/tape.c				1.25

  Fix bug in new ``e'' option: only eject tape if it is full, not
  if the dump was finished.

sys/arch/sparc64/sparc64/machdep.c		1.97

  Implement bus_space_subregion(), makes pciide work.

sys/arch/sparc64/dev/ebus.c			1.17

  Fix a bug: ``sc'' is a pointer, so use it correctly.

gnu/usr.bin/egcs/Makefile			1.13 via patch

  Turn off all subdirectories on sparc64.

distrib/notes/macppc/hardware			1.9-1.11
distrib/notes/macppc/prep			1.12-1.14
distrib/notes/macppc/install			1.10-1.11
distrib/notes/common/postinstall		1.24-1.25
distrib/notes/common/xfer			1.18
distrib/notes/common/sysinst			1.22

  Updates of installation notes for macppc.

sys/arch/pmax/dev/rcons.c			1.48

  In rcons_connect(), PMAX_FBTYPE_PM_COLOR should use the defaults.
  Fixes reversed characters on the DECstation 3100.

sys/arch/alpha/alpha/interrupt.c		1.60 via patch
sys/arch/alpha/include/alpha.h			1.16 via patch

  Deal with stray machine checks.

share/man/man5/hosts.5				1.8-1.11

  Fix grammar errors; addresses PR misc/12966

distrib/notes/common/contents			1.34
distrib/notes/common/donations			1.18-1.19, 1.21
distrib/notes/common/legal.common		1.17-1.18
distrib/notes/common/legal.common		patch
distrib/notes/common/main			1.91 via patch
distrib/notes/common/main			1.109-1.111, 1.114-1.118, 1.121, 1.123, 1.98-1.101, 1.103-1.104, 1.106-1.107
distrib/notes/common/postinstall		1.21-1.23, 1.26 via patch
distrib/notes/i386/hardware			1.90-1.92
distrib/notes/i386/whatis			1.15
distrib/notes/pmax/install			1.26
distrib/notes/amiga/hardware			1.40
distrib/notes/arm32/legal			1.6-1.7
distrib/notes/arm32/prep.RISCOS			1.6

  Synchronize common part of release notes with the trunk.

distrib/notes/common/main			1.124

  Add Emmanuel Dreyfus.

sys/arch/sh3/include/psl.h			1.2
sys/arch/sh3/sh3/compat_13_machdep.c		1.3
sys/arch/sh3/sh3/sh3_machdep.c			1.13

  Validate Status Register passed from userland in sigreturn().
  Fixes SA#2001-008.

usr.bin/top/machine/m_netbsd15.c		1.14

  Add workaround for formatting glitch.

usr.sbin/ntp/Makefile.inc			1.5

  Make ntp work on sparc64 (use -msoft-quad-float, due to toolchain
  problems).

distrib/atari/miniroot/list			patch

  Change the order of some operations to squeeze in those last
  bits.

sys/netinet6/frag6.c				1.14

  Plug memory leak in IPv6 fragment reassembly, and omit noisy
  logging.

sys/dev/pcmcia/if_wi.c				1.50
usr.sbin/wiconfig/wiconfig.8			1.13 via patch
share/man/man4/wi.4				1.14

  Change wi(4)'s default from ad-hoc mode to BSS mode.  Also
  some minor manual page fixes.

sys/dev/pcmcia/pcmciadevs			1.127
sys/dev/pcmcia/pcmciadevs.h			regenerate
sys/dev/pcmcia/pcmciadevs_data.h		regenerate
sys/dev/pcmcia/if_ne_pcmcia.c			1.72

  Support the Socket EA pcmcia ethernet cards.

sys/dev/isa/mcd.c				patch

  Correct typo related to __HAVE_OLD_DISKLABEL changes.

distrib/notes/macppc/install			1.12-1.13
distrib/notes/macppc/hardware			1.12-1.13
distrib/notes/macppc/prep			1.15-1.17
distrib/notes/macppc/whatis			1.3

  More changes, updates and corrections for macppc install notes.

sys/dev/pci/yds.c				1.5

  Correct bug in initializing gain registers.  Fixes L-R imbalance.

sys/crypto/rijndael/boxes-fst.dat		1.4 via patch
sys/crypto/rijndael/rijndael-alg-fst.c		1.3-1.4
sys/crypto/rijndael/rijndael-api-fst.h		1.3

  Fix alignment problems causing panics on some strict-alignment
  platforms.

lib/libc/gen/frexp.3				1.5

  Correct return value interval.  Fixes PR#12984.

usr.sbin/pppd/chat/chat.c			1.23

  Add ``E'' to getopt string, to recognize -E option.  Fixes PR#13008.

usr.sbin/tcpdump/print-domain.c			1.9-1.11
usr.sbin/tcpdump/nameser.h			1.1-1.2 (new)

  Correct A6/DNAME decoder.  Improve decoder for TSIG and multiple
  question section.

sys/arch/macppc/conf/INSTALL			patch

  Enable the gmac ethernet driver in this kernel.  Fixes PR#12892.

distrib/notes/common/postinstall		1.27
distrib/notes/common/sysinst			1.23
distrib/notes/common/upgrade			1.12
distrib/notes/macppc/install			1.14
distrib/notes/macppc/prep			1.18

  Still more tweaks of install notes for macppc.

distrib/notes/i386/hardware			patch

  We do not have 3ware Escalade driver for 1.5.1.

crypto/dist/ssh/primes				1.1-1.2 (new)
etc/changelist					1.21
etc/mtree/special				1.38
usr.bin/ssh/Makefile				1.12
distrib/sets/lists/etc/mi			1.85 via patch

  Install /etc/primes, which is required for Diffie-Hellman Group
  Exchange operation.

share/examples/supfiles/sup.uk.netbsd.org	delete
share/examples/supfiles/Makefile		1.9
distrib/sets/lists/misc/mi			1.66 via patch
distrib/sets/lists/misc/obsolete.mi		1.15

  Delete old sup.uk.netbsd.org entry.  Fixes PR#10884.

sys/arch/alpha/stand/netboot/Makefile		1.23 via patch
etc/etc.alpha/Makefile.inc			1.2

  Add Makefile snippets to install ``netboot'' under ``make release''.

distrib/notes/common/main			patch

  Put in text advertising the pkgsrc overhaul for 1.5.1.

sys/arch/hp300/dev/sd.c				1.45

  Initialize the b_dep field after malloc().  Fixes PR#13065.

sys/arch/i386/pci/pci_intr_fixup.c		1.11

  Initialize VIA Tehcnologies' 82C686's ICU as if it were an 82C586.
  Fixes interrupt allocation on modern Compaq laptops.

usr.sbin/catman/catman.c			1.16

  Fix catman(8) processing of globs in /etc/man.conf.
  Fixes PR#12742, PR#12903.

sys/arch/mips/mips/locore_mips3.S		1.67
sys/arch/mips/mips/mips_machdep.c		1.114-1.115 via patch
sys/arch/mips/include/asm.h			1.25

  Implement power saving for RM5200 and RM7000 CPUs, as used in
  e.g. Cobalt RaQ2.

sys/netinet6/icmp6.c				1.65

  Correct icmp6 hoplimit value.

sbin/sysctl/sysctl.8				patch

  Typo correction; add a plural ``s'' to ``maxfragpacket''.

distrib/sets/lists/base/mi			1.262 via patch
distrib/sets/lists/base/obsolete.mi		1.29
distrib/sets/lists/man/mi			1.359 via patch
distrib/sets/lists/man/obsolete.mi		1.28
usr.sbin/Makefile				1.158
usr.sbin/pim6dd/LICENSE.mrouted			deleted
usr.sbin/pim6dd/LICENSE.pimd			deleted
usr.sbin/pim6dd/Makefile			deleted
usr.sbin/pim6dd/VERSION				deleted
usr.sbin/pim6dd/callout.c			deleted
usr.sbin/pim6dd/config.c			deleted
usr.sbin/pim6dd/debug.c				deleted
usr.sbin/pim6dd/debug.h				deleted
usr.sbin/pim6dd/defs.h				deleted
usr.sbin/pim6dd/inet6.c				deleted
usr.sbin/pim6dd/kern.c				deleted
usr.sbin/pim6dd/main.c				deleted
usr.sbin/pim6dd/mld6.c				deleted
usr.sbin/pim6dd/mld6.h				deleted
usr.sbin/pim6dd/mld6_proto.c			deleted
usr.sbin/pim6dd/mrt.c				deleted
usr.sbin/pim6dd/mrt.h				deleted
usr.sbin/pim6dd/pathnames.h			deleted
usr.sbin/pim6dd/pim6.c				deleted
usr.sbin/pim6dd/pim6_proto.c			deleted
usr.sbin/pim6dd/pim6dd.8			deleted
usr.sbin/pim6dd/pim6dd.conf.5			deleted
usr.sbin/pim6dd/pimdd.h				deleted
usr.sbin/pim6dd/route.c				deleted
usr.sbin/pim6dd/routesock.c			deleted
usr.sbin/pim6dd/timer.c				deleted
usr.sbin/pim6dd/trace.c				deleted
usr.sbin/pim6dd/trace.h				deleted
usr.sbin/pim6dd/vers.c				deleted
usr.sbin/pim6dd/vif.c				deleted
usr.sbin/pim6dd/vif.h				deleted
usr.sbin/pim6sd/BUGS.TODO			deleted
usr.sbin/pim6sd/BUGS.V6				deleted
usr.sbin/pim6sd/LICENSE.mrouted			deleted
usr.sbin/pim6sd/LICENSE.pim6dd			deleted
usr.sbin/pim6sd/LICENSE.pim6sd			deleted
usr.sbin/pim6sd/LICENSE.pimd			deleted
usr.sbin/pim6sd/Makefile			deleted
usr.sbin/pim6sd/README				deleted
usr.sbin/pim6sd/README.first			deleted
usr.sbin/pim6sd/callout.c			deleted
usr.sbin/pim6sd/callout.h			deleted
usr.sbin/pim6sd/cfparse.h			deleted
usr.sbin/pim6sd/cfparse.y			deleted
usr.sbin/pim6sd/cftoken.l			deleted
usr.sbin/pim6sd/config.c			deleted
usr.sbin/pim6sd/config.h			deleted
usr.sbin/pim6sd/crc.c				deleted
usr.sbin/pim6sd/crc.h				deleted
usr.sbin/pim6sd/debug.c				deleted
usr.sbin/pim6sd/debug.h				deleted
usr.sbin/pim6sd/defs.h				deleted
usr.sbin/pim6sd/inet6.c				deleted
usr.sbin/pim6sd/inet6.h				deleted
usr.sbin/pim6sd/kern.c				deleted
usr.sbin/pim6sd/kern.h				deleted
usr.sbin/pim6sd/main.c				deleted
usr.sbin/pim6sd/mld6.c				deleted
usr.sbin/pim6sd/mld6.h				deleted
usr.sbin/pim6sd/mld6_proto.c			deleted
usr.sbin/pim6sd/mld6_proto.h			deleted
usr.sbin/pim6sd/mrt.c				deleted
usr.sbin/pim6sd/mrt.h				deleted
usr.sbin/pim6sd/pathnames.h			deleted
usr.sbin/pim6sd/pim6.c				deleted
usr.sbin/pim6sd/pim6.h				deleted
usr.sbin/pim6sd/pim6_proto.c			deleted
usr.sbin/pim6sd/pim6_proto.h			deleted
usr.sbin/pim6sd/pim6sd.8			deleted
usr.sbin/pim6sd/pim6sd.conf.5			deleted
usr.sbin/pim6sd/pim6sd.conf.sample		deleted
usr.sbin/pim6sd/pim6stat			deleted
usr.sbin/pim6sd/pim6stat.1			deleted
usr.sbin/pim6sd/pimd.h				deleted
usr.sbin/pim6sd/route.c				deleted
usr.sbin/pim6sd/route.h				deleted
usr.sbin/pim6sd/routesock.c			deleted
usr.sbin/pim6sd/routesock.h			deleted
usr.sbin/pim6sd/rp.c				deleted
usr.sbin/pim6sd/rp.h				deleted
usr.sbin/pim6sd/timer.c				deleted
usr.sbin/pim6sd/timer.h				deleted
usr.sbin/pim6sd/trace.c				deleted
usr.sbin/pim6sd/trace.h				deleted
usr.sbin/pim6sd/var.h				deleted
usr.sbin/pim6sd/vers.c				deleted
usr.sbin/pim6sd/vif.c				deleted
usr.sbin/pim6sd/vif.h				deleted
usr.sbin/pim6sd/vmbuf.h				deleted

  Remove pim6dd and pim6sd due to these programs having a more
  restrictive license than we wish to deal with.  The programs are
  instead available through pkgsrc.

usr.sbin/Makefile				1.159
distrib/sets/lists/base/mi			1.263 via patch
distrib/sets/lists/man/mi			1.360 via patch
distrib/sets/lists/base/obsolete.mi		1.30 via patch
distrib/sets/lists/man/obsolete.mi		1.29 via patch

  Do not build mtrace6, since it depends on the now-removed pim6[sd]
  code.  Also remove traces of pim6stat.

sys/net/if_ether.h				1.25
sys/net/if_ethersubr.c				1.83 via patch

  Consider the configured MTU of the interface when determining
  if a packet is too large.

usr.bin/make/var.c				1.61

  Expand variables in SysV patterns, as in ``${SRCS:.c=.${O}}''.

sys/compat/hpux/hpux_compat.c			1.56
sys/compat/hpux/syscalls.master			1.26
sys/compat/hpux/hpux_sysent.c			regenerate
sys/compat/hpux/hpux_syscalls.c			regenerate
sys/compat/hpux/hpux_syscall.h			regenerate
sys/compat/hpux/hpux_syscallargs.h		regenerate

  Use the NetBSD version of dup(2) instead of our own (incorrect!)
  version.

sys/kern/kern_descrip.c				1.75 via patch
sys/kern/uipc_usrreq.c				1.49
sys/sys/filedesc.h				1.21

  Change fdalloc() to return ERESTART if reallocation of the
  descriptor array was needed, and change uses to handle that
  condition.  Make finishdup() close the descriptor in the new slot
  if it exists, and change sys_dup2() accordingly.  Closes a race
  condition when using kernel-assisted user threads.

distrib/notes/common/main			patch
distrib/notes/common/contents			patch

  Mention planned binary snapshot of XFree86 4.0.3 for i386, and
  the state of the xsrc set (XFree86 3.3.6 and XFree86 version 4).

lib/libc/gen/__fts13.c				1.29-1.34

  Make sure we ascend in the same tree we descended, to counter
  the effects of otherwise possibly malicious directory tree moves.  
  Also improve error handling.

sys/net/if_stf.c				1.16

  Inject packets to bpf in outgoing path.

usr.sbin/mailwrapper/mailer.conf.5		1.3-1.6

  Correct wording in reference to postfix.  Add ``hoststat'' and
  ``purgestat'' invocations for sendmail.  Also some punctuation
  and cross-reference fixes.

sys/kern/subr_extent.c				1.36

  Fix calculation of whether we overflow the end of the extent.
  Fixes PR#13075.

usr.sbin/cron/do_command.c			1.7

  Restore default handler for SIG_CHLD before starting grand-children.
  Fixes problem with e.g. Perl scripts run from cron.  Fixes PR#11778.

sys/arch/i386/i386/sys_machdep.c		1.58

  Copy in segment descriptors all at once rather than one at a time.

sys/conf/osrelease.sh				patch
gnu/usr.bin/send-pr/Makefile			patch

  Mark this as NetBSD 1.5.1.

sys/dev/pcmcia/if_xi.c				1.10

  Packet includes CRC, so mark it in the mbuf header.  Fixes the
  ``discarding oversize frame (len=1518)'' problem.

etc/etc.arm32/MAKEDEV				1.55

  Add support for fcom.  Fixes PR#11076.

sys/kern/kern_time.c				1.55

  Lower interrupt priority properly in the error path of settime(),
  e.g. when it's denied due to securelevel being above 1.  Fixes
  PR#13158.

sys/dev/pci/if_rtk_pci.c			1.6
sys/dev/pci/pcidevs				1.326
sys/dev/pci/pcidevs_data.h			regenerate
sys/dev/pci/pcidevs.h				regenerate

  Support the D-Link DFE-530TX+.  Fixes PR#13161.

sys/arch/i386/i386/trap.c			1.159
sys/arch/i386/i386/locore.s			1.240

  Replace magic numbers in trap code with offsetof().
  Deal better with traps during register restore.
  Explain a bit more about what is going on here.

sys/arch/vax/vax/unimpl_emul.s			1.3-1.6

  Add EMODD emulation, as used in e.g. modf().

sys/dev/pcmcia/if_ne_pcmcia.c			1.76
sys/dev/pcmcia/pcmciadevs			1.111 partial, via patch
sys/dev/pcmcia/pcmciadevs.h			regenerate
sys/dev/pcmcia/pcmciadevs_data.h		regenerate

  Add support for ``Kingston KNE-PC2 Ethernet'' pcmcia cards.

sys/uvm/uvm_fault.c				1.65 via patch

  Work around overflow problem in uvm_fault_wire().

sys/arch/i386/i386/vm86.c			1.24 via patch

  Rework how user-mode instruction and stack fetches are done.
  Also fix another vm86 protocol bug.

sys/compat/netbsd32/netbsd32_netbsd.c		patch
sys/kern/exec_script.c				1.29
sys/kern/kern_exec.c				1.141

  Close a race condition between exec of a setuid binary and
  ptrace(2): check P_TRACED right before adjusting the privilege
  settings in the exec code.

sys/arch/next68k/dev/bus_dma.c			1.24
sys/arch/next68k/dev/mb8795.c			1.24 via patch
sys/arch/next68k/dev/nextdma.c			1.29 via patch

  Fix bugs related to calculation of transmit packet length and
  allow unaligned pointers in bus_dmamap_sync().  Fixes problems
  related to full-size ethernet packets, as reported in PR#13212.

distrib/notes/common/main			patch

  Add a ``Quick install notes for the impatient'' section at the
  front for the i386 port.

sys/arch/cobalt/cobalt/autoconf.c		1.8
sys/arch/cobalt/cobalt/machdep.c		1.33

  Fix handling of boot strings, so that multiple internal disks in
  a raq2 can work.

sys/arch/i386/i386/compat_13_machdep.c		 1.6
sys/arch/i386/i386/db_interface.c		 1.31
sys/arch/i386/i386/genassym.cf			 1.28
sys/arch/i386/i386/ibcs2_machdep.c		 1.15
sys/arch/i386/i386/ipkdb_glue.c			 1.2
sys/arch/i386/i386/kgdb_machdep.c		 1.11
sys/arch/i386/i386/machdep.c			 1.445
sys/arch/i386/i386/svr4_machdep.c		 1.53
sys/arch/i386/i386/sys_machdep.c		 1.59
sys/arch/i386/include/db_machdep.h		 1.17
sys/arch/i386/include/frame.h			 1.16
sys/arch/i386/include/pcb.h			 1.28
sys/compat/linux/arch/i386/linux_machdep.c	 1.65
sys/arch/i386/i386/db_trace.c			 1.30 via patch
sys/arch/i386/i386/locore.s			 1.242 via patch
sys/arch/i386/i386/process_machdep.c		 1.33 via patch
sys/arch/i386/i386/trap.c			 1.160 via patch

  Add %fs/%gs to trap frame and save/restore them on trap/interupt/
  syscall entry from userspace.

  Remove special-case ``by hand'' validation of %fs/%gs register
  values s well as special handling of them in various signal
  handling paths.  Now, like %ds and %es, they are validated by
  the hardware on return to userland.

  This paves the way for the use of %fs for per-cpu data on multi-
  processor systems, and fixes an otherwise difficult-to-fix
  interaction between threads/clone(2) and USER_LDT.

sys/dev/pci/pcidevs                             1.329
sys/dev/pci/pcidevs.h                           regen
sys/dev/pci/pcidevs_data.h                      regen  
sys/arch/macppc/pci/pchb.c                      1.5
sys/arch/macppc/dev/if_gm.c                     1.13
sys/arch/macppc/dev/obio.c                      1.14
distrib/notes/macppc/hardware                   1.15

  Support the new dual USB iBook.

sys/arch/vax/vax/intvec.s			patch

  Fix kernel linking problem.

distrib/mvme68k/ramdisk/list			1.5
distrib/mvme68k/ramdisk/rd.protocols		deleted
distrib/mvme68k/ramdisk/rd.services		deleted

  Fix problem so that NFS installs can work.

sys/arch/i386/i386/machdep.c			1.446

  Restore fs and gs from sigcontext in sigreturn; fixes oversight
  in previous pull-up.

crypto/dist/ssh/channels.c			1.12 via patch
crypto/dist/ssh/channels.h			1.2
crypto/dist/ssh/session.c			1.15 via patch
crypto/dist/ssh/version.h			patch

  Plug hole allowing users to delete files named ``cookies'' if
  X11 forwarding is enabled (it is disabled by default).

sys/dev/pci/tga.c				1.32

  Fix problem that some systems would panic when XalphaNetBSD is
  started.

distrib/sets/lists/base/md.sparc64		1.5 via patch

  Update for boot block changes.

sys/arch/mvme68k/conf/RAMDISK			1.4
etc/etc.mvme68k/disktab				1.4
distrib/mvme68k/ramdisk/Makefile		patch

  Bump the miniroot size to fit larger embedded image.

etc/changelist					1.19,1.22 (partial) via patch
etc/mtree/special				1.35

  Remove entries for pim6dd.conf and sendmail-IPv4only.cf.

sys/arch/atari/conf/HADES			patch

  Omit vlan, correct spelling mistake.

distrib/mac68k/miniroot/Makefile.inc		patch

  Increase number of inodes on the miniroot file system.

sys/kern/uipc_syscalls.c			1.64 via patch

  Use consistent types for len.  Limit sockarg length to reasonable values.

sys/dev/pci/pciide.c				1.94

  Don't try to use ultra-dma on sis chips with revision 0xd0. It loses
  immediately with a lost interrupt on udma mode 2, downgrades to mode 1
  at which point it silently corrupts data on high disk activity.

sys/arch/powerpc/powerpc/trap.c			1.48 via patch

  Record any stack growth.  This fixes a serious problem with core dumps.
  Without this change, coredumps will only contain one page of stack
  regardless of how many pages of stack the process actually has.

distrib/notes/macppc/hardware			1.16

  Note support for early 2001 iMac hardware.

distrib/notes/common/main			patch

  Update Dd. Add "quick install notes for the impatient" for
  macppc and sparc.