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

Annotation of src/CHANGES-1.5.1, Revision 1.1.2.35

1.1.2.35! he          1: #      $NetBSD: CHANGES-1.5.1,v 1.1.2.34 2001/03/16 19:53:57 he Exp $
1.1.2.1   he          2:
                      3: A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
                      4:
1.1.2.2   he          5: File                                           Revision(s)
                      6: ----                                           --------
1.1.2.1   he          7:
                      8: sys/sys/param.h                                        patch
                      9: sys/conf/osrelease.sh                          patch
                     10: share/tmac/doc-common                          patch
                     11:
                     12:   Mark this as 1.5.1_ALPHA.
1.1.2.2   he         13:
                     14: sys/dev/ic/an.c                                        1.1-1.3 + patch (new)
                     15: sys/dev/ic/anreg.h                             1.1-1.2 (new)
                     16: sys/dev/ic/anvar.h                             1.1 (new)
                     17: sys/dev/pcmcia/if_an_pcmcia.c                  1.1-1.2 (new)
                     18: sys/dev/DEVNAMES                               1.24
                     19: sys/conf/files                                 1.409
                     20: sys/dev/pcmcia/files.pcmcia                    1.30
                     21: sys/arch/i386/conf/GENERIC                     1.382
                     22: sys/arch/i386/conf/GENERIC_LAPTOP              1.7
                     23: sys/arch/i386/conf/INSTALL_LAPTOP              1.7
                     24:
                     25:   Add a driver for an(4), Aironet and Cisco wireless pcmcia cards.
1.1.2.3   he         26:
                     27: crypto/dist/krb4/lib/krb/tf_util.c             1.2
                     28: crypto/dist/krb4/lib/krb/kdc_reply.c           1.2
                     29: crypto/dist/krb4/lib/krb/extra.c               1.2
                     30:
                     31:   Remove overwriting of the old ticket file.  Fix buffer overrun.
                     32:   Remove obsolete support for environment variables.
1.1.2.4   he         33:
                     34: libexec/ftpd/cmds.c                            1.9
                     35: libexec/ftpd/version.h                         patch
                     36:
                     37:   Fix a one-byte buffer overrun.
                     38:
1.1.2.8   he         39: sys/netinet/udp_usrreq.c                       1.73-1.74
1.1.2.4   he         40:
                     41:   Fix multicast inbound packet processing.  Fixes PR#11629.
                     42:
                     43: sys/dev/wscons/wsdisplay.c                     1.43
                     44:
                     45:   Make sure to switch consoles synchronously.
                     46:
                     47: sys/arch/powerpc/powerpc/ofw_machdep.c         1.7
                     48:
                     49:   Make memory probing work correctly with the DIMMs in any order.
                     50:
                     51: distrib/atari/miniroot/install.md              1.14
                     52:
                     53:   Add the X11 sets to MDSETS.
                     54:
                     55: distrib/sets/lists/base/obsolete.mi            1.14
                     56:
                     57:   Add /usr/sbin/gifconfig; we now do "ifconfig tunnel".
                     58:
                     59: usr.sbin/dhcp/common/discover.c                        1.9-1.10
                     60: usr.sbin/dhcp/common/bpf.c                     1.7
                     61:
                     62:   Fix multiple problems that caused dhcpd to either spin or not
                     63:   respond to queries in a timely fashion.
                     64:
                     65: sys/arch/vax/conf/INSTALL                      1.11
                     66:
                     67:   Enable VS4000/90 SCSI controller.
                     68:
                     69: sys/arch/hp300/stand/Makefile.inc              1.11
                     70:
                     71:   Use ``make print-objdir'' to get obj directory correctly.
                     72:
                     73: sys/dev/pci/fms.c                              1.8
                     74:
                     75:   Make this build without ``mpu at fms''.
1.1.2.5   he         76:
                     77: usr.sbin/user/user.c                           1.34
                     78:
                     79:   Don't try to create or move directory if only ``-d'' option is
                     80:   given; documentation claims ``-m'' is also required.
                     81:
                     82: usr.bin/login/k5login.c                                1.17
                     83:
                     84:   Use strlcpy() to copy environment variable into a fixed-length
                     85:   buffer.  Fixes PR#11550.
                     86:
1.1.2.6   he         87: libexec/telnetd/sys_term.c                     1.20 via patch
1.1.2.5   he         88:
                     89:   Fix buffer overflow and environment passing problems, and only
                     90:   accept a limites set of environment variables and non-filename
                     91:   TERMCAP variables.
                     92:
                     93: sys/arch/mac68k/nubus/nubus.h                  1.52
                     94:
                     95:   Add the DrHw Apple 24AC "Boogie" video card.
                     96:
                     97: sys/arch/mac68k/nubus/grf_nubus.c              1.60
                     98:
                     99:   Clear interrupts on the Apple "Boogie" card.
                    100:
                    101: sys/coda/coda_vnops.c                          1.21
                    102: sys/kern/vfs_subr.c                            1.140
                    103: sys/kern/vfs_syscalls.c                                1.162
                    104: sys/miscfs/genfs/genfs_vnops.c                 1.20
                    105: sys/miscfs/genfs/layer_vnops.c                 1.4
                    106: sys/miscfs/specfs/spec_vnops.c                 1.50
                    107: sys/miscfs/syncfs/sync_subr.c                  1.6
                    108: sys/miscfs/syncfs/sync_vnops.c                 1.4
                    109: sys/miscfs/union/union_vnops.c                 1.48
                    110: sys/msdosfs/msdosfs_vfsops.c                   1.70
                    111: sys/ntfs/ntfs_vnops.c                          1.30
                    112: sys/ufs/ext2fs/ext2fs_vfsops.c                 1.39
                    113: sys/ufs/lfs/lfs_vnops.c                                1.45
                    114: sys/ufs/ffs/ffs_balloc.c                       1.22
                    115: sys/ufs/ffs/ffs_inode.c                                1.37
                    116: sys/ufs/ffs/ffs_softdep.c                      1.6
                    117: sys/ufs/ffs/ffs_vfsops.c                       1.71
                    118: sys/ufs/ffs/ffs_vnops.c                                1.33,1.34
                    119: sys/nfs/nfs_nqlease.c                          1.33
                    120: sys/nfs/nfs_serv.c                             1.58
                    121: sys/nfs/nfs.h                                  1.24
                    122: sys/nfs/nfs_bio.c                              1.52
                    123: sys/nfs/nfs_node.c                             1.36
                    124: sys/nfs/nfs_subs.c                             1.83
                    125: sys/nfs/nfs_syscalls.c                         1.44,1.45
                    126: sys/nfs/nfs_var.h                              1.18
                    127: sys/nfs/nfs_vnops.c                            1.120,1.123
                    128: sys/nfs/nfs_vfsops.c                           1.96
                    129: sys/nfs/nfsnode.h                              1.30
                    130: sys/nfs/nfsproto.h                             1.9
                    131: sys/nfs/nfs_socket.c                           1.60
                    132: sys/nfs/nfs_subs.c                             1.85,1.87
                    133: sys/kern/vnode_if.src                          1.25
                    134: sys/kern/vnode_if.c                            regenerate
                    135: sys/sys/vnode_if.h                             regenerate
                    136:
                    137:   Improve NFS performance, possibly with as much as 100% in
                    138:   throughput.  Please note: this implies a kernel interface change,
                    139:   VOP_FSYNC gains two arguments.
                    140:
                    141: sys/nfs/nfs_boot.c                             1.55
                    142: sys/nfs/nfs_socket.c                           1.63
                    143: sys/kern/uipc_socket.c                         1.51
                    144: sys/kern/uipc_syscalls.c                       1.56
                    145: sys/sys/socketvar.h                            1.41
                    146:
                    147:   Fix NFS+tcp client hangs on server or network outage.  Again,
                    148:   please note that this introduces yet another kernel interface
                    149:   change: sobind() gains an argument.
                    150:
                    151: usr.bin/passwd/krb5_passwd.c                   1.10
                    152:
                    153:   Don't try to free an uninitialized context; fixes core dump when
                    154:   called as ``yppasswd''.
                    155:
                    156: sys/dev/pcmcia/if_ray.c                                1.24-1.25
                    157:
                    158:   Add a missing return after freeing an mbuf.
                    159:   Add support for 802.11 authentication frames, required to
                    160:   interoperate with Aviator Pro cards on Windows.
                    161:
                    162: sys/dev/pci/pccbb.c                            1.47,1.49
                    163:
                    164:   Turn off power on shutdown, except on ToPIC (TI 113X) bridges on
                    165:   shutdown to avoid hangs on some systems.
1.1.2.7   he        166:
                    167: distrib/notes/sparc64/hardware                 1.6
                    168: distrib/notes/sparc64/install                  1.5
                    169:
                    170:   Recommend minimum 32MB.  The pciide cdroms work on secondary channel,
                    171:   but disks do not.  Also, add ``Install from Solaris'' instructions.
                    172:
                    173: distrib/sparc/ramdisk/dot.profile              1.15
                    174:
                    175:   Look for ``instfs.tgz'' in the $MACHINE subdir on cdrom first.
                    176:
                    177: sys/arch/pmax/pmax/autoconf.c                  1.55
                    178:
                    179:   Fix netbooting on the 2100/3100.  Fixes PR#11212.
1.1.2.9   he        180:
                    181: usr.sbin/pkg_install/add/main.c                        1.17
                    182: usr.sbin/pkg_install/add/perform.c             1.56
                    183: usr.sbin/pkg_install/admin/main.c              1.17
                    184: usr.sbin/pkg_install/create/perform.c          1.24
                    185: usr.sbin/pkg_install/info/perform.c            1.34
                    186: usr.sbin/pkg_install/lib/file.c                        1.44-1.45
                    187: usr.sbin/pkg_install/lib/ftpio.c               1.28
                    188: usr.sbin/pkg_install/lib/str.c                 1.24
                    189:
                    190:   Accept ``.tbz'' as an alternative suffix; compress with bzip2 if
                    191:   a .tbz suffix is given.  Fix pkg_info to work via ftp, either
                    192:   via URL on command line or from PKG_PATH environment variable.
                    193:
                    194: sys/arch/news68k/dev/zs.c                      1.5
                    195:
                    196:   Initialize zs chip in zscninit() so that the kernel can use serial
                    197:   console even if the PROM uses bitmap console.  Remove some dead
                    198:   code.  Use BPS_TO_TCONST() to initialize baudrate.
                    199:
                    200: sys/arch/arm32/pci/pciide_machdep.c            1.3
                    201:
                    202:   Print which IRQ is used for compatibility interrupts.
                    203:
                    204: sys/arch/sun3/sun3/sunmon.c                    1.11
                    205: sys/arch/sun3/sun3x/machdep.c                  1.61
                    206:
                    207:   Make PROM boot command work properly even after halt on 3/80.
                    208:
                    209: sys/lib/libsa/loadfile.c                       1.9
                    210:
                    211:   Don't print ``]'' if loading kernel does not have a symbol table.
                    212:
                    213: sys/dev/pci/pciide.c                           1.93
                    214:
                    215:   Add support for Intel ICH2 IDE controller.
                    216:
                    217: usr.sbin/mopd/mopd/process.c                   1.10
                    218:
                    219:   Make sure dle points to the correct slot.  Fixes PR#11253.
                    220:
                    221: sys/dev/microcode/siop/ncr53cxxx.c             1.3-1.5
                    222:
                    223:   Allow conditional branch like "JUMP foo, IF FALSE" (that the
                    224:   driver can later patch).  Bug fixes and syntax checking improvement.
                    225:
                    226: sys/dev/microcode/siop/siop.ss                 1.8-1.12
                    227: sys/dev/microcode/siop/siop.out                        regenerate
                    228: sys/dev/ic/siop.c                              1.23-1.24,1.28-1.36
1.1.2.10  he        229: sys/dev/ic/siop_common.c                       1.7-1.11
1.1.2.9   he        230: sys/dev/ic/siopreg.h                           1.7
                    231: sys/dev/ic/siopvar.h                           1.9-1.13
                    232: sys/dev/ic/siopvar_common.h                    1.5-1.8
                    233: sys/dev/pci/siop_pci_common.c                  1.3
                    234: sys/dev/pci/siop_pci_common.h                  1.2
                    235:
                    236:   Speed improvements to the siop driver, and add tagged queueing
                    237:   support.  As a side effect, better handling of some not so common
                    238:   phase or message sequences.
                    239:
                    240: distrib/notes/amiga/hardware                   1.39
                    241:
                    242:   Nowadays, need to tell people what models didn't have an MMU out
                    243:   of the box.
                    244:
                    245: sbin/ping6/ping6.c                             1.25
                    246:
                    247:   Validate strdup() error on argument parsing.  Also, use strlcat()
                    248:   on complex string manipulation.
                    249:
                    250: usr.sbin/grfconfig/grfconfig.8                 1.10
                    251:
                    252:   Document that text console modes need a depth field of 4.
                    253:
                    254: share/man/man8/compat_pecoff.8                 1.3-1.6
                    255:
                    256:   Various grammar corrections, markup fixes.  Updates for the
                    257:   current status of The PEACE Project.
                    258:
                    259: share/man/man8/Makefile                                1.40
                    260:
                    261:   Alias compat_win32.8 and peace.8.
                    262:
                    263: distrib/sets/lists/man/mi                      1.288
                    264:
                    265:   Add peace(8) and compat_win32(8).
                    266:
                    267: distrib/x68k/floppies/ramdisk-common/Makefile.inc 1.2
                    268:
                    269:   Change all ocurrences of ``crunchgen'' to ${CRUNCHGEN}.
                    270:
                    271: distrib/x68k/floppies/Makefile                 1.7
                    272: distrib/x68k/floppies/bootfloppy-common/Makefile.inc 1.16
                    273: distrib/x68k/floppies/ramdisk.sysinst/Makefile 1.12 via patch
                    274: distrib/x68k/floppies/ramdisk.sysinst/dot.profile 1.7
                    275: distrib/x68k/floppies/bootfloppy.generic/Makefile 1.1 (new)
1.1.2.34  he        276: distrib/x68k/floppies/inst/Makefile            1.1-1.5 (new)
1.1.2.9   he        277: distrib/x68k/floppies/bootfloppy/Makefile      delete
                    278: distrib/x68k/floppies/ramdisk/Makefile         delete
                    279: distrib/x68k/floppies/ramdisk/dot.hdprofile    delete
                    280: distrib/x68k/floppies/ramdisk/dot.profile      delete
                    281: distrib/x68k/floppies/ramdisk/install.tmpl     delete
                    282: distrib/x68k/floppies/ramdisk/list             delete
                    283: distrib/x68k/floppies/ramdisk/mtree.conf       delete
                    284: distrib/x68k/floppies/ramdisk/ramdiskbin.conf  delete
                    285: distrib/x68k/floppies/ramdisk/start.tmpl       delete
                    286: distrib/x68k/floppies/ramdisk/upgrade.tmpl     delete
                    287:
                    288:   Reorganize installation system by removing the old script based
                    289:   installer, provided for 4M systems.  Instead we provide
                    290:   ``floppy-root'' 2-floppy installer.
                    291:
                    292: etc/etc.x68k/Makefile.inc                      1.9
                    293: sys/arch/x68k/conf/INSTALL_SMALL               delete
                    294:
                    295:   We do not use INSTALL_SMALL anymore.
                    296:
                    297: sys/arch/x68k/conf/INSTALL                     1.36 via patch
                    298:
                    299:   Adjust the ramdisk size.
                    300:
                    301: distrib/x68k/floppies/bootfloppy.sysinst/Makefile 1.6
                    302:
                    303:   Change the kernel name from netbsdsi(.gz) to netbsd(.gz).
                    304:
                    305: sys/arch/mac68k/obio/grf_obio.c                        1.46-1.47
                    306:
                    307:   Map only the register space of the DAFB required to set up the
                    308:   video hardware.  Fixes PR#11000.
                    309:   Be careful to unmap anything we map in the drivers' match function
                    310:   in order to avoid potential future problems.
1.1.2.11  he        311:
                    312: sys/dev/ic/an.c                                        patch
                    313:
                    314:   Fix multicast packet reception; handle corresponding ioctl().
1.1.2.12  jhawk     315:
                    316: sys/kern/vfs_getcwd.c                          1.14
                    317:
                    318:   Avoid an infinite loop if VOP_READDIR returned an error.
                    319:
                    320: sys/arch/news68k/include/cpu.h                 1.7
                    321: sys/arch/news68k/news68k/genassym.cf           1.6
1.1.2.13  jhawk     322: sys/arch/news68k/news68k/locore.s              1.13,1.17
1.1.2.12  jhawk     323:
                    324:   Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
                    325:   and enable them on news1200/1400/1500 (Which have no L2 cache); yields
1.1.2.25  he        326:   a performance improvement.  Also correct a typo in a comment.
1.1.2.12  jhawk     327:
                    328: sys/arch/news68k/include/romcall.h             1.2
                    329: sys/arch/news68k/stand/boot/boot.c             1.3
                    330: sys/arch/news68k/stand/boot/locore.S           1.3
                    331: sys/arch/news68k/stand/bootxx/start.S          1.2
                    332: sys/arch/news68k/stand/common/romcalls.S       1.2
                    333:
                    334:   Make sure to return PROM prompt even if loading kernel fails halfway,
                    335:   by calling the PROM halt routine upon failure of loadfile().
1.1.2.14  jhawk     336:
                    337: gnu/usr.bin/ld/ld/ld.c                         1.73
                    338: gnu/usr.bin/ld/ld/ld_i.h                       1.2
                    339: gnu/usr.bin/ld/ld/lib.c                                1.23
                    340:
1.1.2.25  he        341:   Correct various problems with argument parsing for --whole-archive
                    342:   and --no-whole-archive. Fully implement --no-whole-archive.  Remove
                    343:   spurious warning for -Bshareable.
1.1.2.14  jhawk     344:
                    345: sys/dev/pci/tga.c                              1.29
                    346:
1.1.2.25  he        347:   Restore code to clear "odd" in VCHR. This seems to be required
                    348:   for X to function properly on the T8-02 TGA (onboard on Multias,
                    349:   seperate card in other machines).
1.1.2.14  jhawk     350:
                    351: usr.sbin/chown/chown.c                         1.25 via patch
                    352:
1.1.2.25  he        353:   Correct the display of some errors in chown.  Fixes PR#11695.
1.1.2.14  jhawk     354:
                    355: distrib/utils/sysinst/mbr.c                    1.24
                    356:
1.1.2.25  he        357:   Correct an error in the calculation of the end of a partition.
                    358:   Fixes PR#7556.
1.1.2.14  jhawk     359:
                    360: usr.sbin/rpc.lockd/lockd_lock.c                        1.5
                    361:
1.1.2.25  he        362:   Fix an error freeing the wrong lock; in some cases this might
                    363:   have lfree()'d a NULL pointer.
1.1.2.14  jhawk     364:
                    365: distrib/utils/sysinst/util.c                   1.59
                    366: distrib/utils/sysinst/msg.mi.en                        1.79
                    367: distrib/utils/sysinst/msg.mi.fr                        1.39
                    368:
                    369:   Fix sysinst to require base.tgz (in addition to etc.tgz and
1.1.2.25  he        370:   kern.tgz) to successfully install.  Fixes PR#11634.
1.1.2.14  jhawk     371:
                    372: sys/dev/pcmcia/wdc_pcmcia.c                    1.36 via patch
                    373:
                    374:   Support AMACOM "Value Engineered" CDROM.
1.1.2.15  jhawk     375:
                    376: sys/dev/isa/ad1848_isa.c                       1.17
                    377: sys/dev/isa/ad1848var.h                                1.35
                    378:
                    379:   Support full-duplex audio on 1848 wss devices by using
                    380:   seperate interrupt handlers for play and record. Fix from
                    381:   Juergen Weiss <weiss@uni-mainz.de> by way of PR#11178.
                    382:
                    383: gnu/usr.sbin/sendmail/Makefile                 1.3
                    384:
1.1.2.25  he        385:   Move the the "doc" subdirectory from MKSHARE conditional to the
                    386:   MKDOC one.
1.1.2.15  jhawk     387:
                    388: sys/dev/tc/sfbreg.h                            1.3
                    389:
                    390:   Make XalphaNetBSD compile with SFB support.
1.1.2.16  jhawk     391:
                    392: sbin/ifconfig/ifconfig.c                       1.81, 1.87
                    393: sbin/ifconfig/ifconfig.8                       1.34, 1.38
                    394: sys/net/if.c                                   1.63-1.64, 1.67
                    395: sys/net/if.h                                   1.51, 1.53
                    396: sys/sys/sockio.h                               1.12-1.13
                    397:
                    398:   Support cloning of network pseudo-interfaces.
                    399:
                    400: etc/etc.i386/MAKEDEV                           1.131 via patch
                    401:
1.1.2.25  he        402:   Support up to five SCSI disks during INSTALL, not only three.
                    403:   Fixes PR#9912.
1.1.2.16  jhawk     404:
                    405: sys/arch/macppc/include/vmparam.h              1.13
                    406:
1.1.2.25  he        407:   Increase limits (max test size, datasize, default datasize, and
                    408:   default stacksize) to match other ports.  (Fixes a bunch of
                    409:   problems running apps like Mozilla with the defaults.)
1.1.2.16  jhawk     410:
                    411: sbin/ifconfig/ifconfig.c                       1.89
                    412: sbin/ifconfig/ifconfig.8                       1.43
                    413: distrib/sets/lists/comp/mi                     1.258
                    414: distrib/sets/lists/man/mi                      1.269
                    415: share/man/man4/Makefile                                1.166
                    416: share/man/man4/vlan.4                          1.1-1.6 (new)
                    417: sys/conf/files                                 1.395 via patch
                    418: sys/net/Makefile                               1.8
                    419: sys/net/if_ether.h                             1.18-1.19, 1.21
                    420: sys/net/if_ethersubr.c                         1.59-1.60, 1.62-1.65, 1.70
                    421:                                                via patch
                    422: sys/net/if_vlan.c                              1.1-1.14, 1.16-1.21,
                    423:                                                1.23-1.26 (new)
                    424: sys/net/if_vlanvar.h                           1.1-1.4 (new)
                    425: sys/sys/sockio.h                               1.14
                    426: sys/dev/ic/dp8390.c                            1.39
                    427: sys/dev/ic/elinkxl.c                           1.43 via patch
                    428: sys/dev/ic/elinkxlreg.h                                1.4
                    429: sys/dev/ic/i82557.c                            1.39
                    430: sys/dev/ic/lance.c                             1.14
                    431: sys/dev/ic/smc83c170.c                         1.36
                    432: sys/dev/ic/tulip.c                             1.74-1.75
                    433:
1.1.2.25  he        434:   Add support for 802.1Q virtual LANs.
1.1.2.16  jhawk     435:
                    436: sys/dev/pci/if_ti.c                            1.12, 1.15 via patch
                    437: sys/dev/pci/if_tireg.h                         1.3
                    438: sys/dev/pci/pcidevs                            1.272 via patch
                    439: sys/dev/pci/pcidevs.h                          regen
                    440: sys/dev/pci/pcidevs_data.h                     regen
                    441: sys/dev/pci/ti_fw.h                            1.2
                    442: sys/dev/pci/ti_fw2.h                           1.2
                    443: share/man/man4/ti.4                            1.4 via patch
                    444: share/man/man4/vlan.4                          1.7
                    445:
                    446:   For the ti driver, add hardware 802.1Q support, update firmware
                    447:   to 12.4.13+wpaul, and support the Netgear GA620T copper gigabit card,
                    448:   and the Alteon ACEnic 100baseSX and 1000baseT gigabit cards. Various
                    449:   small changes from FreeBSD.
1.1.2.17  tv        450:
                    451: sys/arch/i386/i386/sys_machdep.c                1.55
                    452:
                    453:   Validate gate targets correctly.
1.1.2.18  jhawk     454:
                    455: sys/dev/ic/rtl81x9.c                           1.12, 1.21-1.24 via patch
                    456: sys/dev/ic/rtl81x9var.h                                1.6-1.7
                    457:
                    458:   Clean up receive interrupt routine and fix DMA buffer handing
                    459:   for receive buffering.
                    460:   Add missed bus_dmamem_free() in rtk_detach().
                    461:   Some cosmetic fixes.
                    462:
1.1.2.19  jhawk     463: usr.sbin/user/user.c                           1.35
                    464: usr.sbin/user/usermod.8                                1.8
                    465:
                    466:   Make moving a user's homedirectory with -md work correctly,
1.1.2.25  he        467:   and clarify the meaning of -d in the absence of -m.  Fixing PR#11707
1.1.2.19  jhawk     468:
                    469: sbin/modload/elf.c                             1.4
                    470:
                    471:   Ensure that data_hole is aligned to a section, otherwise
                    472:   elf_mod_sizes() may report a size too small, affecting LKM loading.
1.1.2.20  jhawk     473:
                    474: crypto/dist/heimdal/lib/gssapi/acquire_cred.c  1.2, 1.3
                    475: crypto/dist/heimdal/lib/gssapi/gssapi.h                1.2 via patch
                    476: crypto/dist/heimdal/lib/gssapi/init_sec_context.c 1.2 via patch
                    477: crypto/dist/heimdal/lib/gssapi/release_cred.c  1.2
                    478:
                    479:   Make gss_acquire_cred() work for cases other than GSS_C_NO_CREDENTIAL
                    480:   (i.e 'get current, default credentials').  This is needed to support
                    481:   things like gss-api authentication with IKE, as currently implemented
                    482:   in racoon.
                    483:
                    484: sys/netinet6/in6_prefix.c                      1.13
                    485:
                    486:   Don't dereference null ra_addr pointer.
                    487:
                    488: share/examples/supfiles/sup.de.netbsd.org      deleted
                    489: share/examples/supfiles/Makefile               1.7
                    490:
                    491:   sup.de.netbsd.org no longer exists (since May 2000).
                    492:
                    493: sys/net/bpf.c                                  1.60
                    494:
1.1.2.25  he        495:   Fix non-blocking BPF reads.  Fixes PR#11836.
1.1.2.20  jhawk     496:
                    497: share/misc/acronyms                            1.64-1.73
                    498:
                    499:   Various acryonym updates.
                    500:
                    501: sys/arch/amiga/dev/if_ne_zbus.c                        1.6
                    502: sys/arch/amiga/conf/GENERIC                    1.154
                    503: sys/arch/amiga/conf/AMIGA                      regen
                    504: sys/arch/amiga/conf/DRACO                      regen
                    505: sys/arch/amiga/conf/INSTALL                    regen
                    506:
                    507:   Correct and add (Respectively) the name of the X-surf board in comments.
                    508:
                    509: distrib/sets/lists/man/mi                      patch
                    510:
                    511:   Remove duplicates (presumed due to merge errors).
                    512:
                    513: sys/dev/isa/if_cs_isa.c                                1.3
                    514: sys/dev/ofisa/if_cs_ofisa.c                    1.4
                    515:
                    516:   Include <sys/rnd.h> as appropriate to properly size cs_softc.
                    517:
                    518: sys/arch/mac68k/mac68k/locore.s                        1.133
                    519: sys/arch/mac68k/obio/esp.c                     1.26-1.28
                    520: sys/arch/mac68k/obio/espvar.h                  1.6
                    521:
1.1.2.25  he        522:   Improve performance of the pseudo-DMA mode of the esp driver, and
                    523:   handle residual FIFO data on write.
1.1.2.20  jhawk     524:
                    525: usr.bin/tftp/main.c                            1.14
                    526:
                    527:   Fix argument validation error in setpeer().
                    528:
                    529: sys/dev/pcmcia/if_wi.c                         1.48
                    530: sys/dev/pcmcia/if_wivar.h                      1.15
                    531:
1.1.2.25  he        532:   Ensure the ethernet payload is properly aligned.  Fixes PR#11477.
1.1.2.20  jhawk     533:
                    534: distrib/sets/lists/base/mi                     1.204
                    535: etc/mtree/NetBSD.dist                          1.128
                    536:
1.1.2.25  he        537:   /etc/openssl/cert.pem is a file, not a directory.  Fixes PR#11772.
1.1.2.20  jhawk     538:
                    539: lib/libc/locale/setlocale.c                    1.23, 1.25-1.27, 1.31 via patch
                    540:
                    541:   Updates to setlocale(): return NULL for nonexistant locales, ignore
                    542:   some errors, and handle environment vars consistently (no slashes).
                    543:
                    544: sys/dev/sbus/isp_sbus.c                                1.31-1.34
                    545: sys/dev/microcode/isp/asm_2200.h               1.2
                    546: sys/dev/microcode/isp/asm_sbus.h               1.16
1.1.2.22  jhawk     547: sys/dev/pci/isp_pci.c                          1.57-1.58, 1.61
1.1.2.20  jhawk     548: sys/dev/ic/isp.c                               1.62-1.65
                    549: sys/dev/ic/ispvar.h                            1.36-1.38
                    550: sys/dev/ic/isp_netbsd.h                                1.30-1.33
                    551: sys/dev/ic/isp_netbsd.c                                1.31-1.35
                    552:
                    553:   Add in correct SBus bursting; upgrade to 2.01.26 firmware; pull to latest
                    554:   initiator mode level; make changes to WWN default handling; quiet
                    555:   chatty boot messages; fix endian code so MacPPC works; fix bug in
                    556:   lock recursion counter; fix bug which excluded all but NL-ports from
                    557:   being logged into on a fabric.
1.1.2.21  jhawk     558:
                    559: share/man/man7/packages.7                      1.40
                    560:
1.1.2.22  jhawk     561:   Remove documentation of NOCLEANDEPENDS (default); document
1.1.2.25  he        562:   MAKEFILE, per PR#11866.
1.1.2.21  jhawk     563:
                    564: crypto/dist/ssh/packet.c                       1.2
                    565:
                    566:   Set TCP_NODELAY interactive IPv6 connections.
                    567:
                    568: sys/arch/x68k/dev/rtclock.c                    1.6
                    569:
                    570:   Correct errant year 2001 bounds check.
                    571:
                    572: sys/arch/x68k/conf/ALL                         1.38
                    573: sys/arch/x68k/conf/GENERIC                     1.55
                    574: sys/arch/x68k/conf/INSTALL                     1.37
                    575: sys/arch/x68k/conf/Makefile.x68k               1.49 via patch
                    576: sys/arch/x68k/conf/TOKOCHAN                    1.16
                    577:
                    578:   CMACHFLAGS now defaults to -m68020-60.
                    579:
                    580: lib/libc/regex/regcomp.c                       1.17
                    581:
                    582:   Pass unsigned char (not char) to ctype(3) functions, except iascii(3).
1.1.2.25  he        583:   Fixes PR#11885.
1.1.2.21  jhawk     584:
                    585: crypto/dist/openssl/crypto/rand/randfile.c     1.2
                    586:
                    587:   Ignore environment variables if issetugid(), and fall back to /dev/random.
                    588:
                    589: sys/arch/pmax/pmax/autoconf.c                  1.57 via patch
                    590:
                    591:   Adjust recent netboot fix to work on the 5100 as well.
                    592:
                    593: dist/ipf/man/ipf.8                             1.3
                    594:
                    595:   Xref ipf.conf(5)
                    596:
                    597: sys/arch/alpha/include/pio.h                   1.6
                    598:
                    599:   Make this file safe for inclusion in C++ programs.
                    600:
                    601: sys/arch/alpha/alpha/mem.c                     1.29
                    602:
                    603:   Pass the PA (not the PFN) to alpha_pa_access().
                    604:
                    605: sys/dev/isa/ess.c                              1.53
                    606: sys/dev/isa/essvar.h                           1.18
                    607: sys/dev/ofisa/ess_ofisa.c                      1.6
                    608:
1.1.2.25  he        609:   Support certain ISAPnP ESS 1868 and 1869 cards.  Per PR#11630.
1.1.2.21  jhawk     610:
                    611: sys/uvm/uvm_mmap.c                             1.47-1.48 via patch
                    612:
                    613:   Change PROT_EXEC handling. Clear it from the maxprot if the protection
                    614:   lacks it, after a failed udv_attach() and retry the udv_attach().
1.1.2.22  jhawk     615:
                    616: sys/dev/pcmcia/if_ray.c                                1.26
                    617:
1.1.2.25  he        618:   Cast pktlen to u_long and print with %ld.  Now it compiles on
                    619:   the alpha.
1.1.2.22  jhawk     620:
                    621: sys/dev/ic/tulip.c                             1.85
                    622:
                    623:   Ignore receive errors if VLAN_MTU is enabled.
                    624:
1.1.2.27  he        625: sys/netinet6/icmp6.c                           1.50-1.51
1.1.2.22  jhawk     626:
1.1.2.25  he        627:   Only printf() IPv6 ICMP checksum errors under ND6_DEBUG.  Fixes
                    628:   PR#11911.
1.1.2.22  jhawk     629:
                    630: sbin/ifconfig/ifconfig.c                       1.94
                    631:
1.1.2.27  he        632:   Initialize an uninitialized pointer.  Fixes PR#11702.
1.1.2.22  jhawk     633:
                    634: lib/libcrypto_idea/Makefile                    1.2
                    635: lib/libcrypto_rc5/Makefile                     1.2
                    636:
                    637:   Don't build these libraries shared.
                    638:
                    639: lib/libc/arch/i386/stdlib/div.S                        1.6
                    640: lib/libc/arch/i386/stdlib/ldiv.S               1.6
                    641:
                    642:   Implement working versions of div() and ldev(). Previously they returned
                    643:   garbage, but were generally unused.
                    644:
                    645: gnu/dist/gcc/gcc.1                             1.8
                    646:
                    647:   Mention Objective C in .SH NAME section.
1.1.2.23  jhawk     648:
                    649: gnu/usr.bin/gawk/Makefile                      1.11
                    650:
1.1.2.25  he        651:   Use -msoft-quad-float on the sparc64.
1.1.2.23  jhawk     652:
                    653: sys/netinet/ip_output.c                                1.80
                    654:
                    655:   Initialize len during getsokcopt() for IP_IPSEC_POLICY.
                    656:
                    657: sys/arch/sparc/dev/cgsix.c                     patch
                    658: sys/arch/sparc/dev/cgsixreg.h                  patch
                    659:
1.1.2.25  he        660:   Initialize cgsix registers for machines that do not do so by
                    661:   themselves.  Fixes PR#11944.
1.1.2.23  jhawk     662:
                    663: share/termcap/termcap.src                      1.64
                    664:
1.1.2.25  he        665:   Remove visual bell from xterm termcap, for compatibility.  Fixes
                    666:   PR#11882.
1.1.2.23  jhawk     667:
                    668: bin/ps/ps.1                                    1.40-1.42
                    669: bin/ps/print.c                                 1.63-1.65
                    670:
1.1.2.25  he        671:   Clarify meaning of COMMANDs printed in parentheses.  Addresses
                    672:   PR#11930.
1.1.2.23  jhawk     673:
                    674: distrib/sparc/miniroot/dot.profile             1.10
                    675:
1.1.2.25  he        676:   Do not reset the baud rate to 9600.  Fixes PR#11946.
1.1.2.24  he        677:
                    678: dist/bind/LICENSE                              1.2
                    679: dist/bind/README                               1.3
                    680: dist/bind/bin/dig/dig.c                                1.3
                    681: dist/bind/bin/dnskeygen/dnskeygen.c            1.2
                    682: dist/bind/bin/dnsquery/dnsquery.c              1.2
                    683: dist/bind/bin/host/host.c                      1.4
                    684: dist/bind/bin/irpd/irpd.c                      1.2
                    685: dist/bind/bin/mkservdb/mkservdb.c              1.2
                    686: dist/bind/bin/named-bootconf/named-bootconf.sh 1.2
                    687: dist/bind/bin/named-xfer/named-xfer.c          1.3
                    688: dist/bind/bin/named/db_defs.h                  1.2
                    689: dist/bind/bin/named/db_dump.c                  1.3
                    690: dist/bind/bin/named/db_func.h                  1.2
                    691: dist/bind/bin/named/db_glob.h                  1.2
                    692: dist/bind/bin/named/db_glue.c                  1.3
                    693: dist/bind/bin/named/db_ixfr.c                  1.2
                    694: dist/bind/bin/named/db_load.c                  1.3
                    695: dist/bind/bin/named/db_lookup.c                        1.2
                    696: dist/bind/bin/named/db_save.c                  1.2
                    697: dist/bind/bin/named/db_sec.c                   1.2
                    698: dist/bind/bin/named/db_tsig.c                  1.2
                    699: dist/bind/bin/named/db_update.c                        1.3
                    700: dist/bind/bin/named/named.conf                 1.3
                    701: dist/bind/bin/named/named.h                    1.2
                    702: dist/bind/bin/named/ns_config.c                        1.4
                    703: dist/bind/bin/named/ns_ctl.c                   1.4
                    704: dist/bind/bin/named/ns_defs.h                  1.3
                    705: dist/bind/bin/named/ns_forw.c                  1.4
                    706: dist/bind/bin/named/ns_func.h                  1.5
                    707: dist/bind/bin/named/ns_glob.h                  1.3
                    708: dist/bind/bin/named/ns_glue.c                  1.3
                    709: dist/bind/bin/named/ns_init.c                  1.2
                    710: dist/bind/bin/named/ns_ixfr.c                  1.3
                    711: dist/bind/bin/named/ns_lexer.c                 1.3
                    712: dist/bind/bin/named/ns_lexer.h                 1.3
                    713: dist/bind/bin/named/ns_main.c                  1.8
                    714: dist/bind/bin/named/ns_maint.c                 1.3
                    715: dist/bind/bin/named/ns_ncache.c                        1.2
                    716: dist/bind/bin/named/ns_notify.c                        1.3
                    717: dist/bind/bin/named/ns_parser.y                        1.3
                    718: dist/bind/bin/named/ns_parseutil.c             1.2
                    719: dist/bind/bin/named/ns_parseutil.h             1.2
                    720: dist/bind/bin/named/ns_req.c                   1.3
                    721: dist/bind/bin/named/ns_resp.c                  1.4
                    722: dist/bind/bin/named/ns_signal.c                        1.2
                    723: dist/bind/bin/named/ns_sort.c                  1.3
                    724: dist/bind/bin/named/ns_stats.c                 1.3
                    725: dist/bind/bin/named/ns_udp.c                   1.2
                    726: dist/bind/bin/named/ns_update.c                        1.3
                    727: dist/bind/bin/named/ns_xfr.c                   1.2
                    728: dist/bind/bin/named/pathtemplate.h             1.2
                    729: dist/bind/bin/ndc/ndc.c                                1.3
                    730: dist/bind/bin/nslookup/commands.l              1.2
                    731: dist/bind/bin/nslookup/debug.c                 1.3
                    732: dist/bind/bin/nslookup/getinfo.c               1.3
                    733: dist/bind/bin/nslookup/list.c                  1.2
                    734: dist/bind/bin/nslookup/main.c                  1.2
                    735: dist/bind/bin/nslookup/nslookup.help           1.3
                    736: dist/bind/bin/nslookup/pathnames.h             1.2
                    737: dist/bind/bin/nslookup/res.h                   1.2
                    738: dist/bind/bin/nslookup/send.c                  1.3
                    739: dist/bind/bin/nslookup/subr.c                  1.2
                    740: dist/bind/bin/nsupdate/nsupdate.c              1.2
                    741: dist/bind/bind2netbsd                          1.15
                    742: dist/bind/include/arpa/nameser.h               1.3
                    743: dist/bind/include/irs.h                                1.2
                    744: dist/bind/include/isc/assertions.h             1.2
                    745: dist/bind/include/isc/list.h                   1.2
                    746: dist/bind/include/isc/logging.h                        1.3
                    747: dist/bind/include/isc/misc.h                   1.2
                    748: dist/bind/include/port_after.h                 1.2-1.3
                    749: dist/bind/include/port_before.h                        1.4
                    750: dist/bind/include/resolv.h                     1.5
                    751: dist/bind/lib/dst/bsafe_link.c                 1.2
                    752: dist/bind/lib/dst/cylink_link.c                        1.2
                    753: dist/bind/lib/dst/dst_api.c                    1.3
                    754: dist/bind/lib/dst/eay_dss_link.c               1.2
                    755: dist/bind/lib/dst/hmac_link.c                  1.2
                    756: dist/bind/lib/dst/md5.h                                1.1-1.3 (new)
                    757: dist/bind/lib/dst/md5_dgst.c                   1.1-1.3 (new)
                    758: dist/bind/lib/dst/md5_locl.h                   1.1-1.3 (new)
                    759: dist/bind/lib/dst/prandom.c                    1.2
                    760: dist/bind/lib/dst/rsaref_link.c                        1.2
                    761: dist/bind/lib/dst/support.c                    1.2
                    762: dist/bind/lib/inet/inet_cidr_pton.c            1.2
                    763: dist/bind/lib/inet/inet_net_ntop.c             1.2
                    764: dist/bind/lib/inet/inet_ntop.c                 1.2
                    765: dist/bind/lib/irs/dns.c                                1.2
                    766: dist/bind/lib/irs/dns_ho.c                     1.2
                    767: dist/bind/lib/irs/dns_sv.c                     1.2
                    768: dist/bind/lib/irs/gen_gr.c                     1.2
                    769: dist/bind/lib/irs/gethostent.c                 1.2
                    770: dist/bind/lib/irs/gethostent_r.c               1.2
                    771: dist/bind/lib/irs/getnameinfo.c                        1.2
                    772: dist/bind/lib/irs/getnetent.c                  1.2
                    773: dist/bind/lib/irs/getpwent.c                   1.2
                    774: dist/bind/lib/irs/hesiod.c                     1.2
                    775: dist/bind/lib/irs/irp.c                                1.2
                    776: dist/bind/lib/irs/irpmarshall.c                        1.2
                    777: dist/bind/lib/irs/irs_data.c                   1.4
                    778: dist/bind/lib/irs/lcl.c                                1.2
                    779: dist/bind/lib/irs/nis.c                                1.2
                    780: dist/bind/lib/irs/util.c                       1.2
                    781: dist/bind/lib/isc/ctl_clnt.c                   1.3
                    782: dist/bind/lib/isc/ctl_p.c                      1.2
                    783: dist/bind/lib/isc/ctl_srvr.c                   1.3
                    784: dist/bind/lib/isc/ev_connects.c                        1.2
                    785: dist/bind/lib/isc/ev_timers.c                  1.3
                    786: dist/bind/lib/isc/ev_waits.c                   1.3
                    787: dist/bind/lib/isc/eventlib.c                   1.3
                    788: dist/bind/lib/isc/eventlib_p.h                 1.3
                    789: dist/bind/lib/isc/logging.c                    1.2
                    790: dist/bind/lib/isc/logging_p.h                  1.2
                    791: dist/bind/lib/isc/movefile.c                   1.1 (new)
                    792: dist/bind/lib/nameser/ns_name.c                        1.3
                    793: dist/bind/lib/nameser/ns_parse.c               1.2
                    794: dist/bind/lib/nameser/ns_print.c               1.2
                    795: dist/bind/lib/nameser/ns_sign.c                        1.2
                    796: dist/bind/lib/nameser/ns_verify.c              1.2
                    797: dist/bind/lib/resolv/res_data.c                        1.5
                    798: dist/bind/lib/resolv/res_debug.c               1.3
                    799: dist/bind/lib/resolv/res_debug.h               1.2
                    800: dist/bind/lib/resolv/res_findzonecut.c         1.3
                    801: dist/bind/lib/resolv/res_init.c                        1.2
                    802: dist/bind/lib/resolv/res_mkupdate.c            1.2
                    803: dist/bind/lib/resolv/res_query.c               1.2
                    804: dist/bind/lib/resolv/res_send.c                        1.3
                    805: dist/bind/lib/resolv/res_sendsigned.c          1.2
                    806: dist/bind/lib/resolv/res_update.c              1.3
                    807: dist/bind/man/host.1                           1.4
                    808: dist/bind/man/named.8                          1.5
                    809: dist/bind/man/named.conf.5                     1.3
                    810: dist/bind/man/nsupdate.8                       1.3
                    811: usr.sbin/bind/Makefile                         1.9
                    812: usr.sbin/bind/lib/Makefile                     1.11 via patch
                    813:
                    814:   Upgrade to BIND version 8.2.3.
1.1.2.25  he        815:
                    816: crypto/dist/ssh/ssh.conf                       1.3
                    817:
                    818:   Document that we ship with "ForwardX11 no" as the default.
                    819:
                    820: sys/arch/i386/i386/apm.c                       1.58 via patch
                    821:
                    822:   Fix problem detected on IBM thinkpads causing it to suspend
                    823:   shortly after resume.  This is caused by duplicate events filling
                    824:   the event queue, so improve detection of duplicates.  Also cleanup
                    825:   and add some APMDEBUG code.
                    826:
                    827: sys/arch/i386/isa/npx_isa.c                    1.2
                    828:
                    829:   Avoid doing Very Bad Things by passing a horrible IRQ value to
                    830:   npxprobe1().  Fixes a problem on IBM Thinkpads.
                    831:
                    832: sys/arch/sparc/stand/common/promdev.c          1.9
                    833:
                    834:   On V0 proms, read the ``idprom'' property at the root node to
                    835:   get to the station's ethernet address.  Fixes netbooting on some
                    836:   older SPARCstations where the boot program would otherwise crash.
                    837:
                    838: sys/arch/mac68k/dev/ite_compat.c               1.3
                    839:
                    840:   Correct the implementation of iteopen()/iteclose().  Fixes
                    841:   PR#12022.
                    842:
                    843: usr.sbin/ypserv/ypinit/Makefile.yp             1.14
                    844:
                    845:   Handle multiple-line netgroup entries correctly.
                    846:
                    847: sys/arch/i386/stand/lib/biosdisk.c             1.13
                    848:
                    849:   Add support for booting off RAIDframe RAID1 mirrors.  Done by
                    850:   checking the first partition type in biosdiskopen(), and if it
                    851:   is of type FS_RAID, add 64 to d->b_off.
                    852:
                    853:   NOTE: installboot(8) still needs some hacking to DTRT, but at
                    854:   least this way if you can load "/boot" off another partition
                    855:   (e.g, wd0h), then wd0a can be of type `RAID' with a raidframe
                    856:   mirror at the start and the kernel will load OK of wd0a, and with
                    857:   raidctl -A root partitions, it will change root as well.
                    858:
                    859: sys/dev/pckbc/wskbdmap_mfii.c.                 1.20
                    860:
                    861:   Cause the ``delete'' key to actually send <DEL> like it used to
                    862:   (and still does with pccons) rather than <ESC>[3~.
                    863:
                    864: usr.sbin/grfconfig/grfconfig.c                 1.10
                    865:
                    866:   Fix parameter file checking.  Fixes PR#11865.
                    867:
                    868: usr.sbin/apmd/apmd.c                           1.17
                    869:
                    870:   Be more picky about running /etc/apm/{battery,line} in response
                    871:   to APM_POWER_CHANGE event.  Some BIOSes post this event periodically
                    872:   while the battery is charging/discharging, even though there's
                    873:   no change in a/c state.  Thus, track a/c state, and only run the
                    874:   scripts when a/c state actually changes.
                    875:
                    876: share/misc/bsd-family-tree                     1.7
                    877:
                    878:   Keep in sync with current reality.  Include up-to-date information
                    879:   about NetBSD-1.5, BSD/386, BSD/OS and other BSDs.
                    880:
                    881: sys/kern/uipc_socket.c                         1.52
                    882:
                    883:   Prevent bogus data from being returned from the kernel on accept(2)
                    884:   in case the peer already have disconnected.  Partial fix for
                    885:   PR#12027 and PR#10698.
                    886:
                    887: sys/dev/raidframe/rf_copyback.c                        1.15
                    888: sys/dev/raidframe/rf_reconstruct.c             1.27
                    889:
                    890:   Make sure we update the ``partitionSize'' field of the component
                    891:   labels when doing a reconstruct or copyback, instead of leaving
                    892:   behind possibly uninitialized junk, which could cause autoconfig
                    893:   failure on reboot.
                    894:
                    895: distrib/i386/floppies/ramdisk-rescuesmall/ramdiskbin.conf      1.2
                    896: distrib/i386/floppies/ramdisk-small/ramdiskbin.conf    1.3 via patch
                    897: distrib/i386/floppies/ramdisk-small/Makefile   patch
                    898:
                    899:   Squeeze so these fit again:
                    900:    o Replace less(1) with more(1)
                    901:    o Reduce number of inodes
                    902:
                    903: usr.bin/time/time.1                            1.9-1.12
                    904:
                    905:   Note that ``time'' is also a builtin in ksh, and document rusage
                    906:   information.  Fixes PR#11975.  Also use "EXIT STATUS" instead of
                    907:   "DIAGNOSTICS".
                    908:
                    909: usr.sbin/wsfontload/wsfontload.8               1.11
                    910: usr.sbin/wsfontload/wsfontload.c               1.5
                    911:
                    912:   Improve error messages by printing device name.  Add -v switch
                    913:   to wsfontload to dump stats on fonts before loading.
                    914:
                    915: sys/sys/exec.h                                 1.77
                    916:
                    917:   Correct macro expansions of NEW_VMCMD and NEW_VMCMD2 (under DEBUG)
                    918:   to not contain ``;'' at the end.
                    919:
                    920: sys/compat/pecoff/pecoff_exec.c                        1.8
                    921:
                    922:   Add support to mmap .bss section, using vmcmd_map_pagedvn if
                    923:   possible.
                    924:
                    925: usr.bin/file/magdir/netbsd                     1.15
                    926:
                    927:   Fix arm32 confusion.
                    928:
                    929: distrib/sparc64/ramdisk/Makefile               deleted
                    930: distrib/sparc64/ramdisk/list.m4                        deleted
                    931: distrib/sparc64/ramdisk/disktab                        deleted
                    932: distrib/sparc64/ramdisk/disktab.preinstall     deleted
                    933: distrib/sparc64/ramdisk/termcap.mini           deleted
                    934: distrib/sparc64/ramdisk/dot.profile.m4         deleted
                    935: distrib/sparc64/ramdisk/mtree.conf             deleted
                    936: distrib/sparc64/ramdisk/ramdiskbin.m4          deleted
                    937: distrib/sparc64/ramdisk/dist/base_obsolete     deleted
                    938: distrib/sparc64/ramdisk/dist/comp_obsolete     deleted
                    939: distrib/sparc64/ramdisk/dist/games_obsolete    deleted
                    940: distrib/sparc64/ramdisk/dist/man_obsolete      deleted
                    941: distrib/sparc64/ramdisk/dist/misc_obsolete     deleted
                    942: distrib/sparc64/ramdisk/dist/secr_obsolete     deleted
                    943: distrib/sparc64/ramdisk/dist/xbase_obsolete    deleted
                    944: distrib/sparc64/ramdisk/dist/xserver_obsolete  deleted
                    945: distrib/sparc64/xminiroot/Makefile             1.1-1.2 (new)
                    946: distrib/sparc64/xminiroot/disktab              1.1 (new)
                    947: distrib/sparc64/xminiroot/disktab.preinstall   1.1 (new)
                    948: distrib/sparc64/xminiroot/dot.profile.m4       1.1 (new)
                    949: distrib/sparc64/xminiroot/list.m4              1.1 (new)
                    950: distrib/sparc64/xminiroot/mtree.conf           1.1 (new)
                    951: distrib/sparc64/xminiroot/ramdiskbin.m4                1.1 (new)
                    952: distrib/sparc64/xminiroot/termcap.mini         1.1 (new)
                    953: distrib/sparc64/xminiroot/dist/base_obsolete   1.1 (new)
                    954: distrib/sparc64/xminiroot/dist/comp_obsolete   1.1 (new)
                    955: distrib/sparc64/xminiroot/dist/games_obsolete  1.1 (new)
                    956: distrib/sparc64/xminiroot/dist/man_obsolete    1.1 (new)
                    957: distrib/sparc64/xminiroot/dist/misc_obsolete   1.1 (new)
                    958: distrib/sparc64/xminiroot/dist/secr_obsolete   1.1 (new)
                    959: distrib/sparc64/xminiroot/dist/xbase_obsolete  1.1 (new)
                    960: distrib/sparc64/xminiroot/dist/xserver_obsolete        1.1 (new)
                    961: etc/etc.sparc64/Makefile.inc                   1.5
                    962: distrib/sparc64/Makefile                       1.2
                    963:
                    964:   Rename sparc64 ``ramdisk'' to ``xminiroot'' to avoid confusion
                    965:   about what it actually does.
                    966:
                    967: usr.sbin/mailwrapper/mailwrapper.c             1.4
                    968:
                    969:   Add forgottern addarg(&al, NULL, 0) before execve() to prevent
                    970:   coredump.
                    971:
                    972: lib/libkvm/kvm.c                               1.69
                    973:
                    974:   Add forgotten initialization.  Fixes PR#11446.
                    975:
                    976: sys/arch/pmax/pmax/dec_3100.c                  1.31
                    977:
                    978:   Distinguish between PMIN and PMAX in boot message.
                    979:
                    980: libexec/lfs_cleanerd/cleanerd.c                        1.23
                    981: libexec/lfs_cleanerd/library.c                 1.17
                    982:
                    983:   Plug memory leak in lfs_cleanerd.  Fixes PR#11094.
                    984:
                    985: usr.sbin/rarpd/rarpd.c                         1.40
                    986:
                    987:   Diagnostic message was the wrong way round.  Fixes PR#11330.
                    988:
                    989: usr.sbin/pwd_mkdb/pwd_mkdb.c                   1.21
                    990:
                    991:   Use empty string as default prefix so that e.g. ``/etc/spwd.db''
                    992:   is used instead of ``//etc/spwd.db''.
                    993:
                    994: bin/dd/dd.c                                    1.18-1.19
                    995:
                    996:   Accept the getopt(3) ``last option'' delimiter.  Fixes PR#11229.
                    997:
                    998: usr.bin/patch/patch.1                          1.5
                    999: usr.bin/patch/patch.c                          1.8
                   1000:
                   1001:   Support the 1003.2-92 -i option.   Fixes PR#11221.
                   1002:
                   1003: usr.bin/at/Makefile                            1.7
                   1004: usr.bin/at/at.1                                        1.13
                   1005: usr.bin/at/at.c                                        1.18
                   1006: usr.bin/at/panic.c                             1.9
                   1007: usr.bin/at/stime.c                             1.1 (new)
                   1008: usr.bin/at/stime.h                             1.1 (new)
                   1009:
                   1010:   Support the 1003.2-92 -t option.  Fixes PR#11205.
                   1011:   For symmetry, extend -t to batch(1) as well.
                   1012:
                   1013: libexec/tftpd/tftpd.c                          1.20-1.21
                   1014:
                   1015:   Handle getnameinfo error properly.
                   1016:   Make sure not to overrun packet buffer with error message string.
                   1017:
                   1018: usr.bin/tftp/main.c                            1.13
                   1019:
                   1020:   Make sure we do not overrun peeraddr.
                   1021:
                   1022: usr.sbin/wiconfig/wiconfig.c                   1.10
                   1023:
                   1024:   Cast isprint() parameter to (unsigned char) - it looses if the
                   1025:   character has high bit set when the architecture is using signed
                   1026:   char by default.  Fixes PR#11556.
                   1027:
                   1028: sys/ufs/lfs/lfs.h                              1.33-1.35
                   1029: sys/ufs/lfs/lfs_balloc.c                       1.26-1.27
                   1030: sys/ufs/lfs/lfs_bio.c                          1.31-1.32
                   1031: sys/ufs/lfs/lfs_extern.h                       1.22
                   1032: sys/ufs/lfs/lfs_inode.c                                1.46-1.47 via patch
                   1033: sys/ufs/lfs/lfs_segment.c                      1.60-1.62
                   1034: sys/ufs/lfs/lfs_syscalls.c                     1.50,1.52-1.53
                   1035: sys/ufs/lfs/lfs_vfsops.c                       1.59
                   1036: sys/ufs/lfs/lfs_vnops.c                                1.47-1.49
                   1037: sbin/newfs_lfs/lfs.c                           1.19,1.21
                   1038: sbin/fsck_lfs/main.c                           1.7
                   1039: sbin/fsck_lfs/pass5.c                          1.7-1.8
                   1040: sbin/mount_lfs/mount_lfs.c                     1.12 via patch
                   1041: libexec/lfs_cleanerd/Makefile                  1.7
                   1042: libexec/lfs_cleanerd/cleanerd.c                        1.24-1.27
                   1043: usr.sbin/dumplfs/dumplfs.c                     1.17
                   1044:
                   1045:   Major LFS pullup:
                   1046:   o Don't write anything if the filesystem is idle (PR#10979).
                   1047:   o Allow the user to specify a 0% free space threshold at fs
                   1048:     creation time with "newfs_lfs -m 0" (PR#11112).
                   1049:   o Add compatibility option "-f" to fsck_lfs (PR#11129).
                   1050:   o Don't spawn more cleaners when using "mount -u", unless
                   1051:     upgrading from r/o to r/w; when downgrading, kill the cleaner.
                   1052:   o Close up accounting holes in LFS' accounting of immediately-
                   1053:     available-space, number of clean segments, and amount of dirty
                   1054:     space taken up by metadata (PR#11468, PR#11470, PR#11534).
                   1055:   o Fix locking and reference leaks in lfs_markv, on error (PR#11547).
                   1056:   o Initialize cleaner info from superblock, making fsck_lfs'
                   1057:     accounting of lfs_nclean work.
                   1058:   o Don't clean the same segment twice.
                   1059:   o Make dumplfs report lfs_nclean and lfs_dmeta.
                   1060:   o Make fsck_lfs report and fix lfs_nclean and lfs_dmete
                   1061:     inconsistencies.
                   1062:
                   1063: usr.sbin/amd/amd/Makefile                      1.17
                   1064: usr.sbin/amd/amd/amd.conf.5                    1.1 (new)
                   1065:
                   1066:   Add amd.conf.5 from dist/am-utils/scripts here, and install it.
                   1067:   Fixes PR#5051, PR#7524, PR#8999, PR#10814.
1.1.2.26  he       1068:
                   1069: sys/netkey/key.c                               1.41
                   1070:
                   1071:   Avoid panic if second (optional) argument is NULL.
                   1072:
                   1073: sys/arch/i386/i386/apm.c                       1.59
                   1074:
                   1075:   Ignore garbage left in registers by some APM BIOSes (IBM Thinkpad)
                   1076:   when event is a duplicate.  Gets rid of annoying ``APM get event:
                   1077:   unknown error code'' messages.  Fixes PR#12067.
                   1078:
                   1079: sys/dev/pci/pciide.c                           1.101
                   1080: sys/dev/pci/pciide_hpt_reg.h                   1.3
                   1081:
                   1082:   Add support for Ultra/100 on the HPT370 controller.
                   1083:
                   1084: sys/dev/pci/pciide.c                           1.104
                   1085: sys/dev/pci/pciide_apollo_reg.h                        1.8
                   1086:
                   1087:   Run at Ultra/66 on VIA controllers that can do it.
                   1088:
                   1089: distrib/notes/i386/hardware                    1.82
                   1090: share/man/man4/pciide.4                                1.26
                   1091:
                   1092:   Update for Ultra/100 support, and add ICH2.
                   1093:
                   1094: sys/dev/pci/pciide.c                           1.102-1.103
                   1095: sys/dev/pci/pciide_piix_reg.h                  1.5
                   1096:
                   1097:   Add support for Ultra/100 on Intel ICH2.
                   1098:
                   1099: sys/dev/pci/pciide.c                           1.105
                   1100: sys/dev/pci/pciidevar.h                                1.6
                   1101:
                   1102:   Fix bug which affects pciide controllers in native mode.  Main
                   1103:   effect was a non-functionnal IDE controller on some sparc64 and
                   1104:   macppc when booted from IDE disk.
                   1105:
                   1106: sys/dev/ic/siop.c                              1.38
                   1107:
                   1108:   Add missing bus_dmamap_sync() calls.
                   1109:
                   1110: sys/dev/ic/siopvar_common.h                    1.10
                   1111:
                   1112:   Fix a 4 byte ovferflow in an array.
                   1113:
                   1114: share/man/man9/Makefile                                1.63-1.64 via patch
                   1115:
                   1116:   Install lock.9 man page.
                   1117:
                   1118: sys/arch/sparc/sparc/machdep.c                 1.174-1.175
                   1119:
                   1120:   Bus_dma fixes to support certain sbus extension devices on sun4c
                   1121:   machines.
                   1122:
                   1123: sys/sys/mbuf.h                                 1.54-1.55
                   1124: sys/kern/uipc_mbuf.c                           1.51
                   1125:
                   1126:   Remove obsolete comment on MINCLSIZE.
                   1127:   Make sure every m_aux will be freed.
                   1128:
                   1129: sys/netinet6/ip6_output.c                      1.29
                   1130:
                   1131:   Avoid panic when a packet with nonexistent link-local address is
                   1132:   issued.
                   1133:
                   1134: sys/arch/macppc/dev/awacs.c                    1.1 (new)
                   1135: sys/arch/macppc/conf/GENERIC                   1.79-1.80
                   1136: sys/arch/macppc/conf/files.macppc              1.32
                   1137:
                   1138:   Add new driver for Apple sound chip.
1.1.2.27  he       1139:
                   1140: usr.sbin/user/user.c                           1.36
                   1141: usr.sbin/user/usermod.8                                1.9
                   1142:
                   1143:   Improve handling of ``-l'' with ``-m'', and update documentation.
                   1144:   Fixes PR#11707.
                   1145:
                   1146: share/man/man4/wscons.4                                1.16
                   1147:
                   1148:   Add WSCOMPAT_USL_SYNCTIMEOUT, WS_KERNEL_MONOATTR, and WS_KERNEL_COLATTR
                   1149:   to synopsis.
                   1150:
                   1151: sys/netinet6/in6_ifattach.c                    1.33
                   1152:
                   1153:   Do not remove default route by mistake on interface removal.
                   1154:
                   1155: sys/netinet6/in6.c                             1.39
                   1156:
                   1157:   Workaround to avoid EMSGSIZE when ND6 table for outgoing interface
                   1158:   is not initialized (should result in "interface down").
                   1159:
                   1160: lib/libc/arch/m68k/string/Makefile.inc         1.3
                   1161: lib/libc/arch/m68k/string/memccpy.S            1.1
                   1162:
                   1163:   Implement a significantly improved version of memccpy().
                   1164:
                   1165: usr.sbin/rbootd/bpf.c                          1.11
                   1166:
                   1167:   Prevent core dump if no interfaces are up.
                   1168:
                   1169: sys/arch/arm32/conf/RISCPC                     1.29
                   1170:
                   1171:   Add commented-out StrongARM-specific optimization flags.
                   1172:
                   1173: sys/sys/disklabel.h                            1.61
                   1174: sbin/mount/mount.8                             1.30
                   1175: sbin/mount/mount.c                             1.48-1.49,1.51,1.54 via patch
                   1176:
                   1177:   If both special and node are given (but no type), the disklabel
                   1178:   is checked for the file system type before falling back to ffs.
                   1179:
                   1180: include/arpa/tftp.h                            1.6
                   1181: libexec/tftpd/tftpd.8                          1.13
                   1182: libexec/tftpd/tftpd.c                          1.19
                   1183: usr.bin/tftp/tftp.c                            1.12-1.14
                   1184:
                   1185:   Use unsigned variables for block number, thus allowing transfer
                   1186:   of up to 32M files instead of 16M.
                   1187:
                   1188: sys/netinet6/ip6_output.c                      1.30
                   1189:
                   1190:   Remove a misplaced semicolon after ``if'' conditional.
                   1191:
                   1192: sys/dev/pci/if_sip.c                           1.24
                   1193:
                   1194:   Fix a bug in the DP83815 multicast setup code.
                   1195:
                   1196: usr.sbin/config/mkmakefile.c                   1.48 via patch
                   1197:
                   1198:   Put both .S and .s files in SFILES so ``make depends'' works
                   1199:   properly.  Fixes PR#12051.
                   1200:
                   1201: games/fortune/datfiles/fortunes                        1.20
                   1202:
                   1203:   Fix a simple typo.  Fixes PR#12150.
                   1204:
                   1205: distrib/notes/amiga/install                    1.28
                   1206: distrib/notes/amiga/prep                       1.25
                   1207:
                   1208:   Add a few minor clarifications.
                   1209:
                   1210: sys/dev/ic/siop.c                              1.39
                   1211: sys/dev/ic/siop_common.c                       1.12
                   1212:
                   1213:   Don't queue new commands to a device which has sense pending.
                   1214:
                   1215: sys/dev/ic/adw.c                               1.27
                   1216:
                   1217:   Fix for ``Advansys DMA errors''.  Fixes PR#12114 and PR#12158.
                   1218:
                   1219: sys/dev/pci/cs4280.c                           1.15 via patch
                   1220:
                   1221:   Fix problem when warm booting from Windows.
                   1222:
                   1223: usr.sbin/user/user.c                           1.37
                   1224:
                   1225:   Make sure that a modified group has a trailing newline.
                   1226:
                   1227: crypto/dist/ssh/LICENCE                                1.1.1.2
                   1228: crypto/dist/ssh/RFC.nroff                      1.1.1.2
                   1229: crypto/dist/ssh/atomicio.c                     1.2
                   1230: crypto/dist/ssh/auth-krb4.c                    1.1.1.2-1.1.1.3
                   1231: crypto/dist/ssh/auth-options.c                 1.1.1.2-1.1.1.4
                   1232: crypto/dist/ssh/auth-options.h                 1.1.1.2-1.1.1.3
                   1233: crypto/dist/ssh/auth-passwd.c                  1.1.1.2-1.1.1.4
                   1234: crypto/dist/ssh/auth-rh-rsa.c                  1.1.1.2-1.1.1.3
                   1235: crypto/dist/ssh/auth-rhosts.c                  1.3-1.5
                   1236: crypto/dist/ssh/auth-rsa.c                     1.1.1.2-1.1.1.3
                   1237: crypto/dist/ssh/auth.c                         1.2-1.3
                   1238: crypto/dist/ssh/auth.h                         1.1.1.2-1.1.1.4
                   1239: crypto/dist/ssh/auth1.c                                1.2-1.6
                   1240: crypto/dist/ssh/auth2.c                                1.2-1.4
                   1241: crypto/dist/ssh/authfd.c                       1.2
                   1242: crypto/dist/ssh/authfd.h                       1.1.1.2-1.1.1.3
                   1243: crypto/dist/ssh/authfile.c                     1.2-1.3
                   1244: crypto/dist/ssh/authfile.h                     1.1.1.2-1.1.1.3
                   1245: crypto/dist/ssh/bufaux.c                       1.1.1.2-1.1.1.3
                   1246: crypto/dist/ssh/bufaux.h                       1.1.1.2-1.1.1.3
                   1247: crypto/dist/ssh/buffer.c                       1.1.1.2-1.1.1.3
                   1248: crypto/dist/ssh/buffer.h                       1.1.1.2-1.1.1.3
                   1249: crypto/dist/ssh/canohost.c                     1.3-1.5
                   1250: crypto/dist/ssh/channels.c                     1.2-1.6
                   1251: crypto/dist/ssh/channels.h                     1.1.1.2-1.1.1.4
                   1252: crypto/dist/ssh/cipher.c                       1.3-1.4
                   1253: crypto/dist/ssh/cipher.h                       1.1.1.2-1.1.1.3
                   1254: crypto/dist/ssh/clientloop.c                   1.3-1.5
                   1255: crypto/dist/ssh/compat.c                       1.1.1.2-1.1.1.4
                   1256: crypto/dist/ssh/compat.h                       1.1.1.2-1.1.1.4
                   1257: crypto/dist/ssh/compress.c                     1.2-1.3
                   1258: crypto/dist/ssh/compress.h                     1.1.1.2-1.1.1.3
                   1259: crypto/dist/ssh/crc32.c                                1.1.1.2-1.1.1.3
                   1260: crypto/dist/ssh/crc32.h                                1.1.1.2-1.1.1.3
                   1261: crypto/dist/ssh/deattack.c                     1.3-1.4
                   1262: crypto/dist/ssh/deattack.h                     1.1.1.2-1.1.1.3
                   1263: crypto/dist/ssh/dispatch.c                     1.1.1.2-1.1.1.3
                   1264: crypto/dist/ssh/dispatch.h                     1.1.1.2
                   1265: crypto/dist/ssh/getput.h                       1.1.1.2-1.1.1.3
                   1266: crypto/dist/ssh/hostfile.c                     1.2
                   1267: crypto/dist/ssh/hostfile.h                     1.2-1.3
                   1268: crypto/dist/ssh/includes.h                     1.2-1.3
                   1269: crypto/dist/ssh/kex.c                          1.3-1.5
                   1270: crypto/dist/ssh/kex.h                          1.1.1.2-1.1.1.4
                   1271: crypto/dist/ssh/key.c                          1.2
                   1272: crypto/dist/ssh/key.h                          1.1.1.2-1.1.1.3
                   1273: crypto/dist/ssh/log-client.c                   1.1.1.2
                   1274: crypto/dist/ssh/log-server.c                   1.2-1.3
                   1275: crypto/dist/ssh/log.c                          1.1.1.2-1.1.1.3
                   1276: crypto/dist/ssh/login.c                                1.1.1.2-1.1.1.3
                   1277: crypto/dist/ssh/match.c                                1.1.1.2-1.1.1.3
                   1278: crypto/dist/ssh/match.h                                1.1.1.2-1.1.1.3
                   1279: crypto/dist/ssh/mpaux.c                                1.2-1.3
                   1280: crypto/dist/ssh/mpaux.h                                1.1.1.2-1.1.1.3
                   1281: crypto/dist/ssh/myproposal.h                   1.1.1.2-1.1.1.4
                   1282: crypto/dist/ssh/nchan.c                                1.1.1.2-1.1.1.3
                   1283: crypto/dist/ssh/nchan.h                                1.1.1.2
                   1284: crypto/dist/ssh/nchan.ms                       1.1.1.2
                   1285: crypto/dist/ssh/nchan2.ms                      1.1.1.2
                   1286: crypto/dist/ssh/packet.c                       1.2-1.6
                   1287: crypto/dist/ssh/packet.h                       1.1.1.2-1.1.1.3
                   1288: crypto/dist/ssh/pathnames.h                    1.2-1.4
                   1289: crypto/dist/ssh/pty.c                          1.2-1.3
                   1290: crypto/dist/ssh/pty.h                          1.1.1.2
                   1291: crypto/dist/ssh/radix.c                                1.1.1.2-1.1.1.3
                   1292: crypto/dist/ssh/random.c                       1.2-1.4
                   1293: crypto/dist/ssh/readconf.c                     1.2-1.5
                   1294: crypto/dist/ssh/readconf.h                     1.1.1.2-1.1.1.4
                   1295: crypto/dist/ssh/readpass.c                     1.2-1.3
                   1296: crypto/dist/ssh/rsa.c                          1.1.1.2-1.1.1.3
                   1297: crypto/dist/ssh/rsa.h                          1.1.1.2-1.1.1.3
                   1298: crypto/dist/ssh/scp.1                          1.1.1.2-1.1.1.3
                   1299: crypto/dist/ssh/scp.c                          1.2-1.8
                   1300: crypto/dist/ssh/servconf.c                     1.3-1.5
                   1301: crypto/dist/ssh/servconf.h                     1.3-1.5
                   1302: crypto/dist/ssh/serverloop.c                   1.2-1.5
                   1303: crypto/dist/ssh/session.c                      1.2-1.5
                   1304: crypto/dist/ssh/session.h                      1.1.1.2
                   1305: crypto/dist/ssh/sftp-server.8                  1.1.1.2-1.1.1.3
                   1306: crypto/dist/ssh/sftp-server.c                  1.2-1.7
                   1307: crypto/dist/ssh/ssh-add.1                      1.2-1.3
                   1308: crypto/dist/ssh/ssh-add.c                      1.3-1.6
                   1309: crypto/dist/ssh/ssh-agent.1                    1.2-1.3
                   1310: crypto/dist/ssh/ssh-agent.c                    1.3-1.6
                   1311: crypto/dist/ssh/ssh-keygen.1                   1.2-1.3
                   1312: crypto/dist/ssh/ssh-keygen.c                   1.3-1.5
                   1313: crypto/dist/ssh/ssh.1                          1.2-1.8
                   1314: crypto/dist/ssh/ssh.c                          1.3-1.7
                   1315: crypto/dist/ssh/ssh.h                          1.2-1.4
                   1316: crypto/dist/ssh/ssh2.h                         1.1.1.2-1.1.1.3
                   1317: crypto/dist/ssh/sshconnect.c                   1.2-1.6
                   1318: crypto/dist/ssh/sshconnect.h                   1.1.1.2-1.1.1.3
                   1319: crypto/dist/ssh/sshconnect1.c                  1.2-1.6
                   1320: crypto/dist/ssh/sshconnect2.c                  1.2-1.6
                   1321: crypto/dist/ssh/sshd.8                         1.3-1.7
                   1322: crypto/dist/ssh/sshd.c                         1.2-1.6
                   1323: crypto/dist/ssh/tildexpand.c                   1.2-1.3
                   1324: crypto/dist/ssh/ttymodes.c                     1.1.1.2
                   1325: crypto/dist/ssh/ttymodes.h                     1.1.1.2
                   1326: crypto/dist/ssh/uidswap.c                      1.1.1.2-1.1.1.3
                   1327: crypto/dist/ssh/uidswap.h                      1.1.1.2
                   1328: crypto/dist/ssh/uuencode.c                     1.2-1.3
                   1329: crypto/dist/ssh/uuencode.h                     1.1.1.2-1.1.1.3
                   1330: crypto/dist/ssh/version.h                      1.4-1.10
                   1331: crypto/dist/ssh/xmalloc.c                      1.2-1.3
                   1332: crypto/dist/ssh/xmalloc.h                      1.1.1.2
                   1333: crypto/dist/ssh/auth-skey.c                    deleted
                   1334: crypto/dist/ssh/client.h                       deleted
                   1335: crypto/dist/ssh/dsa.c                          deleted
                   1336: crypto/dist/ssh/dsa.h                          deleted
                   1337: crypto/dist/ssh/hmac.c                         deleted
                   1338: crypto/dist/ssh/hmac.h                         deleted
                   1339: crypto/dist/ssh/ssh.conf                       deleted
                   1340: crypto/dist/ssh/sshd.conf                      deleted
                   1341: crypto/dist/ssh/util.c                         deleted
                   1342: crypto/dist/ssh/atomicio.h                     1.1-1.2 (new)
                   1343: crypto/dist/ssh/auth-chall.c                   1.1-1.2 (new)
                   1344: crypto/dist/ssh/auth2-chall.c                  1.1 (new)
                   1345: crypto/dist/ssh/canohost.h                     1.1 (new)
                   1346: crypto/dist/ssh/cli.c                          1.1-1.3 (new)
                   1347: crypto/dist/ssh/cli.h                          1.1-1.1.1.2 (new)
                   1348: crypto/dist/ssh/clientloop.h                   1.1 (new)
                   1349: crypto/dist/ssh/dh.c                           1.1-1.2 (new)
                   1350: crypto/dist/ssh/dh.h                           1.1-1.1.1.2 (new)
                   1351: crypto/dist/ssh/groupaccess.c                  1.1 (new)
                   1352: crypto/dist/ssh/groupaccess.h                  1.1 (new)
                   1353: crypto/dist/ssh/log.h                          1.1 (new)
                   1354: crypto/dist/ssh/login.h                                1.1 (new)
                   1355: crypto/dist/ssh/mac.c                          1.1 (new)
                   1356: crypto/dist/ssh/mac.h                          1.1 (new)
                   1357: crypto/dist/ssh/misc.c                         1.1 (new)
                   1358: crypto/dist/ssh/misc.h                         1.1 (new)
                   1359: crypto/dist/ssh/openssh2netbsd                 1.1 (new)
                   1360: crypto/dist/ssh/radix.h                                1.1 (new)
                   1361: crypto/dist/ssh/random.h                       1.1-1.2 (new)
                   1362: crypto/dist/ssh/readpass.h                     1.1 (new)
                   1363: crypto/dist/ssh/rijndael.c                     1.1-1.1.1.2 (new)
                   1364: crypto/dist/ssh/rijndael.h                     1.1-1.1.1.2 (new)
                   1365: crypto/dist/ssh/serverloop.h                   1.1 (new)
                   1366: crypto/dist/ssh/sftp-client.c                  1.1-1.6 (new)
                   1367: crypto/dist/ssh/sftp-client.h                  1.1 (new)
                   1368: crypto/dist/ssh/sftp-common.c                  1.1 (new)
                   1369: crypto/dist/ssh/sftp-common.h                  1.1 (new)
                   1370: crypto/dist/ssh/sftp-int.c                     1.1-1.5 (new)
                   1371: crypto/dist/ssh/sftp-int.h                     1.1 (new)
                   1372: crypto/dist/ssh/sftp.1                         1.1-1.1.1.5 (new)
                   1373: crypto/dist/ssh/sftp.c                         1.1-1.3 (new)
                   1374: crypto/dist/ssh/sftp.h                         1.1 (new)
                   1375: crypto/dist/ssh/ssh-dss.c                      1.1-1.3 (new)
                   1376: crypto/dist/ssh/ssh-dss.h                      1.1-1.1.1.2 (new)
                   1377: crypto/dist/ssh/ssh-keyscan.1                  1.1-1.3 (new)
                   1378: crypto/dist/ssh/ssh-keyscan.c                  1.1-1.6 (new)
                   1379: crypto/dist/ssh/ssh-rsa.c                      1.1-1.3 (new)
                   1380: crypto/dist/ssh/ssh-rsa.h                      1.1-1.1.1.2 (new)
                   1381: crypto/dist/ssh/ssh1.h                         1.1 (new)
                   1382: crypto/dist/ssh/ssh_config                     1.1-1.2 (new)
                   1383: crypto/dist/ssh/sshd_config                    1.1-1.2 (new)
                   1384: crypto/dist/ssh/tildexpand.h                   1.1 (new)
                   1385: usr.bin/ssh/Makefile                           1.11 via patch
                   1386: usr.bin/ssh/Makefile.inc                       1.3-1.5
                   1387: usr.bin/ssh/libssh/Makefile                    1.5 via patch
                   1388: usr.bin/ssh/scp/Makefile                       1.2
                   1389: usr.bin/ssh/sftp-server/Makefile               1.1-1.2
                   1390: usr.bin/ssh/sftp/Makefile                      1.1
                   1391: usr.bin/ssh/ssh/Makefile                       1.2,1.4-1.5 via patch
                   1392: usr.bin/ssh/ssh-keyscan/Makefile               1.1
                   1393: usr.bin/ssh/sshd/Makefile                      1.2-1.3
                   1394: distrib/sets/lists/man/mi                      patch
                   1395: distrib/sets/lists/base/mi                     patch
                   1396:
                   1397:   Update SSH to version found on trunk as of 26 Feb 2001.
                   1398:   Note that /dev/random is now mandatory for ssh.
                   1399:   Added sftp, sftp-server, and ssh-keyscan.
                   1400:
                   1401: share/man/man4/an.4                            1.1-1.6 (new, via patch)
                   1402: share/man/man4/Makefile                                patch
                   1403:
                   1404:   Add manual page for Aironet/Cisco wireless cards.
                   1405:
                   1406: sys/arch/macppc/dev/mesh.c                     1.6-1.7
                   1407:
                   1408:   Match "chrp,mesh0", and fix Conner CFP1080 problem (PR#7612),
                   1409:   and add debugging messages.
                   1410:
                   1411: sys/dev/ic/rtl81x9.c                           1.27
                   1412:
                   1413:   Don't copy Rx packet to mbuf if it has invalid length; just
                   1414:   discard.  Fixes PR#11877.
                   1415:
                   1416: etc/etc.arc/MAKEDEV                            1.3
                   1417: etc/etc.bebox/MAKEDEV                          1.13
                   1418: etc/etc.hpcmips/MAKEDEV                                1.14
                   1419: etc/etc.mmeye/MAKEDEV                          1.5
                   1420:
                   1421:   Fix memory disk entries (md?c -> md?d) since RAW_PART == 3 on
                   1422:   these ports.
                   1423:
                   1424: etc/etc.sgimips/MAKEDEV                                1.3
                   1425:
                   1426:   RAW_PART == 10 on sgimips; adapt memory disk entry for it.
                   1427:
                   1428: distrib/utils/Makefile                         1.11
                   1429:
                   1430:   Add x_umount to SUBDIR.
                   1431:
                   1432: sys/dev/pci/pcidevs                            1.302
                   1433: sys/dev/pci/pcidevs.h                          regenerate
                   1434: sys/dev/pci/pcidevs_data.h                     regenerate
                   1435: sys/dev/pci/pciide.c                           1.106
                   1436:
                   1437:   Add support for the Intel 82801BAM IDE controller.
                   1438:
                   1439: sys/dev/pci/pciide.c                           1.107
                   1440:
                   1441:   Disable Ultra-DMA on Ali controllers which don't support it.
                   1442:
                   1443: sys/netinet6/ah_core.c                         1.22-1.23 via patch
                   1444: sys/netinet6/ah_output.c                       1.13-1.14 via patch
                   1445:
                   1446:   Correct IPv4 option header chasing.  The old code may overrun
                   1447:   the buffer if the option header is truncated.  Also correct
                   1448:   option parsing during AH checksum computation.
                   1449:
                   1450: sys/arch/alpha/conf/ALPHA                      1.134 via patch
                   1451:
                   1452:   The ``rnd'' device is now required for ssh to work, so enable it.
                   1453:   Also add various other newer entries.
                   1454:
                   1455: usr.bin/file/file.1                            patch
                   1456:
                   1457:   Replace __CSECTION__ with ``1'' (manual section).  Fixes PR#12250.
                   1458:
                   1459: sys/dev/isa/ad1848_isa.c                       1.18
                   1460:
                   1461:   Make this compile with AUDIO_DEBUG turned on.
                   1462:
                   1463: crypto/dist/heimdal/kuser/kinit.c              1.2
                   1464:
                   1465:   Fix a bug with KerberosIV fallback lifetime calculation.
                   1466:
                   1467: sys/sys/disklabel_mbr.h                                1.6
                   1468:
                   1469:   Add MBR_IS_EXTENDED() to detect the extended MBR partition types.
                   1470:
                   1471: sbin/disklabel/Makefile                                1.39
                   1472: sbin/disklabel/printlabel.c                    1.1 (new)
                   1473: sbin/disklabel/disklabel.5                     1.13
                   1474: sbin/disklabel/disklabel.8                     1.34
                   1475: sbin/disklabel/disklabel.c                     1.90-1.95
                   1476: sbin/disklabel/dkcksum.c                       1.9
                   1477: sbin/disklabel/dkcksum.h                       1.3
                   1478: sbin/disklabel/extern.h                                1.5-1.6
                   1479: sbin/disklabel/interact.c                      1.16-1.17
                   1480:
                   1481:   Several fixes and enhancements:
                   1482:    o with ``-I'', initialize the label if it's not there, it's
                   1483:      corrupt, or there's no ``fake'' label.
                   1484:    o correct partition table header
                   1485:    o move some functions into a separate file for other programs
                   1486:      to use
                   1487:    o fix examples and cross references
                   1488:    o various cleanups
                   1489:
                   1490: sbin/mbrlabel/Makefile                         1.3
                   1491: sbin/mbrlabel/mbrlabel.8                       1.5-1.8
                   1492: sbin/mbrlabel/mbrlabel.c                       1.8-1.15
                   1493:
                   1494:   Several fixes and enhancements:
                   1495:    o only update in-core (and on-disk) disklabels if requested
                   1496:    o be saner about adding MBR partitions to free disklabel slots
                   1497:    o NTFS recognition
                   1498:    o various cleanups
                   1499:
                   1500: sys/arch/macppc/dev/awacs.c                    patch
                   1501:
                   1502:   Make this compile on this release branch.
                   1503:
                   1504: share/man/man5/ipsec.conf.5                    1.1 (new)
                   1505: share/man/man5/Makefile                                patch
                   1506:
                   1507:   Add this manual page; /etc/rc.d/ipsec reads the described file.
                   1508:
                   1509: share/man/man5/rc.conf.5                       1.43
                   1510:
                   1511:   Sshd is now integrated on NetBSD, so don't say otherwise.
                   1512:
                   1513: distrib/utils/sysinst/msg.mi.en                        1.81
                   1514:
                   1515:   Update the pleasemountroot message to indicate which root needs
                   1516:   to be mounted, and what needs to be done.
                   1517:
                   1518: sys/netinet/raw_ip.c                           1.55
                   1519: sys/netinet6/raw_ip6.c                         1.30
                   1520:
                   1521:   Make sure to validate packet against ipsec policy.
                   1522:
                   1523: sys/arch/atari/dev/clock.c                     1.24
                   1524:
                   1525:   Fix y2k+1 problem.
                   1526:
                   1527: usr.bin/ssh/Makefile.inc                       patch
                   1528:
                   1529:   Correct minor error in previous pull-up.
                   1530:
                   1531: sys/netinet6/dest6.c                           1.9-1.10 via patch
                   1532: sys/netinet6/nd6.c                             1.40 via patch
                   1533:
                   1534:   Tighten IPv6 ND6/dest6 option chasing bounds check.
1.1.2.28  he       1535:
                   1536: distrib/sets/lists/man/mi                      patch
                   1537: distrib/sets/lists/comp/mi                     patch
                   1538: distrib/sets/lists/misc/mi                     patch
                   1539:
                   1540:   Bring into sync with reality, mostly by adding missing manual
                   1541:   pages.
                   1542:
                   1543: etc/mtree/NetBSD.dist                          1.123
                   1544:
                   1545:   /usr/share/examples/usermgmt and /usr/share/skel are replaced by
                   1546:   /etc/skel.
1.1.2.29  he       1547:
                   1548: gnu/dist/sendmail/INSTALL                      1.4
                   1549: gnu/dist/sendmail/KNOWNBUGS                    1.3
                   1550: gnu/dist/sendmail/LICENSE                      1.3
                   1551: gnu/dist/sendmail/PGPKEYS                      1.3
                   1552: gnu/dist/sendmail/RELEASE_NOTES                        1.5-1.7
                   1553: gnu/dist/sendmail/cf/README                    1.4-1.6
                   1554: gnu/dist/sendmail/cf/cf/Makefile               1.3-1.4
                   1555: gnu/dist/sendmail/cf/cf/generic-bsd4.4.cf      1.5-1.7
                   1556: gnu/dist/sendmail/cf/cf/generic-hpux10.cf      1.5-1.7
                   1557: gnu/dist/sendmail/cf/cf/generic-hpux9.cf       1.5-1.7
                   1558: gnu/dist/sendmail/cf/cf/generic-linux.cf       1.5-1.7
                   1559: gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf 1.1.1.1-1.1.1.2 (new)
                   1560: gnu/dist/sendmail/cf/cf/generic-osf1.cf                1.5-1.7
                   1561: gnu/dist/sendmail/cf/cf/generic-solaris2.cf    1.5-1.7
                   1562: gnu/dist/sendmail/cf/cf/generic-sunos4.1.cf    1.5-1.7
                   1563: gnu/dist/sendmail/cf/cf/generic-ultrix4.cf     1.5-1.7
                   1564: gnu/dist/sendmail/cf/cf/knecht.mc              1.3
                   1565: gnu/dist/sendmail/cf/cf/tcpproto.mc            1.3
                   1566: gnu/dist/sendmail/cf/feature/dnsbl.m4          1.3
                   1567: gnu/dist/sendmail/cf/feature/no_default_msa.m4 1.3
                   1568: gnu/dist/sendmail/cf/feature/nullclient.m4     1.4
                   1569: gnu/dist/sendmail/cf/m4/cfhead.m4              1.4-1.5
                   1570: gnu/dist/sendmail/cf/m4/proto.m4               1.4-1.5
                   1571: gnu/dist/sendmail/cf/m4/version.m4             1.5-1.7
                   1572: gnu/dist/sendmail/cf/mailer/local.m4           1.4
                   1573: gnu/dist/sendmail/cf/mailer/smtp.m4            1.4
                   1574: gnu/dist/sendmail/cf/ostype/aix5.m4            1.1 (new)
                   1575: gnu/dist/sendmail/cf/ostype/linux.m4           1.4
                   1576: gnu/dist/sendmail/cf/ostype/solaris8.m4                1.1 (new)
                   1577: gnu/dist/sendmail/contrib/buildvirtuser                1.1.1.1-1.1.1.2 (new)
                   1578: gnu/dist/sendmail/contrib/domainmap.m4         1.1.1.2-1.1.1.3
                   1579: gnu/dist/sendmail/contrib/qtool.8              1.3
                   1580: gnu/dist/sendmail/contrib/qtool.pl             1.4-1.5
                   1581: gnu/dist/sendmail/devtools/M4/UNIX/defines.m4  1.4-1.6
                   1582: gnu/dist/sendmail/devtools/M4/UNIX/library.m4  1.3-1.4
                   1583: gnu/dist/sendmail/devtools/M4/UNIX/manpage.m4  1.4
                   1584: gnu/dist/sendmail/devtools/M4/depend/AIX.m4    1.3
                   1585: gnu/dist/sendmail/devtools/M4/depend/BSD.m4    1.3
                   1586: gnu/dist/sendmail/devtools/M4/depend/CC-M.m4   1.3
                   1587: gnu/dist/sendmail/devtools/M4/depend/NCR.m4    1.3
                   1588: gnu/dist/sendmail/devtools/M4/depend/Solaris.m4        1.3
                   1589: gnu/dist/sendmail/devtools/M4/depend/X11.m4    1.3
                   1590: gnu/dist/sendmail/devtools/M4/depend/generic.m4        1.3
                   1591: gnu/dist/sendmail/devtools/OS/AIX.5.0          1.1 (new)
                   1592: gnu/dist/sendmail/devtools/OS/HP-UX.10.x       1.3
                   1593: gnu/dist/sendmail/devtools/OS/HP-UX.11.x       1.4
                   1594: gnu/dist/sendmail/devtools/OS/Linux            1.4
                   1595: gnu/dist/sendmail/devtools/OS/NCR.MP-RAS.3.x   1.3
                   1596: gnu/dist/sendmail/devtools/OS/NeXT.3.x         1.3
                   1597: gnu/dist/sendmail/devtools/OS/NeXT.4.x         1.3
                   1598: gnu/dist/sendmail/devtools/OS/OSF1.V5.0                deleted
                   1599: gnu/dist/sendmail/devtools/OS/OSF1.V5.x                1.1 (new)
                   1600: gnu/dist/sendmail/devtools/OS/OpenBSD          1.3
                   1601: gnu/dist/sendmail/devtools/OS/SunOS.5.6                1.4
                   1602: gnu/dist/sendmail/devtools/OS/SunOS.5.7                1.4
                   1603: gnu/dist/sendmail/devtools/OS/SunOS.5.8                1.3-1.4
                   1604: gnu/dist/sendmail/devtools/OS/SunOS.5.9                1.2-1.3
                   1605: gnu/dist/sendmail/devtools/README              1.4-1.5
                   1606: gnu/dist/sendmail/devtools/bin/Build           1.4-1.5
                   1607: gnu/dist/sendmail/devtools/bin/find_m4.sh      1.3-1.5
                   1608: gnu/dist/sendmail/doc/op/Makefile              1.3
                   1609: gnu/dist/sendmail/doc/op/op.me                 1.4-1.6
                   1610: gnu/dist/sendmail/include/libmilter/mfapi.h    1.4
                   1611: gnu/dist/sendmail/include/libmilter/milter.h   1.4
                   1612: gnu/dist/sendmail/include/libsmdb/smdb.h       1.4-1.5
                   1613: gnu/dist/sendmail/include/sendmail/pathnames.h 1.4-1.5
                   1614: gnu/dist/sendmail/include/sendmail/sendmail.h  1.4-1.5
                   1615: gnu/dist/sendmail/libmilter/Makefile.m4                1.1.1.2-1.1.1.3
                   1616: gnu/dist/sendmail/libmilter/README             1.4-1.6
                   1617: gnu/dist/sendmail/libmilter/comm.c             1.4-1.5
                   1618: gnu/dist/sendmail/libmilter/engine.c           1.4-1.6
                   1619: gnu/dist/sendmail/libmilter/handler.c          1.4
                   1620: gnu/dist/sendmail/libmilter/libmilter.h                1.4-1.5
                   1621: gnu/dist/sendmail/libmilter/listener.c         1.4-1.6
                   1622: gnu/dist/sendmail/libmilter/main.c             1.4
                   1623: gnu/dist/sendmail/libmilter/signal.c           1.4-1.5
                   1624: gnu/dist/sendmail/libmilter/sm_gethost.c       1.3-1.5
                   1625: gnu/dist/sendmail/libsmdb/smdb.c               1.4
                   1626: gnu/dist/sendmail/libsmdb/smdb1.c              1.3-1.4
                   1627: gnu/dist/sendmail/libsmdb/smdb2.c              1.4-1.6
                   1628: gnu/dist/sendmail/libsmdb/smndbm.c             1.3-1.4
                   1629: gnu/dist/sendmail/libsmutil/lockfile.c         1.3
                   1630: gnu/dist/sendmail/libsmutil/safefile.c         1.4
                   1631: gnu/dist/sendmail/libsmutil/snprintf.c         1.4
                   1632: gnu/dist/sendmail/libsmutil/strl.c             1.4
                   1633: gnu/dist/sendmail/mail.local/Makefile.m4       1.1.1.3
                   1634: gnu/dist/sendmail/mail.local/mail.local.0      1.3-1.4
                   1635: gnu/dist/sendmail/mail.local/mail.local.8      1.3-1.4
                   1636: gnu/dist/sendmail/mail.local/mail.local.c      1.4-1.6
                   1637: gnu/dist/sendmail/mailstats/mailstats.0                1.1.1.3
                   1638: gnu/dist/sendmail/mailstats/mailstats.8                1.3
                   1639: gnu/dist/sendmail/mailstats/mailstats.c                1.4-1.5
                   1640: gnu/dist/sendmail/makemap/makemap.0            1.1.1.3
                   1641: gnu/dist/sendmail/makemap/makemap.8            1.4-1.5
                   1642: gnu/dist/sendmail/makemap/makemap.c            1.4-1.5
                   1643: gnu/dist/sendmail/praliases/praliases.0                1.1.1.3
                   1644: gnu/dist/sendmail/praliases/praliases.8                1.3
                   1645: gnu/dist/sendmail/praliases/praliases.c                1.4-1.5
                   1646: gnu/dist/sendmail/rmail/Makefile.m4            1.1.1.3
                   1647: gnu/dist/sendmail/rmail/rmail.0                        1.3
                   1648: gnu/dist/sendmail/rmail/rmail.8                        1.3
                   1649: gnu/dist/sendmail/rmail/rmail.c                        1.4-1.6
                   1650: gnu/dist/sendmail/sendmail/Makefile.m4         1.1.1.2
                   1651: gnu/dist/sendmail/sendmail/README              1.4-1.6
                   1652: gnu/dist/sendmail/sendmail/alias.c             1.4-1.5
                   1653: gnu/dist/sendmail/sendmail/aliases             1.3
                   1654: gnu/dist/sendmail/sendmail/aliases.0           1.4
                   1655: gnu/dist/sendmail/sendmail/aliases.5           1.4
                   1656: gnu/dist/sendmail/sendmail/bf.h                        1.3
                   1657: gnu/dist/sendmail/sendmail/bf_portable.c       1.4
                   1658: gnu/dist/sendmail/sendmail/bf_torek.c          1.4-1.5
                   1659: gnu/dist/sendmail/sendmail/clock.c             1.4
                   1660: gnu/dist/sendmail/sendmail/collect.c           1.4-1.6
                   1661: gnu/dist/sendmail/sendmail/conf.c              1.6-1.12
                   1662: gnu/dist/sendmail/sendmail/conf.h              1.4-1.7
                   1663: gnu/dist/sendmail/sendmail/control.c           1.4-1.6
                   1664: gnu/dist/sendmail/sendmail/daemon.c            1.5-1.8
                   1665: gnu/dist/sendmail/sendmail/deliver.c           1.5-1.7
                   1666: gnu/dist/sendmail/sendmail/domain.c            1.4-1.5
                   1667: gnu/dist/sendmail/sendmail/envelope.c          1.4-1.5
                   1668: gnu/dist/sendmail/sendmail/headers.c           1.4-1.6
                   1669: gnu/dist/sendmail/sendmail/helpfile            1.6
                   1670: gnu/dist/sendmail/sendmail/macro.c             1.5-1.7
                   1671: gnu/dist/sendmail/sendmail/mailq.0             1.4-1.5
                   1672: gnu/dist/sendmail/sendmail/mailq.1             1.4-1.5
                   1673: gnu/dist/sendmail/sendmail/main.c              1.5-1.7
                   1674: gnu/dist/sendmail/sendmail/map.c               1.4-1.6
                   1675: gnu/dist/sendmail/sendmail/mci.c               1.4
                   1676: gnu/dist/sendmail/sendmail/milter.c            1.4-1.6
                   1677: gnu/dist/sendmail/sendmail/mime.c              1.3
                   1678: gnu/dist/sendmail/sendmail/newaliases.0                1.3
                   1679: gnu/dist/sendmail/sendmail/newaliases.1                1.3
                   1680: gnu/dist/sendmail/sendmail/parseaddr.c         1.4-1.6
                   1681: gnu/dist/sendmail/sendmail/queue.c             1.4-1.6
                   1682: gnu/dist/sendmail/sendmail/readcf.c            1.6-1.8
                   1683: gnu/dist/sendmail/sendmail/recipient.c         1.5-1.6
                   1684: gnu/dist/sendmail/sendmail/savemail.c          1.4-1.6
                   1685: gnu/dist/sendmail/sendmail/sendmail.0          1.3-1.4
                   1686: gnu/dist/sendmail/sendmail/sendmail.8          1.3-1.4
                   1687: gnu/dist/sendmail/sendmail/sendmail.h          1.4-1.7
                   1688: gnu/dist/sendmail/sendmail/sfsasl.c            1.4-1.5
                   1689: gnu/dist/sendmail/sendmail/srvrsmtp.c          1.4-1.6
                   1690: gnu/dist/sendmail/sendmail/stab.c              1.5
                   1691: gnu/dist/sendmail/sendmail/stats.c             1.4-1.5
                   1692: gnu/dist/sendmail/sendmail/timers.c            1.3
                   1693: gnu/dist/sendmail/sendmail/trace.c             1.4
                   1694: gnu/dist/sendmail/sendmail/udb.c               1.3
                   1695: gnu/dist/sendmail/sendmail/usersmtp.c          1.4-1.6
                   1696: gnu/dist/sendmail/sendmail/util.c              1.5-1.6
                   1697: gnu/dist/sendmail/sendmail/version.c           1.5-1.7
                   1698: gnu/dist/sendmail/sendmail2netbsd              1.3-1.4
                   1699: gnu/dist/sendmail/smrsh/README                 1.3
                   1700: gnu/dist/sendmail/smrsh/smrsh.0                        1.1.1.3
                   1701: gnu/dist/sendmail/smrsh/smrsh.8                        1.3
                   1702: gnu/dist/sendmail/smrsh/smrsh.c                        1.4-1.7
                   1703: gnu/dist/sendmail/vacation/vacation.0          1.3
                   1704: gnu/dist/sendmail/vacation/vacation.1          1.3
                   1705: gnu/dist/sendmail/vacation/vacation.c          1.4-1.6
                   1706: gnu/usr.sbin/sendmail/Makefile                 1.4 via patch
                   1707: gnu/usr.sbin/sendmail/Makefile.inc             1.4 via patch
                   1708: gnu/usr.sbin/sendmail/cf/cf/Makefile           1.13-1.15 via patch
                   1709: gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc deleted
                   1710: gnu/usr.sbin/sendmail/cf/cf/netbsd-proto.mc    1.8-1.9 via patch
                   1711: gnu/usr.sbin/sendmail/cf/ostype/Makefile       1.4-1.5 via patch
                   1712: gnu/usr.sbin/sendmail/doc/op/Makefile          1.4 via patch
                   1713: gnu/usr.sbin/sendmail/libsmutil/Makefile       1.2 via patch
                   1714: gnu/usr.sbin/sendmail/makemap/Makefile         1.5 via patch
                   1715: gnu/usr.sbin/sendmail/praliases/Makefile       1.4 via patch
                   1716: gnu/usr.sbin/sendmail/sendmail/Makefile                1.7-1.8 via patch
                   1717: gnu/usr.sbin/sendmail/smrsh/Makefile           1.6 via patch
                   1718:
                   1719:   Upgrade to sendmail 8.11.3.
1.1.2.30  he       1720:
                   1721: lib/libwrap/rfc931.c                           1.7
                   1722:
                   1723:   Correct type casting bug.
                   1724:
                   1725: distrib/sets/lists/base/md.atari               1.41 via patch
                   1726: distrib/sets/lists/man/mi                      1.324 via patch
                   1727:
                   1728:   Add ahdilabel.
                   1729:
                   1730: sbin/ping6/ping6.8                             1.9-1.12
                   1731: sbin/ping6/ping6.c                             1.23-1.24,1.26-1.32 via patch
                   1732:
                   1733:   Correct buffer management.  Fix handling of short packets.  More
                   1734:   robust signal handling.  Print icmp6 name lookup packets better.
                   1735:
                   1736: sys/netinet/in_proto.c                         1.47 via patch
                   1737: sys/netinet/ip_icmp.c                          1.59
                   1738: sys/netinet/ip_input.c                         1.128
                   1739: sys/netinet6/ah_input.c                                1.26
                   1740: sys/netinet6/esp_input.c                       1.16
                   1741: sys/netinet6/ipcomp_input.c                    1.16
                   1742: sys/netinet6/icmp6.c                           1.59
                   1743: sys/netinet6/in6_proto.c                       1.28 via patch
                   1744: sys/netinet6/ip6_input.c                       1.37
                   1745: sys/sys/protosw.h                              1.25
                   1746:
                   1747:   Ensure that we enforce inbound IPsec policy on all IP protocols,
                   1748:   not just TCP, UDP and ICMP.
                   1749:
                   1750: lib/libc/rpc/xdr_float.c                       1.26
                   1751:
                   1752:   Correct handling of XDR doubles on ARM platforms to cope with
                   1753:   their odd byte ordering.
                   1754:
                   1755: usr.bin/telnet/main.c                          1.15
                   1756: usr.bin/telnet/telnet.c                                1.17
                   1757:
                   1758:   Correct handling of encryption and decryption with Kerberos4.
                   1759:   Fixes PR#12226.
                   1760:
                   1761: usr.bin/audio/common/audio.c                   1.11 via patch
                   1762: usr.bin/audio/common/libaudio.h                        1.7 via patch
                   1763: usr.bin/audio/play/play.c                      1.23 via patch
                   1764:
                   1765:   Do not play trailing garbage at the end of RIFF WAVE (.wav) files.
                   1766:   Fixes PR#12328.
                   1767:
                   1768: share/man/man8/man8.atari/bootpref.8           1.6
                   1769:
                   1770:   Correct documentation of ``-k'' and ``-l'' options.
                   1771:
                   1772: distrib/sets/lists/xbase/mi                    1.18
                   1773:
                   1774:   Add new files created by the latest XFree86 sources.
                   1775:
                   1776: distrib/sets/lists/xmisc/mi                    1.3
                   1777:
                   1778:   Add missing directory entries for "/usr/X11R6/share/examples".
                   1779:
                   1780: sys/sys/lkm.h                                  1.20
                   1781:
                   1782:   Fix this so that LKMs work for both alpha and sparc64.
                   1783:
                   1784: sys/dev/ic/anreg.h                             1.6
                   1785:
                   1786:   Add additional padding needed by the AIR-PCM342.  Fixes PR#12357.
                   1787:
                   1788: sys/dev/ic/an.c                                        1.11
                   1789:
                   1790:   Make sure data after header is aligned, so that this works on
                   1791:   architectures with strict alignment constraints.  Fixes PR#12356.
                   1792:
                   1793: bin/date/date.1                                        1.27
                   1794:
                   1795:   Cross-reference settimeofday(2), so it's obvious what system call
                   1796:   is used to set the system (and hardware!) clock.
                   1797:
                   1798: sys/dev/scsipi/sd.c                            1.170
                   1799:
                   1800:   Fix a problem with some Hitachi drives by only issuing the ``lock
                   1801:   media'' and ``unlock media'' commands to removable media.
1.1.2.31  he       1802:
                   1803: sys/dev/pci/if_sip.c                           1.25-1.26
                   1804: sys/dev/pci/if_sipreg.h                                1.5
                   1805:
                   1806:   Fix support for the DP83815 so that it works properly with the
                   1807:   current crop of Netgear FA311 10/100 cards.
                   1808:
                   1809: sys/arch/x68k/conf/GENERIC                     1.56
                   1810: sys/arch/x68k/conf/INSTALL                     1.38
                   1811:
                   1812:   Turn off options JUPITER, as it may cause problems on some newer
                   1813:   accelerators.
                   1814:
                   1815: sys/dev/ic/dpt.c                               1.27
                   1816:
                   1817:   Make this work on a PowerPC system:
                   1818:    - Load the DMA address a byte at a time
                   1819:    - Use bus_space_read_stream_2() instead of bus_space_read_2() when
                   1820:      reading the byte-stream of configuration data from the card
                   1821:
                   1822: sys/dev/ic/rtl81x9.c                           1.28
                   1823: sys/dev/pci/if_ti.c                            1.20
                   1824: sys/dev/pci/if_vr.c                            1.45
                   1825: sys/dev/usb/if_aue.c                           1.54 via patch
                   1826: sys/dev/usb/if_cue.c                           1.33 via patch
                   1827: sys/dev/usb/if_kue.c                           1.38 via patch
                   1828:
                   1829:   Handle allmulti case correctly as a NetBSD network driver;
                   1830:   if we are requested range of multicast address or too many
                   1831:   multicast address, program multicast filter to receive all
                   1832:   multicast address.   And set/clear IFF_ALLMULTI flag properly.
                   1833:
                   1834: sys/arch/news68k/include/cpu.h                 1.9
                   1835:
                   1836:   Fix error on config without options news1700.
                   1837:
                   1838: bin/date/date.1                                        1.26
                   1839:
                   1840:   Document /etc/localtime symlink.
                   1841:
                   1842: sys/arch/hpcmips/conf/GENERIC                  1.80
                   1843:
                   1844:   Enable Compact Flash card conftoller (wdc) on all models of
                   1845:   CASSIOPEIA E series, not only E-55.  Fixes PR#11791.
                   1846:
                   1847: etc/rc.d/ppp                                   1.5
                   1848:
                   1849:   Add ``stop'' and ``hup'' commands.
                   1850:
                   1851: sys/dev/pci/cs4280.c                           patch
                   1852:
                   1853:   Correct checking of AC97 Input Slot Valid register bits.
                   1854:
                   1855: share/doc/papers/px/Makefile                   1.5
                   1856: share/doc/psd/05.sysman/Makefile               1.5
                   1857: share/doc/smm/01.setup/4.t                     1.6
                   1858:
                   1859:   Fixes to documents and build procedure so that ``make paper.ps''
                   1860:   works without errors or warnings.
                   1861:
                   1862: lib/libskey/skeysubr.c                         1.19
                   1863:
                   1864:   Fix SHA1 calculation on big-endian machines.  Fixes PR#12045.
                   1865:
                   1866: usr.bin/mail/Makefile                          1.16-1.17
                   1867:
                   1868:   Use ${COPY} instead of -c and pass ${INSTPRIV} to the ${INSTALL}
                   1869:   command.
                   1870:
                   1871: lib/libc/stdlib/hcreate.3                      1.1-1.2 (new)
                   1872: lib/libc/stdlib/hcreate.c                      1.1-1.3 (new)
                   1873: lib/libc/stdlib/Makefile.inc                   1.50-1.51
                   1874: lib/libc/db/hash/Makefile.inc                  1.7
                   1875: lib/libc/db/hash/hsearch.c                     delete
                   1876: lib/libc/db/man/Makefile.inc                   1.8
                   1877: lib/libc/db/man/hcreate.3                      delete
                   1878:
                   1879:   Replace hcreate() / hsearch() / hdestroy() implementation with
                   1880:   one that actually works as it's supposed to.
                   1881:
                   1882: sys/dev/pci/pciide.c                           1.108
                   1883: sys/dev/pci/pciide_pdc202xx_reg.h              1.4
                   1884: distrib/notes/i386/hardware                    1.86
                   1885: share/man/man4/pciide.4                                1.27
                   1886:
                   1887:   Support Ultra/100 speed on Promise Ultra/100, and fix ``bogus
                   1888:   intr'' messages generated under some conditions.
1.1.2.32  he       1889:
                   1890: sys/dev/pcmcia/pcmcia_cis.c                    1.21
                   1891:
                   1892:   Add some small delays at appropriate places in CIS reading code.
                   1893:   This is a stopgap fix for PR#9984, avoiding a panic when an
                   1894:   ``AVM Fritz!'' ISDN card is installed in a cardbus slot.
1.1.2.33  he       1895:
                   1896: usr.bin/audio/play/play.c                      1.24 via patch
                   1897:
                   1898:   Fix LP64 format/type inconsistency.
1.1.2.34  he       1899:
                   1900: sys/dev/pci/isp_pci.c                          1.62-1.63,1.66,1.68
                   1901: sys/dev/sbus/isp_sbus.c                                1.35-1.40 via patch
                   1902: sys/dev/microcode/isp/asm1040.h                        1.2
                   1903: sys/dev/microcode/isp/asm_1080.h               1.2
                   1904: sys/dev/microcode/isp/asm_2100.h               1.2
                   1905: sys/dev/microcode/isp/asm_12160.h              1.2
                   1906: sys/dev/ic/isp.c                               1.66-1.73
                   1907: sys/dev/ic/isp_inline.h                                1.10-1.13
                   1908: sys/dev/ic/isp_netbsd.c                                1.36-1.40
                   1909: sys/dev/ic/ispmbox.h                           1.28-1.31
                   1910: sys/dev/ic/ispreg.h                            1.24-1.25
                   1911: sys/dev/ic/ispvar.h                            1.39-1.43
                   1912: sys/arch/sparc64/conf/GENERIC32                        1.11
                   1913:
                   1914:   Update firmware to latest levels.  Provide Sparc64 support.
                   1915:   Provide some minor improvements in Fibre Channel code.  Fix major
                   1916:   bug where the driver wasn't setting XS_SENSE when a check condition
                   1917:   with sense data was gathered.
                   1918:
                   1919: sys/dev/pcmcia/if_ne_pcmcia.c                  1.69-1.70
                   1920: sys/dev/pcmcia/pcmciadevs                      1.121 via patch
                   1921: sys/dev/pcmcia/pcmciadevs.h                    regenerate
                   1922: sys/dev/pcmcia/pcmciadevs_data.h               regenerate
                   1923:
                   1924:   Add an entry and support for the Synergy 21 S21810+.
                   1925:
                   1926: share/man/man5/shells.5                                1.7
                   1927:
                   1928:   Cross-reference chsh(1).
                   1929:
                   1930: sys/dev/isa/if_iy.c                            1.46-1.48
                   1931:
                   1932:   Fix bug which causes freezes in the Intel Etherexpress PRO (ISA)
                   1933:   driver.  Fixes PR#8263.
                   1934:
                   1935: sys/dev/ic/z8530tty.c                          1.74
                   1936:
                   1937:   Add some delay in zstty_attach() to wait for previous console
                   1938:   output to complete before hardware initialization.  Should fix
                   1939:   missing ``\r'' after zstty attach on serial console.
1.1.2.35! he       1940:
        !          1941: sys/dev/sbus/isp_sbus.c                                1.42
        !          1942:
        !          1943:   ANSIfication and conversion of handles to 16 bits.
        !          1944:
        !          1945: sys/dev/ic/elinkxl.c                           1.40 via patch
        !          1946: sys/dev/ic/elinkxlreg.h                                1.3 via patch
        !          1947: sys/dev/ic/elinkxlvar.h                                1.8 via patch
        !          1948: sys/dev/pci/if_ex_pci.c                                1.14 via patch
        !          1949: sys/dev/pci/pcidevs                            1.260 via patch
        !          1950: sys/dev/pci/pcidevs.h                          regenerate
        !          1951: sys/dev/pci/pcidevs_data.h                     regenerate
        !          1952:
        !          1953:   Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
        !          1954:   cards.
        !          1955:
        !          1956: usr.sbin/pkg_install/add/main.c                        1.18-1.19
        !          1957: usr.sbin/pkg_install/add/perform.c             1.57
        !          1958: usr.sbin/pkg_install/add/pkg_add.1             1.20-1.24
        !          1959: usr.sbin/pkg_install/admin/main.c              1.14-1.16,1.18-1.21
        !          1960: usr.sbin/pkg_install/admin/pkg_admin.1         1.9-1.12
        !          1961: usr.sbin/pkg_install/create/main.c             1.17
        !          1962: usr.sbin/pkg_install/create/perform.c          1.23,1.25
        !          1963: usr.sbin/pkg_install/create/pkg_create.1       1.24-1.26
        !          1964: usr.sbin/pkg_install/delete/main.c             1.17
        !          1965: usr.sbin/pkg_install/delete/perform.c          1.32
        !          1966: usr.sbin/pkg_install/delete/pkg_delete.1       1.15,1.17-1.19
        !          1967: usr.sbin/pkg_install/info/main.c               1.24
        !          1968: usr.sbin/pkg_install/info/perform.c            1.33,1.35-1.37
        !          1969: usr.sbin/pkg_install/info/pkg_info.1           1.22-1.23
        !          1970: usr.sbin/pkg_install/lib/Makefile              1.14-1.16
        !          1971: usr.sbin/pkg_install/lib/lib.h                 1.32-1.33
        !          1972: usr.sbin/pkg_install/lib/version.c             1.1 (new)
        !          1973: usr.sbin/pkg_install/lib/file.c                        1.43,1.46-1.47
        !          1974: usr.sbin/pkg_install/lib/pen.c                 1.18-1.19
        !          1975: usr.sbin/pkg_install/lib/ftpio.c               1.27
        !          1976: usr.sbin/pkg_install/lib/pkgdb.c               1.8
        !          1977: usr.sbin/pkg_install/lib/str.c                 1.25-1.28
        !          1978: usr.sbin/pkg_install/lib/version.h             1.1-1.4 (new)
        !          1979:
        !          1980:   Various changes / updates:
        !          1981:    o add -V option to determine version
        !          1982:    o add -u switch to pkg_add for upgrading a package
        !          1983:    o use getprogname() in preference to __progname for portability
        !          1984:    o plug file descriptor leak
        !          1985:    o only display directories from /var/db/pkg; fixing PR#12073
        !          1986:    o fix pkg_info -r flag to show +REQUIRE file if present
        !          1987:    o don't swallow ``%'' in file/dir names; fixing PR#11352
        !          1988:    o fix bugs when handling .tbz packages; fixes PR#11856
        !          1989:    o fix NULL pointer deref; fixes PR#11647
        !          1990:    o split out version information to separate file
        !          1991:    o various minor bugfixes and spelling fixes
        !          1992:
        !          1993: etc/rc.d/network                               1.15
        !          1994:
        !          1995:   Add support for cloning network devices (e.g. vlan).  Fixes
        !          1996:   PR#12398.
        !          1997:
        !          1998: sys/arch/vax/conf/INSTALL                      1.12
        !          1999:
        !          2000:   Add VAX 4000/200.
        !          2001:
        !          2002: sys/arch/vax/vax/db_machdep.c                  1.24-1.25
        !          2003:
        !          2004:   Make stack backtraces work.  Prints FP at start of each line.
        !          2005:   Notices and handles trap frames.
        !          2006:
        !          2007: distrib/vax/floppy/Makefile                    1.1 (new)
        !          2008: distrib/vax/floppy/floppy.lbl                  1.1 (new)
        !          2009: distrib/vax/Makefile                           1.8
        !          2010:
        !          2011:   Make a boot floppy for VAX.
        !          2012:
        !          2013: sys/dev/pci/siop_pci_common.c                  1.4
        !          2014:
        !          2015:   Fix c896 support related to PCI configuration and handling of
        !          2016:   64-bit BARs.

CVSweb <webmaster@jp.NetBSD.org>