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

Annotation of src/CHANGES-1.4.2, Revision 1.1.2.97

1.1.2.97! he          1: #      $NetBSD: CHANGES-1.4.2,v 1.1.2.96 2000/01/08 22:50:39 he Exp $
1.1.2.1   cgd         2:
                      3: A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
                      4:
1.1.2.5   he          5: File                                           Revision(s)
1.1.2.1   cgd         6: ----                                           --------
1.1.2.4   he          7:
1.1.2.1   cgd         8: bin/pax/tar.c                                  1.15
                      9:
                     10:   Add the ability to read V7 tar archives which use USTAR-style
1.1.2.30  cgd        11:   directories.  Addresses PR#8220.
1.1.2.2   cgd        12:
                     13: sbin/newfs_msdos/newfs_msdos.c                 1.4
                     14:
                     15:   After determining the size of a file being used as an msdosfs image, seek
1.1.2.30  cgd        16:   back to its start so subsequent writes go to the right places.
1.1.2.2   cgd        17:
                     18: lib/libkvm/kvm_file.c                          1.14
                     19:
1.1.2.30  cgd        20:   Fix kvm_getfiles() so that it works properly on kernel core dumps.
1.1.2.2   cgd        21:
                     22: usr.bin/netstat/unix.c                         1.18
                     23:
1.1.2.30  cgd        24:   Report error returns from kvm_getfiles() more correctly.
1.1.2.2   cgd        25:
                     26: sys/lib/libsa/ufs.c                            1.26
                     27:
                     28:   Fix a problem that could cause files' seek pointers to be incorrect
1.1.2.30  cgd        29:   after being opened.
1.1.2.2   cgd        30:
                     31: usr.sbin/mbrlabel/mbrlabel.c                   1.4-1.5
                     32:
                     33:   Correct usage message and make the MBR examination code function
1.1.2.30  cgd        34:   properly on architectures which enforce strict alignment.
1.1.2.2   cgd        35:
1.1.2.3   cgd        36: usr.bin/tail/extern.h                          1.4
                     37: usr.bin/tail/forward.c                         1.16
                     38: usr.bin/tail/read.c                            1.7
                     39: usr.bin/tail/reverse.c                         1.11
                     40:
1.1.2.30  cgd        41:   Avoid incorrectly-repeated error messages.
1.1.2.3   cgd        42:
                     43: sys/msdosfs/denode.h                           1.31
                     44: sys/msdosfs/fat.h                              1.13
                     45: sys/msdosfs/msdosfs_fat.c                      1.31
                     46: sys/msdosfs/msdosfs_vnops.c                    1.83
                     47:
                     48:   Fix LP64 problems which made the MS-DOS file system unusable on
                     49:   NetBSD/alpha as reported in PR#8037 and several other problems
                     50:   encountered while researching it (NFS exporting and printf
1.1.2.30  cgd        51:   formats).
1.1.2.3   cgd        52:
                     53: usr.bin/find/extern.h                          1.12
                     54: usr.bin/find/find.h                            1.12
                     55: usr.bin/find/find.1                            1.22-1.23
                     56: usr.bin/find/function.c                                1.31
                     57: usr.bin/find/option.c                          1.13
                     58:
                     59:   Implement -regex and -iregex primaries which behave similarly (but
                     60:   not identically) to the GNU find primaries of the same names.  (The
                     61:   differences are caused by differences in the Basic Regular
1.1.2.30  cgd        62:   Expression implementations.)
1.1.2.5   he         63:
                     64: distrib/sets/lists/comp/md.arm32               1.25
                     65:
                     66:   Add "usr/include/machine/devmap.h" so that the X server can be built.
                     67:
                     68: sys/dev/rnd.c                                  patch
                     69:
                     70:   A more consistent branch-specific fix for the data extraction locking
1.1.2.30  cgd        71:   bug previously fixed.
1.1.2.5   he         72:
                     73: lib/libc/sys/connect.2                         1.14
                     74:
                     75:   Explain how to get status information for non-blocking connects,
1.1.2.30  cgd        76:   fixing PR#8208.
1.1.2.5   he         77:
                     78: sys/dev/eisa/eisadevs                          1.16
1.1.2.38  cgd        79: sys/dev/eisa/eisadevs.h                                regenerate
                     80: sys/dev/eisa/eisadevs_data.h                   regenerate
1.1.2.5   he         81: sys/dev/eisa/if_ep_eisa.c                      1.21
                     82:
                     83:   Recognize a 3Com 3c509 Combo configured in EISA mode, fixing PR#8234.
                     84:
1.1.2.22  he         85: usr.sbin/pkg_install/Makefile.inc              1.6-1.10
                     86: usr.sbin/pkg_install/add/add.h                 1.4
                     87: usr.sbin/pkg_install/add/extract.c             1.17-1.20
                     88: usr.sbin/pkg_install/add/futil.c               1.7-1.8
                     89: usr.sbin/pkg_install/add/main.c                        1.10-1.12
                     90: usr.sbin/pkg_install/add/perform.c             1.30,1.32-1.39
1.1.2.5   he         91: usr.sbin/pkg_install/add/pkg_add.1             1.16
1.1.2.22  he         92: usr.sbin/pkg_install/admin/main.c              1.4-1.8
                     93: usr.sbin/pkg_install/create/create.h           1.12
                     94: usr.sbin/pkg_install/create/main.c             1.14
                     95: usr.sbin/pkg_install/create/perform.c          1.18-1.19
1.1.2.5   he         96: usr.sbin/pkg_install/create/pkg_create.1       1.17-1.18
1.1.2.22  he         97: usr.sbin/pkg_install/create/pl.c               1.12-1.16
                     98: usr.sbin/pkg_install/delete/delete.h           1.5-1.6
                     99: usr.sbin/pkg_install/delete/main.c             1.12-1.13
                    100: usr.sbin/pkg_install/delete/perform.c          1.24-1.28
1.1.2.5   he        101: usr.sbin/pkg_install/delete/pkg_delete.1       1.13-1.14
1.1.2.22  he        102: usr.sbin/pkg_install/info/info.h               1.10-1.11
                    103: usr.sbin/pkg_install/info/main.c               1.17-1.18
                    104: usr.sbin/pkg_install/info/perform.c            1.24-1.28
                    105: usr.sbin/pkg_install/info/show.c               1.13-1.16
1.1.2.5   he        106: usr.sbin/pkg_install/info/pkg_info.1           1.18
1.1.2.22  he        107: usr.sbin/pkg_install/lib/exec.c                        1.6
                    108: usr.sbin/pkg_install/lib/file.c                        1.28-1.32
                    109: usr.sbin/pkg_install/lib/global.c              1.6
                    110: usr.sbin/pkg_install/lib/lib.h                 1.22-1.26
                    111: usr.sbin/pkg_install/lib/lpkg.c                        1.2
                    112: usr.sbin/pkg_install/lib/pen.c                 1.16
                    113: usr.sbin/pkg_install/lib/pkgdb.c               1.4
                    114: usr.sbin/pkg_install/lib/plist.c               1.19-1.22
                    115: usr.sbin/pkg_install/lib/str.c                 1.16-1.17
1.1.2.5   he        116:
                    117:   Update in-tree pkg tools:
                    118:
                    119:   o Pass & use BINDIR instead of hardcoding /usr/sbin.
                    120:   o Adapt this to work better on Solaris.
                    121:   o Treat absolute paths in PLIST properly, i.e. do not allow them
                    122:     at all.
                    123:   o Clean up URL handling.
                    124:   o Fix conflict checking for package names with hyphens in their name
                    125:     by using "pkg-[0-9]*" instead of "pkg-*" for detecting conflicting
                    126:     packages.
                    127:   o Document PKG_TMPDIR environment variable.
                    128:   o De-linting and some code cleanup.
                    129:   o @srcdir was renamed to @src a long time ago (fixing PR#7555).
                    130:   o Message files in binary packages are not displayed with more(1).
                    131:   o Allow specifying a package name without a version.
                    132:   o Call deinstall-script again after files are removed, with
                    133:     POST-DEINSTALL argument.
                    134:   o Disable annoying "key not present" warning.
1.1.2.7   he        135:   o Fix error checking when creating directory for pkgdb.
1.1.2.22  he        136:   o Bring closer to /usr/share/misc/style with the aid of indent(1).
                    137:   o Provide full pathnames for chgrp and chown, fixing PR#8250.
                    138:   o Hide test for URLlength()>0 behind a macro (IS_URL()).
                    139:   o Handle symlinks to directories correctly in "check" and "rebuild"
                    140:     targets.
                    141:   o More work to run the DEINSTALL script a second time.
                    142:   o Some code documentation.
1.1.2.5   he        143:
1.1.2.6   he        144: sys/net/if.c                                   1.51
                    145:
                    146:   Fix a problem in ifa_ifwithnet() for netatalk, making atalkd
1.1.2.30  cgd       147:   work in more configurations.
1.1.2.6   he        148:
                    149: sys/netinet/ip_proxy.c                         1.18
                    150:
                    151:   Check the protocol before forwarding to proxy module.  Fixes
1.1.2.30  cgd       152:   PR#7831.
1.1.2.6   he        153:
                    154: gnu/usr.bin/tar/gnu.c                          1.5
                    155: gnu/usr.bin/tar/list.c                         1.6
                    156:
                    157:   Cast off_t to size_t when passing arguments to functions expecting
                    158:   a size_t.  This fixes errors due to memory corruption when
                    159:   extracting archives with gtar style long file names on big endian
1.1.2.30  cgd       160:   machines.  Fixes PR#8229.
1.1.2.6   he        161:
                    162: doc/tmac/doc-common                            1.32
                    163:
1.1.2.30  cgd       164:   Mark Ap as callable, fixes formatting of a few man pages.
1.1.2.7   he        165:
1.1.2.35  cgd       166: sys/dev/ata/ata_wdc.c                          1.20
                    167: sys/dev/ic/wdc.c                               1.69-1.70
                    168: sys/dev/scsipi/atapi_wdc.c                     patch
1.1.2.7   he        169:
                    170:   Add some debug printfs, change timeout handling to be more efficient
                    171:   and less error-prone, and fix the "lockup after lost interrupt"
1.1.2.8   he        172:   problem some users have been reporting.  Also a mostly-stylistic
                    173:   change guarding tsleep() with a while() loop, and a retry if PIO
1.1.2.30  cgd       174:   mode < 3 fails.
1.1.2.8   he        175:
                    176: share/mk/bsd.man.mk                            1.46
                    177:
                    178:   Use -Tascii for pre-generated man pages, avoiding nroff character
1.1.2.30  cgd       179:   set dependence on LESSCHARSET (!), fixing PR#4522.
1.1.2.8   he        180:
                    181: etc/mtree/special                              1.23-1.24
                    182:
                    183:   Change to match the permissions set on install, and fix for
1.1.2.30  cgd       184:   nonexistent group name.
1.1.2.8   he        185:
                    186: share/zoneinfo/africa                          1.1.1.10
                    187: share/zoneinfo/antarctica                      1.1.1.6
                    188: share/zoneinfo/asia                            1.1.1.9
                    189: share/zoneinfo/australasia                     1.1.1.9
                    190: share/zoneinfo/europe                          1.1.1.9
                    191: share/zoneinfo/leapseconds                     1.1.1.4
                    192: share/zoneinfo/northamerica                    1.1.1.10
                    193: share/zoneinfo/southamerica                    1.1.1.9
                    194:
1.1.2.30  cgd       195:   Update to tzdata1999e.
1.1.2.9   he        196:
                    197: sys/miscfs/fdesc/fdesc_vnops.c                 1.51-1.53
                    198: sys/miscfs/kernfs/kernfs_vnops.c               1.66-1.67
                    199: sys/miscfs/procfs/procfs_vnops.c               1.66-1.68
                    200:
                    201:   Protect {fdesc,kernfs,procfs}_readdir against directory seeks
1.1.2.30  cgd       202:   with bogus offsets.
1.1.2.9   he        203:
1.1.2.10  he        204: etc/rc                                         1.129
                    205:
1.1.2.30  cgd       206:   Fix denial-of-service attack involving vi preserve.
1.1.2.10  he        207:
                    208: usr.bin/su/su.c                                        1.35
                    209:
1.1.2.30  cgd       210:   Fix memory corruption problem.
1.1.2.11  he        211:
                    212: etc/etc.x68k/MAKEDEV                           1.21
                    213:
                    214:   Since we now use Xwrapper to start the X server, we can restrict
1.1.2.12  he        215:   non-root access to grf, mouse and kbd, closing a security hole.
1.1.2.14  he        216:
                    217: sys/dev/pci/pcidevs                            1.137
1.1.2.38  cgd       218: sys/dev/pci/pcidevs.h                          regenerate
                    219: sys/dev/pci/pcidevs_data.h                     regenerate
1.1.2.14  he        220: sys/dev/pci/if_ex_pci.c                                1.7
                    221:
1.1.2.30  cgd       222:   Recognize 3c905C-TX card.
1.1.2.15  he        223:
1.1.2.16  he        224: sys/msdosfs/msdosfs_vnops.c                    1.86
1.1.2.15  he        225:
1.1.2.17  he        226:   Do not permit writing to read-only mounted msdosfs file system,
1.1.2.30  cgd       227:   fixing PR#7619.
1.1.2.18  he        228:
                    229: sys/sys/fcntl.h                                        1.17
                    230: sys/kern/vfs_vnops.c                           1.38
                    231: sys/kern/kern_sig.c                            1.93
                    232:
                    233:   Don't allow coredump to follow symlinks, this has security
1.1.2.30  cgd       234:   implications.
1.1.2.18  he        235:
                    236: sys/ufs/lfs/lfs_alloc.c                                1.23
                    237: sys/ufs/lfs/lfs_segment.c                      1.28
                    238:
                    239:   Fix a printf format bug that gives compiler warnings/errors on
1.1.2.30  cgd       240:   64-bit platforms, fixing PR#8241.
1.1.2.19  he        241:
                    242: lib/libc/gen/__fts13.c                         1.16-1.25
                    243:
                    244:   Fix various bug in fts(3), preventing a buffer overflow on a very
                    245:   deep tree, and a silent trucation of the path when fts_pathlen
1.1.2.30  cgd       246:   overflows.  Also, make this compile on Linux.
1.1.2.20  he        247:
                    248: sbin/newfs_lfs/lfs.c                           1.5
                    249:
                    250:   Refuse to create a file system with too few segments, which
1.1.2.30  cgd       251:   would prevent the cleaner from working, fixing PR#7623.
1.1.2.20  he        252:
                    253: sbin/mount_ados/mount_ados.c                   1.9
                    254: sbin/mount_cd9660/mount_cd9660.c               1.8
                    255: sbin/mount_fdesc/mount_fdesc.c                 1.10
                    256: sbin/mount_filecore/mount_filecore.c           1.2
                    257: sbin/mount_kernfs/mount_kernfs.c               1.11
                    258: sbin/mount_lfs/mount_lfs.c                     1.8
                    259: sbin/mount_msdos/mount_msdos.c                 1.20
                    260: sbin/mount_nfs/mount_nfs.c                     1.23
                    261: sbin/mount_null/mount_null.c                   1.6
                    262: sbin/mount_procfs/mount_procfs.c               1.10
                    263: sbin/mount_umap/mount_umap.c                   1.9
                    264: sbin/mount_union/mount_union.c                 1.6
                    265:
                    266:   Regularize error reporting of mount_* commands for failure of
                    267:   mount(2) to the form "mount_xxx: dev on dir: reason for failure"
                    268:   (as opposed to the old "mount_xxx: : reason for failure").
1.1.2.21  he        269:   This is related to PR#7592, but not a complete fix for that PR.
                    270:
1.1.2.35  cgd       271: distrib/sets/lists/xbase/mi                    1.14-1.16
                    272: distrib/sets/lists/xcomp/mi                    1.7-1.8
                    273: distrib/sets/lists/xserver/md.arm32            1.5-1.7
                    274: distrib/sets/lists/xserver/md.atari            1.4-1.5
                    275: distrib/sets/lists/xserver/md.i386             1.10-1.11
                    276: distrib/sets/lists/xserver/md.vax              1.3 (new)
1.1.2.21  he        277:
                    278:   Various changes to sync these files with xsrc.  Specifically:
                    279:    o Update for XFree86 3.3.4
                    280:    o Update for XFree86 3.3.5
                    281:    o Add Vax X11 server
                    282:    o RCS Id policy conformance
                    283:
                    284: distrib/sets/makeflist                         1.16
                    285:
1.1.2.30  cgd       286:   Cope with #-comments in distrib set files.
1.1.2.21  he        287:
                    288: etc/security                                   1.40
                    289:
1.1.2.30  cgd       290:   Don't try to grab disklabels from CDs.
1.1.2.21  he        291:
                    292: sys/nfs/nfs_subs.c                             1.71
                    293:
1.1.2.30  cgd       294:   Don't truncate minor numbers > 255 on a NFS client.
1.1.2.21  he        295:
                    296: sys/arch/i386/i386/locore.s                    1.212
                    297:
                    298:   Make kernels configured without npx link again, fixing PR#8262.
                    299:
                    300: sbin/disklabel/interact.c                      1.10
                    301:
1.1.2.30  cgd       302:   'Label disk?' prompt should check for 'Y' as well as 'y'.
1.1.2.21  he        303:
                    304: sys/dev/isa/files.isa                          1.89
                    305:
                    306:   The nca driver mistakenly detects an i82585tx as its hardware.
                    307:   Move the nca driver probe after the iy probe (which is more
1.1.2.30  cgd       308:   friendly to other hardware).
1.1.2.21  he        309:
                    310: share/mk/bsd.doc.mk                            1.43
                    311: share/mk/bsd.files.mk                          1.10
                    312: share/mk/bsd.kmod.mk                           1.32
                    313: share/mk/bsd.lib.mk                            1.157
                    314: share/mk/bsd.man.mk                            1.48
                    315: share/mk/bsd.nls.mk                            1.19
                    316: share/mk/bsd.prog.mk                           1.103
                    317:
                    318:   Allow natural use of multiple "make" targets within the main tree
                    319:   without setting BUILD in /etc/mk.conf, or anywhere else.
                    320:   Particularly, permit "make all install" and "make file install"
                    321:   (where file is installed by "make install"). Behavior with BUILD
1.1.2.30  cgd       322:   set is unchanged.  Fixes PR#8313 and PR#3894.
1.1.2.21  he        323:
                    324: sys/dev/ic/i82586.c                            1.24
                    325:
                    326:   Remove a spurious printf() from the interrupt handler which got
1.1.2.30  cgd       327:   triggered when sharing the interrupt level with other devices.
1.1.2.21  he        328:
                    329: gnu/dist/gdb/config/arm/tm-armnbsd.h           1.5
                    330:
                    331:   Make single-stepping over conditional instructions work on the
1.1.2.30  cgd       332:   ARM32, fixing PR#7565 and possibly PR#8156.
1.1.2.21  he        333:
                    334: sys/dev/ic/clmpccreg.h                         1.2
                    335: sys/dev/ic/clmpccvar.h                         1.3
                    336: sys/dev/ic/clmpcc.c                            1.6
                    337:
1.1.2.30  cgd       338:   Fix panics seen by some people during mvme167 installation.
1.1.2.22  he        339:
                    340: distrib/utils/sysinst/arch/mac68k/md.c         1.12
                    341:
                    342:   Insert a leading slash in device name used in md_pre_disklabel(),
1.1.2.30  cgd       343:   fixing PR#8384.
1.1.2.23  he        344:
1.1.2.35  cgd       345: sys/arch/arm32/podulebus/if_ie.c               patch
1.1.2.23  he        346:
1.1.2.30  cgd       347:   Fix Berkeley Packet Filter support, fixing PR#8343.
1.1.2.24  itojun    348:
                    349: sys/dev/ic/smc91cxx.c                          1.18-1.19
                    350:
                    351:   Avoid multicast packet loopback from itself during promiscuous mode.
                    352:   This makes the driver behave as IFF_SIMPLEX interface in all cases.
1.1.2.25  cgd       353:
                    354: sys/dev/ic/elinkxl.c                           1.14
                    355: sys/dev/ic/elinkxlreg.h                                1.2
                    356:
1.1.2.26  he        357:   Select the right tranceiver type when configuring the driver,
                    358:   and change the timing for the MII code a bit.  Fixes the problem
                    359:   reported in PR#8363 with the MII not being reported
1.1.2.30  cgd       360:   correctly.
1.1.2.25  cgd       361:
                    362: sys/dev/pci/ncr.c                              1.81
                    363:
1.1.2.26  he        364:   Make the ncr driver work with more than 5 devices on the same
1.1.2.30  cgd       365:   bus.  Fixes PR#6347.
1.1.2.25  cgd       366:
                    367: sys/dev/pci/ncr.c                              1.82
                    368:
1.1.2.26  he        369:   Make driver build with Tekram EEPROM support enabled.
1.1.2.30  cgd       370:   Fixes PR#8141.
1.1.2.25  cgd       371:
                    372: sys/dev/pci/ncr.c                              1.83
                    373:
1.1.2.26  he        374:   Zero out DMA memory regions to avoid use of uninitialized
1.1.2.31  cgd       375:   memory (and resulting "COMMAND FAILED" errors) on systems
1.1.2.30  cgd       376:   which don't clear memory on boot.
1.1.2.26  he        377:
1.1.2.35  cgd       378: sys/dev/wscons/wsemul_vt100_keys.c             1.3
1.1.2.26  he        379:
1.1.2.30  cgd       380:   Map the Home and End keys as xterm does.
1.1.2.27  he        381:
                    382: sys/arch/i386/conf/DISKLESS                    1.67
                    383:
1.1.2.30  cgd       384:   Update device name ed* -> we*, fixing PR#7503 and PR#8020.
1.1.2.27  he        385:
1.1.2.34  cgd       386: lib/libc/arch/arm32/Makefile.inc               1.7
                    387: lib/libc/arch/arm32/gen/divsi3.S               1.3-1.4
                    388: sys/lib/libkern/arch/arm32/divsi3.S            1.3-1.6
1.1.2.27  he        389:
                    390:   If the highest bit of the dividend is set, care must be taken when
1.1.2.34  cgd       391:   shifting the divisor.  Fixes PR#7760.  Also, arrange for this file
                    392:   to be copied to libkern via libc's copy-to-libkern target.
1.1.2.29  cgd       393:
                    394: usr.sbin/amd/AUTHORS                           1.1.1.7
                    395: usr.sbin/amd/Makefile                          1.9-1.12
                    396: usr.sbin/amd/amd/am_ops.c                      1.9
                    397: usr.sbin/amd/amd/amd.c                         1.12
                    398: usr.sbin/amd/amd/amfs_auto.c                   1.1.1.3
                    399: usr.sbin/amd/amd/amfs_program.c                        1.1.1.3
                    400: usr.sbin/amd/amd/amfs_toplvl.c                 1.1.1.3
                    401: usr.sbin/amd/amd/amq_subr.c                    1.11
                    402: usr.sbin/amd/amd/amq_svc.c                     1.8
                    403: usr.sbin/amd/amd/conf.c                                1.7
                    404: usr.sbin/amd/amd/conf_parse.y                  1.6
                    405: usr.sbin/amd/amd/info_hesiod.c                 1.1.1.2
                    406: usr.sbin/amd/amd/info_nis.c                    1.14
                    407: usr.sbin/amd/amd/map.c                         1.12
                    408: usr.sbin/amd/amd/mapc.c                                1.12
                    409: usr.sbin/amd/amd/nfs_prot_svc.c                        1.8
                    410: usr.sbin/amd/amd/nfs_start.c                   1.10
                    411: usr.sbin/amd/amd/ops_cdfs.c                    1.8
                    412: usr.sbin/amd/amd/ops_nfs.c                     1.8
                    413: usr.sbin/amd/amd/opts.c                                1.9
                    414: usr.sbin/amd/amd2netbsd                                1.20-1.22
                    415: usr.sbin/amd/amq/amq.c                         1.13
                    416: usr.sbin/amd/doc/Makefile                      1.6-1.7
                    417: usr.sbin/amd/doc/am-utils.info                 deleted
                    418: usr.sbin/amd/doc/am-utils.info-1               deleted
                    419: usr.sbin/amd/doc/am-utils.info-2               deleted
                    420: usr.sbin/amd/doc/am-utils.info-3               deleted
                    421: usr.sbin/amd/doc/am-utils.info-4               deleted
                    422: usr.sbin/amd/doc/am-utils.info-5               deleted
                    423: usr.sbin/amd/doc/am-utils.info-6               deleted
                    424: usr.sbin/amd/doc/am-utils.texi                 1.1.1.6
                    425: usr.sbin/amd/doc/hlfsd.ps                      1.1.1.3
                    426: usr.sbin/amd/doc/version.texi                  1.1.1.6
                    427: usr.sbin/amd/fixmount/fixmount.c               1.7
                    428: usr.sbin/amd/fsinfo/fsi_gram.y                 1.8
                    429: usr.sbin/amd/fsinfo/fsinfo.c                   1.11
                    430: usr.sbin/amd/hlfsd/hlfsd.c                     1.8
                    431: usr.sbin/amd/include/am_compat.h               1.1.1.5
                    432: usr.sbin/amd/include/am_defs.h                 1.10
                    433: usr.sbin/amd/include/am_utils.h                        1.8
                    434: usr.sbin/amd/include/amd.h                     1.7
                    435: usr.sbin/amd/include/amu_nfs_prot.h            1.7
                    436: usr.sbin/amd/include/config.h                  1.15
                    437: usr.sbin/amd/libamu/mkconf                     1.1.1.2
                    438: usr.sbin/amd/libamu/mount_fs.c                 1.1.1.7
                    439: usr.sbin/amd/libamu/tranputil.c                        1.1.1.7
                    440: usr.sbin/amd/libamu/wire.c                     1.1.1.5
                    441: usr.sbin/amd/libamu/xutil.c                    1.4
                    442: usr.sbin/amd/mk-amd-map/mk-amd-map.c           1.11
                    443: usr.sbin/amd/pawd/pawd.c                       1.1.1.3
                    444: usr.sbin/amd/wire-test/wire-test.c             1.5
                    445:
                    446:   Upgrade amd(8) and related software to fix expoitable stack overflows
1.1.2.30  cgd       447:   in amq(8), as reported in BUGTRAQ and elsewhere.
1.1.2.32  cgd       448:
                    449: usr.sbin/config/sem.c                          1.23
                    450:
                    451:   Fix the (English) grammar in a couple of places.
                    452:
                    453: distrib/sets/lists/base/mi                     1.122
                    454: usr.bin/Makefile                               1.107
                    455: usr.bin/mktemp/Makefile                                1.1-1.2 (new)
                    456: usr.bin/mktemp/mktemp.1                                1.1-1.3 (new)
                    457: usr.bin/mktemp/mktemp.c                                1.1-1.2 (new)
                    458:
                    459:   Add mktemp(1), a utility to make temporary files for shell scripts.
                    460:
                    461: sys/kern/uipc_socket2.c                                1.31-1.33
                    462:
                    463:   Compact mbuf clusters, to help prevent mbuf cluster exhaustion when
                    464:   receiving lots of small packets.  This costs some performance (the
                    465:   compaction copies data), but adds a lot of stability to many systems.
                    466:
                    467: sys/dev/pci/if_vr.c                            1.26
                    468:
                    469:   Fix packet reception in promiscuous mode: compare the Ethernet
                    470:   destination address against our station address if it's not a
                    471:   multicast packet.  Fixes a redirect storm problem.
1.1.2.33  cgd       472:
                    473: sys/arch/alpha/conf/Makefile.alpha             1.53
1.1.2.36  cgd       474: sys/arch/amiga/conf/Makefile.amiga             1.82
1.1.2.33  cgd       475:
                    476:   Be more efficient when linking kernels with debugging symbols.  (Don't
                    477:   copy them just to strip them, use strip -o.)
1.1.2.37  cgd       478:
                    479: usr.bin/col/col.c                              1.11
                    480:
                    481:   Fix incorrect option string used in call to getopt(3).  Fixes PR#8475.
                    482:
                    483: gnu/dist/gprof/gprof.1                         1.2
                    484:
                    485:   Remove references to nonexistent manual pages and replace them with
                    486:   up-to-date references where appropriate.
1.1.2.39  cgd       487:
                    488: share/man/man8/compat_ultrix.8                 1.9
                    489:
                    490:   Fix typo in roff macro name.
                    491:
                    492: bin/df/df.c                                    1.32
                    493:
1.1.2.42  cgd       494:   Fix an overflow when using df(1) on a big partition's raw device,
                    495:   where the number of available blocks would be displayed incorrectly.
1.1.2.39  cgd       496:
                    497: usr.bin/join/join.c                            1.16
                    498:
                    499:   Fix incorrect array size in a call to memset(), and avoid a possible
                    500:   segmentation fault in a call to memmove().  Fixes PR#8184.
                    501:
                    502: sys/dev/raidframe/rf_netbsdkintf.c             1.20
                    503: sys/dev/raidframe/rf_raid.h                    1.6
                    504: sys/dev/raidframe/rf_states.c                  1.7
                    505:
                    506:   Add a more reasonable throttling mechanism to the RAIDframe code.
                    507:   Increases write performance, and helps prevent the I/O routines from
                    508:   using too much kernel memory.
1.1.2.40  cgd       509:
                    510: sys/sys/disklabel_mbr.h                                1.4
                    511:
                    512:   Correct NTFS partition type.
                    513:
                    514: usr.sbin/mbrlabel/mbrlabel.c                   1.6
                    515: sys/sys/disklabel_mbr.h                                1.5
                    516:
                    517:   Correct handling of extended partitions within extended partitions, and
                    518:   add support for Linux extended partitions.
1.1.2.41  he        519:
                    520: include/db.h                                   1.17
                    521:
                    522:   Fix P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit
                    523:   memory accesses.  This fixes a problem seen on arm32 when trying
                    524:   to use the db(3) functions to access a BIG_ENDIAN btree.
                    525:
                    526: usr.bin/systat/extern.h                                1.8-1.9
                    527: usr.bin/systat/fetch.c                         1.5
                    528: usr.bin/systat/main.c                          1.16
                    529: usr.bin/systat/netstat.c                       1.11
                    530: usr.bin/systat/pigs.c                          1.14
                    531:
                    532:   LP64 and type sanity fixes, with visible effects of enabling echo
                    533:   on commands and correct cursor placement after update.
                    534:
                    535: usr.bin/systat/cmds.c                          1.10
                    536: usr.bin/systat/keyboard.c                      1.6
                    537:
                    538:   Do not downcase input, which prevented "ignore X11" in the
                    539:   "netstat" display from working.  Fixes PR#7655.
1.1.2.43  cgd       540:
                    541: sys/dev/raidframe/rf_layout.c                  1.4
                    542:
                    543:   Do not continue the configuration process if sectorsPerStripeUnit is
                    544:   not larger than 0.
                    545:
                    546: sys/dev/raidframe/rf_driver.c                  1.12
                    547:
                    548:   rf_UnconfigureVnodes() needs to be called in the DO_RAID_FAIL macro.
                    549:
                    550: sys/dev/raidframe/rf_netbsdkintf.c             1.21
                    551:
                    552:   splbio()/splx() protect some reconstruction code to avoid
                    553:   potentially bad interatctions with the pool code.
                    554:
                    555: sys/dev/raidframe/rf_parityscan.c              1.5
                    556:
                    557:   Do not allow rebuilding parity on a degraded RAID set.  Also, don't
                    558:   allow parity rewriting on a RAID 0 set, as that makes no sense.
1.1.2.44  cgd       559:
1.1.2.45  cgd       560: usr.bin/audio/common/audio.c                   1.9
                    561:
                    562:   Fix an off-by-one error in the error message array.
                    563:
1.1.2.66  he        564: usr.bin/audio/record/record.c                  1.6
                    565: usr.bin/audio/play/audioplay.1                 1.5
                    566: usr.bin/audio/play/play.c                      1.11
                    567:
                    568:   If not specified on the command line, attempt to fall back
                    569:   to the environment variables AUDIODEVICE (for -d) and
                    570:   AUDIOCTLDEVICE (for -C) before falling back to _PATH_* constants.
                    571:
1.1.2.45  cgd       572: usr.bin/audio/record/record.c                  1.7-1.8
                    573:
                    574:   Fix audiorecord(1)'s "-t" option so that it actually works.
1.1.2.46  cgd       575:
1.1.2.66  he        576: usr.bin/audio/record/audiorecord.1             1.6-1.7
                    577:
                    578:   Document AUDIODEVICE and AUDIOCTLDEVICE environment variables
                    579:   and the -t option.
                    580:
                    581: share/man/man7/environ.7                       1.8
                    582:
                    583:   Document the AUDIODEVICE and AUDIOCTLDEVICE environment variables.
                    584:
                    585: usr.bin/audio/play/play.c                      1.13
                    586:
                    587:   Honor the "-f" flag even if we appear to recognize a broken Sun audio
                    588:   file, and fix an error message on little-endian hosts.
                    589:
1.1.2.46  cgd       590: usr.sbin/mopd/common/dl.c                      1.4
                    591:
                    592:   In a program request packet during the second and third stage of an
                    593:   Ultrix/mips MOP boot, the "software" packet is 256 bytes - bump the
                    594:   size of the program array (maximum for the VAX must only be 16 bytes).
1.1.2.47  cgd       595:
                    596: sys/dev/raidframe/rf_netbsdkintf.c             1.24
                    597:
                    598:   Don't allow reconstructs, copybacks, or forced failures of components if
                    599:   using a RAID 0, since RAID 0 can't handle those sorts of things.
                    600:
                    601: sys/dev/raidframe/rf_parityscan.c              1.6
                    602:
                    603:   Don't panic the system just because there is a problem verifying
                    604:   the parity.
                    605:
                    606: sys/dev/raidframe/rf_reconstruct.c             1.6
                    607:
                    608:   Clean up reconstruction accounting a bit.  While it worked before, it
                    609:   was slightly broken in the case where the RAID set did not support
                    610:   reconstruction.
                    611:
                    612: sys/dev/raidframe/rf_netbsdkintf.c             1.26
                    613:
                    614:   Correct and/or improve detection of bogus row/column values passed
                    615:   in via ioctls.
                    616:
                    617: sys/dev/raidframe/rf_reconmap.c                        1.6
                    618:
                    619:   Fix an 'off-by-one' error in a RF_ASSERT which meant that a reconstruct
                    620:   would panic in the case where the stripe width was 1 block.
1.1.2.48  he        621:
                    622: usr.sbin/nfsd/nfsd.c                           1.31
                    623: usr.sbin/nfds/nfsd.8                           1.10-1.11
                    624:
                    625:   Serve UDP requests by default if neither UDP nor TCP is specified,
                    626:   as already documented in the man page.  Fixes PR#7358.
1.1.2.49  he        627:
                    628: libexec/ftpd/ftpd.c                            1.70
                    629:
                    630:   Avoid segmentation fault if there is an empty line in /etc/ftpusers,
                    631:   fixing PR#8504.
1.1.2.50  he        632:
                    633: sys/arch/amiga/dev/sbic.c                      1.36
                    634:
                    635:   Make this compile with options DEBUG.
                    636:
                    637: sys/dev/pci/if_tireg.h                         1.1 (new)
                    638: sys/dev/pci/ti_fw.h                            1.1 (new)
                    639: sys/dev/pci/ti_fw2.h                           1.1 (new)
1.1.2.51  cgd       640: sys/dev/pci/if_ti.c                            patch (new)
1.1.2.50  he        641: sys/dev/pci/files.pci                          1.62 via patch
                    642: sys/dev/pci/pcidevs                            1.150 via patch
                    643: sys/dev/pci/pcidevs_data.h                     regenerate
                    644: sys/dev/pci/pcidevs.h                          regenerate
                    645:
1.1.2.51  cgd       646:   Add a driver for Alteon Gigabit Ethernet cards.
1.1.2.50  he        647:
                    648: sys/nfs/nfs_boot.c                             1.51-1.52
                    649:
                    650:   Mount diskless root with "noconn" option to allow easier use of
1.1.2.51  cgd       651:   multi-homed servers.  Also, wait a while between bringing up
                    652:   interface and using it, to allow drivers to establish link settings.
1.1.2.50  he        653:
                    654: libexec/ftpd/ftpcmd.y                          1.39
                    655:
                    656:   Don't use an undefined C expression, fixing PR#8534.
1.1.2.52  cgd       657:
                    658: gnu/dist/bfd/targets.c                         1.10
                    659:
                    660:   Fix calculation of size of bfd_target_vector, which was incorrect and
                    661:   would cause some bfd-using programs (e.g. ar) to crash.  Fixes PR#8200
                    662:   and PR#8573.
                    663:
                    664: usr.bin/rwho/rwho.c                            1.12
                    665:
                    666:   Use full hostnames when sorting rwho database entries.  Fixes PR#8401.
1.1.2.53  cgd       667:
                    668: usr.bin/id/id.c                                        1.15
                    669:
1.1.2.71  cgd       670:   Fix inconsistent format between `id' and `id userid'.  Fixes PR#8706.
1.1.2.53  cgd       671:
                    672: bin/sh/jobs.c                                  1.32
                    673:
                    674:   Allow the tty interrupt character (e.g. ^C) to interrupt loops run
                    675:   in an interactive shell again.
                    676:
                    677: distrib/sets/lists/base/mi                     1.129
                    678: distrib/sets/lists/misc/mi                     1.22
                    679: etc/mtree/NetBSD.dist                          1.92
                    680: usr.sbin/dhcp/server/Makefile                  1.5
                    681:
                    682:   Install an example dhcpd.conf into /usr/share/examples/dhcp
                    683:   to provide an example of how to setup a dhcp server.
                    684:
                    685: sys/arch/i386/conf/GENERIC                     1.262, 1.264 via patch
                    686: distrib/notes/i386/hardware                    1.56
                    687:
                    688:   Remove "nca* at isa?" from i386 GENERIC kernel.  Its probe function
                    689:   gives false positives and steps on other hardware.  Fixes PR#8361.
                    690:
                    691: usr.sbin/quot/quot.c                           1.15-1.16
                    692:
                    693:   Fix integer overflows with file systems >=2GB.
                    694:
                    695: sys/nfs/nfs_nqlease.c                          1.30
                    696:
                    697:   Fix an odd corner case if you use nfsv3 and nqnfs at the same time:
                    698:   v3 changes the error-case behavior of the nfsm_reply macro, but the
                    699:   caller keeps going and in this case you end up calling vput(NULL).
                    700:
                    701: sys/net/route.c                                        1.28
                    702:
                    703:   Avoid duplicate free() calls if a route's gateway points to itself,
                    704:   by marking a route down (~RTF_UP) _after_ calling RTFREE on its
                    705:   gateway.  Partial fix for PR#4561 and PR#4827 (the looped route can
                    706:   still occur, but it won't cause a panic).
                    707:
                    708: sys/net/pfil.c                                 1.9
                    709:
                    710:   Fix panic()s in pfil_list_remove() when running "ipf -D" a second
                    711:   time with a DIAGNOSTIC kernel.
                    712:
1.1.2.74  cgd       713: sys/arch/arm32/arm32/db_machdep.c              1.14
1.1.2.53  cgd       714: sys/coda/coda_subr.c                           1.7
                    715: sys/coda/coda_vnops.c                          1.13
                    716: sys/kern/vfs_subr.c                            1.111-1.112
                    717: sys/sys/vnode.h                                        1.65
                    718: sys/ufs/lfs/lfs_segment.c                      1.31
                    719: sys/ufs/mfs/mfs_vnops.c                                1.18
                    720: usr.sbin/pstat/pstat.c                         1.46
                    721:
                    722:   Fix potential overflow of v_usecount and v_writecount (and panics
                    723:   resulting from this) by widening them to `long'.  Mostly affects
                    724:   systems where maxvnodes>=32768.
1.1.2.54  cgd       725:
                    726: lib/libntp/systime.c                           1.4-1.6
                    727:
                    728:   Fix an LP64 bug that would cause NTP to report "previous time
                    729:   adjustment did not complete" on NetBSD/alpha.  Fixes PR#7602.
                    730:
                    731: usr.sbin/xntp/xntpd/ntp_proto.c                        1.6
                    732:
                    733:   Improve calculation of 'tick' used in the precision estimate.
                    734:
                    735: usr.sbin/xntp/xntpd/ntp_peer.c                 1.5
                    736:
                    737:   Don't start all peers simultaneously if using DNS names in ntp.conf.
                    738:
                    739: sys/kern/kern_clock.c                          1.50
                    740:
                    741:   If using kernel NTP PLL, initialize "fixtick" to a reasonable
                    742:   approximation of reality if machine-dependent code doesn't.  This
                    743:   allows a NetBSD/alpha kernel (where hz=1024) with "options NTP" to
                    744:   synch up quite nicely (as opposed to having an frequency error of
                    745:   ~560ppm, which is outside the capture range of the PLL).
                    746:
                    747: sys/arch/alpha/alpha/clock.c                   1.26
                    748:
                    749:   Patch time_precision so we report a realistic NTP "precision"
                    750:   value to userland.
1.1.2.55  cgd       751:
                    752: libexec/lfs_cleanerd/library.c                 1.13-1.14
                    753:
                    754:   Remove incorrect partial-segment timestamp optimization from
                    755:   lfs_segmapv which would cause continuous cleaning and eventual
                    756:   panics with "no clean segments."  Don't complain if fstat() fails
                    757:   on the Ifile when the file system has been unmounted (avoids
                    758:   expected errors every time an LFS is unmounted).
                    759:
                    760: usr.sbin/tcpdump/Makefile                      1.16
                    761: usr.sbin/tcpdump/interface.h                   1.10
                    762: usr.sbin/tcpdump/print-tcp.c                   1.15
                    763: usr.sbin/tcpdump/tcpdump.c                     1.12 via patch
1.1.2.58  cgd       764: usr.sbin/tcpdump/tcpdump.8                     1.10-1.11 via patch
1.1.2.55  cgd       765: usr.sbin/tcpdump/print-ascii.c                 1.1 (new)
                    766: usr.sbin/tcpdump/print-telnet.c                        1.1 (new)
                    767:
                    768:   Add telnet option printing and hex/ascii dumps to tcpdump.
1.1.2.56  he        769:
1.1.2.57  he        770: bin/ps/print.c                                 1.44
1.1.2.56  he        771: usr.sbin/ac/ac.c                               1.9
                    772: usr.bin/systat/ps.c                            1.6
                    773: usr.bin/w/w.c                                  1.32
                    774:
1.1.2.57  he        775:   Make various utilities skip "dty" as well as "tty" on terminals,
                    776:   so that the actually used tty is visiable instead of just 'dt'.
1.1.2.59  cgd       777:
                    778: sys/kern/kern_synch.c                          1.66
                    779:
                    780:   Correct use of `wrong' clock for %cpu calculation.  (This is not
                    781:   a functional change at present because all clock frequencies are
                    782:   the same.)
1.1.2.60  cgd       783:
                    784: sys/netinet/ip_input.c                         1.93
                    785: sys/netinet/ip_flow.c                          1.14
                    786:
                    787:   Multicast storm prevention: don't attempt to forward link-level
                    788:   multicast packets which contain ip unicast packets; these packets
                    789:   would only be generated from misconfigured/buggy systems.
1.1.2.61  cgd       790:
1.1.2.63  he        791: sys/adosfs/advfsops.c                          1.37-1.38
1.1.2.61  cgd       792: sys/coda/coda_vnops.c                          1.14
                    793: sys/filecorefs/filecore_vfsops.c               1.8
                    794: sys/isofs/cd9660/cd9660_vfsops.c               1.40
                    795: sys/miscfs/specfs/spec_vnops.c                 1.44
                    796: sys/miscfs/union/union_subr.c                  1.36
                    797: sys/msdosfs/msdosfs_vfsops.c                   1.63
                    798: sys/ufs/ext2fs/ext2fs_vfsops.c                 1.28
                    799: sys/ufs/ffs/ffs_vfsops.c                       1.53
1.1.2.63  he        800: sys/ufs/lfs/lfs_vfsops.c                       1.39
1.1.2.61  cgd       801: sys/uvm/uvm_swap.c                             1.29
                    802:
                    803:   In spec_close(), call the device's close routine with the vnode
                    804:   unlocked if the call might block. Force a non-blocking close if
                    805:   VXLOCK is set.  This eliminates a potential deadlock situation, and
                    806:   should eliminate the dirty buffers on reboot issue.
                    807:
                    808: etc/rc.conf                                    1.59
                    809:
                    810:   Add "-f /var/db/ntp.drift" to default xntpd parameters to make it
                    811:   more likely the clock frequency error learned by NTP will be
                    812:   retained across reboots.
1.1.2.63  he        813:
                    814: sys/dev/wscons/wsdisplay.c                     1.31
                    815: sys/dev/wscons/wsdisplay_compat_usl.c          1.10
                    816: sys/dev/wscons/wsdisplayvar.h                  1.13
                    817:
                    818:   Enable VT-switching ioctls on ttyEcfg, which allows Linux X servers
                    819:   to work when properly configured (with symlink /emul/linux/dev/tty0
                    820:   -> /dev/ttyEcfg).
                    821:
                    822: sys/arch/macppc/include/disklabel.h            1.4
                    823: sys/arch/macppc/macppc/disksubr.c              1.5
                    824:
                    825:   Add support for reading MacOS-partitioned disks. Stolen from the mac68k
                    826:   port, but modified in that macppc searches for netbsd-partitioned
                    827:   disks before MacOS partitioned disks, since installboot generates a
                    828:   fake MacOS partition table which isn't the one we want to use.
1.1.2.64  he        829:
                    830: sys/arch/macppc/include/vmparam.h              1.9
                    831: sys/arch/macppc/include/param.h                        1.5-1.6
                    832:
                    833:   Fix "panic: startup: cannot allocate VM for buffers" right after
                    834:   copyright message when RAM > approx. 128MB.
                    835:   Move kernel segment base to 0xf00000, some Power Macintosh 9500s
                    836:   won't boot witht he old value.
                    837:
                    838: sys/arch/powerpc/powerpc/pmap.c                        1.24
                    839:
                    840:   Make sure we only use addresses inside the available memory region
                    841:   in pmap_bootstrap.
                    842:
                    843: distrib/notes/pmax/install                     1.21
                    844:
                    845:   Include the root-path in the booptab and dhcpd.conf examples.
                    846:
                    847: distrib/utils/sysinst/arch/pmax/md.c           1.34
                    848:
                    849:   During a custom partition layout, don't create an empty /usr
                    850:   partition that newfs fails on if / and swap take up the entire disk.
                    851:
                    852: distrib/pmax/Makefile.inc                      1.2
                    853: distrib/pmax/instkernel/Makefile               1.5-1.11
                    854: distrib/pmax/ramdisk/Makefile                  1.4-1.9
                    855: etc/etc.pmax/Makefile.inc                      1.4-1.5
                    856:
                    857:   Bring pmax release building machinery up-to-date.
                    858:
                    859: sbin/ldconfig/ldconfig.c                       1.23-1.25
                    860:
                    861:   Do not handle a missing /etc/ld.so.conf as a fatal error,
                    862:   and plug a file descriptor leak.
                    863:
                    864: sys/arch/i386/conf/GENERIC                     1.255
                    865: sys/dev/pci/files.pci                          1.57
                    866: sys/dev/pci/pcidevs                            patch
                    867: sys/dev/pci/pcidevs_data.h                     regenerate
                    868: sys/dev/pci/pcidevs.h                          regenerate
                    869: sys/dev/pci/if_rl.c                            1.2 + patch (new)
                    870: sys/dev/pci/if_rlreg.h                         1.1 (new)
                    871:
1.1.2.68  cgd       872:   Add a driver for Realtek Ethernet cards.
1.1.2.64  he        873:
                    874: sys/kern/kern_time.c                           1.41
                    875:
                    876:   If time delta is larger than thresh, use 10* adjustment factor.
                    877:   Make this work for negative deltas too.  Fixes PR#8589.
                    878:
                    879: sys/dev/scsipi/scsiconf.c                      1.129-1.130
                    880:
                    881:   Add quirks for Toshiba XM-3401TA SCSI CD-ROM and CDU-561 CD-ROM,
                    882:   fixing PR#7438 and PR#8608.
1.1.2.65  he        883:
                    884: lib/libc/net/inet_pton.c                       1.10
                    885:
                    886:   Fix IPv6 parsing for the benefit of BIND.
1.1.2.66  he        887:
                    888: gnu/usr.bin/ld/ld/lib.c                                1.20
                    889:
                    890:   Don't abuse alloca() for allocating string sections which can
                    891:   easily have a size of several megabytes, exceeding the hard stack
                    892:   limit on some ports.  Fixes PR#8547.
                    893:
                    894: sys/dev/ic/wdc.c                               1.76
                    895:
                    896:   The WDCF_IRQ_WAIT flag was erroneously cleared when an earlier
                    897:   interrupt not for this IDE channel controller was received.
1.1.2.67  he        898:   Fixes the "missing untimeout" problems and PR#8639.
1.1.2.69  he        899:
                    900: sys/uvm/uvm_device.c                           1.17
                    901:
                    902:   Bugfix for device mmap fault handler, fixes serious performance
                    903:   problem with alpha X server.
                    904:
                    905: sys/ufs/lfs/lfs_bio.c                          1.12
                    906:
                    907:   Fix LFS buffer starvation under degenerate access patterns.
                    908:
                    909: distrib/notes/pmax/install                     1.22
                    910:
                    911:   The netboot kernel is called "install.ecoff", not "install".
                    912:
                    913: sys/arch/i386/conf/INSTALL                     patch
                    914:
                    915:   Add "rl" and "vr" PCI Ethernet device drivers.  Remove EXEC_ELF32
                    916:   and "en at pci" to make install kernel still fit in 1.44MB.  ATM-
                    917:   only machines should be rare, and will need to borrow an ethernet
                    918:   card for installation or use a custom install floppy.
                    919:
                    920: sys/arch/i386/conf/GENERIC                     patch
                    921:
                    922:   Add "rl" PCI Ethernet device driver.
1.1.2.70  he        923:
                    924: sys/dev/cons.c                                 1.33
                    925:
                    926:   Catch a console configuration error.  Instead of jumping through
                    927:   cdevsw indexed on major(NODEV), call panic, fixing PR#8690.
1.1.2.72  he        928:
                    929: share/man/man5/passwd.5                                1.13
                    930:
                    931:   Document what an & in the GECOS field does, fixing PR#8655.
                    932:
                    933: usr.sbin/pppd/pppd/pppd.8                      1.26
                    934:
                    935:   Document the callback option, fixing PR#8550.
                    936:
                    937: share/man/man4/audio.4                         1.29
                    938:
                    939:   Add missing "that" in AUDIO_WSEEK description, fixing PR#8664.
                    940:
                    941: sys/arch/hp300/dev/scsi                                1.26
                    942:
                    943:   Print vendor/product/rev also for SCSI-3 devices.
                    944:
                    945: distrib/utils/sysinst/net.c                    1.55
                    946:
                    947:   Do not mislead users by inserting "lookup files bind" in
                    948:   /etc/resolv.conf; after we converted to nsswitch this is
                    949:   handled elsewhere.
1.1.2.73  cgd       950:
                    951: distrib/notes/pmax/install                     1.22
                    952:
                    953:   Note that the netboot kernel is called "install.ecoff", not "install".
                    954:
                    955: gnu/usr.bin/send-pr/send-pr.man                        1.5
                    956:
                    957:   Document the files and environment variables used by send-pr to fill in
                    958:   defaults for problem reports, in the FILES and ENVIRONMENT sections
                    959:   of the manual page, respectively.  Fixes PR#1889.
                    960:
                    961: gnu/usr.bin/send-pr/fields.texi                        1.3
                    962: gnu/usr.bin/send-pr/send-pr.sh                 1.18
                    963: gnu/usr.bin/send-pr/send-pr.texi               1.3
                    964:
                    965:   Change the example values of the Confidential field from "yes | no" to
                    966:   "no | yes" so that "yes" will be less likely to be used accidentally.
                    967:
                    968: sys/nfs/nfs_socket.c                           1.51
                    969: sys/nfs/nfs_vfsops.c                           1.84
                    970: sys/nfs/nfsmount.h                             1.18
                    971:
                    972:   Avoid a panic when forcibly unmounting a hung NFS mount, e.g. at
                    973:   reboot.
                    974:
                    975: usr.bin/fmt/fmt.c                              1.10-1.11
                    976:
                    977:   Process lines longer than BUFSIZ characters correctly.
                    978:
                    979: lib/libc/net/inet_pton.c                       1.13
                    980:
                    981:   Check for invalid digits in number components.  Fixes PR#8314.
                    982:
                    983: sys/arch/arm32/arm32/copystr.S                 1.11-1.13
                    984:
                    985:   Fix problems in copy{,in,out}str() with zero-length buffers.
                    986:
                    987: sys/dev/ccd.c                                  1.64
                    988:
                    989:   Fix a dobule-biodone() panic when ccd component buffers have errors.
                    990:
                    991: sys/arch/m68k/include/psl.h                    1.3
                    992:
                    993:   Provide multiple inclusion protection.
                    994:
                    995: sys/msdosfs/msdosfs_vnops.c                    1.88
                    996:
                    997:   Set iovec offset correctly in msdosfs_readdir() so that some long
                    998:   filename entries won't be ignored when the contents of the directory
                    999:   don't fit in the user buffer all at once.  Fixes PR#4492.
                   1000:
                   1001: sys/arch/sparc/sparc/locore.s                  1.126
                   1002:
                   1003:   Fix several panics in copy{in,out,}str().
                   1004:
                   1005: sys/arch/i386/isa/pms.c                                1.43
                   1006:
                   1007:   Disable a diagnostic printout ("opmsprobe: command error" if no mouse
                   1008:   is connected) which is often misunderstood to be an error message.
1.1.2.75  cgd      1009:
                   1010: sys/ufs/lfs/lfs_vnops.c                                1.29-1.30
                   1011:
                   1012:   Check for cross-device rename before setting up dirop markers in
                   1013:   lfs_rename.  Addresses PR#8577.
                   1014:
                   1015: bin/ps/extern.h                                        1.14
                   1016: bin/ps/print.c                                 1.45-1.46
                   1017: bin/ps/procfs_ops.c                            1.5-1.7
                   1018: bin/ps/ps.c                                    1.29-1.31
                   1019:
                   1020:   When using the procfs for extracting process information, extract process
                   1021:   start time, arguments, and session leadership status.  Also, fall back to
                   1022:   procfs when kvm_openfiles() completely fails (e.g. when /dev/mem is not
                   1023:   readable).  Fixes PR#7772.
1.1.2.76  cgd      1024:
                   1025: gnu/dist/gcc/combine.c                         1.2-1.3 via patch
                   1026:
                   1027:   Fix a misoptimization by disabling the optimization in certain cases.
                   1028:
                   1029: etc/etc.mac68k/MAKEDEV                         1.44
                   1030: sys/arch/mac68k/conf/GENERIC                   1.90
                   1031: sys/arch/mac68k/mac68k/conf.c                  1.53 via patch
                   1032:
                   1033:   Add Coda support to NetBSD/mac68k.
1.1.2.78  he       1034:
                   1035: libexec/lfs_cleanerd/clean.h                   1.8
                   1036:
                   1037:   Fix arithmetic overflow which had prevented cleaning of segments
                   1038:   above the first 2GB of the file system.
                   1039:
                   1040: sys/dev/raidframe/rf_dagutils.c                        1.5
                   1041:
                   1042:   Do not trust the parity disk for read balancing in a RAID 1 set
                   1043:   if we know that the parity might not be up-to-date (and if we
                   1044:   have a choice in the matter).
                   1045:
                   1046: sys/arch/i386/i386/apmcall.s                   1.6
                   1047:
                   1048:   Make a standard kernel usable on IBM laptops (and possibly others).
                   1049:   Some machines require interrupts enabled at suspend-time in order
                   1050:   to avoid a hang at resume.  Fixes PR#6279.
                   1051:
                   1052: sys/nfs/nfs_socket.c                           1.52-1.53
                   1053:
                   1054:   Fix overzealous DIAGNOSTIC check in nfs_disconnect() and
                   1055:   don't try to copy a possibly freed mbuf.  Fixes PR#8249, PR#8288
                   1056:   and PR#8766.
1.1.2.79  he       1057:
                   1058: distrib/i386/floppies/Makefile                 1.10
                   1059: distrib/i386/floppies/bootfloppy-common/Makefile.inc   1.19
                   1060: distrib/i386/floppies/fdset-common/Makefile.inc        1.7
                   1061: distrib/i386/floppies/ramdisk/Makefile         1.18
                   1062: etc/etc.i386/Makefile.inc                      1.13
                   1063:
                   1064:   Improve automation for "make release", so that boot images are
                   1065:   automatically built and installed in RELEASEDIR.
                   1066:
                   1067: usr.bin/audio/play/play.c                      1.15-1.16 via patch
                   1068:
                   1069:   Do not treat failure to open a file as a fatal error, fixing
                   1070:   PR#8748.  Change two GNU C statements to valid ANSI C.
                   1071:
                   1072: usr.bin/audio/record/record.c                  1.9
                   1073:
                   1074:   Do not indicate success in the exit status if usage instructions
                   1075:   had to be printed.
                   1076:
                   1077: lib/libc/sys/Makefile.inc                      1.97 via patch
                   1078: lib/libposix/sys/Makefile.inc                  1.11
                   1079:
                   1080:   Do call graph profiling for system calls.  Fixes PR#4976.
                   1081:
                   1082: usr.bin/top/machine/m_netbsd13.c               1.9
                   1083:
                   1084:   Add trailing "," to memory names, making output easier to read.
                   1085:
                   1086: lib/libc/locale/_def_time.c                    1.6
                   1087:
                   1088:   Make the output in the C/POSIX locale conform to XSH5 and C99,
                   1089:   so that single digits are not preceded by 0 but by a space.
                   1090:
                   1091: usr.sbin/pkg_install/add/main.c                        1.13
                   1092:
                   1093:   Do not crash if realpath() fails, which can happen if current
                   1094:   directory is no longer valid.
                   1095:
                   1096: usr.sbin/apmd/apmd.c                           1.12
                   1097:
1.1.2.80  he       1098:   Avoid excessive printing of power status.
1.1.2.81  he       1099:
                   1100: usr.sbin/mtree/Makefile                                1.14
                   1101: usr.sbin/mtree/code.c                          1.1-1.4 (new)
                   1102: usr.sbin/mtree/create.c                                1.24
                   1103: usr.sbin/mtree/extern.h                                1.6
                   1104: usr.sbin/mtree/mtree.8                         1.12
                   1105: usr.sbin/mtree/spec.c                          1.17
                   1106:
                   1107:   Make mtree able to properly encode file names with `funny' albeit
                   1108:   legal characters (`#', ` ', binary characters), fixing PR#5006 and
                   1109:   PR#7663.
                   1110:
                   1111: share/man/man8/compat_osf1.8                   1.1 (new)
                   1112:
                   1113:   Provide minimal documentation for the Alpha OSF/1 aka Tru64 compat
                   1114:   environment.
                   1115:
                   1116: lib/libc/net/inet_pton.c                       1.14
                   1117:
                   1118:   Do proper overflow checking of IPv4 addresses, fixing PR#8314.
                   1119:
1.1.2.82  he       1120: usr.sbin/mountd/mountd.c                       1.58 via patch
1.1.2.81  he       1121:
                   1122:   Avoid spurious inaccessibility of exported file systems while
                   1123:   mountd is restarted or told to reload the exports file, fixing
                   1124:   PR#8791.
                   1125:
                   1126: usr.sbin/rwhod/rwhod.c                         1.16
                   1127:
                   1128:   Fix possible Denial-of-Service attack triggered by sending short
                   1129:   packets to rwhod.
                   1130:
                   1131: usr.sbin/iostat/iostat.c                       1.18
                   1132:
1.1.2.82  he       1133:   Truncate device names at 7, not at 3 chars (so raid0 et al comes
1.1.2.81  he       1134:   out ok).
                   1135:
                   1136: sys/arch/mac68k/dev/zs.c                       1.32
                   1137:
                   1138:   Allow rates higher than 57600, fixing PR#8070
                   1139:
                   1140: sys/arch/alpha/pci/sio.c                       1.27
                   1141:
                   1142:   Add support for the PCI<->ISA bridge in the DS10, allowing it to
                   1143:   boot.
                   1144:
                   1145: lib/libc/gen/vis.c                             1.14
                   1146:
                   1147:   Make vis work again for chars > 0177 in VIS_OCTAL mode.  Fixes
                   1148:   PR#8802.
                   1149:
                   1150: usr.sbin/ypserv/ypinit/Makefile.yp             1.9
                   1151:
                   1152:   Sort maps before makedbm. Can speed up large maps over tenfold.
1.1.2.82  he       1153:
                   1154: sys/arch/mac68k/dev/adb.c                      1.28,1.30-1.32 via patch
                   1155: sys/arch/mac68k/dev/adb_direct.c               1.26-1.33 via patch
                   1156: sys/arch/mac68k/dev/adbsys.c                   1.41-1.42
                   1157: sys/arch/mac68k/dev/aed.c                      1.8
                   1158: sys/arch/mac68k/dev/ite.c                      1.52
                   1159: sys/arch/mac68k/dev/pm_direct.c                        1.10
                   1160:
                   1161:   Clean up the ADB driver, and eliminate duplicate keystrokes under
                   1162:   heavy load, fixing PR#7870.
                   1163:
                   1164: sys/dev/ic/aic7xxx.c                           1.36
                   1165:
                   1166:   Add a brief delay after resetting the chip before checking to see
                   1167:   if it's done.  Trying to talk to the chip while it is unresponsive
                   1168:   can cause a "machine check" on some platforms/busses.
                   1169:
                   1170: sys/dev/ic/clmpcc.c                            1.8
                   1171:
                   1172:   Fix a problem with changing baud rate to > 9600, and a problem
                   1173:   with setting the Rx FIFO threshold register.
                   1174:
                   1175: regress/sys/kern/getcwd/getcwd.c               1.4-1.5
                   1176:
                   1177:   Compensate for fix to PR#7761 (kernel now clips overly large
                   1178:   length), and add another test.
                   1179:
                   1180: sbin/fdisk/fdisk.8                             1.20
                   1181:
                   1182:   Fix typo and clean up usage of commas a little.
                   1183:
                   1184: usr.sbin/mountd/mountd.c                       1.56
                   1185:
                   1186:   Reorder arguments to error message so the message actually makes
                   1187:   sense.
                   1188:
                   1189: distrib/sets/lists/man/mi                      1.152 via patch, 1.158
                   1190:
                   1191:   Add am-utils.info and mktemp(1).
                   1192:
                   1193: sys/arch/atari/atari/genassym.cf               1.13
                   1194: sys/arch/atari/atari/locore.s                  1.64
                   1195: sys/arch/atari/atari/trap.c                    1.45
                   1196: sys/arch/mvme68k/mvme68k/genassym.cf           1.15
                   1197: sys/arch/mvme68k/mvme68k/locore.s              1.56
                   1198: sys/arch/mvme68k/mvme68k/trap.c                        1.33
                   1199: sys/arch/x68k/x68k/genassym.cf                 1.11
                   1200: sys/arch/x68k/x68k/locore.s                    patch (part of 1.51)
                   1201: sys/arch/x68k/x68k/trap.c                      1.34
                   1202:
                   1203:   Fix the problem where single-step tracing of a trap instruction
                   1204:   makes the system fall into kernel debugger.
1.1.2.83  he       1205:
                   1206: sys/dev/scsipi/scsiconf.c                      1.123
                   1207:
                   1208:   Add SCSI quirk for UMAX Astra 1220S scanner: skip LUN check,
                   1209:   fixes PR#7991.
                   1210:
                   1211: usr.bin/vi/ex/ex_tag.c                         1.10
                   1212:
                   1213:   Fix vi to handle tags files with relative paths in them.
                   1214:
                   1215: share/man/man8/man8.pmax/boot.8                        1.6
                   1216:
                   1217:   Fix minor typo - missing `)'.
                   1218:
                   1219: sys/kern/kern_exec.c                           1.104
                   1220:
                   1221:   Add explicit instruction and data cache flush on machines which
                   1222:   needs it when installing the signal trampoline code.  This makes
                   1223:   regress/sys/kern/sigtramp work on M68060 processors.
                   1224:
1.1.2.84  he       1225: sys/arch/amiga/amiga/sys_machdep.c             1.26-1.27
                   1226: sys/arch/atari/atari/sys_machdep.c             1.21-1.22
                   1227: sys/arch/hp300/hp300/sys_machdep.c             1.27-1.28
                   1228: sys/arch/mvme68k/mvme68k/sys_machdep.c         1.19-1.20
                   1229: sys/arch/next68k/next68k/sys_machdep.c         1.9-1.10
                   1230: sys/arch/x68k/x68k/sys_machdep.c               1.18-1.19
                   1231: sys/arch/mac68k/include/pmap.h                 1.27
                   1232: sys/arch/mac68k/mac68k/sys_machdep.c           1.14-1.15
1.1.2.83  he       1233:
                   1234:   Fix i-cache/d-cache synchronization for M68040 cpus (see M68040
                   1235:   UM p.4-10).  Makes regress/sys/kern/sigtramp work even on M68040.
1.1.2.84  he       1236:   Fix a typo which caused excessive cache flushes.
1.1.2.83  he       1237:
                   1238: usr.sbin/pkg_install/lib/file.c                        1.33
                   1239:
                   1240:   Do not preserve uids or permissions of checked-out files (MTREE,
                   1241:   DEINSTALL, INSTALL) into binary package tar files.  Does not
                   1242:   affect files installed by the package itself.
                   1243:
                   1244: sys/arch/alpha/alpha/pmap.c                    1.116
                   1245:
                   1246:   Fix bugs in pmap_protect():
                   1247:    o do not overrun eva by L1SEG_SIZE - PAGE_SIZE.
                   1248:    o do not advance sva twice for each valid l3 or l2 page.
                   1249:
                   1250: etc/Makefile                                   1.122,1.126 via patch
                   1251: distrib/sets/lists/etc/mi                      1.38
                   1252:
                   1253:   Create and install $DESTDIR/etc/aliases.db, using
                   1254:   $DESTDIR/etc/sendmail.cf, so that sendmail works "out of the
                   1255:   box".
1.1.2.84  he       1256:
                   1257: sys/dev/ic/clmpcc.c                            1.7,1.9
                   1258: sys/dev/ic/clmpccreg.h                         1.3
                   1259:
                   1260:   Fix a bug where the console 'putc' routine would spin endlessly
                   1261:   under certain circumstances during shutdown.  In addition, the driver
                   1262:   is now able to generate BREAK.
                   1263:
                   1264: sys/arch/mac68k/dev/adb_direct.c               1.34
                   1265:
                   1266:   Make it possible to have only one ADB device on machines with
                   1267:   first-generation ADB hardware.  Fixes PR#7407.
                   1268:
                   1269: sys/arch/mac68k/dev/adb.c                      1.33
                   1270:
                   1271:   Use correct English when reporting the number of ADB target(s).
                   1272:
                   1273: share/man/man4/options.4                       1.91
                   1274:
                   1275:   Add "see also apm(4)" for other options.
1.1.2.85  he       1276:
                   1277: dist/bind/LICENSE                              1.1 (new)
                   1278: dist/bind/README                               1.1 (new)
                   1279: dist/bind/bind2netbsd                          1.1-1.9 (new)
                   1280: dist/bind/bin/probe_ipv6                       1.1-1.2 (new)
                   1281: dist/bind/bin/addr/addr.c                      1.1 (new)
                   1282: dist/bind/bin/dig/dig.c                                1.1 (new)
                   1283: dist/bind/bin/dnskeygen/dnskeygen.c            1.1 (new)
                   1284: dist/bind/bin/dnsquery/dnsquery.c              1.1 (new)
                   1285: dist/bind/bin/host/host.c                      1.1-1.2 (new)
                   1286: dist/bind/bin/irpd/irpd.c                      1.1 (new)
                   1287: dist/bind/bin/irpd/irs-irpd.conf               1.1-1.2 (new)
                   1288: dist/bind/bin/irpd/version.c                   1.1 (new)
                   1289: dist/bind/bin/mkservdb/mkservdb.c              1.1 (new)
                   1290: dist/bind/bin/named/db_defs.h                  1.1 (new)
                   1291: dist/bind/bin/named/db_dump.c                  1.1 (new)
                   1292: dist/bind/bin/named/db_func.h                  1.1 (new)
                   1293: dist/bind/bin/named/db_glob.h                  1.1 (new)
                   1294: dist/bind/bin/named/db_glue.c                  1.1 (new)
                   1295: dist/bind/bin/named/db_ixfr.c                  1.1 (new)
                   1296: dist/bind/bin/named/db_load.c                  1.1 (new)
                   1297: dist/bind/bin/named/db_lookup.c                        1.1 (new)
                   1298: dist/bind/bin/named/db_save.c                  1.1 (new)
                   1299: dist/bind/bin/named/db_sec.c                   1.1 (new)
                   1300: dist/bind/bin/named/db_tsig.c                  1.1 (new)
                   1301: dist/bind/bin/named/db_update.c                        1.1 (new)
                   1302: dist/bind/bin/named/named.conf                 1.1-1.2 (new)
                   1303: dist/bind/bin/named/named.h                    1.1 (new)
                   1304: dist/bind/bin/named/ns_config.c                        1.1-1.2 (new)
                   1305: dist/bind/bin/named/ns_ctl.c                   1.1 (new)
                   1306: dist/bind/bin/named/ns_defs.h                  1.1 (new)
                   1307: dist/bind/bin/named/ns_forw.c                  1.1 (new)
                   1308: dist/bind/bin/named/ns_func.h                  1.1-1.2 (new)
                   1309: dist/bind/bin/named/ns_glob.h                  1.1 (new)
                   1310: dist/bind/bin/named/ns_glue.c                  1.1 (new)
                   1311: dist/bind/bin/named/ns_init.c                  1.1 (new)
                   1312: dist/bind/bin/named/ns_ixfr.c                  1.1 (new)
                   1313: dist/bind/bin/named/ns_lexer.c                 1.1 (new)
                   1314: dist/bind/bin/named/ns_lexer.h                 1.1 (new)
                   1315: dist/bind/bin/named/ns_main.c                  1.1-1.4 (new)
                   1316: dist/bind/bin/named/ns_maint.c                 1.1 (new)
                   1317: dist/bind/bin/named/ns_ncache.c                        1.1 (new)
                   1318: dist/bind/bin/named/ns_notify.c                        1.1 (new)
                   1319: dist/bind/bin/named/ns_parser.h                        1.1 (new)
                   1320: dist/bind/bin/named/ns_parser.y                        1.1 (new)
                   1321: dist/bind/bin/named/ns_parseutil.c             1.1 (new)
                   1322: dist/bind/bin/named/ns_parseutil.h             1.1 (new)
                   1323: dist/bind/bin/named/ns_req.c                   1.1 (new)
                   1324: dist/bind/bin/named/ns_resp.c                  1.1 (new)
                   1325: dist/bind/bin/named/ns_signal.c                        1.1 (new)
                   1326: dist/bind/bin/named/ns_sort.c                  1.1-1.2 (new)
                   1327: dist/bind/bin/named/ns_stats.c                 1.1 (new)
                   1328: dist/bind/bin/named/ns_udp.c                   1.1 (new)
                   1329: dist/bind/bin/named/ns_update.c                        1.1 (new)
                   1330: dist/bind/bin/named/ns_xfr.c                   1.1 (new)
                   1331: dist/bind/bin/named/pathtemplate.h             1.1 (new)
                   1332: dist/bind/bin/named/version.c                  1.1 (new)
                   1333: dist/bind/bin/named/test/127.0.0.zone          1.1 (new)
                   1334: dist/bind/bin/named/test/localhost.zone                1.1 (new)
                   1335: dist/bind/bin/named/test/named.conf            1.1 (new)
                   1336: dist/bind/bin/named/test/root.hint             1.1 (new)
                   1337: dist/bind/bin/named-bootconf/named-bootconf.sh 1.1 (new)
                   1338: dist/bind/bin/named-bootconf/Grot/named-bootconf.pl 1.1-1.2 (new)
                   1339: dist/bind/bin/named-xfer/named-xfer.c          1.1 (new)
                   1340: dist/bind/bin/ndc/ndc.c                                1.1 (new)
                   1341: dist/bind/bin/nslookup/commands.l              1.1 (new)
                   1342: dist/bind/bin/nslookup/debug.c                 1.1-1.2 (new)
                   1343: dist/bind/bin/nslookup/getinfo.c               1.1-1.2 (new)
                   1344: dist/bind/bin/nslookup/list.c                  1.1 (new)
                   1345: dist/bind/bin/nslookup/main.c                  1.1 (new)
                   1346: dist/bind/bin/nslookup/nslookup.help           1.1-1.2 (new)
                   1347: dist/bind/bin/nslookup/pathnames.h             1.1 (new)
                   1348: dist/bind/bin/nslookup/res.h                   1.1 (new)
                   1349: dist/bind/bin/nslookup/send.c                  1.1-1.2 (new)
                   1350: dist/bind/bin/nslookup/skip.c                  1.1 (new)
                   1351: dist/bind/bin/nslookup/subr.c                  1.1 (new)
                   1352: dist/bind/bin/nsupdate/nsupdate.c              1.1 (new)
                   1353: dist/bind/lib/dst/README                       1.1 (new)
                   1354: dist/bind/lib/dst/bsafe_link.c                 1.1 (new)
                   1355: dist/bind/lib/dst/cylink_link.c                        1.1 (new)
                   1356: dist/bind/lib/dst/dst_api.c                    1.1 (new)
                   1357: dist/bind/lib/dst/dst_internal.h               1.1 (new)
                   1358: dist/bind/lib/dst/eay_dss_link.c               1.1 (new)
                   1359: dist/bind/lib/dst/hmac_link.c                  1.1 (new)
                   1360: dist/bind/lib/dst/prandom.c                    1.1 (new)
                   1361: dist/bind/lib/dst/rsaref_link.c                        1.1 (new)
                   1362: dist/bind/lib/dst/support.c                    1.1 (new)
                   1363: dist/bind/lib/inet/inet_addr.c                 1.1 (new)
                   1364: dist/bind/lib/inet/inet_cidr_ntop.c            1.1 (new)
                   1365: dist/bind/lib/inet/inet_cidr_pton.c            1.1 (new)
                   1366: dist/bind/lib/inet/inet_lnaof.c                        1.1 (new)
                   1367: dist/bind/lib/inet/inet_makeaddr.c             1.1 (new)
                   1368: dist/bind/lib/inet/inet_net_ntop.c             1.1 (new)
                   1369: dist/bind/lib/inet/inet_net_pton.c             1.1 (new)
                   1370: dist/bind/lib/inet/inet_neta.c                 1.1 (new)
                   1371: dist/bind/lib/inet/inet_netof.c                        1.1 (new)
                   1372: dist/bind/lib/inet/inet_network.c              1.1 (new)
                   1373: dist/bind/lib/inet/inet_ntoa.c                 1.1 (new)
                   1374: dist/bind/lib/inet/inet_ntop.c                 1.1 (new)
                   1375: dist/bind/lib/inet/inet_pton.c                 1.1 (new)
                   1376: dist/bind/lib/inet/nsap_addr.c                 1.1 (new)
                   1377: dist/bind/lib/irs/Makefile.BSD                 1.1 (new)
                   1378: dist/bind/lib/irs/README                       1.1 (new)
                   1379: dist/bind/lib/irs/dns.c                                1.1 (new)
                   1380: dist/bind/lib/irs/dns_gr.c                     1.1 (new)
                   1381: dist/bind/lib/irs/dns_ho.c                     1.1 (new)
                   1382: dist/bind/lib/irs/dns_nw.c                     1.1 (new)
                   1383: dist/bind/lib/irs/dns_p.h                      1.1 (new)
                   1384: dist/bind/lib/irs/dns_pr.c                     1.1 (new)
                   1385: dist/bind/lib/irs/dns_pw.c                     1.1 (new)
                   1386: dist/bind/lib/irs/dns_sv.c                     1.1 (new)
                   1387: dist/bind/lib/irs/gai_strerror.c               1.1 (new)
                   1388: dist/bind/lib/irs/gen.c                                1.1 (new)
                   1389: dist/bind/lib/irs/gen_gr.c                     1.1 (new)
                   1390: dist/bind/lib/irs/gen_ho.c                     1.1 (new)
                   1391: dist/bind/lib/irs/gen_ng.c                     1.1 (new)
                   1392: dist/bind/lib/irs/gen_nw.c                     1.1 (new)
                   1393: dist/bind/lib/irs/gen_p.h                      1.1 (new)
                   1394: dist/bind/lib/irs/gen_pr.c                     1.1 (new)
                   1395: dist/bind/lib/irs/gen_pw.c                     1.1 (new)
                   1396: dist/bind/lib/irs/gen_sv.c                     1.1 (new)
                   1397: dist/bind/lib/irs/getaddrinfo.c                        1.1 (new)
                   1398: dist/bind/lib/irs/getgrent.c                   1.1 (new)
                   1399: dist/bind/lib/irs/getgrent_r.c                 1.1 (new)
                   1400: dist/bind/lib/irs/gethostent.c                 1.1 (new)
                   1401: dist/bind/lib/irs/gethostent_r.c               1.1 (new)
                   1402: dist/bind/lib/irs/getnameinfo.c                        1.1 (new)
                   1403: dist/bind/lib/irs/getnetent.c                  1.1 (new)
                   1404: dist/bind/lib/irs/getnetent_r.c                        1.1 (new)
                   1405: dist/bind/lib/irs/getnetgrent.c                        1.1 (new)
                   1406: dist/bind/lib/irs/getnetgrent_r.c              1.1 (new)
                   1407: dist/bind/lib/irs/getprotoent.c                        1.1 (new)
                   1408: dist/bind/lib/irs/getprotoent_r.c              1.1 (new)
                   1409: dist/bind/lib/irs/getpwent.c                   1.1 (new)
                   1410: dist/bind/lib/irs/getpwent_r.c                 1.1 (new)
                   1411: dist/bind/lib/irs/getservent.c                 1.1 (new)
                   1412: dist/bind/lib/irs/getservent_r.c               1.1 (new)
                   1413: dist/bind/lib/irs/hesiod.c                     1.1 (new)
                   1414: dist/bind/lib/irs/hesiod_p.h                   1.1 (new)
                   1415: dist/bind/lib/irs/irp.c                                1.1 (new)
                   1416: dist/bind/lib/irs/irp_gr.c                     1.1 (new)
                   1417: dist/bind/lib/irs/irp_ho.c                     1.1 (new)
                   1418: dist/bind/lib/irs/irp_ng.c                     1.1 (new)
                   1419: dist/bind/lib/irs/irp_nw.c                     1.1 (new)
                   1420: dist/bind/lib/irs/irp_p.h                      1.1 (new)
                   1421: dist/bind/lib/irs/irp_pr.c                     1.1 (new)
                   1422: dist/bind/lib/irs/irp_pw.c                     1.1 (new)
                   1423: dist/bind/lib/irs/irp_sv.c                     1.1 (new)
                   1424: dist/bind/lib/irs/irpmarshall.c                        1.1 (new)
                   1425: dist/bind/lib/irs/irs_data.c                   1.1 (new)
                   1426: dist/bind/lib/irs/irs_data.h                   1.1 (new)
                   1427: dist/bind/lib/irs/irs_p.h                      1.1 (new)
                   1428: dist/bind/lib/irs/lcl.c                                1.1 (new)
                   1429: dist/bind/lib/irs/lcl_gr.c                     1.1 (new)
                   1430: dist/bind/lib/irs/lcl_ho.c                     1.1 (new)
                   1431: dist/bind/lib/irs/lcl_ng.c                     1.1 (new)
                   1432: dist/bind/lib/irs/lcl_nw.c                     1.1 (new)
                   1433: dist/bind/lib/irs/lcl_p.h                      1.1 (new)
                   1434: dist/bind/lib/irs/lcl_pr.c                     1.1 (new)
                   1435: dist/bind/lib/irs/lcl_pw.c                     1.1 (new)
                   1436: dist/bind/lib/irs/lcl_sv.c                     1.1 (new)
                   1437: dist/bind/lib/irs/nis.c                                1.1 (new)
                   1438: dist/bind/lib/irs/nis_gr.c                     1.1 (new)
                   1439: dist/bind/lib/irs/nis_ho.c                     1.1 (new)
                   1440: dist/bind/lib/irs/nis_ng.c                     1.1 (new)
                   1441: dist/bind/lib/irs/nis_nw.c                     1.1 (new)
                   1442: dist/bind/lib/irs/nis_p.h                      1.1 (new)
                   1443: dist/bind/lib/irs/nis_pr.c                     1.1 (new)
                   1444: dist/bind/lib/irs/nis_pw.c                     1.1 (new)
                   1445: dist/bind/lib/irs/nis_sv.c                     1.1 (new)
                   1446: dist/bind/lib/irs/nul_ng.c                     1.1 (new)
                   1447: dist/bind/lib/irs/pathnames.h                  1.1 (new)
                   1448: dist/bind/lib/irs/util.c                       1.1 (new)
                   1449: dist/bind/lib/isc/assertions.c                 1.1 (new)
                   1450: dist/bind/lib/isc/base64.c                     1.1 (new)
                   1451: dist/bind/lib/isc/bitncmp.c                    1.1 (new)
                   1452: dist/bind/lib/isc/ctl_clnt.c                   1.1-1.2 (new)
                   1453: dist/bind/lib/isc/ctl_p.c                      1.1 (new)
                   1454: dist/bind/lib/isc/ctl_p.h                      1.1 (new)
                   1455: dist/bind/lib/isc/ctl_srvr.c                   1.1-1.2 (new)
                   1456: dist/bind/lib/isc/ev_connects.c                        1.1 (new)
                   1457: dist/bind/lib/isc/ev_files.c                   1.1 (new)
                   1458: dist/bind/lib/isc/ev_streams.c                 1.1 (new)
                   1459: dist/bind/lib/isc/ev_timers.c                  1.1 (new)
                   1460: dist/bind/lib/isc/ev_waits.c                   1.1 (new)
                   1461: dist/bind/lib/isc/eventlib.c                   1.1 (new)
                   1462: dist/bind/lib/isc/eventlib_p.h                 1.1 (new)
                   1463: dist/bind/lib/isc/heap.c                       1.1 (new)
                   1464: dist/bind/lib/isc/logging.c                    1.1 (new)
                   1465: dist/bind/lib/isc/logging_p.h                  1.1 (new)
                   1466: dist/bind/lib/isc/memcluster.c                 1.1 (new)
                   1467: dist/bind/lib/isc/tree.c                       1.1 (new)
                   1468: dist/bind/lib/nameser/ns_date.c                        1.1 (new)
                   1469: dist/bind/lib/nameser/ns_name.c                        1.1 (new)
                   1470: dist/bind/lib/nameser/ns_netint.c              1.1 (new)
                   1471: dist/bind/lib/nameser/ns_parse.c               1.1 (new)
                   1472: dist/bind/lib/nameser/ns_print.c               1.1 (new)
                   1473: dist/bind/lib/nameser/ns_samedomain.c          1.1 (new)
                   1474: dist/bind/lib/nameser/ns_sign.c                        1.1 (new)
                   1475: dist/bind/lib/nameser/ns_ttl.c                 1.1 (new)
                   1476: dist/bind/lib/nameser/ns_verify.c              1.1 (new)
                   1477: dist/bind/lib/resolv/herror.c                  1.1 (new)
                   1478: dist/bind/lib/resolv/res_comp.c                        1.1 (new)
                   1479: dist/bind/lib/resolv/res_data.c                        1.1-1.2 (new)
                   1480: dist/bind/lib/resolv/res_debug.c               1.1 (new)
                   1481: dist/bind/lib/resolv/res_debug.h               1.1 (new)
                   1482: dist/bind/lib/resolv/res_findzonecut.c         1.1 (new)
                   1483: dist/bind/lib/resolv/res_init.c                        1.1 (new)
                   1484: dist/bind/lib/resolv/res_mkquery.c             1.1 (new)
                   1485: dist/bind/lib/resolv/res_mkupdate.c            1.1 (new)
                   1486: dist/bind/lib/resolv/res_mkupdate.h            1.1 (new)
                   1487: dist/bind/lib/resolv/res_query.c               1.1 (new)
                   1488: dist/bind/lib/resolv/res_send.c                        1.1 (new)
                   1489: dist/bind/lib/resolv/res_sendsigned.c          1.1 (new)
                   1490: dist/bind/lib/resolv/res_update.c              1.1 (new)
                   1491: dist/bind/include/fd_setsize.h                 1.1 (new)
                   1492: dist/bind/include/hesiod.h                     1.1 (new)
                   1493: dist/bind/include/irp.h                                1.1 (new)
                   1494: dist/bind/include/irs.h                                1.1 (new)
                   1495: dist/bind/include/port_after.h                 1.1 (new)
                   1496: dist/bind/include/port_before.h                        1.1-1.2 (new)
                   1497: dist/bind/include/prand_conf.h                 1.1 (new)
                   1498: dist/bind/include/res_update.h                 1.1 (new)
                   1499: dist/bind/include/resolv.h                     1.1-1.2 (new)
                   1500: dist/bind/include/arpa/nameser.h               1.1 (new)
                   1501: dist/bind/include/arpa/nameser_compat.h                1.1 (new)
                   1502: dist/bind/include/isc/assertions.h             1.1 (new)
                   1503: dist/bind/include/isc/ctl.h                    1.1 (new)
                   1504: dist/bind/include/isc/dst.h                    1.1 (new)
                   1505: dist/bind/include/isc/eventlib.h               1.1 (new)
                   1506: dist/bind/include/isc/heap.h                   1.1 (new)
                   1507: dist/bind/include/isc/irpmarshall.h            1.1 (new)
                   1508: dist/bind/include/isc/list.h                   1.1 (new)
                   1509: dist/bind/include/isc/logging.h                        1.1 (new)
                   1510: dist/bind/include/isc/memcluster.h             1.1 (new)
                   1511: dist/bind/include/isc/misc.h                   1.1 (new)
                   1512: dist/bind/include/isc/tree.h                   1.1 (new)
                   1513: dist/bind/man/dig.1                            1.1 (new)
                   1514: dist/bind/man/dnskeygen.1                      1.1 (new)
                   1515: dist/bind/man/dnsquery.1                       1.1 (new)
                   1516: dist/bind/man/host.1                           1.1-1.2 (new)
                   1517: dist/bind/man/named-bootconf.8                 1.1 (new)
                   1518: dist/bind/man/named-xfer.8                     1.1 (new)
                   1519: dist/bind/man/named.8                          1.1-1.2 (new)
                   1520: dist/bind/man/named.conf.5                     1.1-1.2 (new)
                   1521: dist/bind/man/ndc.8                            1.1 (new)
                   1522: dist/bind/man/nslookup.8                       1.1-1.2 (new)
                   1523: dist/bind/man/nsupdate.8                       1.1-1.2 (new)
                   1524: usr.sbin/bind/dnskeygen/Makefile               1.1 (new)
                   1525: usr.sbin/bind/named-bootconf/Makefile          1.1 (new)
                   1526: usr.sbin/bind/Makefile                         1.2-1.3
                   1527: usr.sbin/bind/Makefile.inc                     1.4-1.5
                   1528: usr.sbin/bind/dig/Makefile                     1.3
                   1529: usr.sbin/bind/dnsquery/Makefile                        1.3
                   1530: usr.sbin/bind/host/Makefile                    1.4
                   1531: usr.sbin/bind/include/namespace.h              1.3-1.4
                   1532: usr.sbin/bind/lib/Makefile                     1.3-1.6
                   1533: usr.sbin/bind/named-xfer/Makefile              1.4-1.7
                   1534: usr.sbin/bind/named/Makefile                   1.6-1.7
                   1535: usr.sbin/bind/ndc/Makefile                     1.2-1.5
                   1536: usr.sbin/bind/nslookup/Makefile                        1.3-1.5
                   1537: usr.sbin/bind/nsupdate/Makefile                        1.4
                   1538: usr.sbin/bind/reload/named.reload.sh           1.2-1.3
                   1539: usr.sbin/bind/restart/named.restart.sh         1.2-1.3
                   1540: usr.sbin/bind/dig/dig.c                                deleted
                   1541: usr.sbin/bind/dnsquery/dnsquery.c              deleted
                   1542: usr.sbin/bind/host/host.c                      deleted
                   1543: usr.sbin/bind/include/fd_setsize.h             deleted
                   1544: usr.sbin/bind/include/hesiod.h                 deleted
                   1545: usr.sbin/bind/include/port_after.h             deleted
                   1546: usr.sbin/bind/include/port_before.h            deleted
                   1547: usr.sbin/bind/include/resolv.h                 deleted
                   1548: usr.sbin/bind/man/dig.1                                deleted
                   1549: usr.sbin/bind/man/dnsquery.1                   deleted
                   1550: usr.sbin/bind/man/host.1                       deleted
                   1551: usr.sbin/bind/man/named-bootconf.8             deleted
                   1552: usr.sbin/bind/man/named-xfer.8                 deleted
                   1553: usr.sbin/bind/man/named.8                      deleted
                   1554: usr.sbin/bind/man/named.conf.5                 deleted
                   1555: usr.sbin/bind/man/ndc.8                                deleted
                   1556: usr.sbin/bind/man/nslookup.8                   deleted
                   1557: usr.sbin/bind/named/db_defs.h                  deleted
                   1558: usr.sbin/bind/named/db_dict.c                  deleted
                   1559: usr.sbin/bind/named/db_dump.c                  deleted
                   1560: usr.sbin/bind/named/db_func.h                  deleted
                   1561: usr.sbin/bind/named/db_glob.h                  deleted
                   1562: usr.sbin/bind/named/db_glue.c                  deleted
                   1563: usr.sbin/bind/named/db_load.c                  deleted
                   1564: usr.sbin/bind/named/db_lookup.c                        deleted
                   1565: usr.sbin/bind/named/db_save.c                  deleted
                   1566: usr.sbin/bind/named/db_update.c                        deleted
                   1567: usr.sbin/bind/named/named-bootconf.sh          deleted
                   1568: usr.sbin/bind/named/named.conf                 deleted
                   1569: usr.sbin/bind/named/named.h                    deleted
                   1570: usr.sbin/bind/named/ns_config.c                        deleted
                   1571: usr.sbin/bind/named/ns_defs.h                  deleted
                   1572: usr.sbin/bind/named/ns_forw.c                  deleted
                   1573: usr.sbin/bind/named/ns_func.h                  deleted
                   1574: usr.sbin/bind/named/ns_glob.h                  deleted
                   1575: usr.sbin/bind/named/ns_glue.c                  deleted
                   1576: usr.sbin/bind/named/ns_init.c                  deleted
                   1577: usr.sbin/bind/named/ns_lexer.c                 deleted
                   1578: usr.sbin/bind/named/ns_lexer.h                 deleted
                   1579: usr.sbin/bind/named/ns_main.c                  deleted
                   1580: usr.sbin/bind/named/ns_maint.c                 deleted
                   1581: usr.sbin/bind/named/ns_ncache.c                        deleted
                   1582: usr.sbin/bind/named/ns_parser.h                        deleted
                   1583: usr.sbin/bind/named/ns_parser.y                        deleted
                   1584: usr.sbin/bind/named/ns_parseutil.c             deleted
                   1585: usr.sbin/bind/named/ns_parseutil.h             deleted
                   1586: usr.sbin/bind/named/ns_req.c                   deleted
                   1587: usr.sbin/bind/named/ns_resp.c                  deleted
                   1588: usr.sbin/bind/named/ns_stats.c                 deleted
                   1589: usr.sbin/bind/named/ns_udp.c                   deleted
                   1590: usr.sbin/bind/named/ns_update.c                        deleted
                   1591: usr.sbin/bind/named/ns_xfr.c                   deleted
                   1592: usr.sbin/bind/named/pathnames.c                        deleted
                   1593: usr.sbin/bind/named/pathnames.h                        deleted
                   1594: usr.sbin/bind/named/pathtemplate.h             deleted
                   1595: usr.sbin/bind/named/version.c                  deleted
                   1596: usr.sbin/bind/named-xfer/named-xfer.c          deleted
                   1597: usr.sbin/bind/ndc/ndc.sh                       deleted
                   1598: usr.sbin/bind/nslookup/commands.l              deleted
                   1599: usr.sbin/bind/nslookup/debug.c                 deleted
                   1600: usr.sbin/bind/nslookup/getinfo.c               deleted
                   1601: usr.sbin/bind/nslookup/list.c                  deleted
                   1602: usr.sbin/bind/nslookup/main.c                  deleted
                   1603: usr.sbin/bind/nslookup/nslookup.help           deleted
                   1604: usr.sbin/bind/nslookup/pathnames.h             deleted
                   1605: usr.sbin/bind/nslookup/res.h                   deleted
                   1606: usr.sbin/bind/nslookup/send.c                  deleted
                   1607: usr.sbin/bind/nslookup/skip.c                  deleted
                   1608: usr.sbin/bind/nslookup/subr.c                  deleted
                   1609: usr.sbin/bind/nsupdate/nsupdate.c              deleted
                   1610: usr.sbin/bind/lib/inet/Makefile.inc             deleted
                   1611: usr.sbin/bind/lib/inet/hostnamelen.c            deleted
                   1612: usr.sbin/bind/lib/inet/inet_addr.c              deleted
                   1613: usr.sbin/bind/lib/inet/inet_lnaof.c             deleted
                   1614: usr.sbin/bind/lib/inet/inet_makeaddr.c          deleted
                   1615: usr.sbin/bind/lib/inet/inet_net_ntop.c          deleted
                   1616: usr.sbin/bind/lib/inet/inet_net_pton.c          deleted
                   1617: usr.sbin/bind/lib/inet/inet_neta.c              deleted
                   1618: usr.sbin/bind/lib/inet/inet_netof.c             deleted
                   1619: usr.sbin/bind/lib/inet/inet_network.c           deleted
                   1620: usr.sbin/bind/lib/inet/inet_ntoa.c              deleted
                   1621: usr.sbin/bind/lib/inet/inet_ntop.c              deleted
                   1622: usr.sbin/bind/lib/inet/inet_pton.c              deleted
                   1623: usr.sbin/bind/lib/inet/nsap_addr.c              deleted
                   1624: usr.sbin/bind/lib/isc/Makefile.inc              deleted
                   1625: usr.sbin/bind/lib/isc/assertions.c              deleted
                   1626: usr.sbin/bind/lib/isc/base64.c                  deleted
                   1627: usr.sbin/bind/lib/isc/bitncmp.c                 deleted
                   1628: usr.sbin/bind/lib/isc/ev_connects.c             deleted
                   1629: usr.sbin/bind/lib/isc/ev_files.c                deleted
                   1630: usr.sbin/bind/lib/isc/ev_streams.c              deleted
                   1631: usr.sbin/bind/lib/isc/ev_timers.c               deleted
                   1632: usr.sbin/bind/lib/isc/ev_waits.c                deleted
                   1633: usr.sbin/bind/lib/isc/eventlib.c                deleted
                   1634: usr.sbin/bind/lib/isc/eventlib_p.h              deleted
                   1635: usr.sbin/bind/lib/isc/heap.c                    deleted
                   1636: usr.sbin/bind/lib/isc/logging.c                 deleted
                   1637: usr.sbin/bind/lib/isc/logging_p.h               deleted
                   1638: usr.sbin/bind/lib/isc/memcluster.c              deleted
                   1639: usr.sbin/bind/lib/isc/tree.c                    deleted
                   1640: usr.sbin/bind/lib/nameser/Makefile.inc          deleted
                   1641: usr.sbin/bind/lib/nameser/ns_name.c             deleted
                   1642: usr.sbin/bind/lib/nameser/ns_netint.c           deleted
                   1643: usr.sbin/bind/lib/nameser/ns_parse.c            deleted
                   1644: usr.sbin/bind/lib/nameser/ns_print.c            deleted
                   1645: usr.sbin/bind/lib/nameser/ns_ttl.c              deleted
                   1646: usr.sbin/bind/lib/resolv/Makefile.inc           deleted
                   1647: usr.sbin/bind/lib/resolv/herror.c               deleted
                   1648: usr.sbin/bind/lib/resolv/res_comp.c             deleted
                   1649: usr.sbin/bind/lib/resolv/res_data.c             deleted
                   1650: usr.sbin/bind/lib/resolv/res_debug.c            deleted
                   1651: usr.sbin/bind/lib/resolv/res_init.c             deleted
                   1652: usr.sbin/bind/lib/resolv/res_mkquery.c          deleted
                   1653: usr.sbin/bind/lib/resolv/res_mkupdate.c         deleted
                   1654: usr.sbin/bind/lib/resolv/res_mkupdate.h         deleted
                   1655: usr.sbin/bind/lib/resolv/res_query.c            deleted
                   1656: usr.sbin/bind/lib/resolv/res_send.c             deleted
                   1657: usr.sbin/bind/lib/resolv/res_update.c           deleted
                   1658: usr.sbin/bind/include/arpa/nameser.h            deleted
                   1659: usr.sbin/bind/include/arpa/nameser_compat.h     deleted
                   1660: usr.sbin/bind/include/isc/assertions.h          deleted
                   1661: usr.sbin/bind/include/isc/eventlib.h            deleted
                   1662: usr.sbin/bind/include/isc/heap.h                deleted
                   1663: usr.sbin/bind/include/isc/list.h                deleted
                   1664: usr.sbin/bind/include/isc/logging.h             deleted
                   1665: usr.sbin/bind/include/isc/memcluster.h          deleted
                   1666: usr.sbin/bind/include/isc/misc.h                deleted
                   1667: usr.sbin/bind/include/isc/tree.h                deleted
                   1668:
                   1669:   Update to BIND 8.2.2-P5.
                   1670:
                   1671: distrib/sets/lists/base/mi                     patch (part of 1.135)
                   1672: distrib/sets/lists/man/mi                      patch (part of 1.176)
                   1673:
                   1674:   Add dnskeygen, dnskeygen(1) and nsupdate(8) after
                   1675:   BIND 8.2.2-P5 pull-up.
                   1676:
                   1677: sys/arch/i386/i386/machdep.c                   1.368
                   1678:
                   1679:   Apply the "coma bug workaround" also for the Cyrix 6x86MX processor,
                   1680:   fixing PR#7538.
                   1681:
                   1682: sys/arch/sparc/sparc/pmap.c                    1.150
                   1683:
                   1684:   Make this file compile under -DDEBUG, fixing PR#8358.
                   1685:
                   1686: sys/arch/pmax/dev/fb_usrreq.c                  1.17
                   1687:
                   1688:   Reset the keyboard when the framebuffer is closed, so that it is
                   1689:   in a known good state after e.g. X11 has run.
                   1690:
                   1691: sys/arch/pmax/dev/dtop.c                       1.40
                   1692:
                   1693:   Make the keyboard handler work correctly in DDB.
                   1694:
                   1695: sys/arch/pmax/dev/dc.c                         1.50
                   1696:
                   1697:   Use the console_debugger() macro to enter Debugger() on a serial
                   1698:   console break, so sysctl can be used to disable/enable entering
                   1699:   the debugger.
                   1700:
                   1701: sys/dev/ic/ncr53c9x.c                          1.35
                   1702: sys/dev/ic/ncr53c9xreg.h                       1.6
                   1703: sys/dev/ic/ncr53c9xvar.h                       1.18
                   1704: sys/dev/pci/pcscp.c                            1.4
                   1705: sys/arch/alpha/tc/asc.c                                1.16
                   1706: sys/arch/alpha/tc/tcds.c                       1.28-1.29
                   1707:
                   1708:   Fix the problems in detecting the clock speed on the TCDS Dual
                   1709:   SCSI Option cards, and correctly configure the Fast SCSI interfaces.
                   1710:   This allows installation on the 3000/500 -> 3000/900 Alphas which
                   1711:   have the Fast SCSI interface on the on-board SCSI adapters.
                   1712:
                   1713: sys/dev/wscons/wsksymdef.h                     1.25
                   1714: sys/dev/pckbc/wskbdmap_mfii.c                  1.10
                   1715:
                   1716:   Add Swedish and Dvorak keyboard maps for PC keyboards, fixing
                   1717:   PR#6983 and PR#7429.
                   1718:
                   1719: sys/arch/atari/vme/et4000.c                    1.4
                   1720: sys/arch/atari/vme/if_le_vme.c                 1.11
                   1721: sys/arch/atari/vme/leo.c                       1.2
                   1722:
                   1723:   Fix arguments of bus_space_unmap().
                   1724:
                   1725: sys/arch/atari/atari/disksubr.c                        1.17
                   1726:
                   1727:   Make sure the pointer to the cpu_label is not NULL before trying
                   1728:   to use it.
                   1729:
                   1730: sys/arch/atari/dev/hdfd.c                      1.14
                   1731:
                   1732:   If the floppy has no label, fake one.
                   1733:
                   1734: usr.bin/whois/whois.c                          1.12 via patch
                   1735:
                   1736:   New default whois server: whois.networksolutions.com.
                   1737:
                   1738: src/lib/libutil/passwd.c                       1.19
                   1739:
                   1740:   Correct handling of more complex EDITOR environment variable
                   1741:   settings by using /bin/sh.  Fixes PR#8935.
1.1.2.86  he       1742:
                   1743: sys/dev/tc/asc_ioasic.c                                1.18
                   1744:
                   1745:   Fix IOASIC DMA alignment problems.  This should fix the problems
                   1746:   with dump(8) failing randomly on DECstations.
1.1.2.87  he       1747:
                   1748: sys/nfs/nfs_serv.c                             1.52
                   1749:
                   1750:   Correct length check in readdirplus, making 32k readdir sizes
                   1751:   work.
                   1752:
                   1753: sys/arch/atari/dev/hdfd.c                      1.15
                   1754: sys/arch/atari/dev/atari5380.c                 1.30
                   1755: sys/arch/atari/dev/clock.c                     1.20
                   1756: sys/arch/atari/dev/fd.c                                1.29
                   1757:
                   1758:   Change the way that bits are cleared in the InterruptPending
                   1759:   register of the 68901, avoiding a read-modify-write cycle.
                   1760:   Solves a "hanging keyboard" problem.
                   1761:
                   1762: share/man/man7/packages.7                      1.16-1.25
                   1763:
                   1764:   Update to current state of package documentation.
                   1765:
                   1766: sys/dev/raidframe/rf_dagutils.c                        1.6
                   1767:
                   1768:   Trust only the data disk if the mirror is not known to
                   1769:   be up-to-date.
                   1770:
                   1771: sys/arch/mac68k/dev/adb_direct.c               1.35
                   1772:
                   1773:   Make adbInCount volatile to fix problems uncovered by aggressive
                   1774:   optimization.
                   1775:
1.1.2.88  he       1776: sys/arch/vax/vax/machdep.c                     patch (part of 1.91)
1.1.2.87  he       1777:
                   1778:   In process_write_regs(), no checks were made to which bits in
                   1779:   the PSL that was altered. This means that the traced process
                   1780:   could gain any hardware privileges.
                   1781:
                   1782: sys/arch/mac68k/mac68k/sys_machdep.c           patch
                   1783:
                   1784:   Correct minor problem in previous change, preventing compilation
                   1785:   of the kernel.
                   1786:
                   1787: sys/ufs/ufs/ufs_vnops.c                                1.61
                   1788:
                   1789:   Fix PR#8491: two simultaneous and identical renames would cause
                   1790:   a kernel panic.
                   1791:
                   1792: sys/arch/alpha/mcbus/mcbus.c                   1.7
                   1793: sys/arch/alpha/mcbus/mcbusreg.h                        1.3
                   1794: sys/arch/alpha/pci/mcpcia.c                    1.7
                   1795:
                   1796:   Force probing of MCPCIAs such that if they are not there we can
                   1797:   still boot.  Not all Alpha 4100 / Rawhide systems have the full
                   1798:   four MCPCIAs.
                   1799:
                   1800: usr.bin/rpcgen/rpc_parse.c                     1.10
                   1801:
                   1802:   Avoid rpcgen coredumps with a structure argument bigger than 8.
                   1803:
                   1804: sys/ufs/lfs/lfs_segment.c                      1.36
                   1805:
                   1806:   Fix spllevel problem with superblock exclusion and with write
                   1807:   throttle.  Addressess PR#8383.
                   1808:
                   1809: libexec/lfs_cleanerd/clean.h                   1.9
                   1810: libexec/lfs_cleanerd/cleanerd.c                        1.17
                   1811:
                   1812:   If the cleaner is being respawned and dies repeatedly, avoid
                   1813:   looping.
                   1814:
                   1815: sbin/mount_lfs/mount_lfs.c                     1.9
                   1816:
                   1817:   Read-only mounts no longer start useless cleanerd processes.
                   1818:
                   1819: usr.bin/quota/quota.c                          1.22
                   1820: usr.sbin/edquota/edquota.c                     1.19
                   1821:
                   1822:   Allow use of quotas bigger than 4GB by avoiding integer overflow.
1.1.2.89  he       1823:
                   1824: sbin/disklabel/interact.c                      1.12-1.13
                   1825:
                   1826:   When setting size of partitions interactively, allow '$'
                   1827:   for the remainder of the disk.
                   1828:
                   1829: usr.sbin/pwd_mkdb/pwd_mkdb.8                   1.10
                   1830:
                   1831:   Remove obsolete reference to mkpasswd(8).
1.1.2.90  he       1832:
                   1833: bin/test/test.1                                        1.13
                   1834:
                   1835:   Remove duplicate 'string' / 's1' entry.
1.1.2.89  he       1836:
                   1837: share/man/man5/passwd.5                                1.14
                   1838:
                   1839:   Clarify master.passwd vs. passwd files.
                   1840:
                   1841: sys/ufs/lfs/lfs.h                              1.15
                   1842: sys/ufs/lfs/lfs_bio.c                          1.11
                   1843: sys/ufs/lfs/lfs_extern.h                       1.14
                   1844: sys/ufs/lfs/lfs_inode.c                                1.25
                   1845: sys/ufs/lfs/lfs_vfsops.c                       1.34 via patch
                   1846:
                   1847:   Avoid flushing vnodes involved in a dirop, making lfs' promise
                   1848:   of "no fsck needed, even in the event of a crash" closer to
                   1849:   reality.  Improves ability to NFS-export LFS file systems.
                   1850:
                   1851: sys/ufs/lfs/lfs.h                              1.17
                   1852: sys/ufs/lfs/lfs_alloc.c                                1.26
                   1853: sys/ufs/lfs/lfs_bio.c                          1.13
                   1854: sys/ufs/lfs/lfs_segment.c                      1.32
                   1855: sys/ufs/lfs/lfs_vfsops.c                       1.41
                   1856: sys/ufs/lfs/lfs_vnops.c                                1.31
                   1857:
                   1858:   Address locking protocol error for inode hash, and make the
                   1859:   maximum number of active dirops a global quantity.
                   1860:
                   1861: sys/ufs/lfs/lfs_segment.c                      1.37
                   1862: sys/ufs/lfs/lfs_vnops.c                                1.33
                   1863:
                   1864:   Handle the case of a vnode flush while dirops are active correctly
                   1865:   in lfs_segwrite.  Also, make sure a flush is called in SET_DIROP
                   1866:   before sleeping on its results.  Addresses PR#8863.
1.1.2.91  he       1867:
                   1868: sys/ufs/ffs/ffs_vfsops.c                       1.56 via patch
                   1869:
                   1870:   Fix the use of an uninitialized variable.  This could be triggered
                   1871:   if the file system to be mounted is a pre-BSD4.4 one (which can
                   1872:   result in the old file system being rejected).
                   1873:
                   1874: sys/arch/i386/i386/pmap.new.c                  patch
                   1875: sys/arch/i386/stand/lib/loadfile.h             patch
                   1876: sys/uvm/uvm_page.c                             1.28
                   1877:
                   1878:   Allow booting of kernels which are larger than 16MB on i386.
                   1879:
                   1880: sys/dev/raidframe/rf_states.c                  1.8-1.10
                   1881: sys/dev/raidframe/rf_netbsdkintf.c             1.34-1.35
                   1882: sys/dev/raidframe/rf_kintf.h                   1.5
                   1883:
                   1884:   Re-work the IO throttle code.  Fixes potential panics under high
                   1885:   loads under FFS.
                   1886:
                   1887: etc/gettytab                                   1.15
                   1888:
                   1889:   Avoid terminal confusion by not echoing escape sequences generated
                   1890:   by keypad/function keys.  Fixes PR#8993.
                   1891:
                   1892: libexec/getty/main.c                           1.29 via patch
                   1893:
                   1894:   Make room for a terminating '\0' in the username string and make
                   1895:   sure the user name passed to "login" is terminated.
                   1896:
                   1897: usr.sbin/pkg_install/README                    1.3
                   1898:
                   1899:   Update of the history of our pkg tools.
                   1900:
                   1901: usr.sbin/pkg_install/add/perform.c             1.40
                   1902:
                   1903:   Apply forced operation (-f switch) recursively.
                   1904:
                   1905: usr.sbin/pkg_install/add/perform.c             1.41-1.42
                   1906: usr.sbin/pkg_install/delete/perform.c          1.29
                   1907: usr.sbin/pkg_install/info/show.c               1.19
                   1908: usr.sbin/pkg_install/lib/file.c                        1.35
                   1909: usr.sbin/pkg_install/lib/lpkg.c                        1.3
                   1910: usr.sbin/pkg_install/lib/str.c                 1.18
                   1911:
                   1912:   A few bundled changes:
                   1913:    o fix printing of @ignore in pkg_info
                   1914:    o fix installing of local wildcard dependencies (currently unused)
                   1915:    o fix deleting of packages that depend on wildcard dependencies
                   1916:      (not currently activated)
                   1917:    o code cleanup
                   1918:
                   1919: usr.sbin/pkg_install/add/pkg_add.1             1.17
                   1920:
                   1921:   Fix some typos.
                   1922:
                   1923: usr.sbin/pkg_install/create/create.h           1.13-1.14
                   1924: usr.sbin/pkg_install/create/main.c             1.15-1.16
                   1925: usr.sbin/pkg_install/create/perform.c          1.20-1.22
                   1926: usr.sbin/pkg_install/create/pkg_create.1       1.19-1.21
                   1927: usr.sbin/pkg_install/info/info.h               1.12
                   1928: usr.sbin/pkg_install/info/main.c               1.19
                   1929: usr.sbin/pkg_install/info/perform.c            1.29
                   1930: usr.sbin/pkg_install/info/pkg_info.1           1.19
                   1931: usr.sbin/pkg_install/lib/lib.h                 1.27-1.28
                   1932:
                   1933:   Add code to calculate and store the size of a package in both
                   1934:   the installed version and binary packages.  The size can later
                   1935:   be queried via the pkg_info -s and -S switches, the pkg_create
                   1936:   -s swich was renamed -L.  Fixes PR#8982.
                   1937:
                   1938: usr.sbin/pkg_install/delete/main.c             1.14
                   1939:
                   1940:   Add some sanity checks on what pkgdb_retrieve() returns.
                   1941:
                   1942: usr.sbin/pkg_install/lib/file.c                        1.34
                   1943:
                   1944:   Remove some old debug code.
                   1945:
                   1946: sys/netinet/ip_output.c                                1.65
                   1947:
                   1948:   Avoid panic caused by shared cluster mbuf overwrite on multicast
                   1949:   packet loopback for packets with certain sizes.  Fixes PR#9020.
                   1950:
                   1951: share/man/man4/man4.i386/apm.4                 1.7 via patch
                   1952: sys/arch/i386/conf/files.i386                  1.144 via patch
                   1953: sys/arch/i386/i386/apmcall.s                   1.7 via patch
                   1954:
                   1955:   Document APM_DISABLE_INTERRUPTS, and define it as a well-known
                   1956:   option (defopt).
                   1957:
                   1958: usr.bin/tset/tset.c                            1.9
                   1959:
                   1960:   Report disabled control characters as <undef> (like stty(1) does);
                   1961:   fixes PR#9019.
                   1962:
                   1963: dist/ipf/BNF                                   1.1.1.1 (new)
                   1964: dist/ipf/BugReport                             1.1.1.1 (new)
                   1965: dist/ipf/HISTORY                               1.1.1.1 (new)
                   1966: dist/ipf/IMPORTANT                             1.1.1.1 (new)
                   1967: dist/ipf/LICENCE                               1.1.1.1 (new)
                   1968: dist/ipf/Makefile                              1.1.1.1 (new)
                   1969: dist/ipf/README                                        1.1.1.1 (new)
                   1970: dist/ipf/UPGRADE_NOTICE                                1.1.1.1 (new)
                   1971: dist/ipf/Y2K                                   1.1.1.1 (new)
                   1972: dist/ipf/facpri.c                              1.1.1.1 (new)
                   1973: dist/ipf/facpri.h                              1.1.1.1 (new)
                   1974: dist/ipf/fils.c                                        1.1-1.2 (new)
                   1975: dist/ipf/ip_lfil.c                             1.1.1.1 (new)
                   1976: dist/ipf/ip_sfil.c                             1.1.1.1 (new)
                   1977: dist/ipf/ipf.c                                 1.1-1.3 (new)
                   1978: dist/ipf/ipf.h                                 1.1.1.1 (new)
                   1979: dist/ipf/ipf2netbsd                            1.1 (new)
                   1980: dist/ipf/ipft_ef.c                             1.1.1.1 (new)
                   1981: dist/ipf/ipft_hx.c                             1.1.1.1 (new)
                   1982: dist/ipf/ipft_pc.c                             1.1.1.1 (new)
                   1983: dist/ipf/ipft_sn.c                             1.1.1.1 (new)
                   1984: dist/ipf/ipft_td.c                             1.1.1.1 (new)
                   1985: dist/ipf/ipft_tx.c                             1.1.1.1 (new)
                   1986: dist/ipf/ipmon.c                               1.1-1.2 (new)
                   1987: dist/ipf/ipnat.c                               1.1-1.2 (new)
                   1988: dist/ipf/ipt.c                                 1.1.1.1 (new)
                   1989: dist/ipf/ipt.h                                 1.1.1.1 (new)
                   1990: dist/ipf/kmem.c                                        1.1.1.1 (new)
                   1991: dist/ipf/kmem.h                                        1.1.1.1 (new)
                   1992: dist/ipf/misc.c                                        1.1.1.1 (new)
                   1993: dist/ipf/mkfilters                             1.1.1.1 (new)
                   1994: dist/ipf/ml_ipl.c                              1.1.1.1 (new)
                   1995: dist/ipf/mln_ipl.c                             1.1.1.1 (new)
                   1996: dist/ipf/natparse.c                            1.1.1.1 (new)
                   1997: dist/ipf/opt.c                                 1.1.1.1 (new)
                   1998: dist/ipf/parse.c                               1.1.1.1 (new)
                   1999: dist/ipf/pcap.h                                        1.1.1.1 (new)
                   2000: dist/ipf/relay.c                               1.1.1.1 (new)
                   2001: dist/ipf/snoop.h                               1.1.1.1 (new)
                   2002: dist/ipf/todo                                  1.1.1.1 (new)
                   2003: dist/ipf/FWTK/Index                            1.1.1.1 (new)
                   2004: dist/ipf/FWTK/README                           1.1.1.1 (new)
                   2005: dist/ipf/FWTK/README.ipfilter                  1.1.1.1 (new)
                   2006: dist/ipf/FWTK/ftp-gw.diff                      1.1.1.1 (new)
                   2007: dist/ipf/FWTK/fwtk-2.1-transparency.txt                1.1.1.1 (new)
                   2008: dist/ipf/FWTK/fwtk_transparent.diff            1.1.1.1 (new)
                   2009: dist/ipf/FWTK/fwtkp                            1.1.1.1 (new)
                   2010: dist/ipf/FWTK/tproxy.diff                      1.1.1.1 (new)
                   2011: dist/ipf/etc/protocols                         1.1.1.1 (new)
                   2012: dist/ipf/etc/services                          1.1.1.1 (new)
                   2013: dist/ipf/iplang/BNF                            1.1.1.1 (new)
                   2014: dist/ipf/iplang/Makefile                       1.1.1.1 (new)
                   2015: dist/ipf/iplang/iplang.h                       1.1.1.1 (new)
                   2016: dist/ipf/iplang/iplang.tst                     1.1.1.1 (new)
                   2017: dist/ipf/iplang/iplang_l.l                     1.1-1.2 (new)
                   2018: dist/ipf/iplang/iplang_y.y                     1.1.1.1 (new)
                   2019: dist/ipf/ipsd/Makefile                         1.1.1.1 (new)
                   2020: dist/ipf/ipsd/README                           1.1.1.1 (new)
                   2021: dist/ipf/ipsd/ipsd.c                           1.1.1.1 (new)
                   2022: dist/ipf/ipsd/ipsd.h                           1.1.1.1 (new)
                   2023: dist/ipf/ipsd/ipsdr.c                          1.1.1.1 (new)
                   2024: dist/ipf/ipsd/linux.h                          1.1.1.1 (new)
                   2025: dist/ipf/ipsd/sbpf.c                           1.1.1.1 (new)
                   2026: dist/ipf/ipsd/sdlpi.c                          1.1.1.1 (new)
                   2027: dist/ipf/ipsd/slinux.c                         1.1.1.1 (new)
                   2028: dist/ipf/ipsd/snit.c                           1.1.1.1 (new)
                   2029: dist/ipf/ipsd/Celler/ip_compat.h               1.1.1.1 (new)
                   2030: dist/ipf/ipsend/44arp.c                                1.1.1.1 (new)
                   2031: dist/ipf/ipsend/Crashable                      1.1.1.1 (new)
                   2032: dist/ipf/ipsend/Makefile                       1.1.1.1 (new)
                   2033: dist/ipf/ipsend/README                         1.1.1.1 (new)
                   2034: dist/ipf/ipsend/arp.c                          1.1.1.1 (new)
                   2035: dist/ipf/ipsend/dlcommon.c                     1.1.1.1 (new)
                   2036: dist/ipf/ipsend/dltest.h                       1.1.1.1 (new)
                   2037: dist/ipf/ipsend/hpux.c                         1.1.1.1 (new)
                   2038: dist/ipf/ipsend/in_var.h                       1.1.1.1 (new)
                   2039: dist/ipf/ipsend/ip.c                           1.1.1.1 (new)
                   2040: dist/ipf/ipsend/ip_var.h                       1.1.1.1 (new)
                   2041: dist/ipf/ipsend/ipresend.1                     1.1-1.2 (new)
                   2042: dist/ipf/ipsend/ipresend.c                     1.1.1.1 (new)
                   2043: dist/ipf/ipsend/ipsend.1                       1.1-1.2 (new)
                   2044: dist/ipf/ipsend/ipsend.5                       1.1.1.1 (new)
                   2045: dist/ipf/ipsend/ipsend.c                       1.1.1.1 (new)
                   2046: dist/ipf/ipsend/ipsend.h                       1.1.1.1 (new)
                   2047: dist/ipf/ipsend/ipsopt.c                       1.1.1.1 (new)
                   2048: dist/ipf/ipsend/iptest.1                       1.1-1.2 (new)
                   2049: dist/ipf/ipsend/iptest.c                       1.1.1.1 (new)
                   2050: dist/ipf/ipsend/iptests.c                      1.1.1.1 (new)
                   2051: dist/ipf/ipsend/larp.c                         1.1.1.1 (new)
                   2052: dist/ipf/ipsend/linux.h                                1.1.1.1 (new)
                   2053: dist/ipf/ipsend/lsock.c                                1.1.1.1 (new)
                   2054: dist/ipf/ipsend/resend.c                       1.1.1.1 (new)
                   2055: dist/ipf/ipsend/sbpf.c                         1.1.1.1 (new)
                   2056: dist/ipf/ipsend/sdlpi.c                                1.1.1.1 (new)
                   2057: dist/ipf/ipsend/sirix.c                                1.1.1.1 (new)
                   2058: dist/ipf/ipsend/slinux.c                       1.1.1.1 (new)
                   2059: dist/ipf/ipsend/snit.c                         1.1.1.1 (new)
                   2060: dist/ipf/ipsend/sock.c                         1.1.1.1 (new)
                   2061: dist/ipf/ipsend/tcpip.h                                1.1.1.1 (new)
                   2062: dist/ipf/ipsend/ultrix.c                       1.1.1.1 (new)
                   2063: dist/ipf/ipsend/.OLD/ip_compat.h               1.1.1.1 (new)
                   2064: dist/ipf/man/Makefile                          1.1.1.1 (new)
                   2065: dist/ipf/man/ipf.4                             1.1.1.1 (new)
                   2066: dist/ipf/man/ipf.5                             1.1-1.2 (new)
                   2067: dist/ipf/man/ipf.8                             1.1.1.1 (new)
                   2068: dist/ipf/man/ipfilter.5                                1.1.1.1 (new)
                   2069: dist/ipf/man/ipfstat.8                         1.1-1.2 (new)
                   2070: dist/ipf/man/ipftest.1                         1.1-1.2 (new)
                   2071: dist/ipf/man/ipl.4                             1.1.1.1 (new)
                   2072: dist/ipf/man/ipmon.8                           1.1.1.1 (new)
                   2073: dist/ipf/man/ipnat.4                           1.1.1.1 (new)
                   2074: dist/ipf/man/ipnat.5                           1.1-1.2 (new)
                   2075: dist/ipf/man/ipnat.8                           1.1 (new)
                   2076: dist/ipf/man/mkfilters.1                       1.1-1.2 (new)
                   2077: dist/ipf/perl/Ipfanaly.pl                      1.1.1.1 (new)
                   2078: dist/ipf/perl/Isbgraph                         1.1.1.1 (new)
                   2079: dist/ipf/perl/LICENSE                          1.1.1.1 (new)
                   2080: dist/ipf/perl/Services                         1.1.1.1 (new)
                   2081: dist/ipf/perl/logfilter.pl                     1.1.1.1 (new)
                   2082: dist/ipf/perl/plog                             1.1.1.1 (new)
                   2083: dist/ipf/rules/BASIC.NAT                       1.1.1.1 (new)
                   2084: dist/ipf/rules/BASIC_1.FW                      1.1.1.1 (new)
                   2085: dist/ipf/rules/BASIC_2.FW                      1.1.1.1 (new)
                   2086: dist/ipf/rules/example.1                       1.1.1.1 (new)
                   2087: dist/ipf/rules/example.10                      1.1.1.1 (new)
                   2088: dist/ipf/rules/example.11                      1.1.1.1 (new)
                   2089: dist/ipf/rules/example.12                      1.1.1.1 (new)
                   2090: dist/ipf/rules/example.13                      1.1.1.1 (new)
                   2091: dist/ipf/rules/example.2                       1.1.1.1 (new)
                   2092: dist/ipf/rules/example.3                       1.1.1.1 (new)
                   2093: dist/ipf/rules/example.4                       1.1.1.1 (new)
                   2094: dist/ipf/rules/example.5                       1.1.1.1 (new)
                   2095: dist/ipf/rules/example.6                       1.1.1.1 (new)
                   2096: dist/ipf/rules/example.7                       1.1.1.1 (new)
                   2097: dist/ipf/rules/example.8                       1.1.1.1 (new)
                   2098: dist/ipf/rules/example.9                       1.1.1.1 (new)
                   2099: dist/ipf/rules/example.sr                      1.1.1.1 (new)
                   2100: dist/ipf/rules/firewall                                1.1.1.1 (new)
                   2101: dist/ipf/rules/ftp-proxy                       1.1.1.1 (new)
                   2102: dist/ipf/rules/ftppxy                          1.1.1.1 (new)
                   2103: dist/ipf/rules/mediaone                                1.1 (new)
                   2104: dist/ipf/rules/nat-setup                       1.1.1.1 (new)
                   2105: dist/ipf/rules/nat.eg                          1.1.1.1 (new)
                   2106: dist/ipf/rules/server                          1.1.1.1 (new)
                   2107: dist/ipf/rules/tcpstate                                1.1.1.1 (new)
                   2108: dist/ipf/samples/Makefile                      1.1.1.1 (new)
                   2109: dist/ipf/samples/ipfilter-pb.gif               1.1.1.1 (new)
                   2110: dist/ipf/samples/proxy.c                       1.1.1.1 (new)
                   2111: dist/ipf/samples/userauth.c                    1.1.1.1 (new)
                   2112: dist/ipf/test/Makefile                         1.1.1.1 (new)
                   2113: dist/ipf/test/dotest                           1.1-1.2 (new)
                   2114: dist/ipf/test/hextest                          1.1-1.2 (new)
                   2115: dist/ipf/test/itest                            1.1-1.2 (new)
                   2116: dist/ipf/test/nattest                          1.1-1.2 (new)
                   2117: dist/ipf/test/expected/f1                      1.1.1.1 (new)
                   2118: dist/ipf/test/expected/f10                     1.1.1.1 (new)
                   2119: dist/ipf/test/expected/f11                     1.1.1.1 (new)
                   2120: dist/ipf/test/expected/f12                     1.1.1.1 (new)
                   2121: dist/ipf/test/expected/f14                     1.1.1.1 (new)
                   2122: dist/ipf/test/expected/f2                      1.1.1.1 (new)
                   2123: dist/ipf/test/expected/f3                      1.1.1.1 (new)
                   2124: dist/ipf/test/expected/f4                      1.1.1.1 (new)
                   2125: dist/ipf/test/expected/f5                      1.1.1.1 (new)
                   2126: dist/ipf/test/expected/f6                      1.1.1.1 (new)
                   2127: dist/ipf/test/expected/f7                      1.1.1.1 (new)
                   2128: dist/ipf/test/expected/f8                      1.1.1.1 (new)
                   2129: dist/ipf/test/expected/f9                      1.1.1.1 (new)
                   2130: dist/ipf/test/expected/i1                      1.1.1.1 (new)
                   2131: dist/ipf/test/expected/i10                     1.1.1.1 (new)
                   2132: dist/ipf/test/expected/i11                     1.1.1.1 (new)
                   2133: dist/ipf/test/expected/i2                      1.1.1.1 (new)
                   2134: dist/ipf/test/expected/i3                      1.1.1.1 (new)
                   2135: dist/ipf/test/expected/i4                      1.1.1.1 (new)
                   2136: dist/ipf/test/expected/i5                      1.1.1.1 (new)
                   2137: dist/ipf/test/expected/i6                      1.1.1.1 (new)
                   2138: dist/ipf/test/expected/i7                      1.1.1.1 (new)
                   2139: dist/ipf/test/expected/i8                      1.1.1.1 (new)
                   2140: dist/ipf/test/expected/i9                      1.1.1.1 (new)
                   2141: dist/ipf/test/expected/n1                      1.1.1.1 (new)
                   2142: dist/ipf/test/expected/n2                      1.1.1.1 (new)
                   2143: dist/ipf/test/expected/n3                      1.1.1.1 (new)
                   2144: dist/ipf/test/expected/n4                      1.1.1.1 (new)
                   2145: dist/ipf/test/input/f1                         1.1.1.1 (new)
                   2146: dist/ipf/test/input/f10                                1.1.1.1 (new)
                   2147: dist/ipf/test/input/f11                                1.1.1.1 (new)
                   2148: dist/ipf/test/input/f12                                1.1.1.1 (new)
                   2149: dist/ipf/test/input/f13                                1.1.1.1 (new)
                   2150: dist/ipf/test/input/f14                                1.1.1.1 (new)
                   2151: dist/ipf/test/input/f2                         1.1.1.1 (new)
                   2152: dist/ipf/test/input/f3                         1.1.1.1 (new)
                   2153: dist/ipf/test/input/f4                         1.1.1.1 (new)
                   2154: dist/ipf/test/input/f5                         1.1.1.1 (new)
                   2155: dist/ipf/test/input/f6                         1.1.1.1 (new)
                   2156: dist/ipf/test/input/f7                         1.1.1.1 (new)
                   2157: dist/ipf/test/input/f8                         1.1.1.1 (new)
                   2158: dist/ipf/test/input/f9                         1.1.1.1 (new)
                   2159: dist/ipf/test/input/n1                         1.1.1.1 (new)
                   2160: dist/ipf/test/input/n2                         1.1.1.1 (new)
                   2161: dist/ipf/test/input/n3                         1.1.1.1 (new)
                   2162: dist/ipf/test/input/n4                         1.1.1.1 (new)
                   2163: dist/ipf/test/regress/f1                       1.1.1.1 (new)
                   2164: dist/ipf/test/regress/f10                      1.1.1.1 (new)
                   2165: dist/ipf/test/regress/f11                      1.1.1.1 (new)
                   2166: dist/ipf/test/regress/f12                      1.1.1.1 (new)
                   2167: dist/ipf/test/regress/f13                      1.1.1.1 (new)
                   2168: dist/ipf/test/regress/f14                      1.1.1.1 (new)
                   2169: dist/ipf/test/regress/f2                       1.1.1.1 (new)
                   2170: dist/ipf/test/regress/f3                       1.1.1.1 (new)
                   2171: dist/ipf/test/regress/f4                       1.1.1.1 (new)
                   2172: dist/ipf/test/regress/f5                       1.1.1.1 (new)
                   2173: dist/ipf/test/regress/f6                       1.1.1.1 (new)
                   2174: dist/ipf/test/regress/f7                       1.1.1.1 (new)
                   2175: dist/ipf/test/regress/f8                       1.1.1.1 (new)
                   2176: dist/ipf/test/regress/f9                       1.1.1.1 (new)
                   2177: dist/ipf/test/regress/i1                       1.1.1.1 (new)
                   2178: dist/ipf/test/regress/i10                      1.1.1.1 (new)
                   2179: dist/ipf/test/regress/i11                      1.1.1.1 (new)
                   2180: dist/ipf/test/regress/i2                       1.1.1.1 (new)
                   2181: dist/ipf/test/regress/i3                       1.1.1.1 (new)
                   2182: dist/ipf/test/regress/i4                       1.1.1.1 (new)
                   2183: dist/ipf/test/regress/i5                       1.1.1.1 (new)
                   2184: dist/ipf/test/regress/i6                       1.1.1.1 (new)
                   2185: dist/ipf/test/regress/i7                       1.1.1.1 (new)
                   2186: dist/ipf/test/regress/i8                       1.1.1.1 (new)
                   2187: dist/ipf/test/regress/i9                       1.1.1.1 (new)
                   2188: dist/ipf/test/regress/n1                       1.1.1.1 (new)
                   2189: dist/ipf/test/regress/n2                       1.1.1.1 (new)
                   2190: dist/ipf/test/regress/n3                       1.1.1.1 (new)
                   2191: dist/ipf/test/regress/n4                       1.1.1.1 (new)
                   2192: sys/netinet/ip_rcmd_pxy.c                      1.1.1.1 (new)
                   2193: sys/netinet/ip_raudio_pxy.c                    1.1.1.1 (new)
                   2194: sys/netinet/ipl.h                              1.1.1.1 (new)
                   2195: sys/netinet/ip_state.h                         1.14
                   2196: sys/netinet/ip_state.c                         1.18
                   2197: sys/netinet/ip_proxy.h                         1.13
                   2198: sys/netinet/ip_proxy.c                         1.19
                   2199: sys/netinet/ip_nat.h                           1.16
                   2200: sys/netinet/ip_nat.c                           1.26
                   2201: sys/netinet/ip_log.c                           1.8
                   2202: sys/netinet/ip_ftp_pxy.c                       1.12
                   2203: sys/netinet/ip_frag.h                          1.13
                   2204: sys/netinet/ip_frag.c                          1.15
                   2205: sys/netinet/ip_fil.h                           1.32
                   2206: sys/netinet/ip_fil.c                           1.35-1.38
                   2207: sys/netinet/ip_compat.h                                1.17
                   2208: sys/netinet/ip_auth.h                          1.5
                   2209: sys/netinet/ip_auth.c                          1.12
                   2210: sys/netinet/fil.c                              1.28
                   2211: sys/lkm/netinet/if_ipl/Makefile                        1.11
                   2212: sys/lkm/netinet/if_ipl/ipl.h                   deleted
                   2213: sys/lkm/netinet/if_ipl/mln_ipl.c               1.22
                   2214: usr.sbin/ipf/ipfilter2netbsd                   deleted
                   2215: usr.sbin/ipf/ipf/LICENCE                       deleted
                   2216: usr.sbin/ipf/ipf/ipf.4                         deleted
                   2217: usr.sbin/ipf/ipf/ipf.5                         deleted
                   2218: usr.sbin/ipf/ipf/ipf.8                         deleted
                   2219: usr.sbin/ipf/ipf/ipf.c                         deleted
                   2220: usr.sbin/ipf/ipf/ipf.h                         deleted
                   2221: usr.sbin/ipf/ipf/ipl.4                         deleted
                   2222: usr.sbin/ipf/ipf/opt.c                         deleted
                   2223: usr.sbin/ipf/ipf/parse.c                       deleted
                   2224: usr.sbin/ipf/ipfstat/fils.c                    deleted
                   2225: usr.sbin/ipf/ipfstat/ipfstat.8                 deleted
                   2226: usr.sbin/ipf/ipfstat/kmem.c                    deleted
                   2227: usr.sbin/ipf/ipfstat/kmem.h                    deleted
                   2228: usr.sbin/ipf/ipftest/ipft_ef.c                 deleted
                   2229: usr.sbin/ipf/ipftest/ipft_hx.c                 deleted
                   2230: usr.sbin/ipf/ipftest/ipft_pc.c                 deleted
                   2231: usr.sbin/ipf/ipftest/ipft_sn.c                 deleted
                   2232: usr.sbin/ipf/ipftest/ipft_td.c                 deleted
                   2233: usr.sbin/ipf/ipftest/ipft_tx.c                 deleted
                   2234: usr.sbin/ipf/ipftest/ipftest.1                 deleted
                   2235: usr.sbin/ipf/ipftest/ipt.c                     deleted
                   2236: usr.sbin/ipf/ipftest/ipt.h                     deleted
                   2237: usr.sbin/ipf/ipftest/misc.c                    deleted
                   2238: usr.sbin/ipf/ipftest/pcap.h                    deleted
                   2239: usr.sbin/ipf/ipftest/snoop.h                   deleted
                   2240: usr.sbin/ipf/ipmon/ipmon.8                     deleted
                   2241: usr.sbin/ipf/ipmon/ipmon.c                     deleted
                   2242: usr.sbin/ipf/ipnat/ipnat.4                     deleted
                   2243: usr.sbin/ipf/ipnat/ipnat.5                     deleted
                   2244: usr.sbin/ipf/ipnat/ipnat.8                     deleted
                   2245: usr.sbin/ipf/ipnat/ipnat.c                     deleted
                   2246: usr.sbin/ipf/ipresend/ipresend.1               deleted
                   2247: usr.sbin/ipf/ipresend/ipresend.c               deleted
                   2248: usr.sbin/ipf/ipresend/resend.c                 deleted
                   2249: usr.sbin/ipf/ipsend/44arp.c                    deleted
                   2250: usr.sbin/ipf/ipsend/ip.c                       deleted
                   2251: usr.sbin/ipf/ipsend/iplang.h                   deleted
                   2252: usr.sbin/ipf/ipsend/iplang.tst                 deleted
                   2253: usr.sbin/ipf/ipsend/iplang_l.l                 deleted
                   2254: usr.sbin/ipf/ipsend/iplang_y.y                 deleted
                   2255: usr.sbin/ipf/ipsend/ipsend.1                   deleted
                   2256: usr.sbin/ipf/ipsend/ipsend.5                   deleted
                   2257: usr.sbin/ipf/ipsend/ipsend.c                   deleted
                   2258: usr.sbin/ipf/ipsend/ipsend.h                   deleted
                   2259: usr.sbin/ipf/ipsend/ipsopt.c                   deleted
                   2260: usr.sbin/ipf/ipsend/sbpf.c                     deleted
                   2261: usr.sbin/ipf/ipsend/tcpip.h                    deleted
                   2262: usr.sbin/ipf/iptest/iptest.1                   deleted
                   2263: usr.sbin/ipf/iptest/iptest.c                   deleted
                   2264: usr.sbin/ipf/iptest/iptests.c                  deleted
                   2265: usr.sbin/ipf/iptest/sock.c                     deleted
                   2266: usr.sbin/ipf/rules/BASIC.NAT                   deleted
                   2267: usr.sbin/ipf/rules/BASIC_1.FW                  deleted
                   2268: usr.sbin/ipf/rules/BASIC_2.FW                  deleted
                   2269: usr.sbin/ipf/rules/example.1                   deleted
                   2270: usr.sbin/ipf/rules/example.10                  deleted
                   2271: usr.sbin/ipf/rules/example.11                  deleted
                   2272: usr.sbin/ipf/rules/example.12                  deleted
                   2273: usr.sbin/ipf/rules/example.13                  deleted
                   2274: usr.sbin/ipf/rules/example.2                   deleted
                   2275: usr.sbin/ipf/rules/example.3                   deleted
                   2276: usr.sbin/ipf/rules/example.4                   deleted
                   2277: usr.sbin/ipf/rules/example.5                   deleted
                   2278: usr.sbin/ipf/rules/example.6                   deleted
                   2279: usr.sbin/ipf/rules/example.7                   deleted
                   2280: usr.sbin/ipf/rules/example.8                   deleted
                   2281: usr.sbin/ipf/rules/example.9                   deleted
                   2282: usr.sbin/ipf/rules/example.sr                  deleted
                   2283: usr.sbin/ipf/rules/firewall                    deleted
                   2284: usr.sbin/ipf/rules/ftp-proxy                   deleted
                   2285: usr.sbin/ipf/rules/ftppxy                      deleted
                   2286: usr.sbin/ipf/rules/mediaone                    deleted
                   2287: usr.sbin/ipf/rules/mkfilters                   deleted
                   2288: usr.sbin/ipf/rules/mkfilters.1                 deleted
                   2289: usr.sbin/ipf/rules/nat-setup                   deleted
                   2290: usr.sbin/ipf/rules/nat.eg                      deleted
                   2291: usr.sbin/ipf/rules/server                      deleted
                   2292: usr.sbin/ipf/rules/tcpstate                    deleted
                   2293: usr.sbin/ipf/Makefile.inc                      1.6
                   2294: usr.sbin/ipf/ipf/Makefile                      1.11
                   2295: usr.sbin/ipf/ipfstat/Makefile                  1.12
                   2296: usr.sbin/ipf/ipftest/Makefile                  1.14
                   2297: usr.sbin/ipf/ipmon/Makefile                    1.14
                   2298: usr.sbin/ipf/ipnat/Makefile                    1.14
                   2299: usr.sbin/ipf/ipresend/Makefile                 1.13
                   2300: usr.sbin/ipf/ipsend/Makefile                   1.12
                   2301: usr.sbin/ipf/iptest/Makefile                   1.12
                   2302: usr.sbin/ipf/rules/Makefile                    1.8
                   2303:
                   2304:   Update IPF to version 3.3.5.
1.1.2.92  he       2305:
                   2306: sys/netinet/ip_fil.c                           patch
                   2307:
                   2308:   Make this compile on NetBSD 1.4.2 (where we don't have IPSEC).
1.1.2.93  he       2309:
                   2310: usr.sbin/pkg_install/lib/pkgdb.c               1.5
                   2311:
                   2312:   Initialize some values for the db(3) routines.
                   2313:
                   2314: usr.bin/systat/main.c                          1.21
                   2315:
                   2316:   Guard against buffer overflow.
                   2317:
                   2318: sys/conf/osrelease.sh                          patch
                   2319: sys/conf/param.h                               patch
                   2320:
                   2321:   Bump version to NetBSD-1.4.2_ALPHA.
1.1.2.94  he       2322:
                   2323: sys/arch/sparc/conf/GENERIC                    1.91
                   2324: sys/arch/sparc/sparc/conf.c                    1.61
                   2325: etc/etc.sparc/MAKEDEV                          1.50
                   2326:
                   2327:   Add coda to the sparc port and enable in GENERIC.
                   2328:
                   2329: sys/dev/ic/tropic.c                            1.6
                   2330:
                   2331:   Fix interface hang which could happen in case of cable problems
                   2332:   or if the cable was pulled and then reinserted.
                   2333:
                   2334: sys/nfs/nfs_node.c                             1.30
                   2335: sys/nfs/nfs_vnops.c                            1.108 via patch
                   2336: sys/nfs/nfsnode.h                              1.28
                   2337:
                   2338:   Insert an extra VOP_ACCESS check in nfs_lookup, preventing cached
                   2339:   access mishaps for lookup and getattr.  Fixes PR#8884.
                   2340:
                   2341: sys/dev/ic/com.c                               1.165
                   2342:
                   2343:   Set carrier early enough for a serial console or kgdb to work
                   2344:   with hardware handshake.  Fixes PR#6547.
1.1.2.95  he       2345:
                   2346: sys/dev/isapnp/gus_isapnp.c                    1.14
                   2347:
                   2348:   Fix a problem preventing GUS P&P sound-card from working.
                   2349:
                   2350: distrib/utils/sysinst/arch/sparc/md.c          1.15-1.17
                   2351:
                   2352:   Add sanity to partition handling.  Symlink netbsd.GENERIC to netbsd
                   2353:   (while kern.tgz still contains netbsd.GENERIC).  Makes sysinst work
                   2354:   on the sparc.  Fixes PR#7741 and a few more problems.
                   2355:
                   2356: sys/netinet/ip_fil.h                           1.33
                   2357: sys/netinet/ip_nat.c                           1.27
                   2358: sys/netinet/ip_raudio_pxy.c                    1.2
                   2359: sys/netinet/ip_state.c                         1.19
                   2360: sys/netinet/ipl.h                              1.2
                   2361: dist/ipf/HISTORY                               1.2
                   2362: dist/ipf/parse.c                               1.2
                   2363: dist/ipf/man/ipmon.8                           1.2
                   2364:
                   2365:   Update IPF to version 3.3.6.
                   2366:
                   2367: lib/libc/net/gethnamaddr.c                     1.28
                   2368:
                   2369:   Reduce superfluous warnings on replies from DNSSEC-enabled name
                   2370:   servers.  Fixes PR#8779.
                   2371:
                   2372: sys/sys/systm.h                                        1.100
                   2373:
                   2374:   Add a typedef `sy_call_t' for the function type in `struct sysent',
                   2375:   making it easier to reference this type.
                   2376:
                   2377: bin/date/date.1                                        1.24
                   2378:
                   2379:   Make the example ready for cut & paste.
                   2380:
                   2381: sys/arch/sparc/sparc/process_machdep.c         1.7
                   2382:
                   2383:   Prevent garbage from entering the data structure holding the FP
                   2384:   state of a process.
                   2385:
                   2386: lib/libc/sys/shutdown.2                                1.11
                   2387:
                   2388:   Correct typo.  Fixes PR#9069.
                   2389:
                   2390: usr.sbin/rwhod/rwhod.c                         1.17
                   2391: usr.bin/telnet/telnet.c                                1.14
                   2392:
                   2393:   Avoid memory leak on realloc() failure.
                   2394:
                   2395: libexec/telnetd/sys_term.c                     1.18
                   2396:
                   2397:   Abort if memory for execv(2) argument array cannot be allocated
                   2398:   instead of passing an array with incomplete contents to login(1).
                   2399:   Fixes PR#9082.
                   2400:
                   2401: sys/arch/amiga/dev/a2kbbc.c                    1.8-1.9
                   2402: sys/arch/amiga/dev/a34kbbc.c                   1.4-1.5
                   2403:
                   2404:   Y2K fix for A2000, A3000 and A4000 battery backed clock modules.
                   2405:
                   2406: sys/arch/amiga/dev/a34kbbc.c                   1.6
                   2407: sys/arch/amiga/dev/rtc.h                       1.7
                   2408:
                   2409:   Write the Ricoh RP5C01 leapyear bits when writing the year.
                   2410:
                   2411: share/mk/bsd.obj.mk                            1.18-1.20
                   2412:
                   2413:   Allow "make obj" to work nicely with amd by setting PAWD=/usr/bin/pawd
                   2414:   in /etc/mk.conf and using the amd mount point path for BSDSRCDIR.
                   2415:
                   2416: usr.bin/su/Makefile                            1.14
                   2417: usr.bin/su/su.c                                        1.34
                   2418:
                   2419:   Allow the make variable SUROOTAUTH to be set to a group where the
                   2420:   members can use their own password to authenticate to su to root.
                   2421:   By default this is not set, retaining the traditional behaviour.
                   2422:
                   2423: usr.bin/su/su.1                                        1.15-1.16
                   2424:
                   2425:   Apply two minor corrections, one fixes PR#8499.
                   2426:
                   2427: sys/uvm/uvm_swap.c                             1.31
                   2428:
                   2429:   Revert a previous change regarding spec_close handling.  The
                   2430:   vnode being closed was already locked, so do not try to re-lock.
                   2431:   The result before this fix was that failed attempts at "swapon"
                   2432:   would panic the machine.
                   2433:
                   2434: gnu/usr.bin/tar/getdate.y                      1.5
                   2435:
                   2436:   Fix Y2K bug in date parser, fixing PR#9123.
                   2437:
                   2438: usr.bin/at/parsetime.c                         1.9
                   2439:
                   2440:   Add timebase (1900 years) to system time before passing it to
                   2441:   date time parser.  Fixes PR#9122.
                   2442:
                   2443: distrib/sets/checkflist                                1.12 via patch
                   2444:
                   2445:   Add two new uptions: -u and -c to set diff style.
                   2446:
                   2447: share/termcap/termcap.src                      1.44
                   2448:
                   2449:   Add 'rcons' and 'rcons-color' entries, primarily for the benefit
                   2450:   of NetBSD/pmax.
                   2451:
                   2452: etc/etc.pmax/ttys                              1.5
                   2453:
                   2454:   Set the terminal type of /dev/console to 'rcons'.
                   2455:
                   2456: distrib/mac68k/Makefile                                1.4
                   2457: distrib/mac68k/instkernel/Makefile             1.2
                   2458: distrib/mac68k/instkernel/instkernel/Makefile  1.2
                   2459: distrib/mac68k/instkernel/ramdisk/Makefile     1.2-1.3 via patch
                   2460: distrib/mac68k/instkernel/ramdisk/list         1.4-1.5 via patch
                   2461: etc/etc.mac68k/Makefile.inc                    1.1-1.2 plus patch
                   2462:
                   2463:   Build the mac68k instkernel (bootable sysinstall), and include
                   2464:   it in the standard release.
1.1.2.96  he       2465:
1.1.2.97! he       2466: sys/conf/files                                 1.297,1.335
        !          2467: sys/dev/microcode/isp/asm_pci.h                        1.18-1.27
        !          2468: sys/dev/microcode/isp/asm_sbus.h               1.13-1.15
        !          2469: sys/dev/ic/isp_inline.h                                1.1-1.4
        !          2470: sys/dev/ic/ispmbox.h                           1.16-1.20
        !          2471: sys/dev/ic/ispreg.h                            1.15-1.18
        !          2472: sys/dev/ic/ispvar.h                            1.21-1.28
        !          2473: sys/dev/ic/isp.c                               1.35-1.47
        !          2474: sys/dev/ic/isp_netbsd.c                                1.13-1.15,1.17-1.22 via patch
        !          2475: sys/dev/ic/isp_netbsd.h                                1.13-1.16,1.18-1.21 via patch
        !          2476: sys/dev/pci/isp_pci.c                          1.39-1.41,1.43-1.49 via patch
        !          2477: sys/dev/sbus/isp_sbus.c                                1.12,1.14-1.18 via patch
1.1.2.96  he       2478:
                   2479:   Untangle Qlogic firmware copyright problems and update firmware.
                   2480:   Untangle some MD support issues for said firmware. Add 1280 (Dual
                   2481:   LVD), 1240 (Dual Ultra), 2200 (2nd Generation Qlogic FC chipset).
                   2482:   Fix some synchronous negotiation problems for parallel SCSI.
                   2483:   Firm up some Fabric Support issues.
                   2484:
1.1.2.97! he       2485: gnu/usr.bin/ld/ld/ld.1                         1.21
        !          2486: gnu/usr.bin/ld/ld/rrs.c                                1.30-1.31
        !          2487:
        !          2488:   Fix two problems:
        !          2489:    o Do not generate invalid PLT slots under `-Bsymbolic'.
        !          2490:    o Do not prebind GOT and PLT slots when `-r' is used; only do so
        !          2491:      if `-Bsymbolic' is used.  This avoids inadvertent prebinding of
        !          2492:      symbols when using `-r' with PIC files, which would otherwise
        !          2493:      make it impossible for an executable to override the symbols
        !          2494:      from a shared library.
        !          2495:   Also a few code cleanups.
        !          2496:
        !          2497: sys/compat/linux/common/linux_sockio.h         1.9
        !          2498: sys/compat/linux/common/linux_socket.c         1.21 via patch
        !          2499:
        !          2500:   Implement the SIOCGIFHWADDR Linux ioctl, allowing installation
        !          2501:   of Matlab (after convincing the install script it is running on
        !          2502:   a supported platform).
        !          2503:
        !          2504: sys/dev/sbus/isp_sbus.c                                1.19-1.20 via patch
        !          2505:
        !          2506:   Fix a bug where the sense of when to sleep waiting for DMA
        !          2507:   resources was reversed.  Fix internal functionality where it's
        !          2508:   now a firmware pointer being NULL instead of firmware length
        !          2509:   being zero that disables f/w loading.
        !          2510:
        !          2511: lib/libc/db/mpool/mpool.c                      1.11
        !          2512:
        !          2513:   After writing a page out to disk, run the page back through the
        !          2514:   user's input filter to ensure we don't end up with a cached copy
        !          2515:   of the page in the wrong byte-order for the host cpu.
        !          2516:
        !          2517:   This fixes a fatal bug which bites when the DB 'lorder' is
        !          2518:   different to the cpu's, and a cached page is accessed soon after
        !          2519:   it was flushed to disk.
        !          2520:
        !          2521: usr.sbin/pkg_install/info/main.c               1.20
        !          2522:
        !          2523:   Mention -S and -s in usage message.
        !          2524:
        !          2525: etc/wscons.conf                                        patch
        !          2526:
        !          2527:   Comment out setup line for screen 0 which is already set up as
        !          2528:   console in most cases (unless a serial console is used).  Avoids
        !          2529:   a warning during bootup.
        !          2530:
        !          2531: sys/arch/amiga/conf/GENERIC                    patch
        !          2532:
        !          2533:   Add commented-out ext2fs entries.
        !          2534:
        !          2535: sys/isofs/cd9660/cd9660_vfsops.c               1.43
        !          2536:
        !          2537:   Prevent "panic: lockmgr: locking against myself" when attempting to
        !          2538:   mount a CD-ROM which does not contain a valid iso9660 file system.
        !          2539:   Fixes PR#9058.
        !          2540:
        !          2541: sys/arch/sparc/dev/zs.c                                1.70
        !          2542:
        !          2543:   Two fixes:
        !          2544:    o Fix out of bound indexing of buffer.
        !          2545:    o Default to first serial port if console property is absent.
        !          2546:
        !          2547: sys/arch/sparc/sparc/iommu.c                   1.37
        !          2548:
        !          2549:   Allow old sbus cards with 24-bit devices (e.g. lance) to be
        !          2550:   configured correctly on sun4m machines.
        !          2551:
        !          2552: distrib/sets/lists/xserver/md.arm32            1.8
        !          2553: distrib/sets/lists/xserver/md.atari            1.5
        !          2554: distrib/sets/lists/xserver/md.i386             1.13
        !          2555:
        !          2556:   Update for XFree86 3.3.6.
        !          2557:
        !          2558: sys/arch/macppc/macppc/machdep.c               patch
        !          2559:
        !          2560:   Apply last part of fix for "panic: startup: cannot allocate VM
        !          2561:   for buffers" when RAM is > approx. 128MB.
        !          2562:
        !          2563: gnu/usr.bin/ld/ld/ld.c                         1.68
        !          2564: gnu/usr.bin/ld/ld/lib.c                                1.22
        !          2565: gnu/usr.bin/ld/ld/rrs.c                                1.32
        !          2566:
        !          2567:   More alloca() -> malloc() changes, so that large shared libraries
        !          2568:   built with `-g' can be linked.
        !          2569:
        !          2570: sys/dev/pci/pcidevs                            1.156
        !          2571: sys/dev/pci/pcidevs_data.h                     regenerate
        !          2572: sys/dev/pci/pcidevs.h                          regenerate
        !          2573:
        !          2574:   Fix description of DPT SCSI boards.
        !          2575:
        !          2576: sys/dev/eisa/eisadevs                          1.17
        !          2577: sys/dev/eisa/eisadevs.h                                regenerate
        !          2578: sys/dev/eisa/eisadevs_data.h                   regenerate
        !          2579:
        !          2580:   Add vendor entries for AT&T, NEC and DPT.  Add product entries
        !          2581:   for various EATA SCSI adapters.
        !          2582:
        !          2583: distrib/utils/sysinst/defs.h                   1.49
        !          2584: distrib/utils/sysinst/run.c                    1.25
        !          2585:
        !          2586:   Get rid of the side and bottom borders on command output windows,
        !          2587:   so this works better on a terminal.
        !          2588:
        !          2589: sys/dev/pci/if_ex_pci.c                                1.10
        !          2590:
        !          2591:   Make the 3c980 actually work.
        !          2592:
        !          2593: sys/arch/x68k/x68k/locore.s                    1.52 via patch
        !          2594: sys/arch/x68k/dev/ms.c                         1.9
        !          2595:
        !          2596:   Change the implementation of ms(4) polling to use timeout(9)
        !          2597:   software timer, and change the clock interrupt handler not to
        !          2598:   lower interrupt level, in order to eliminate glitches on MPU
        !          2599:   interrupt levels.

CVSweb <webmaster@jp.NetBSD.org>