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

Annotation of src/CHANGES-1.5.3, Revision 1.1.2.38

1.1.2.38! he          1: #      $NetBSD: CHANGES-1.5.3,v 1.1.2.37 2002/02/09 23:38:10 he Exp $
1.1.2.1   he          2:
                      3: A complete list of changes from NetBSD 1.5.2 to NetBSD 1.5.3:
                      4:
                      5: File                                           Revision(s)
                      6: ----                                           --------
                      7:
                      8: sys/sys/param.h                                        patch
                      9: sys/conf/osrelease.sh                          patch
                     10: share/tmac/doc-common                          patch
                     11:
                     12:   Mark this with 1.5.3_ALPHA.
                     13:
                     14: etc/etc.pmax/Makefile.inc                      1.7
                     15:
                     16:   Use ${KERNOBJDIR} to locate kernel build directory.
                     17:
                     18: sys/dev/usb/umass.c                            patch
                     19:
                     20:   Minor coding fix in preprocessor directive.  Fixes PR#13763.
                     21:
                     22: usr.bin/last/last.1                            1.8
                     23:
                     24:   Include ``-T'' in the synopsis.
                     25:
                     26: sys/dev/pci/viaenv.c                           1.4
                     27:
                     28:   Use PWAIT for the lock, not 0.
                     29:
                     30: sys/ufs/ffs/ffs_inode.c                                patch
                     31:
                     32:   Make one call to uvm_vnp_uncache() conditional.  Fixes a panic
                     33:   when removing an mmap'ing to an unlinked, closed file.
                     34:
                     35: sys/compat/vax1k/files.vax1k                   1.2
                     36: sys/compat/vax1k/vax1k_exec.c                  1.3-1.4
                     37: sys/compat/vax1k/vax1k_subr.c                  delete
                     38:
                     39:   Once again make BSD 4.3 binaries run on the vax.
                     40:
                     41: usr.sbin/lpr/common_source/displayq.c          1.21
                     42:
                     43:   Fix buffer overflow reading from queue file.  Also increase the
                     44:   size of buffers for file names.
                     45:
                     46: sys/arch/sun3/sun3/disksubr.c                  patch
                     47:
                     48:   Make sure that an unlabeled device gets at least RAW_PART in the
                     49:   default in-core disklabel, so that applying a new disklabel can
                     50:   work.
                     51:
                     52: share/man/man9/microtime.9                     1.5
                     53:
                     54:   Spelling fixes.
                     55:
                     56: share/man/man4/ddb.4                           1.51 via patch
                     57:
                     58:   Document fromconsole and DDB_FROMCONSOLE.
                     59:
                     60: sys/ddb/db_variables.c                         1.21
                     61:
                     62:   Fix which variable is tweaked for ``fromconsole''.
                     63:
                     64: etc/rc.d/swap1                                 1.6
                     65:
                     66:   Check for and obey no_swap.
                     67:
                     68: gnu/dist/gcc/combine.c                         1.4-1.5
                     69:
                     70:   Fix some optimization bugs related to comparison.
                     71:
                     72: gnu/dist/gcc/rtl.h                             1.2
                     73: gnu/dist/gcc/jump.c                            1.2-1.3
                     74: gnu/dist/gcc/rtlanal.c                         1.2
                     75:
                     76:   Fix an optimization bug related to reordering of instructions.
                     77:
                     78: gnu/dist/gas/config/tc-sh.c                    1.2-1.3
                     79: gnu/dist/gas/config/tc-sh.h                    1.3
                     80:
                     81:   Fix a range check for 12-bit PC relative access.
                     82:   Also fix a big-endian/little-endian bug.
                     83:
                     84: gnu/dist/gcc/config/sh/sh.h                    1.4-1.5
                     85:
1.1.2.2   he         86:   Fix REGISTER_MOVE_COST calculation bug.
1.1.2.1   he         87:   Fix GO_IF_LEGITIMATE_ADDRESS bug.
                     88:
                     89: gnu/dist/gcc/config/sh/sh.c                    1.5-1.7
                     90:
                     91:   Fix output_ieee_ccmpeq() bug.
                     92:   Print true register for SUBREG cases.
                     93:   Fix prepare_scc_operand bug.
                     94:
                     95: gnu/dist/gcc/config/sh/sh.md                   1.5-1.7
                     96:
1.1.2.2   he         97:   Fix expand_block_move() bug.
1.1.2.1   he         98:   Fix insv bug (big-endian mode only).
                     99:   Fix misunderstanding whether a register is used in an insn.
                    100:
                    101: share/mk/bsd.own.mk                            1.157
                    102:
                    103:   NetBSD/sh3 does not yet support dynamic linking.
                    104:
                    105: sys/arch/sh3/dev/sci.c                         1.11,1.15
                    106: sys/arch/sh3/dev/scif.c                                1.14,1.18
                    107:
                    108:   Fix \n conversion from \n\r to \r\n, and some cleanup.
                    109:
                    110: gnu/dist/bfd/coff-sh.c                         1.2
                    111: gnu/dist/bfd/elf32-sh.c                                1.4
                    112:
                    113:   Fix 32-bit immediate reloc bug.
1.1.2.3   he        114:
                    115: sys/arch/sh3/include/bus.h                     1.5
                    116:
                    117:   Add missing macros for 8-bit PCMCIA access.
                    118:
                    119: sys/arch/sh3/include/pmap.h                    1.8
                    120:
                    121:   Fix a serious pmap problem with dummy PMAP_{MAP,UNMAP}_POOLPAGE().
                    122:
                    123: sys/arch/sh3/sh3/vm_machdep.c                  1.16
                    124:
                    125:   Fix two SH4 issues in cpu_fork().
                    126:
                    127: sys/arch/sh3/sh3/trap.c                                1.20,1.27 via patch
                    128:
                    129:   Add missing SH4_PCMCIA cases.  Fixes PR#11441.
                    130:   Fix KERNELMODE macro (check MD bits too).
                    131:
                    132: sys/arch/sh3/include/cpu.h                     1.13
                    133: sys/arch/sh3/include/segments.h                        1.2
                    134:
                    135:   Fix KERNELMODE macro (check MD bits too).
                    136:
                    137: sys/arch/evbsh3/evbsh3/machdep.c               1.20,1.22-1.24
                    138:
                    139:   Add missing shpcmcia_mem*() for SH4_PCMCIA.
                    140:
                    141: sys/arch/sh3/sh3/in_cksum.S                    1.3
                    142:
                    143:   Add missing _C_LABEL().
                    144:
                    145: sys/arch/evbsh3/evbsh3/locore.s                        1.27,1.31-1.33 via patch
                    146:
                    147:   Fix LDTLB handling bug, add missing _C_LABEL(), and a small
                    148:   optimization.
                    149:
                    150: sys/uvm/uvm_map.c                              1.104 via patch
                    151: sys/vm/vm_map.h                                        patch (uvm_map.h 1.30)
                    152:
                    153:   Create a new pool for map entries, allocated from kmem_map instead
                    154:   of kernel_map.  Use this instead of the static map entries when
                    155:   allocating map entries for kernel_map.  This greatly reduces the
                    156:   number of static map entries used, and should eliminate the
                    157:   problems with running out.
                    158:
                    159: usr.sbin/lpr/lpd/lpd.8                         patch
                    160:
                    161:   Add missing command name.
                    162:
                    163: sys/arch/mac68k/include/bus.h                  1.18
                    164:
                    165:   Define __BUS_SPACE_HAS_STREAM_METHODS since that fits what we
                    166:   have.
                    167:
                    168: sys/kern/uipc_socket.c                         1.57
                    169:
                    170:   In soreceive(): do not ignore uiomove() error.  Fixes PR#11692.
                    171:
                    172: bin/sh/expand.c                                        1.52
                    173:
                    174:   Do not truncate expr > 10 digits.  Fixes PR#13943.
                    175:
                    176: distrib/sun3/common/rd.services                        1.2
                    177:
                    178:   Add missing NFS entries; required for mount_nfs.
1.1.2.4   jhawk     179:
                    180: sys/dev/pci/bktr/bktr_os.c                     1.21
                    181:
                    182:   Check unit count correctly (correct fencepost error)
1.1.2.9   he        183:   on device open.  Fixes PR#14289.
1.1.2.5   he        184:
                    185: distrib/sets/lists/comp/mi                     patch
                    186: distrib/sets/lists/man/mi                      patch
                    187: distrib/sets/lists/man/obsolete.mi             patch
                    188: distrib/utils/sysinst/arch/alpha/md.h          patch
                    189: distrib/utils/sysinst/arch/i386/md.h           patch
                    190: etc/etc.alpha/MAKEDEV                          1.68-1.69
                    191: etc/etc.i386/MAKEDEV                           1.129,1.135
                    192: share/man/man4/Makefile                                patch
                    193: share/man/man4/ca.4                            deleted
                    194: share/man/man4/cac.4                           patch
                    195: share/man/man4/iop.4                           1.1-1.11 (new)
                    196: share/man/man4/iopsp.4                         1.1-1.4 (new)
                    197: share/man/man4/ld.4                            1.1-1.4 (new)
                    198: share/man/man4/mlx.4                           1.1-1.4,1.6
                    199: share/man/man4/twe.4                           1.1-1.7 (new)
                    200: sys/arch/alpha/alpha/conf.c                    patch
                    201: sys/arch/alpha/conf/ALPHA                      patch
                    202: sys/arch/alpha/conf/GENERIC                    patch
                    203: sys/arch/alpha/conf/files.alpha                        1.126 via patch
                    204: sys/arch/arc/conf/files.arc                    1.24
                    205: sys/arch/arm32/conf/files.arm32                        1.83
                    206: sys/arch/atari/conf/files.atari                        1.70
                    207: sys/arch/bebox/conf/files.bebox                        1.21
                    208: sys/arch/cobalt/conf/files.cobalt              1.7
                    209: sys/arch/i386/conf/GENERIC                     patch
                    210: sys/arch/i386/conf/INSTALL                     patch
                    211: sys/arch/i386/conf/files.i386                  patch
                    212: sys/arch/i386/i386/autoconf.c                  patch
                    213: sys/arch/i386/i386/conf.c                      patch
                    214: sys/arch/macppc/conf/files.macppc              1.36
                    215: sys/arch/sparc64/conf/files.sparc64            patch
                    216: sys/conf/files                                 patch
                    217: sys/dev/Makefile                               patch
                    218: sys/dev/eisa/cac_eisa.c                                1.1-1.2 (new)
                    219: sys/dev/eisa/eisadevs                          1.19-1.24
                    220: sys/dev/eisa/eisadevs.h                                regenerate
                    221: sys/dev/eisa/eisadevs_data.h                   regenerate
                    222: sys/dev/eisa/files.eisa                                1.22
                    223: sys/dev/i2o/Makefile                           1.1-1.4 (new)
1.1.2.7   he        224: sys/dev/i2o/files.i2o                          1.1-1.3 (new)
1.1.2.5   he        225: sys/dev/i2o/i2o.h                              1.1-1.8 (new)
                    226: sys/dev/i2o/iop.c                              1.1-1.16 (new, via patch)
                    227: sys/dev/i2o/iopio.h                            1.1 (new)
                    228: sys/dev/i2o/iopreg.h                           1.1 (new)
                    229: sys/dev/i2o/iopsp.c                            1.1-1.10 (new, via patch)
                    230: sys/dev/i2o/iopspvar.h                         1.1-1.5 (new, via patch)
                    231: sys/dev/i2o/iopvar.h                           1.1-1.8 (new)
                    232: sys/dev/i2o/ld_iop.c                           1.1-1.9 (new)
                    233: sys/dev/ic/ca.c                                        deleted
                    234: sys/dev/ic/cac.c                               1.10-1.18 via patch
                    235: sys/dev/ic/cacreg.h                            1.4-1.5 via patch
                    236: sys/dev/ic/cacvar.h                            1.6-1.8
                    237: sys/dev/ic/ld_cac.c                            1.1-1.3 (new)
                    238: sys/dev/ic/ld_mlx.c                            1.1-1.2 (new)
                    239: sys/dev/ic/mlx.c                               1.1-1.13 (new, via patch)
                    240: sys/dev/ic/mlxio.h                             1.1 (new)
                    241: sys/dev/ic/mlxreg.h                            1.1-1.3 (new)
                    242: sys/dev/ic/mlxvar.h                            1.1-1.4 (new)
                    243: sys/dev/ld.c                                   1.1-1.11 (new)
                    244: sys/dev/ldvar.h                                        1.1-1.5 (new)
                    245: sys/dev/pci/Makefile                           patch
                    246: sys/dev/pci/cac_pci.c                          1.5-1.10 via patch
                    247: sys/dev/pci/files.pci                          patch
                    248: sys/dev/pci/iop_pci.c                          1.1-1.5 (new, via patch)
                    249: sys/dev/pci/ld_twe.c                           1.1-1.7 (new)
                    250: sys/dev/pci/mlx_pci.c                          1.1-1.5 (new, via patch)
                    251: sys/dev/pci/pci_subr.c                         1.39-1.40
                    252: sys/dev/pci/pcidevs                            1.282,1.285,1.299
                    253: sys/dev/pci/pcidevs.h                          regenerate
                    254: sys/dev/pci/pcidevs_data.h                     regenerate
                    255: sys/dev/pci/pcireg.h                           1.31-1.32
                    256: sys/dev/pci/twe.c                              1.1-1.19 (new, via patch)
                    257: sys/dev/pci/twereg.h                           1.1-1.5 (new)
                    258: sys/dev/pci/twevar.h                           1.1-1.8 (new)
                    259: sys/dev/scsipi/scsiconf.c                      1.153
                    260: sys/sys/conf.h                                 patch
                    261: sys/sys/device.h                               1.43
                    262: sys/sys/disklabel.h                            patch
                    263: sys/sys/scsiio.h                               1.9
                    264:
                    265:   Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.
1.1.2.6   jhawk     266:
                    267: sys/dev/ic/Makefile                            patch
                    268: sys/dev/pci/Makefile                           patch
                    269:
                    270:   Move mlxio.h and mlxreg.h from dev/pci/Makefile to dev/ic/Makefile
                    271:
                    272: usr.sbin/lpr/lpd/lpd.c                         1.29
                    273:
                    274:   Use DEFLP ("lp") for printer when printer is zero-length.
                    275:
                    276: lib/libc/gen/getcap.c                          1.34
                    277:
                    278:   Avoid an underrun in "buf".  Fixes PR#13292.
                    279:
                    280: gnu/libexec/uucp/uuxqt/uuxqt.c                 1.4
                    281:
                    282:   Pay more attention to commandline parsing of long options.
1.1.2.7   he        283:
                    284: usr.sbin/vipw/vipw.8                           1.8
                    285:
                    286:   Correct reference to user(8).
                    287:
                    288: sys/miscfs/specfs/spec_vnops.c                 1.59 via patch
                    289:
                    290:   Change spec_{read,write}() to specify block number in units of
                    291:   DEV_BSIZE instead of the device's sector size.  With this,
                    292:   /dev/rcd0a and /dev/cd0a returns the same data.  Fixes PR#3261
                    293:   and PR#14026.
                    294:
                    295: etc/defaults/rc.conf                           1.22 via patch
                    296:
                    297:   By default issue Router Solicitation requests on all interfaces
                    298:   if someone sets rtsol=YES.
                    299:
                    300: sys/dev/pci/if_sip.c                           patch
                    301:
                    302:   Adjust receive and transmit descriptor list structures,
                    303:   sip_start(), and sip_txintr() to be more similar to the current
                    304:   development version.  Fixes periodic device timeouts.
                    305:
                    306: usr.bin/rpcgen/rpc_clntout.c                   1.11 via patch
                    307:
                    308:   Remove an extraneous opening brace from newstyle output.
                    309:   Fixes PR#14066.
                    310:
                    311: crypto/dist/ssh/key.c                          1.8
                    312:
                    313:   Fix ssh v2 access control vulnerability.
                    314:
                    315: lib/libc/db/recno/rec_get.c                    1.11
                    316:
                    317:   Use a ptrdiff_t instead of an indx_t to hold a difference between
                    318:   a pair of pointers, since the latter can be a 16 bit data type.
                    319:   The effects are that recno databases can now handle records larger
                    320:   than 64KB, and nvi can now handle files with lines longer than
                    321:   64KB.
                    322:
                    323: lib/libc/gen/fstab.c                           1.23
                    324:
                    325:   Two fixes to fstabscan():
                    326:    o if fs_type is NULL, warn in stead of crashing
                    327:    o clear _fs_fstab before each use
                    328:   Fixes PR#13787 and PR#14117.
                    329:
                    330: gnu/usr.bin/send-pr/Makefile                   1.26 via patch
                    331:
                    332:   Get the information for the "Release" field via running "uname"
                    333:   on the host which is doing the filing.  Fixes PR#14217, PR#13938,
                    334:   and PR#14104.
                    335:
                    336: share/man/man5/resolv.conf.5                   1.21 via patch
                    337:
                    338:   Typo correction.
                    339:
                    340: sys/dev/usb/uhci.c                             1.127
                    341:
                    342:   Fix warnings about interrupts which were not for uhci.
                    343:
                    344: distrib/i386/floppies/Makefile                 1.23 partial, via patch
                    345: distrib/i386/floppies/fdset-com/Makefile       1.1 (new)
                    346: distrib/i386/floppies/ramdisk-big/list         1.3
                    347: distrib/utils/sysinst/arch/i386/md.c           1.55
                    348: distrib/utils/sysinst/arch/i386/md.h           1.27
                    349: distrib/utils/sysinst/arch/i386/menus.md.en    1.35
                    350: distrib/utils/sysinst/arch/i386/menus.md.fr    1.28
                    351: distrib/utils/sysinst/arch/i386/msg.md.en      1.24
                    352: distrib/utils/sysinst/arch/i386/msg.md.fr      1.16
                    353:
                    354:   Create boot-com{1,2}.fs{,.gz} floppy images, for installing or
                    355:   upgrading NetBSD/i386 on a machine with no video console at all.
                    356:
                    357: usr.bin/sed/process.c                          1.27-1.30
                    358:
                    359:   Don't attempt memmove() if pattern space length is zero.
                    360:   Fixes PR#14074.
                    361:
                    362: sys/dev/ic/rtl81x9.c                   1.29-1.31,1.33-1.34,1.36 via patch
                    363: sys/dev/ic/rtl81x9var.h                                1.8-1.10 via patch
                    364:
                    365:   Apply assorted stability fixes:
                    366:    o increase early TX threshold if underrun occurred
                    367:    o reworked transmit logic
                    368:    o fix bug in ring-buffer wrap calculation
                    369:   Should fix problems with hung network interfaces of this type.
                    370:
                    371: sys/arch/i386/pci/ali1543.c                    1.1-1.2 (new)
                    372: sys/arch/i386/pci/pci_intr_fixup.c             1.17
                    373: sys/arch/i386/pci/pci_intr_fixup.h             1.3 via patch
                    374: sys/arch/i386/conf/files.i386                  1.190 via patch
                    375:
                    376:   Add support for ALi M1543 in pcibios as e.g. found in a Toshiba
                    377:   Portege 4000.
1.1.2.8   he        378:
                    379: sys/arch/vax/vax/pmap.c                                patch
                    380:
                    381:   Handle remapping of pages entered by pmap_kenter_pa() properly.
                    382:   Fixes PR#12231.
                    383:
                    384: sys/arch/hp300/hp300/clock.c                   1.22 via patch
                    385: sys/arch/hp300/hp300/clockreg.h                        1.6 via patch
                    386:
                    387:   Fix two bugs, one Year 2000 bug, one Year 2001 bug, related
                    388:   to usage of two-digit BCD year in TOD clock.
                    389:
                    390: sys/kern/vfs_cache.c                           1.31
                    391:
                    392:   Safely handle cleanup of namecache entries in the event of multiple
                    393:   threads ending up in the same section of code looking for the same
                    394:   entry, possible because vget() can sleep.  Fixes PR#14042.
                    395:
                    396: usr.bin/ftp/fetch.c                            1.127
                    397:
                    398:   If in a proxied environment and no_proxy is true, use fetch_ftp()
                    399:   to fetch FTP type URLs.
1.1.2.9   he        400:
                    401: sys/net/route.c                                        1.48
                    402:
                    403:   Avoid memory leak on RTM_DELETE.
                    404:
                    405: sys/dev/scsipi/scsiconf.c                      1.162 via patch
                    406:
                    407:   Add a ``no tagged queueing'' for an old Micropolis drive.  Fixes
                    408:   PR#14256.
                    409:
                    410: sys/dev/pci/if_tl.c                            1.40
                    411: share/man/man4/tl.4                            1.12
                    412:
                    413:   Fix media support for Compaq Deskpro 4000.  Fixes PR#13244.
                    414:
                    415: sys/dev/pci/if_ti.c                            1.26
                    416:
                    417:   When setting/changing an address, do not call ti_init() if the
                    418:   interface is already up.  This allows netatalk to start when
                    419:   using this interface.
                    420:
                    421: sys/dev/pci/pciide.c                           1.121
                    422:
                    423:   Disable UDMA only for SiS controllers which are really buggy,
                    424:   not all the ones with revision 0xd0.
                    425:
                    426: sys/dev/pci/pciide.c                           1.123
                    427: sys/dev/pci/pciide_hpt_reg.h                   1.4
                    428:
                    429:   Support HPT-370A controllers.  Fixes PR#13540.
                    430:
                    431: usr.sbin/repquota/repquota.c                   1.18
                    432:
                    433:   Fix int underflow for large quota.  Fixes PR#12383.
                    434:
                    435: usr.sbin/repquota/repquota.c                   1.19
                    436:
                    437:   Properly display quotas with more than 99999 inodes.
                    438:
                    439: usr.sbin/rpc.lockd/lockd_lock.c                        1.8
                    440:
                    441:   Fix a memory leak: when unlocking, make sure we release the memory
                    442:   associated with the lock being removed.
                    443:
                    444: usr.bin/rs/rs.c                                        1.7
                    445:
                    446:   Avoid segmentation fault if ``-z'' option is used.  Fixes PR#14338.
1.1.2.10  he        447:
                    448: sys/nfs/nfs_subs.c                             1.98
                    449:
                    450:   Always initialize ni_rootdir in nfs_namei().  This fixes a problem
                    451:   where use of ``..'' would instead use the information for ``.'',
1.1.2.21  he        452:   when using NetBSD/alpha NFS servers, and fixes PR#11618 and
1.1.2.10  he        453:   PR#12953.
                    454:
                    455: sys/arch/mips/mips/pmap.c                      1.135 via patch
                    456:
                    457:   Fix problems on MIPS machines without secondary cache.
                    458:   Manifestations are random /bin/sh core dumps and log messages like
                    459:   ``pmap_unwire: wiring for pmap 0x... va 0x... didn't change''.
                    460:   Caused by virtual alias problem in pmap_copy_page().  Fixes PR#13587.
                    461:
                    462: gnu/usr.bin/send-pr/send-pr.sh                 1.19-1.20
                    463:
                    464:   Pick up information for the "Release" field from running ``uname'',
                    465:   or by falling back to /bin/arch and /bin/machine if they exist.
                    466:   Fixes PR#14217, PR#13938, PR$14104 and PR10614.
                    467:
                    468: share/man/man9/hz.9                            1.1-1.2 (new)
                    469: share/man/man9/hardclock.9                     1.1 (new)
                    470: share/man/man9/Makefile                                1.90-1.91 via patch
                    471: distrib/sets/lists/comp/mi                     1.365,1.367 via patch
                    472:
                    473:   Add manual pages hz(9) and hardclock(9), already referenced from
                    474:   microtime(9).
                    475:
                    476: sys/uvm/uvm_vnode.c                            patch
                    477:
                    478:   Make sure to initialize uio_procp in uvn_io().  Fixes kernel
                    479:   crash problem, reported in PR#14185.
                    480:
                    481: sys/dev/ic/elinkxl.c                           1.39
                    482:
                    483:   Set correct bit for LED polarity.  Affects CardBus cards, such
                    484:   as 3c575[BC].
                    485:
                    486: usr.bin/vmstat/vmstat.c                                1.82
                    487:
                    488:   Change memory display to prevent results from running into
                    489:   each other.
1.1.2.11  he        490:
                    491: games/wargames/wargames.sh                     1.4
                    492:
1.1.2.12  he        493:   If we are going to quote the movie, do so correctly.
1.1.2.11  he        494:
                    495: usr.sbin/faithd/faithd.c                       1.14 partial via patch
                    496:
                    497:   Fix missing ntohl().
                    498:
                    499: share/man/man4/Makefile                                patch
                    500:
                    501:   Install ld(4) manual page.
                    502:
                    503: sbin/newfs/mkfs.c                              1.39-1.47
                    504: sbin/newfs/extern.h                            1.2-1.3
                    505: sbin/newfs/newfs.c                             1.40-1.41
                    506: sbin/newfs/newfs.8                             1.25-1.26,1.28-1.29,1.31
                    507:
                    508:   Jumbo pullup for newfs:
                    509:    o convert to ANSI function prototypes
                    510:    o move external variables to extern.h
                    511:    o allow ``m'' suffix in MFS size
                    512:    o fix cg_firstfield bug introduced in 4.4-Lite
                    513:    o don't swap clustersum[0], it's a bitmap
                    514:    o don't unnecessarily set fs_clean twice
                    515:    o check return vailues of memory allocation functions
                    516:    o cleanup to reduce compile warnings
                    517:    o replace ``filesystem'' with ``file system''
                    518:    o improve warning messages describing the MAXCSBUFS overflow
                    519:    o manual page typos and other corrections
                    520:
                    521: sys/dev/pci/twe.c                              1.20 via patch
                    522: sys/dev/pci/twevar.h                           1.9
                    523:
                    524:   Improve stability of this driver by un-applying some earlier
                    525:   changes.
                    526:
                    527: sbin/fsck_ffs/dir.c                            1.28-1.32
                    528: sbin/fsck_ffs/extern.h                         1.11-1.13
                    529: sbin/fsck_ffs/fsck.h                           1.21-1.24
                    530: sbin/fsck_ffs/main.c                           1.35-1.37
                    531: sbin/fsck_ffs/pass2.c                          1.29
                    532: sbin/fsck_ffs/pass3.c                          1.11-1.12
                    533: sbin/fsck_ffs/pass5.c                          1.25-1.26
                    534: sbin/fsck_ffs/setup.c                          1.39-1.43
                    535: sbin/fsck_ffs/utilities.c                      1.28-1.30
                    536:
                    537:   Jumbo pullup for fsck_ffs:
                    538:    o fix incorrect error message
                    539:    o mark initialized globals with ``extern''
                    540:    o make reconnect algorithm O(n) instead of O(n^4)
                    541:    o remove dead code
                    542:    o don't swap cg_clustersum(cg)[0], it's a bitmap
                    543:    o ensure rotor values are positive
                    544:    o some code restructuring
                    545:    o fix byte swapping bug
                    546:    o pass5: check alternate superblocks for consistency with in-core master
                    547:    o fix usage message
1.1.2.12  he        548:
                    549: sys/ufs/ffs/ffs_bswap.c                                1.9-1.10
                    550:
                    551:   Offset should be endian independent.  Some cosmetic changes.
                    552:
                    553: sys/ufs/ffs/ffs_vfsops.c                       1.76,1.78
                    554:
                    555:   In ffs_reload(), copy fs_ronly to the new superblock too.
                    556:   Clear fs_fmod on rw->ro transition.
                    557:
                    558: sys/ufs/ffs/fs.h                               1.13
                    559: sys/ufs/ufs/quota.h                            1.9
                    560: sbin/fsck_ffs/main.c                           1.39
                    561: usr.sbin/dumpfs/dumpfs.c                       1.22-1.24
                    562:
                    563:   Use int32_t for on-disk time_t representation.
                    564:   Convert %q_ to %ll_ in print formats.
                    565:
                    566: sys/ufs/ffs/ffs_alloc.c                                1.42
                    567:
                    568:   Change ffs_dirpref() to be less pathological.
                    569:
                    570: sys/ufs/ffs/ffs_vfsops.c                       1.82
                    571:
                    572:   Correctly refer to fs_clean in error message.
                    573:
                    574: sys/ufs/ufs/dinode.h                           1.13
                    575:
                    576:   Multiple include protection.
                    577:
                    578: sys/ufs/ffs/fs.h                               1.14-1.15
                    579:
                    580:   Mark a few fields as unused.  Multiple include protection.
                    581:   Also typo corrections.
                    582:
                    583: sys/lib/libkern/scanc.c                                1.6
                    584: sys/ufs/ffs/ffs_alloc.c                                1.45
                    585:
                    586:   Fix scanc() arguments.
                    587:
                    588: usr.sbin/dumpfs/dumpfs.c                       1.26
                    589:
                    590:   Call ffs_sb_swap() with ns=1.
                    591:
                    592: sbin/badsect/badsect.c                         1.20
                    593: sbin/clri/clri.c                               1.14
                    594: sbin/dump/ffs_inode.c                          1.7
                    595: sbin/fsck_ffs/fsck.h                           1.27
                    596: sbin/fsck_ffs/pass5.c                          1.27
                    597: sbin/fsck_ffs/setup.c                          1.45
                    598: sbin/fsirand/fsirand.c                         1.14
                    599: sbin/newfs/mkfs.c                              1.51
                    600: sbin/tunefs/tunefs.c                           1.21
                    601: usr.sbin/dumpfs/dumpfs.c                       1.27
                    602: usr.sbin/quotacheck/quotacheck.c               1.22
                    603: sys/ufs/ffs/ffs_bswap.c                                1.11
                    604: sys/ufs/ffs/ffs_extern.h                       1.19
                    605: sys/ufs/ffs/ffs_vfsops.c                       1.83
                    606:
                    607:   Call ffs_sb_swap() with the correct arguments.  Fixes problems
                    608:   with using other-endian file systems.
                    609:
                    610: sbin/newfs/extern.h                            1.5
                    611: sbin/newfs/mkfs.c                              1.53
                    612: sbin/newfs/newfs.c                             1.46
                    613: usr.sbin/dumpfs/dumpfs.c                       1.28
                    614: sys/ufs/ffs/fs.h                               1.16
                    615:
                    616:   Replace unused fs_headswitch/trkseek with fs_id.
                    617:
                    618: sys/ufs/ffs/fs.h                               1.17
                    619:
                    620:   Prevent 32-bit overflows by converting to 64-bit quantities in
                    621:   appropriate places.
                    622:
                    623: sbin/fsck_ffs/setup.c                          1.46
                    624: sbin/fsck_ffs/utilities.c                      1.32
                    625: sbin/newfs/mkfs.c                              1.54
                    626: usr.sbin/dumpfs/dumpfs.c                       1.29
                    627: sys/ufs/ffs/ffs_vfsops.c                       1.84
                    628: sys/ufs/ffs/fs.h                               1.18
                    629:
                    630:   Change fs_csp[] from being a fixed size to being an array sized
                    631:   as required.  This allows file systems with more than about 15500
                    632:   cylinder groups (on 32-bit systems) to be used.
                    633:
                    634: sbin/fsck_ffs/setup.c                          1.47
                    635: sys/ufs/ffs/ffs_bswap.c                                1.12
                    636: sys/ufs/ffs/fs.h                               1.19
                    637:
                    638:   Deprecate unused fs_fscktime.
                    639:
                    640: sbin/tunefs/tunefs.8                           1.23-1.25
                    641: sbin/tunefs/tunefs.c                           1.22-1.23
                    642:
                    643:   Add ``-F'' option, and rename ``-t'' option to ``-k''.
                    644:
                    645: sbin/fsck_ffs/setup.c                          1.49
                    646: sbin/newfs/extern.h                            1.6
                    647: sbin/newfs/mkfs.c                              1.55
                    648: sbin/newfs/newfs.8                             1.33 via patch
                    649: sbin/newfs/newfs.c                             1.47 via patch
                    650: sbin/tunefs/tunefs.8                           1.26
                    651: sbin/tunefs/tunefs.c                           1.24
                    652: usr.sbin/dumpfs/dumpfs.c                       1.30
                    653: sys/ufs/ffs/ffs_alloc.c                                1.50
                    654: sys/ufs/ffs/ffs_bswap.c                                1.13
                    655: sys/ufs/ffs/ffs_vfsops.c                       1.85
                    656: sys/ufs/ffs/fs.h                               1.20
                    657:
                    658:   Pull in enhanced ffs_dirpref() algorithm, which provides a
                    659:   substantial performance improvement through better locality
                    660:   between parent/child directories and their files, and by easing
                    661:   the pressure on the buffer cache for metadata operations.
                    662:
                    663: sys/ufs/ffs/ffs_alloc.c                                1.52
                    664: sys/ufs/ffs/fs.h                               1.21
                    665:
                    666:   Mark fs_cgrotor as unused.
                    667:
                    668: sys/ufs/ffs/ffs_bswap.c                                1.14
                    669:
                    670:   A few ffs_sb_swap() fixes.
                    671:
                    672: sbin/newfs/mkfs.c                              1.52,1.56-1.57
                    673:
                    674:   Improve calcipg() calculations, and fix error reporting.
                    675:
                    676: sys/arch/i386/i386/svr4_machdep.c              1.56
                    677:
                    678:   Fix one more place where we explicitly need to restore %fs/%gs.
                    679:
                    680: usr.bin/jot/jot.c                              1.6-1.8
                    681:
                    682:   Check the format string more thoroughly before use.  Fixes PR#12316
                    683:   and PR#14253.
                    684:
                    685: sys/arch/mmeye/mmeye/locore.s                  1.22 via patch
                    686: sys/arch/sh3/sh3/trap.c                                1.28 via patch
                    687:
                    688:   Fix LDTLB handling bug.
                    689:
                    690: bin/sh/parser.c                                        1.48
                    691:
1.1.2.14  he        692:   Prevent alias expansion in case labels, where it is unwanted.
1.1.2.12  he        693:
                    694: share/misc/bsd-family-tree                     1.10
                    695:
                    696:   Update to reflect current reality.
                    697:
                    698: lib/libc/rpc/rpcb_clnt.c                       1.10
                    699:
                    700:   Close socket correctly in three places.  Fixes various problems
                    701:   such as inetd not reloading correctly.  Fixes PR#14454, PR#12651,
                    702:   and PR#13657.
                    703:
                    704: usr.sbin/rtsold/rtsold.c                       1.7
                    705: usr.sbin/rtsold/rtsold.8                       1.8-1.10 via patch
                    706:
                    707:   Add ``-a'' flag to automtically find an interface to use to query
                    708:   for router solicitations.
                    709:
                    710: usr.sbin/vnconfig/vnconfig.c                   1.23
                    711:
                    712:   Try to open the file before configuring a vnode device, so that we
                    713:   avoid silly error messages when the file cannot be opened for some
                    714:   reason.  Fixes PR#12445.
                    715:
1.1.2.13  he        716: gnu/usr.bin/send-pr/categories                 1.35
1.1.2.12  he        717:
                    718:   Add a new category ``toolchain'' since building of NetBSD-current
                    719:   from 1.5.x is supposed to work.
1.1.2.14  he        720:
                    721: distrib/sets/lists/comp/mi                     patch
                    722:
                    723:   Add missing ./usr/includes/dev/i2o directory.
                    724:
                    725: sys/arch/alpha/conf/INSTALL                    patch
                    726:
                    727:   Add Mylex DACC960 (mlx), change ca* to ld*.
                    728:
                    729: lib/csu/common_elf/Makefile.inc                        1.8-1.9 via patch
                    730: lib/csu/common_elf/crtbegin.c                  1.11-1.14
                    731: lib/csu/common_elf/crtend.c                    1.7-1.8
                    732: lib/csu/common_elf/dot_init.h                  1.1 (new)
                    733: lib/csu/common_elf/dwarf2_eh.h                 1.1 (new)
                    734: lib/csu/alpha/Makefile                         1.20-1.21
                    735: lib/csu/alpha/dot_init.h                       1.1 (new)
                    736: lib/csu/i386_elf/Makefile                      1.5-1.6
                    737: lib/csu/i386_elf/dot_init.h                    1.1 (new)
                    738: lib/csu/mips/Makefile                          1.22-1.23
                    739: lib/csu/mips/dot_init.h                                1.1-1.2 (new)
                    740: lib/csu/powerpc/Makefile                       1.12
                    741: lib/csu/powerpc/dot_init.h                     1.1 (new)
                    742: lib/csu/sparc_elf/Makefile                     1.5
                    743: lib/csu/sparc_elf/dot_init.h                   1.1 (new)
                    744: libexec/ld.elf_so/load.c                       1.12-1.15
                    745: libexec/ld.elf_so/map_object.c                 1.12
                    746: libexec/ld.elf_so/paths.c                      1.12-1.13,1.15
                    747: libexec/ld.elf_so/reloc.c                      1.34,1.41-1.42 via patch
                    748: libexec/ld.elf_so/rtld.c                       1.42-1.45
                    749: libexec/ld.elf_so/rtld.h                       1.26,1.29
                    750: libexec/ld.elf_so/search.c                     1.10
                    751: libexec/ld.elf_so/symbol.c                     1.11
                    752: libexec/ld.elf_so/sysident.h                   1.6-1.9
                    753: libexec/ld.elf_so/xprintf.c                    1.7-1.8
                    754: libexec/ld.elf_so/arch/alpha/rtld_start.S      1.4
                    755: libexec/ld.elf_so/arch/mips/mips_reloc.c       1.4-1.5
                    756: libexec/ld.elf_so/arch/powerpc/ppc_reloc.c     1.10
                    757: libexec/ld.elf_so/arch/powerpc/rtld_start.S    1.4
                    758: libexec/ld.elf_so/arch/sparc64/mdreloc.c       1.4
                    759: libexec/ld.elf_so/arch/sparc64/rtld_start.S    1.4-1.5
                    760: usr.bin/ldd/ldd_elf/ldd.c                      1.10-1.11
                    761: share/mk/bsd.own.mk                            1.153
                    762: regress/lib/Makefile                           1.9 via patch
                    763: regress/lib/csu/Makefile                       1.1 (new)
                    764: regress/lib/csu/Makefile.inc                   1.1 (new)
                    765: regress/lib/csu/initfini/Makefile              1.1-1.4 (new)
                    766: regress/lib/csu/initfini/expected              1.1 (new)
                    767: regress/lib/csu/initfini/initfini.c            1.1 (new)
                    768: regress/lib/csu/initfini/arch/alpha/initfini_asm.S     1.1 (new)
                    769: regress/lib/csu/initfini/arch/i386/initfini_asm.S      1.1 (new)
                    770: regress/lib/csu/initfini/arch/mips/initfini_asm.S      1.1-1.3 (new)
                    771: regress/lib/csu/initfini/arch/powerpc/initfini_asm.S   1.1 (new)
                    772: regress/lib/csu/initfini/arch/sparc/initfini_asm.S     1.1-1.2 (new)
                    773:
                    774:   Add init/fini section support in crtbegin and crtend, and introduce
                    775:   support for DWARF2 exception handling.  Fixes PR#12865, PR#13488,
                    776:   PR#13489, and PR#13491.  Also fix ld.elf_so to deal appropriately.
                    777:
                    778: usr.sbin/mtree/mtree.8                         1.13-1.14
                    779:
                    780:   Fix references to strsvis(3).
                    781:
                    782: usr.sbin/mtree/mtree.8                         1.15
                    783: usr.sbin/mtree/compare.c                       1.26
                    784: usr.sbin/mtree/mtree.c                         1.17 via patch
                    785:
                    786:   Add an ``-l'' flag which does ``loose'' permission checks.
                    787:
                    788: etc/security                                   1.58
                    789:
                    790:   Run mtree on the special file using the new ``-l'' option, so it
                    791:   will not complain about things like files set to 444 instead of
                    792:   644.
                    793:
                    794: gnu/dist/bfd/bfd-in.h                          1.7
                    795: gnu/dist/bfd/bfd-in2.h                         1.5
                    796: gnu/dist/bfd/elflink.h                         1.5
                    797: gnu/dist/bfd/elf-bfd.h                         1.2
                    798: gnu/dist/bfd/elf.c                             1.4
                    799: gnu/dist/include/elf/common.h                  1.4
                    800: gnu/dist/ld/emultempl/elf32.em                 1.2
                    801:
                    802:   When linking against libraries with recorded NEEDED/RPATH, no
                    803:   longer require that the location of dependent libraries be supplied
                    804:   using the ``-rpath'' option.  Fixes PR#14583.
                    805:
                    806: lib/libc/stdlib/system.c                       1.17
                    807:
                    808:   Don't return if wait()ing for the child is interrupted; fix a
                    809:   race condition for the parent's SIG{INT,QUIT} disposition.
                    810:
                    811: usr.sbin/rpc.statd/statd.c                     1.19
                    812:
                    813:   Add a handler for SIGCHLD which collects dead children, so that
                    814:   rpc.statd won't leave zombies around.
                    815:
                    816: sys/net/if_gre.c                               1.24-1.25 via patch
                    817:
                    818:   Respect down interfaces, and sanity check the tunnel route after
                    819:   computing it, marking the interface down if there is no route or
                    820:   it loops back to ourselves.  Helps avoid pilot errors which would
                    821:   result in kernel stack overflows.
                    822:
                    823: etc/etc.i386/MAKEDEV                           patch
                    824: etc/etc.alpha/MAKEDEV                          patch
                    825:
                    826:   Replace ca* with ld*.  Fixes part of PR#14453.
                    827:
                    828: sys/crypto/cast128/cast128.c                   1.5
                    829: sys/crypto/cast128/cast128.h                   1.4
                    830: sys/netinet6/esp_core.c                                1.19
                    831:
                    832:   Fix cast128 with short keys.
                    833:
                    834: usr.sbin/iopctl/Makefile                       1.1 (new)
                    835: usr.sbin/iopctl/iopctl.8                       1.1-1.6 (new)
                    836: usr.sbin/iopctl/iopctl.c                       1.1-1.11 (new) via patch
                    837: usr.sbin/Makefile                              patch
                    838: distrib/sets/lists/man/mi                      patch
                    839: distrib/sets/lists/base/mi                     patch
                    840:
                    841:   Add ``iopctl'', a program to control iop(4) devices.
                    842:
                    843: share/man/man4/ld.4                            1.5-1.6
                    844: share/man/man4/mlx.4                           1.7-1.8
                    845: share/man/man4/iop.4                           1.12,1.14
                    846: share/man/man4/iopsp.4                         1.5-1.6
                    847:
                    848:   Sort sections, and mark these with ``First appeared in 1.5.3''.
                    849:
                    850: sys/dev/i2o/iopio.h                            1.2
                    851: sys/dev/i2o/iopvar.h                           1.9-1.10
                    852: sys/dev/i2o/i2o.h                              1.9
                    853: sys/dev/i2o/iop.c                              1.17-1.18
                    854: sys/dev/i2o/dptivar.h                          1.1-1.2 (new)
                    855: sys/dev/i2o/i2odpt.h                           1.1 (new)
                    856: sys/dev/i2o/dpti.c                             1.1-1.3 (new) via patch
                    857: sys/dev/i2o/files.i2o                          patch
                    858: sys/dev/pci/iop_pci.c                          1.6
                    859: share/man/man4/iop.4                           1.13
                    860: share/man/man4/dpti.4                          1.1 (new)
                    861: share/man/man4/Makefile                                patch
                    862: sys/arch/i386/i386/conf.c                      patch
                    863: sys/arch/i386/conf/GENERIC                     patch
                    864: sys/arch/i386/conf/INSTALL                     patch
                    865: etc/etc.i386/MAKEDEV                           patch
                    866: distrib/sets/lists/man/mi                      patch
                    867:
                    868:   Add driver for DPT/Adaptec I2O RAID management interface.
                    869:
                    870: share/man/man4/twe.4                           patch
                    871:
                    872:   Mark as ``First appeared in 1.5.3''.
                    873:
                    874: usr.bin/getopt/getopt.1                                1.10
                    875:
                    876:   Fix syntax error in example.  Fixes PR#10259.
                    877:
                    878: lib/libc/stdio/vfprintf.c                      1.40
                    879:
                    880:   Print the sign prefix for -0.0; fixes PR#3137.
                    881:
                    882: usr.sbin/mlxctl/Makefile                       1.1 (new)
                    883: usr.sbin/mlxctl/cmds.c                         1.1-1.4 (new)
                    884: usr.sbin/mlxctl/config.c                       1.1 (new)
                    885: usr.sbin/mlxctl/dklist.c                       1.1-1.3 (new)
                    886: usr.sbin/mlxctl/extern.h                       1.1-1.2 (new)
                    887: usr.sbin/mlxctl/main.c                         1.1-1.3 (new) via patch
                    888: usr.sbin/mlxctl/mlxctl.8                       1.1-1.2 (new) via patch
                    889: usr.sbin/mlxctl/util.c                         1.1-1.3 (new)
                    890: usr.sbin/Makefile                              patch
                    891: distrib/sets/lists/base/mi                     patch
                    892: distrib/sets/lists/man/mi                      patch
                    893:
                    894:   Add mlxctl(8), a Mylex DAC960 family management utility.
                    895:
                    896: sys/arch/i386/pci/pchb.c                       1.23,1.26 via patch
                    897:
                    898:   Some ServerWorks (Pequr) Host-PCI bridges only get their memory
                    899:   space enabled, even though IO space works.  Some drivers only work
                    900:   reliably with IO space (ahc(4) being a notable example), so check
                    901:   for this condition and correct it.
                    902:
                    903:   Also only pay attention to the low byte of configuration register
                    904:   0x44 on ServerWorks chips, and compress some duplicated code.
1.1.2.15  he        905:
                    906: crypto/dist/ssh/LICENCE                                1.1.1.3
                    907: crypto/dist/ssh/OVERVIEW                       1.1.1.2
                    908: crypto/dist/ssh/README                         1.1.1.2
                    909: crypto/dist/ssh/README.smartcard               1.1 (new)
                    910: crypto/dist/ssh/atomicio.c                     1.3-1.5
                    911: crypto/dist/ssh/atomicio.h                     1.3-1.5
                    912: crypto/dist/ssh/auth-bsdauth.c                 1.1 (new)
                    913: crypto/dist/ssh/auth-chall.c                   1.3-1.5
                    914: crypto/dist/ssh/auth-krb4.c                    1.1.1.3 -> 1.4
                    915: crypto/dist/ssh/auth-krb5.c                    1.1-1.5 (new)
                    916: crypto/dist/ssh/auth-options.c                 1.1.1.5-1.1.1.8
                    917: crypto/dist/ssh/auth-options.h                 1.1.1.4-1.1.1.5
                    918: crypto/dist/ssh/auth-passwd.c                  1.1.1.4 -> 1.4
                    919: crypto/dist/ssh/auth-rh-rsa.c                  1.1.1.4-1.1.1.6
                    920: crypto/dist/ssh/auth-rhosts.c                  1.6-1.9
                    921: crypto/dist/ssh/auth-rsa.c                     1.1.1.4-1.1.1.8
                    922: crypto/dist/ssh/auth-skey.c                    1.1-1.5 (new)
                    923: crypto/dist/ssh/auth.c                         1.4-1.10
                    924: crypto/dist/ssh/auth.h                         1.1.1.4 -> 1.7
                    925: crypto/dist/ssh/auth1.c                                1.7-1.15
                    926: crypto/dist/ssh/auth2-chall.c                  1.2-1.5
                    927: crypto/dist/ssh/auth2.c                                1.5-1.13
                    928: crypto/dist/ssh/authfd.c                       1.3-1.8
                    929: crypto/dist/ssh/authfd.h                       1.1.1.4-1.1.1.5
                    930: crypto/dist/ssh/authfile.c                     1.4-1.11
                    931: crypto/dist/ssh/authfile.h                     1.1.1.4-1.1.1.5
                    932: crypto/dist/ssh/bufaux.c                       1.1.1.4-1.1.1.5
                    933: crypto/dist/ssh/bufaux.h                       1.1.1.4-1.1.1.5
                    934: crypto/dist/ssh/buffer.c                       1.1.1.4-1.1.1.5
                    935: crypto/dist/ssh/buffer.h                       1.1.1.4-1.1.1.5
                    936: crypto/dist/ssh/canohost.c                     1.6-1.10
                    937: crypto/dist/ssh/canohost.h                     1.2-1.4
                    938: crypto/dist/ssh/channels.c                     1.7-1.11,1.13-1.17
                    939: crypto/dist/ssh/channels.h                     1.3-1.7
                    940: crypto/dist/ssh/cipher.c                       1.5-1.8
                    941: crypto/dist/ssh/cipher.h                       1.1.1.4-1.1.1.6
                    942: crypto/dist/ssh/cli.c                          deleted
                    943: crypto/dist/ssh/cli.h                          delete
                    944: crypto/dist/ssh/clientloop.c                   1.6-1.15
                    945: crypto/dist/ssh/clientloop.h                   1.2-1.3
                    946: crypto/dist/ssh/compat.c                       1.1.1.5-1.1.1.9
                    947: crypto/dist/ssh/compat.h                       1.1.1.5-1.1.1.8
                    948: crypto/dist/ssh/compress.c                     1.4-1.5
                    949: crypto/dist/ssh/compress.h                     1.1.1.4-1.1.1.5
                    950: crypto/dist/ssh/crc32.c                                1.1.1.4
                    951: crypto/dist/ssh/crc32.h                                1.1.1.4-1.1.1.6
                    952: crypto/dist/ssh/deattack.c                     1.5-1.10
                    953: crypto/dist/ssh/deattack.h                     1.1.1.4-1.1.1.5
                    954: crypto/dist/ssh/dh.c                           1.3-1.7
                    955: crypto/dist/ssh/dh.h                           1.1.1.2 -> 1.3
                    956: crypto/dist/ssh/dispatch.c                     1.1.1.4-1.1.1.5
                    957: crypto/dist/ssh/dispatch.h                     1.1.1.3-1.1.1.4
                    958: crypto/dist/ssh/getput.h                       1.1.1.4
                    959: crypto/dist/ssh/groupaccess.c                  1.2-1.3
                    960: crypto/dist/ssh/groupaccess.h                  1.2-1.3
                    961: crypto/dist/ssh/hostfile.c                     1.3-1.7
                    962: crypto/dist/ssh/hostfile.h                     1.4-1.5
                    963: crypto/dist/ssh/includes.h                     1.4-1.5
                    964: crypto/dist/ssh/kex.c                          1.6-1.12
                    965: crypto/dist/ssh/kex.h                          1.1.1.5-1.1.1.8
                    966: crypto/dist/ssh/kexdh.c                                1.1-1.5 (new)
                    967: crypto/dist/ssh/kexgex.c                       1.1-1.6 (new)
                    968: crypto/dist/ssh/key.c                          1.3-1.7,1.9-1.12 via patch
                    969: crypto/dist/ssh/key.h                          1.1.1.4-1.1.1.7
                    970: crypto/dist/ssh/log-client.c                   delete
                    971: crypto/dist/ssh/log-server.c                   deleted
                    972: crypto/dist/ssh/log.c                          1.1.1.4-1.1.1.6
                    973: crypto/dist/ssh/log.h                          1.2-1.3
                    974: crypto/dist/ssh/login.c                                delete
                    975: crypto/dist/ssh/login.h                                deleted
                    976: crypto/dist/ssh/mac.c                          1.2
                    977: crypto/dist/ssh/mac.h                          1.2-1.3
                    978: crypto/dist/ssh/match.c                                1.1.1.4-1.1.1.7
                    979: crypto/dist/ssh/match.h                                1.1.1.4-1.1.1.7
                    980: crypto/dist/ssh/misc.c                         1.2-1.8
                    981: crypto/dist/ssh/misc.h                         1.2-1.6
                    982: crypto/dist/ssh/moduli                         1.1 (new)
                    983: crypto/dist/ssh/moduli.5                       1.1-1.4 (new)
                    984: crypto/dist/ssh/mpaux.c                                1.4
                    985: crypto/dist/ssh/mpaux.h                                1.1.1.4-1.1.1.5
                    986: crypto/dist/ssh/myproposal.h                   1.1.1.5-1.1.1.6
                    987: crypto/dist/ssh/nchan.c                                1.1.1.4-1.1.1.9
                    988: crypto/dist/ssh/nchan.h                                delete
                    989: crypto/dist/ssh/nchan.ms                       1.1.1.3
                    990: crypto/dist/ssh/nchan2.ms                      1.1.1.2 -> 1.3
                    991: crypto/dist/ssh/openssh2netbsd                 1.2-1.3
                    992: crypto/dist/ssh/packet.c                       1.7-1.14
                    993: crypto/dist/ssh/packet.h                       1.1.1.4-1.1.1.9
                    994: crypto/dist/ssh/pathnames.h                    1.5-1.7
                    995: crypto/dist/ssh/primes                         deleted
                    996: crypto/dist/ssh/pty.c                          deleted
                    997: crypto/dist/ssh/pty.h                          delete
                    998: crypto/dist/ssh/radix.c                                1.1.1.3 -> 1.6
                    999: crypto/dist/ssh/radix.h                                1.2-1.3
                   1000: crypto/dist/ssh/readconf.c                     1.6-1.13
                   1001: crypto/dist/ssh/readconf.h                     1.1.1.4 -> 1.8
                   1002: crypto/dist/ssh/readpass.c                     1.4-1.8
                   1003: crypto/dist/ssh/readpass.h                     1.2-1.4
                   1004: crypto/dist/ssh/readpassphrase.3               1.1 (new)
                   1005: crypto/dist/ssh/readpassphrase.c               1.1 (new)
                   1006: crypto/dist/ssh/readpassphrase.h               1.1 (new)
                   1007: crypto/dist/ssh/rijndael.c                     1.1.1.2 -> 1.3
                   1008: crypto/dist/ssh/rijndael.h                     1.1.1.2 -> 1.5
                   1009: crypto/dist/ssh/rsa.c                          1.1.1.4-1.1.1.5
                   1010: crypto/dist/ssh/rsa.h                          1.1.1.4-1.1.1.5
                   1011: crypto/dist/ssh/scard.c                                1.1.1.1-1.1.1.2 (new)
                   1012: crypto/dist/ssh/scard.h                                1.1 (new)
                   1013: crypto/dist/ssh/scard/Makefile                 1.1 (new)
                   1014: crypto/dist/ssh/scard/Ssh.bin.uu               1.1 (new)
                   1015: crypto/dist/ssh/scard/Ssh.java                 1.1 (new)
                   1016: crypto/dist/ssh/scp.1                          1.1.1.4-1.1.1.5
                   1017: crypto/dist/ssh/scp.c                          1.9-1.17
                   1018: crypto/dist/ssh/servconf.c                     1.6-1.14
                   1019: crypto/dist/ssh/servconf.h                     1.6-1.10
                   1020: crypto/dist/ssh/serverloop.c                   1.6-1.15
                   1021: crypto/dist/ssh/serverloop.h                   1.2-1.3
                   1022: crypto/dist/ssh/session.c                      1.6-1.14,1.16-1.21
                   1023: crypto/dist/ssh/session.h                      1.1.1.3-1.1.1.5
                   1024: crypto/dist/ssh/sftp-client.c                  1.7-1.11
                   1025: crypto/dist/ssh/sftp-client.h                  1.2-1.4
                   1026: crypto/dist/ssh/sftp-common.c                  1.2-1.4
                   1027: crypto/dist/ssh/sftp-common.h                  1.2-1.3
                   1028: crypto/dist/ssh/sftp-glob.c                    1.1-1.7 (new)
                   1029: crypto/dist/ssh/sftp-glob.h                    1.1.1.1-1.1.1.4 (new)
                   1030: crypto/dist/ssh/sftp-int.c                     1.6-1.11
                   1031: crypto/dist/ssh/sftp-int.h                     1.2-1.4
                   1032: crypto/dist/ssh/sftp-server.8                  1.1.1.4-1.1.1.7
                   1033: crypto/dist/ssh/sftp-server.c                  1.8-1.13
                   1034: crypto/dist/ssh/sftp.1                         1.1.1.5 -> 1.7
                   1035: crypto/dist/ssh/sftp.c                         1.4-1.9
                   1036: crypto/dist/ssh/sftp.h                         1.2-1.3
                   1037: crypto/dist/ssh/ssh-add.1                      1.4-1.8
                   1038: crypto/dist/ssh/ssh-add.c                      1.7-1.14
                   1039: crypto/dist/ssh/ssh-agent.1                    1.4-1.9
                   1040: crypto/dist/ssh/ssh-agent.c                    1.7-1.13
                   1041: crypto/dist/ssh/ssh-dss.c                      1.4-1.8
                   1042: crypto/dist/ssh/ssh-dss.h                      1.1.1.2 -> 1.3
                   1043: crypto/dist/ssh/ssh-keygen.1                   1.4-1.11
                   1044: crypto/dist/ssh/ssh-keygen.c                   1.6-1.14
                   1045: crypto/dist/ssh/ssh-keyscan.1                  1.4-1.8
                   1046: crypto/dist/ssh/ssh-keyscan.c                  1.7-1.13
                   1047: crypto/dist/ssh/ssh-rsa.c                      1.4-1.8
                   1048: crypto/dist/ssh/ssh-rsa.h                      1.1.1.2 -> 1.3
                   1049: crypto/dist/ssh/ssh.1                          1.9-1.16
                   1050: crypto/dist/ssh/ssh.c                          1.8-1.18
                   1051: crypto/dist/ssh/ssh.h                          1.5-1.6
                   1052: crypto/dist/ssh/ssh1.h                         1.2-1.5
                   1053: crypto/dist/ssh/ssh2.h                         1.1.1.4
                   1054: crypto/dist/ssh/ssh_config                     1.3-1.4
                   1055: crypto/dist/ssh/sshconnect.c                   1.7-1.15
                   1056: crypto/dist/ssh/sshconnect.h                   1.1.1.4-1.1.1.8
                   1057: crypto/dist/ssh/sshconnect1.c                  1.7-1.17
                   1058: crypto/dist/ssh/sshconnect2.c                  1.7-1.15
                   1059: crypto/dist/ssh/sshd.8                         1.8-1.20
                   1060: crypto/dist/ssh/sshd.c                         1.7-1.17
                   1061: crypto/dist/ssh/sshd_config                    1.3-1.9
                   1062: crypto/dist/ssh/sshlogin.c                     1.1.1.1-1.1.1.2 (new)
                   1063: crypto/dist/ssh/sshlogin.h                     1.1.1.1-1.1.1.3 (new)
                   1064: crypto/dist/ssh/sshpty.c                       1.1-1.3 (new)
                   1065: crypto/dist/ssh/sshpty.h                       1.1.1.1-1.1.1.3 (new)
                   1066: crypto/dist/ssh/sshtty.c                       1.1 (new)
                   1067: crypto/dist/ssh/sshtty.h                       1.1.1.1-1.1.1.2 (new)
                   1068: crypto/dist/ssh/tildexpand.c                   1.4-1.5
                   1069: crypto/dist/ssh/tildexpand.h                   1.2-1.3
                   1070: crypto/dist/ssh/ttymodes.c                     1.1.1.3-1.1.1.6
                   1071: crypto/dist/ssh/ttymodes.h                     1.1.1.3-1.1.1.5
                   1072: crypto/dist/ssh/uidswap.c                      1.1.1.4-1.1.1.6
                   1073: crypto/dist/ssh/uidswap.h                      1.1.1.3-1.1.1.4
                   1074: crypto/dist/ssh/uuencode.c                     1.4-1.5
                   1075: crypto/dist/ssh/uuencode.h                     1.1.1.4-1.1.1.5
                   1076: crypto/dist/ssh/version.h                      1.11-1.20 via patch
                   1077: crypto/dist/ssh/xmalloc.c                      1.4-1.6
                   1078: crypto/dist/ssh/xmalloc.h                      1.1.1.3-1.1.1.4
                   1079: usr.bin/ssh/Makefile                           1.10,1.13
                   1080: usr.bin/ssh/libssh/Makefile                    1.3-1.4,1.6-1.8 via patch
                   1081: usr.bin/ssh/scp/Makefile                       1.3
                   1082: usr.bin/ssh/sftp-server/Makefile               1.3
                   1083: usr.bin/ssh/sftp/Makefile                      1.2
                   1084: usr.bin/ssh/ssh-add/Makefile                   1.2
                   1085: usr.bin/ssh/ssh-agent/Makefile                 1.2
                   1086: usr.bin/ssh/ssh-keygen/Makefile                        1.2
                   1087: usr.bin/ssh/ssh-keyscan/Makefile               1.2-1.3
                   1088: usr.bin/ssh/ssh/Makefile                       1.6-1.9
                   1089: usr.bin/ssh/sshd/Makefile                      1.4-1.9
                   1090: distrib/sets/lists/etc/mi                      patch
1.1.2.16  he       1091: distrib/sets/lists/etc/obsolete.mi             patch
                   1092: distrib/sets/lists/man/mi                      patch
1.1.2.15  he       1093:
                   1094:   Upgrade OpenSSH to version 3.0.2.
1.1.2.17  he       1095:
                   1096: sys/arch/mac68k/obio/esp.c                     1.30
                   1097:
                   1098:   Correct operation of non-pseudo-DMA mode, as used on 660 and 840
                   1099:   AV models.
                   1100:
                   1101: sys/arch/sparc/dev/p9100.c                     patch
                   1102:
                   1103:   The PROM does not set up the frame buffer if it is not the console.
                   1104:   We should not try to configure it in that case.  This makes serial
                   1105:   console work on the SPARCbook, and fixes PR#14213.
                   1106:
                   1107: sys/dev/pckbc/pckbd.c                          1.29
                   1108:
                   1109:   Use a polling command to enable the keyboard instead of
                   1110:   pckbc_enqueue_cmd, which is not intended for use during autoconfig.
                   1111:   This fixes some problems where keyboards would not work with
                   1112:   wscons on i386.
1.1.2.18  he       1113:
                   1114: sys/kern/sys_generic.c                         1.60
                   1115: lib/libc/sys/poll.2                            1.11
                   1116:
                   1117:   Make poll(2) ignore negative file descriptors, which is in line
                   1118:   with the Single Unix Specification.
                   1119:
                   1120: usr.sbin/lpr/common_source/common.c            1.21
                   1121:
                   1122:   Use getifaddrs(3) instead of gethostname(3) for local address
                   1123:   detection.
                   1124:
                   1125: sys/netinet6/in6.c                             1.38
                   1126:
                   1127:   Make sure we don't use an uninitialized pointer.
                   1128:
                   1129: sys/dev/pci/pccbb.c                            1.70 partial, via patch
                   1130:
                   1131:   Add PCI power management control to the PCI-CardBus bridge.
                   1132:   Fixes PR#14149.
                   1133:
                   1134: lib/libc/time/strftime.c                       1.12 via patch
1.1.2.19  he       1135: lib/libc/time/strftime.3                       1.10-1.12
1.1.2.18  he       1136:
                   1137:   Switch to widely circulated tzcode (2000g) implementation; it
                   1138:   implements C99 features.
1.1.2.19  he       1139:
                   1140: sys/dev/pci/cs4281.c                           1.9
                   1141:
                   1142:   Remove spurious warning which is no longer valid.
                   1143:
                   1144: dist/dhcp/client/dhclient.c                    1.3
                   1145:
                   1146:   Check for ``-'' as first character only after we checked all
                   1147:   recognized options.  Fixes PR#14935.
                   1148:
                   1149: sys/arch/sparc/sparc/pmap.c                    1.201
                   1150:
                   1151:   When counting PTEs, look at all the segments in a region, not
                   1152:   just the first.
                   1153:
                   1154: share/man/man4/dpti.4                          1.2
                   1155:
                   1156:   First appeared in 1.5.3.
                   1157:
                   1158: etc/rc.d/ipfilter                              1.9-1.10
                   1159:
                   1160:   Use && and || for logical concatenations instead of -a/-o operators,
                   1161:   and support ``resync'' (ipf -y).
                   1162:
                   1163: sys/arch/arm32/conf/A7000                      patch
                   1164: sys/arch/arm32/conf/A7INST                     patch
                   1165: sys/arch/arm32/conf/GENERIC                    patch
                   1166: sys/arch/arm32/conf/RISCPC                     patch
                   1167: sys/arch/arm32/conf/RPCINST                    patch
                   1168: sys/arch/arm32/conf/VOYAGER                    patch
                   1169:
                   1170:   Comment out non-working Cumana SCSI II driver for now.
                   1171:
                   1172: gnu/dist/libio/cleanup.c                       1.2
                   1173:
                   1174:   Fix a core dump when libstdc++ is unloaded (via dlclose()) before
                   1175:   exit().
                   1176:
                   1177: sys/dev/ic/wdcvar.h                            1.28
                   1178: sys/dev/scsipi/atapi_wdc.c                     1.39
                   1179:
                   1180:   Make DVD commands work on drives configured for DMA.
                   1181:
                   1182: lib/libossaudio/ossaudio.c                     1.16
                   1183: sys/compat/ossaudio/ossaudio.c                 1.39
                   1184:
                   1185:   Change our emulation of SNDCTL_DSP_POST so that OSS applications
                   1186:   (e.g. xmms) don't randomly pause.
1.1.2.20  he       1187:
                   1188: sys/dev/cardbus/if_ex_cardbus.c                        1.17,1.19 via patch
                   1189: sys/dev/ic/elinkxl.c                           1.47-1.48 via patch
                   1190: sys/dev/ic/elinkxlvar.h                                1.10
                   1191:
                   1192:   Add Power Management support for Cardbus Etherlink XL cards, and
                   1193:   some cleanup.
                   1194:
                   1195: sys/dev/pci/if_ex_pci.c                                1.18
                   1196:
                   1197:   Improve intr_ack code to support 3c556 and 3c556B.
1.1.2.21  he       1198:
                   1199: sys/arch/macppc/conf/GENERIC                   1.89
                   1200: sys/arch/macppc/conf/INSTALL                   1.52 via patch
                   1201:
                   1202:   Add the tlp(4) driver to GENERIC, and make the choice of the
                   1203:   de(4) driver vs. the tlp(4) driver consistent between the INSTALL
                   1204:   and GENERIC kernels.  The choice is to use the de(4) driver for
                   1205:   the DEC-based Tulip cards, and tlp(4) for the Tulip clones
                   1206:   supported by that driver.
                   1207:
                   1208: sys/dev/cardbus/cardbusdevs                    1.18-1.20 via patch
                   1209: sys/dev/cardbus/cardbusdevs.h                  regenerate
                   1210: sys/dev/cardbus/cardbusdevs_data.h             regenerate
                   1211: sys/dev/cardbus/if_rtk_cardbus.c               1.4-1.5,1.7
                   1212:
                   1213:   Add support for the following cards:
                   1214:    o D-Link DFE-690TXD 10/100
                   1215:    o Realtek 8139 based cards
                   1216:    o Corega FEther CB-TXD
                   1217:   Fixes PR#15100, PR#13252 and PR#12709.
                   1218:
                   1219: sys/dev/ic/siop.c                              1.47 via patch
                   1220: sys/dev/ic/siopvar.h                           patch
                   1221:
                   1222:   Don't call siop_morecbd() in interrupt context, but pre-allocate
                   1223:   CBD at probe time instead.  Fixes PR#13827, PR#14866 and PR#15048.
                   1224:
                   1225: sys/kern/kern_sysctl.c                         1.96
                   1226:
                   1227:   Fix a memory leak when pl_corename is changed more than once.
                   1228:
                   1229: sys/dev/ic/wdc.c                               1.101
                   1230:
                   1231:   Do not allow forcing Ultra-DMA via config flags if the controller
                   1232:   does not support it.
                   1233:
                   1234: sys/dev/pci/pciide.c                           1.135
                   1235: sys/dev/pci/pciide_cmd_reg.h                   1.11 via patch
                   1236:
                   1237:   Support Ultra-DMA 100 on the CMD 0649.
                   1238:
                   1239: distrib/notes/alpha/install                    1.22
                   1240: distrib/notes/common/main                      1.148
                   1241: distrib/notes/common/postinstall               1.30
                   1242: distrib/notes/common/sysinst                   1.28
                   1243: distrib/notes/hpcmips/install                  1.8
                   1244: distrib/notes/macppc/install                   1.17
                   1245: distrib/notes/macppc/prep                      1.23
                   1246: distrib/notes/mvme68k/install                  1.15
                   1247: distrib/notes/sparc/install                    1.44
                   1248: distrib/notes/sparc64/install                  1.11
                   1249: distrib/notes/vax/install                      1.11
                   1250:
                   1251:   Quote > and < characters with \*> and \*< respectively so the
                   1252:   correctness of the generated HTML is improved.
1.1.2.22  he       1253:
                   1254: sys/arch/x68k/dev/intio.c                      1.10
                   1255: sys/arch/x68k/include/bus.h                    1.9
                   1256:
                   1257:   Support mapping devices with BUS_SPACE_MAP_SHIFTED_EVEN.
                   1258:
                   1259: sys/arch/x68k/conf/files.x68k                  1.40
                   1260: sys/arch/x68k/conf/ALL                         1.45 via patch
                   1261: sys/arch/x68k/conf/GENERIC                     1.63,1.67 via patch
                   1262: sys/arch/x68k/conf/INSTALL                     1.43
                   1263: sys/arch/x68k/dev/if_ne_intio.c                        1.1 (new) via patch
                   1264:
                   1265:   Support the Ethernet part of Nereid (ether/USB/memory board).
1.1.2.23  he       1266:
1.1.2.24  he       1267: sys/kern/kern_exec.c                           1.149-1.150 via patch
1.1.2.23  he       1268: sys/kern/sys_process.c                         1.72
                   1269: sys/sys/proc.h                                 1.136 via patch
                   1270: lib/libc/sys/ptrace.2                          1.16
                   1271: sys/miscfs/procfs/procfs_ctl.c                 1.22
1.1.2.24  he       1272: sys/miscfs/procfs/procfs_mem.c                 1.30
                   1273: sys/miscfs/procfs/procfs_regs.c                        1.15
                   1274: sys/miscfs/procfs/procfs_vnops.c               1.88 via patch
1.1.2.23  he       1275:
                   1276:   Fix a ptrace/execve race condition which could be used to modify
                   1277:   the child process' image during execve.  This would be a security
                   1278:   issue due to setuid programs.
1.1.2.25  he       1279:
                   1280: distrib/notes/common/main                      1.150
                   1281:
                   1282:   Edit the list of release engineering people.
                   1283:
                   1284: lib/libc/stdlib/random.c                       1.20
                   1285:
                   1286:   Make this work on LP64 platforms.  This fixes krb5-enabled logins
                   1287:   on the alpha platform.
                   1288:
                   1289: lib/libc/stdlib/random.3                       1.13
                   1290:
                   1291:   Document alignment requirements of the state array passed to
                   1292:   initstate(3).  Earlier only documented in comments in the code.
                   1293:
                   1294: sys/netinet/ip_output.c                                1.91
                   1295:
                   1296:   Avoid kernel panic on IPv4 multicast packet transmission if there
                   1297:   is no IPv4 address assigned to the specified outgoing interface.
1.1.2.26  he       1298:
                   1299: sbin/dump/dump.8                               1.43,1.45 via patch
1.1.2.27  he       1300: sbin/dump/dump.h                               1.23,1.30 via patch
1.1.2.26  he       1301: sbin/dump/dumprmt.c                            1.27 via patch
                   1302: sbin/dump/main.c                               1.41,1.50 via patch
                   1303: sbin/dump/tape.c                               1.31,1.37
                   1304:
                   1305:   Implement ``-l <timeout>'' option for use with e.g. autochangers.
                   1306:
                   1307: sbin/dump/dump.h                               1.31-1.32 via patch
                   1308: sbin/dump/dumprmt.c                            1.28-1.29 via patch
                   1309: sbin/dump/ffs_inode.c                          1.9-1.10 via patch
                   1310: sbin/dump/itime.c                              1.12-1.13 via patch
                   1311: sbin/dump/main.c                               1.46-1.48 via patch
                   1312: sbin/dump/optr.c                               1.25 via patch
                   1313: sbin/dump/rcache.c                             1.7-1.10 via patch
                   1314: sbin/dump/tape.c                               1.32-1.35 via patch
                   1315: sbin/dump/traverse.c                           1.34 via patch
                   1316:
                   1317:   Various fixes:
                   1318:    o Fix error if first tape is write-protected; fixes PR#4754 and PR#6098
                   1319:    o Make error codes conform to manual page
                   1320:    o Use \a to make noise
                   1321:    o Fix estimated number of tapes for huge dumps to cartridges
                   1322:    o Use <sys/queue.h> SLIST_* macros instead of homegrown variants
                   1323:    o Do not exit if unable to read/create /etc/dumpdates
                   1324:    o Support output (tape) device returning ENOSPC for end-of-media on write
                   1325:    o Don't dump core if SIGINFO is received before 1 second has elapsed
                   1326:    o Only process SIGINFO in currently active child
                   1327:    o Ensure current (sub)block isn't past end of file system -- fixes
                   1328:      "spins forever but does nothing" bug.
                   1329:    o Some other minor fixes (types, whitespace, KNF, unifdef sunos, ...)
                   1330:
                   1331: sbin/dump/dump.8                               1.44 via patch
                   1332: sbin/dump/dump.h                               1.33 via patch
                   1333: sbin/dump/main.c                               1.49 via patch
                   1334: sbin/dump/tape.c                               1.36 via patch
                   1335:
                   1336:   Add an ``-a'' option to ``auto-size'' the tape, rather than
                   1337:   relying upon other options to define the tape size.
                   1338:
                   1339: gnu/usr.bin/gzip/gzip.c                                1.9
                   1340:
                   1341:   Fix long file name buffer overrun vulnerability.
                   1342:
                   1343: sys/arch/i386/pci/pchb.c                       1.30 via patch
                   1344:
                   1345:   Also correct the attach flags to enable IO space on the ServerWorks
                   1346:   CNB20LE.
                   1347:
                   1348: sys/dev/ic/wdc.c                               1.107 via patch
                   1349: sys/dev/ic/wdcvar.h                            1.33 via patch
                   1350: sys/arch/macppc/dev/wdc_obio.c                 1.13,1.15-1.19 via patch
                   1351:
                   1352:   Add UDMA support and allow separate DMA timings to be programmed
                   1353:   for two different devices on the same wdc channel on the macppc.
                   1354:   The machine-independent driver is updated to optionally use the
                   1355:   WDC_CAPABILITY_SELECT callback whenever a target is selected on
                   1356:   a channel.
1.1.2.28  he       1357:
1.1.2.29  he       1358: sys/dev/pci/emuxkireg.h                                1.1-1.2 (new)
                   1359: sys/dev/pci/emuxkivar.h                                1.1-1.3 (new)
                   1360: sys/dev/pci/emuxki.c                           1.1-1.7 (new) via patch
                   1361: sys/dev/pci/files.pci                          1.142
                   1362: sys/dev/DEVNAMES                               1.81 via patch
                   1363: sys/arch/i386/conf/GENERIC                     1.432 via patch
                   1364: sys/arch/i386/conf/GENERIC_LAPTOP              1.26 via patch
                   1365: sys/arch/i386/conf/CARDBUS                     patch
                   1366: share/man/man4/emuxki.4                                1.1-1.4 (new)
                   1367: share/man/man4/audio.4                         1.43
                   1368: share/man/man4/pci.4                           1.58 via patch
                   1369: share/man/man4/Makefile                                1.229 via patch
                   1370: distrib/sets/lists/man/mi                      1.412 via patch
1.1.2.28  he       1371:
                   1372:   Add driver for Creative Labs SBLive! EMU10000 and (probably) PCI512.
                   1373:   Fixes PR#15260.
1.1.2.29  he       1374:
                   1375: lib/libcrypt/Makefile                          1.10
                   1376: lib/libcrypt/crypt.3                           1.9-1.10
                   1377: lib/libcrypt/crypt.c                           1.16-1.17
                   1378: lib/libcrypt/md5crypt.c                                1.1-1.4 (new)
1.1.2.31  he       1379: include/pwd.h                                  1.21-1.22
1.1.2.29  he       1380:
1.1.2.30  he       1381:   Add minimal support for MD5-hashed passwords.
1.1.2.29  he       1382:
                   1383: usr.bin/leave/leave.c                          1.9-1.10
                   1384: usr.bin/leave/leave.1                          1.7-1.9
                   1385:
                   1386:   Handle 24-hour time format better, and also document limitations.
                   1387:   Also include <stdlib.h>.  Fixes PR#8944.
                   1388:
                   1389: sys/dev/ic/wdc.c                               1.109 via patch
                   1390:
                   1391:   Don't try to use chp->wdc if it's NULL.  Fixes PR#15307.
                   1392:
                   1393: sys/dev/pci/pccbb.c                            1.57
                   1394:
                   1395:   Calculate address mask appropriately for 16-bit PC-cards.
                   1396:
                   1397: sys/dev/sbus/qe.c                              1.16
                   1398:
                   1399:   Make all debugging messages conditional on sc->sc_debug.
1.1.2.31  he       1400:
                   1401: libexec/makewhatis/makewhatis.c                        1.18-1.19 via patch
                   1402:
                   1403:   Cleanup and enhance error handling.  Handle ``.Xr'' commands with
                   1404:   text after the section number properly.  Fixes PR#15253.
1.1.2.32  he       1405:
                   1406: sys/dev/ic/ac97reg.h                           1.2-1.3
                   1407: sys/dev/ic/ac97.c                              1.22
                   1408: sys/dev/pci/pcidevs                            1.352-1.353
                   1409: sys/dev/pci/pcidevs.h                          regenerate
                   1410: sys/dev/pci/pcidevs_data.h                     regenerate
                   1411: sys/dev/pci/esa.c                              1.1-1.8 (new) via patch
                   1412: sys/dev/pci/esavar.h                           1.1-1.3 (new)
                   1413: sys/dev/pci/esareg.h                           1.1-1.6 (new)
                   1414: sys/dev/pci/esadsp.h                           1.1-1.4 (new)
                   1415: sys/dev/pci/files.pci                          1.156
                   1416: sys/dev/DEVNAMES                               1.92 via patch
                   1417: sys/arch/i386/conf/GENERIC                     1.461
                   1418: sys/arch/i386/conf/GENERIC_LAPTOP              1.38 via patch
                   1419: sys/arch/i386/conf/CARDBUS                     1.49 via patch
                   1420: share/man/man4/esa.4                           1.1-1.4 (new)
                   1421: share/man/man4/Makefile                                patch
                   1422: distrib/sets/lists/man/mi                      patch
                   1423:
                   1424:   Add driver for the ESS Allegro-1 / Maestro-3 audio hardware.
                   1425:
                   1426: sys/netinet/tcp_input.c                                1.134
                   1427: sys/netinet/tcp_output.c                       1.77
                   1428: sys/netinet/tcp_var.h                          1.88
                   1429:
                   1430:   Clean up the NRL copyright.
                   1431:
                   1432: sys/arch/macppc/dev/mesh.c                     1.8
                   1433:
                   1434:   Honour SCSI command timeout.  This fixes a problem with some SCSI
                   1435:   commands which take longer than 10s to complete, and were falling
                   1436:   into a timeout, e.g. CD-R fixating.
1.1.2.33  he       1437:
                   1438: sys/sys/disklabel.h                            1.68-1.69
                   1439:
                   1440:   Fix warnings about redefinition if <sys/disklabel.h> is used on
                   1441:   its own.
                   1442:
                   1443: sys/nfs/nfs_vnops.c                            1.148
                   1444:
                   1445:   Set np->n_size before calling nfs_vinvalbuf.  Avoids confusion as
                   1446:   to the actual file size.
                   1447:
                   1448: sys/arch/alpha/conf/files.alpha                        1.151
                   1449:
                   1450:   We need the compat_13 sys_sigreturn to do OSF1 emulation.  Fixes
                   1451:   PR#8788.
                   1452:
                   1453: sys/dev/pci/pcidevs                            1.287
                   1454: sys/dev/pci/pcidevs.h                          regenerate
                   1455: sys/dev/pci/pcidevs_data.h                     regenerate
                   1456: sys/dev/pci/siop_pci_common.c                  1.6-1.8
                   1457: sys/dev/ic/siop_common.c                       1.13
                   1458: sys/dev/ic/siopreg.h                           1.8
                   1459: sys/dev/ic/siopvar.h                           1.14-1.15
                   1460: share/man/man4/siop.4                          1.2-1.9
                   1461:
                   1462:   Add support for the 53c1010-33 and 53c1510D, and bring documentation
                   1463:   up to date.
                   1464:
                   1465: distrib/notes/i386/hardware                    1.100
                   1466:
                   1467:   Replace ncr0 with siop0, and mention 53c1010-33 and 53c1510D.
                   1468:
                   1469: sys/dev/cardbus/cardbusdevs                    1.13,1.17
                   1470: sys/dev/cardbus/cardbusdevs.h                  regenerate
                   1471: sys/dev/cardbus/cardbusdevs_data.h             regenerate
                   1472: sys/dev/cardbus/if_tlp_cardbus.c               1.25-1.27
                   1473:
                   1474:   Add support for AN985-based CardBus network interfaces.
                   1475:
                   1476: usr.bin/audio/common/Makefile                  1.3-1.4 via patch
                   1477: usr.bin/audio/common/auconv.c                  1.1 (new)
                   1478: usr.bin/audio/common/auconv.h                  1.1 (new)
                   1479: usr.bin/audio/common/audio.c                   1.10,1.12-1.15 via patch
                   1480: usr.bin/audio/common/libaudio.h                        1.5-1.6,1.8-1.10 via patch
                   1481: usr.bin/audio/common/sun.c                     1.1-1.2 (new)
                   1482: usr.bin/audio/common/wav.c                     1.1-1.3 (new)
                   1483: usr.bin/audio/play/audioplay.1                 1.8-1.15
                   1484: usr.bin/audio/play/play.c                      1.18-1.21,1.25-1.31 via patch
                   1485: usr.bin/audio/record/audiorecord.1             1.9-1.22
                   1486: usr.bin/audio/record/record.c                  1.11-1.13,1.15-1.21 via patch
                   1487: usr.bin/audio/ctl/ctl.c                                patch
                   1488:
                   1489:   Bring in several fixes and enhancements to these tools:
                   1490:    o fix stdin audioplay
                   1491:    o add WAV support to audiorecord
                   1492:    o allows any host to output any endian sample
                   1493:    o don't output a bogus header
                   1494:    o fix a bug in audiorecord -t
                   1495:    o many manual page fixes
                   1496:    o exit immediately on signals
                   1497:
                   1498: sys/dev/eisa/cac_eisa.c                                1.5
                   1499: sys/dev/ic/cac.c                               1.20
                   1500: sys/dev/ic/cacvar.h                            1.9
                   1501: sys/dev/ic/ld_cac.c                            1.5
                   1502: sys/dev/pci/cac_pci.c                          1.12
                   1503:
                   1504:   Some fixes:
                   1505:    o Always validate return value read from outbound FIFO
                   1506:    o Copy access method into to softc to avoid double dereference
                   1507:    o Remove static on functions
                   1508:   Fixes PR#14453.
1.1.2.34  he       1509:
                   1510: bin/ksh/edit.c                                 1.7
                   1511: bin/ksh/emacs.c                                        1.11
                   1512:
                   1513:   Fix some aspects of globbing, particularly in emacs mode.
                   1514:
                   1515: sys/dev/usb/usbdevs                    1.122,1.186,1.212,1.220 via patch
                   1516: sys/dev/usb/usbdevs.h                          regenerate
                   1517: sys/dev/usb/usbdevs_data.h                     regenerate
                   1518: sys/dev/usb/if_kue.c                           1.43 via patch
                   1519:
                   1520:   Add more devices using the Kawasaki USB-ethernet chip.  Fixes
                   1521:   PR#15344.
                   1522:
                   1523: lib/libossaudio/soundcard.h                    1.12
                   1524:
                   1525:   Determine the ``native'' endianness using _BYTE_ORDER from
                   1526:   <machine/endian_machdep.h>.
                   1527:
                   1528: sys/dev/pci/ahc_pci.c                          1.30
                   1529:
                   1530:   Move stray debugging message to only occur in debug mode.
                   1531:
                   1532: share/man/man4/cac.4                           patch
                   1533:
                   1534:   Correct some documentation inaccuracies.
                   1535:
                   1536: share/man/man4/mlx.4                           patch
                   1537:
                   1538:   Remove documentation of EISA attachment, as that's not in this
                   1539:   code yet.
                   1540:
                   1541: sys/dev/pci/pcidevs                            1.277,1.279,1.318
                   1542: sys/dev/pci/pcidevs.h                          regenerate
                   1543: sys/dev/pci/pcidevs_data.h                     regenerate
                   1544: sys/dev/pci/pciide.c                   1.112,1.118,1.125,1.128 via patch
                   1545: sys/dev/pci/pciide_acard_reg.h                 1.1 (new)
                   1546: distrib/notes/i386/hardware                    1.101
                   1547: distrib/notes/macppc/hardware                  1.22
                   1548:
                   1549:   Add support for Acard ATP-850/860 pciide controllers.
1.1.2.35  he       1550:
                   1551: dist/ipf/BNF                                   1.3-1.4
                   1552: dist/ipf/HISTORY                               1.10-1.11
                   1553: dist/ipf/IMPORTANT                             1.2
                   1554: dist/ipf/IPFILTER.LICENCE                      1.1 (new)
                   1555: dist/ipf/LICENCE                               deleted
                   1556: dist/ipf/Makefile                              1.3-1.5
                   1557: dist/ipf/common.c                              1.1.1.3-1.1.1.4
                   1558: dist/ipf/etc/protocols                         1.2
                   1559: dist/ipf/etc/services                          1.2
                   1560: dist/ipf/facpri.c                              1.3
                   1561: dist/ipf/facpri.h                              1.3
                   1562: dist/ipf/fils.c                                        1.12-1.13
                   1563: dist/ipf/ipf.c                                 1.6-1.7
                   1564: dist/ipf/ipf.h                                 1.4
                   1565: dist/ipf/ipf2netbsd                            1.5
                   1566: dist/ipf/ipfs.c                                        1.4-1.5
                   1567: dist/ipf/ipft_ef.c                             1.3
                   1568: dist/ipf/ipft_hx.c                             1.3
                   1569: dist/ipf/ipft_pc.c                             1.3
                   1570: dist/ipf/ipft_sn.c                             1.3
                   1571: dist/ipf/ipft_td.c                             1.3
                   1572: dist/ipf/ipft_tx.c                             1.3-1.4
                   1573: dist/ipf/iplang/Makefile                       1.3
                   1574: dist/ipf/iplang/iplang.h                       1.2
                   1575: dist/ipf/iplang/iplang_y.y                     1.3
                   1576: dist/ipf/ipmon.c                               1.6-1.7
                   1577: dist/ipf/ipnat.c                               1.7-1.8
                   1578: dist/ipf/ipsd/ipsd.c                           1.2
                   1579: dist/ipf/ipsd/ipsd.h                           1.2
                   1580: dist/ipf/ipsd/ipsdr.c                          1.2
                   1581: dist/ipf/ipsd/linux.h                          1.2
                   1582: dist/ipf/ipsd/sbpf.c                           1.2
                   1583: dist/ipf/ipsd/sdlpi.c                          1.2
                   1584: dist/ipf/ipsd/slinux.c                         1.2
                   1585: dist/ipf/ipsd/snit.c                           1.2
                   1586: dist/ipf/ipsend/44arp.c                                1.2
                   1587: dist/ipf/ipsend/arp.c                          1.2
                   1588: dist/ipf/ipsend/hpux.c                         1.2
                   1589: dist/ipf/ipsend/ip.c                           1.2-1.3
                   1590: dist/ipf/ipsend/ipresend.1                     1.3
                   1591: dist/ipf/ipsend/ipresend.c                     1.2
                   1592: dist/ipf/ipsend/ipsend.c                       1.3-1.4
                   1593: dist/ipf/ipsend/ipsend.h                       1.2
                   1594: dist/ipf/ipsend/ipsopt.c                       1.2
                   1595: dist/ipf/ipsend/iptest.c                       1.3
                   1596: dist/ipf/ipsend/iptests.c                      1.2
                   1597: dist/ipf/ipsend/larp.c                         1.2
                   1598: dist/ipf/ipsend/linux.h                                1.2
                   1599: dist/ipf/ipsend/lsock.c                                1.2
                   1600: dist/ipf/ipsend/resend.c                       1.2-1.3
                   1601: dist/ipf/ipsend/sbpf.c                         1.2
                   1602: dist/ipf/ipsend/sdlpi.c                                1.2
                   1603: dist/ipf/ipsend/sirix.c                                1.2
                   1604: dist/ipf/ipsend/slinux.c                       1.2
                   1605: dist/ipf/ipsend/snit.c                         1.2
                   1606: dist/ipf/ipsend/sock.c                         1.2-1.3
                   1607: dist/ipf/ipsend/ultrix.c                       1.2
                   1608: dist/ipf/ipt.c                                 1.4
                   1609: dist/ipf/ipt.h                                 1.4
                   1610: dist/ipf/kmem.c                                        1.3-1.4
                   1611: dist/ipf/kmem.h                                        1.3
                   1612: dist/ipf/man/Makefile                          1.3
                   1613: dist/ipf/man/ipf.4                             1.2-1.7
                   1614: dist/ipf/man/ipf.5                             1.4-1.7
                   1615: dist/ipf/man/ipf.8                             1.4
                   1616: dist/ipf/man/ipfilter.5                                1.2-1.3
                   1617: dist/ipf/man/ipfs.8                            1.1.1.2
                   1618: dist/ipf/man/ipfstat.8                         1.5-1.6
                   1619: dist/ipf/man/ipl.4                             1.2-1.3
                   1620: dist/ipf/man/ipmon.8                           1.7
                   1621: dist/ipf/man/ipnat.4                           1.2
                   1622: dist/ipf/man/ipnat.5                           1.4
                   1623: dist/ipf/man/mkfilters.1                       1.4
                   1624: dist/ipf/misc.c                                        1.3
                   1625: dist/ipf/mkfilters                             1.2
                   1626: dist/ipf/ml_ipl.c                              1.3
                   1627: dist/ipf/mlfk_ipl.c                            1.1.1.2-1.1.1.4
                   1628: dist/ipf/natparse.c                            1.5
                   1629: dist/ipf/opt.c                                 1.3
                   1630: dist/ipf/parse.c                               1.6-1.10
                   1631: dist/ipf/pcap.h                                        1.3
                   1632: dist/ipf/perl/plog                             1.3
                   1633: dist/ipf/printnat.c                            1.1-1.2 (new)
                   1634: dist/ipf/printstate.c                          1.1 (new)
                   1635: dist/ipf/relay.c                               1.3-1.4
                   1636: dist/ipf/rules/BASIC.NAT                       1.2
                   1637: dist/ipf/samples/Makefile                      1.2
                   1638: dist/ipf/samples/proxy.c                       1.3
                   1639: dist/ipf/samples/userauth.c                    1.3
                   1640: dist/ipf/snoop.h                               1.3
                   1641: dist/ipf/test/Makefile                         1.3
                   1642: dist/ipf/test/expected/f13                     1.1 (new)
                   1643: dist/ipf/test/expected/i7                      1.3-1.4
                   1644: dist/ipf/test/expected/ni1                     1.1 (new)
                   1645: dist/ipf/test/expected/ni2                     1.1 (new)
                   1646: dist/ipf/test/input/f13                                1.2
                   1647: dist/ipf/test/input/ipf6-1                     1.1 (new)
                   1648: dist/ipf/test/input/ni1                                1.1 (new)
                   1649: dist/ipf/test/input/ni2                                1.1 (new)
                   1650: dist/ipf/test/natipftest                       1.1 (new)
                   1651: dist/ipf/test/regress/ipf6-1                   1.1 (new)
                   1652: dist/ipf/test/regress/ni1.ipf                  1.1 (new)
                   1653: dist/ipf/test/regress/ni1.nat                  1.1 (new)
                   1654: dist/ipf/test/regress/ni2.ipf                  1.1 (new)
                   1655: dist/ipf/test/regress/ni2.nat                  1.1 (new)
                   1656: dist/ipf/todo                                  1.3
                   1657: distrib/sets/lists/man/mi                      1.444 via patch
                   1658: distrib/sets/lists/misc/mi                     1.75 via patch
                   1659: sys/lkm/netinet/if_ipl/Makefile                        1.13-1.15 via patch
                   1660: sys/lkm/netinet/if_ipl/mln_ipl.c               1.24-1.27
                   1661: sys/netinet/fil.c                              1.41-1.52
                   1662: sys/netinet/ip_auth.c                          1.19-1.24
                   1663: sys/netinet/ip_auth.h                          1.8-1.10
                   1664: sys/netinet/ip_compat.h                                1.19-1.26
                   1665: sys/netinet/ip_fil.c                           1.59-1.75 via patch
                   1666: sys/netinet/ip_fil.h                           1.38-1.42
                   1667: sys/netinet/ip_frag.c                          1.22,1.24-1.27 via patch
                   1668: sys/netinet/ip_frag.h                          1.15-1.17
                   1669: sys/netinet/ip_ftp_pxy.c                       1.18-1.21 via patch
                   1670: sys/netinet/ip_ipsec_pxy.c                     1.1 (new)
                   1671: sys/netinet/ip_log.c                           1.12-1.17
                   1672: sys/netinet/ip_nat.c                           1.37-1.38,1.40-1.44 via patch
                   1673: sys/netinet/ip_nat.h                           1.22,1.24
                   1674: sys/netinet/ip_netbios_pxy.c                   1.1 (new)
                   1675: sys/netinet/ip_proxy.c                         1.23-1.27
                   1676: sys/netinet/ip_proxy.h                         1.16-1.17
                   1677: sys/netinet/ip_raudio_pxy.c                    1.6-1.8
                   1678: sys/netinet/ip_rcmd_pxy.c                      1.6-1.9
                   1679: sys/netinet/ip_state.c                         1.28-1.29,1.31-1.34 via patch
                   1680: sys/netinet/ip_state.h                         1.18-1.20
                   1681: sys/netinet/ipl.h                              1.10-1.11
                   1682: sys/netinet6/ip6_forward.c                     1.12.2.5
                   1683: usr.sbin/ipf/ipf/Makefile                      1.13-1.14
                   1684: usr.sbin/ipf/ipfstat/Makefile                  1.15
                   1685: usr.sbin/ipf/ipftest/Makefile                  1.18
                   1686: usr.sbin/ipf/ipnat/Makefile                    1.16
                   1687: usr.sbin/ipf/ipsend/Makefile                   1.14
                   1688: usr.sbin/ipf/rules/Makefile                    1.9
                   1689:
                   1690:   Updated IPFilter to 3.4.23
                   1691:
                   1692: usr.bin/audio/ctl/ctl.c                                1.30 via patch
                   1693:
                   1694:   Remove the old code which made audioctl use stderr for output if
                   1695:   stdout was the same as the audio device.  A by-product is that
                   1696:   ``audioctl -a > /dev/null'' now works.
                   1697:
                   1698: sys/arch/amiga/stand/bootblock/boot/Makefile   1.23
                   1699: sys/arch/amiga/stand/bootblock/boot/ashldi3.s  1.1 (new)
                   1700:
                   1701:   Add a left-shift routine needed by lib/libsa/ufs.c due to changes
                   1702:   in fs.h.
                   1703:
                   1704: sys/dev/pci/emuxki.c                           1.8
                   1705:
                   1706:   Do not try to set parameters if the appropriate ``voice'' is not
                   1707:   initialized.  Fixes PR#15394.
                   1708:
                   1709: sys/dev/scsipi/atapi_wdc.c                     1.48
                   1710:
                   1711:   If we change the ATA modes, also reset the device, so that we
                   1712:   can retry the command with the new mode.  Fixes PR#15331.
                   1713:
                   1714: share/man/man4/pciide.4                                1.31-1.32
                   1715:
                   1716:   Document the Acard ATP-850/860 support.
                   1717:
                   1718: sys/arch/pc532/pc532/db_trace.c                        1.10
                   1719:
                   1720:   Make this compile again.
                   1721:
                   1722: sys/dev/pci/pciide.c                           1.143
                   1723:
                   1724:   In hpt_pci_intr(), accept interrupt only once IDEDMA_CTL_ACT is
                   1725:   turned off.  Fixes DMA errors, lost interrupts, and other nasty
                   1726:   errors with some HPT730s in native mode.
                   1727:
                   1728: sys/arch/mvme68k/stand/libsa/Makefile          1.18 via patch
                   1729:
                   1730:   Add ashldi3.c to libsa, needed by ufs.c due to changes in fs.h.
                   1731:
                   1732: usr.bin/yacc/skeleton.c                                1.21
                   1733:
                   1734:   Move yyparse prototype higher up, so that it is available to
                   1735:   embedded C code in the .y file.
                   1736:
                   1737: sys/dev/ic/ac97.c                              1.24
                   1738:
                   1739:   Add accidentally omitted comma.
                   1740:
                   1741: sys/dev/pci/pccbb.c                            1.74
                   1742:
                   1743:   Correct chattering suppressor.  This makes card insertion detection
                   1744:   work properly.
                   1745:
                   1746: sys/sys/ucred.h                                        1.14
                   1747: sys/kern/kern_prot.c                           1.66-1.68
                   1748: sys/kern/vfs_subr.c                            1.163
                   1749: sys/nfs/nfs_syscalls.c                         1.50
1.1.2.36  he       1750: sys/sys/mount.h                                        1.92
1.1.2.37  he       1751: sys/nfs/nfs.h                                  1.32
1.1.2.38! he       1752: usr.sbin/mountd/mountd.c                       1.79
1.1.2.35  he       1753:
                   1754:   Widen cr_ref to prevent overflow.
                   1755:
                   1756: share/man/man4/man4.sparc/intro.4              1.12
                   1757:
                   1758:   Document support for HyperSPARC and sun4u.  Fixes PR#14851.
                   1759:
                   1760: sbin/init/init.c                               1.38-1.48
1.1.2.38! he       1761: sbin/init/Makefile                             1.26
1.1.2.35  he       1762:
1.1.2.38! he       1763:   Add support to try to set up an MFS based /dev file system if
        !          1764:   /dev/console is missing.  Also fix PR#11847 -- handling of EOF
        !          1765:   at altshell prompt, and convert to ANSI C code style.
1.1.2.35  he       1766:
                   1767: sys/kern/kern_descrip.c                                1.84 via patch
                   1768:
                   1769:   Fix an LP64-BE bug with fctnl(..., F_GETOWN, ...).
                   1770:
                   1771: usr.bin/top/machine/m_netbsd15.c               1.10,1.12-1.13
                   1772:
                   1773:   Display wait channels for sleeping processes.
                   1774:
                   1775: sys/arch/sparc/sparc/autoconf.c                        1.162
                   1776:
                   1777:   Parse boot path correctly if boot device arguments consists of
                   1778:   more than one character (we still only pay attention to the first
                   1779:   argument character).  Fixes PR#15495.
                   1780:
                   1781: distrib/i386/floppies/kernel-rescue/Makefile   patch
                   1782:
                   1783:   Remove *.symbols files in ``make clean''.  Fixes PR#15425.
                   1784:
                   1785: distrib/i386/floppies/ramdisk-rescuesmall/Makefile     1.7
                   1786: distrib/i386/floppies/ramdisk-rescuetiny/Makefile      1.7
                   1787: distrib/i386/floppies/ramdisk-tiny/Makefile    1.10
                   1788:
                   1789:   Remove ``tmplabel'' files otherwise left behind by ``make clean''.
                   1790:   Fixes PR#15426.
                   1791:
                   1792: sys/kern/vfs_cache.c                           1.27
                   1793:
                   1794:   Improve computational complexity of cache_purgevfs().  Also fixes
                   1795:   a bug in which machines serving both as NFS clients and servers
                   1796:   could hang for 5-10 minutes under heavy load.
                   1797:
                   1798: sys/dev/pcmcia/if_ne_pcmcia.c                  1.87
                   1799:
                   1800:   Add support for NEC 9801N-J12 pcmcia card.
                   1801:
                   1802: sys/arch/cobalt/cobalt/conf.c                  1.6-1.7
                   1803:
                   1804:   Catch up with the renaming ca* -> ld*.
                   1805:
                   1806: distrib/atari/miniroot/Makefile.inc            patch
                   1807:
                   1808:   Make the miniroot build.  However, this exceeds the boot media
                   1809:   size.
                   1810:
                   1811: crypto/dist/heimdal/lib/kadm5/init_c.c         1.2 via patch
                   1812:
                   1813:   Create own param struct before marshalling.  Fixes PR#15520.
                   1814:
                   1815: sys/arch/sun3/stand/libsa/Makefile             1.31 via patch
                   1816:
                   1817:   Add ashldi3.c, needed by ufs.c after fs.h update.
1.1.2.38! he       1818:
        !          1819: sys/kern/subr_extent.c                         1.43,1.45
        !          1820:
        !          1821:   Two fixes:
        !          1822:    o Make sure that extent_alloc_subregion() does not allocate a region
        !          1823:      past the end of a subregion.
        !          1824:    o Avoid allocating a region over an already-allocated one when
        !          1825:      boundary is non-null.
        !          1826:
        !          1827: sys/netinet/ip_raudio_pxy.c                    patch
        !          1828: sys/netinet/ip_rcmd_pxy.c                      patch
        !          1829:
        !          1830:   Bump first argument to __KERNEL_RCSID for these files, to allow
        !          1831:   kernels with IPF to build on a.out systems.  Fixes PR#15589.
        !          1832:
        !          1833: regress/sys/kern/extent/tests                  1.6-1.7
        !          1834:
        !          1835:   Add two tests to match recent pull-ups:
        !          1836:    o extent_alloc_subregion() should not allocate region past the
        !          1837:      end of subregion
        !          1838:    o Do not allocate a region over an already allocated one when
        !          1839:      boundary is non-null
        !          1840:
        !          1841: sys/kern/vfs_bio.c                             1.78 via patch
        !          1842:
        !          1843:   Do not apply ``block size invariant'' for VBLK vnodes, since a
        !          1844:   buffer which crosses the end of the partition will be truncated.
        !          1845:   Fixes PR#7938, PR#12156, PR#12698, PR#13076, PR#13210, and
        !          1846:   PR#13288.
        !          1847:
        !          1848: sys/dev/ic/elinkxl.c                           patch
        !          1849:
        !          1850:   Correct typo in previous pull-up.
        !          1851:
        !          1852: sys/arch/macppc/stand/ofwboot/Makefile         1.14-1.15,1.25 via patch
        !          1853: sys/arch/macppc/stand/ofwboot/boot1.c          1.1 (new)
        !          1854:
        !          1855:   Make it so that we can use load-base 600000 for ofwboot, ofwboot.elf,
        !          1856:   and ofwboot.xcf.  The fundamental problem is that for ofwboot,
        !          1857:   load-base needs to be the load point, while for ofwboot.xcf and
        !          1858:   ofwboot.elf, it needs to not be the load point, but rather a
        !          1859:   scratch buffer used for loading.
        !          1860:
        !          1861: usr.bin/fstat/fstat.c                          1.55
        !          1862:
        !          1863:   Add an extra column for inode numbers, and pull back the mode field
        !          1864:   to just 5 columns if in "numeric" mode.

CVSweb <webmaster@jp.NetBSD.org>