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

Annotation of src/CHANGES-1.4.2, Revision 1.1.2.38

1.1.2.38! cgd         1: #      $NetBSD: CHANGES-1.4.2,v 1.1.2.37 1999/09/24 03:51:58 cgd Exp $
1.1.2.1   cgd         2:
                      3: A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
                      4:
1.1.2.5   he          5: File                                           Revision(s)
1.1.2.1   cgd         6: ----                                           --------
1.1.2.4   he          7:
1.1.2.1   cgd         8: bin/pax/tar.c                                  1.15
                      9:
                     10:   Add the ability to read V7 tar archives which use USTAR-style
1.1.2.30  cgd        11:   directories.  Addresses PR#8220.
1.1.2.2   cgd        12:
                     13: sbin/newfs_msdos/newfs_msdos.c                 1.4
                     14:
                     15:   After determining the size of a file being used as an msdosfs image, seek
1.1.2.30  cgd        16:   back to its start so subsequent writes go to the right places.
1.1.2.2   cgd        17:
                     18: lib/libkvm/kvm_file.c                          1.14
                     19:
1.1.2.30  cgd        20:   Fix kvm_getfiles() so that it works properly on kernel core dumps.
1.1.2.2   cgd        21:
                     22: usr.bin/netstat/unix.c                         1.18
                     23:
1.1.2.30  cgd        24:   Report error returns from kvm_getfiles() more correctly.
1.1.2.2   cgd        25:
                     26: sys/lib/libsa/ufs.c                            1.26
                     27:
                     28:   Fix a problem that could cause files' seek pointers to be incorrect
1.1.2.30  cgd        29:   after being opened.
1.1.2.2   cgd        30:
                     31: usr.sbin/mbrlabel/mbrlabel.c                   1.4-1.5
                     32:
                     33:   Correct usage message and make the MBR examination code function
1.1.2.30  cgd        34:   properly on architectures which enforce strict alignment.
1.1.2.2   cgd        35:
1.1.2.3   cgd        36: usr.bin/tail/extern.h                          1.4
                     37: usr.bin/tail/forward.c                         1.16
                     38: usr.bin/tail/read.c                            1.7
                     39: usr.bin/tail/reverse.c                         1.11
                     40:
1.1.2.30  cgd        41:   Avoid incorrectly-repeated error messages.
1.1.2.3   cgd        42:
                     43: sys/msdosfs/denode.h                           1.31
                     44: sys/msdosfs/fat.h                              1.13
                     45: sys/msdosfs/msdosfs_fat.c                      1.31
                     46: sys/msdosfs/msdosfs_vnops.c                    1.83
                     47:
                     48:   Fix LP64 problems which made the MS-DOS file system unusable on
                     49:   NetBSD/alpha as reported in PR#8037 and several other problems
                     50:   encountered while researching it (NFS exporting and printf
1.1.2.30  cgd        51:   formats).
1.1.2.3   cgd        52:
                     53: usr.bin/find/extern.h                          1.12
                     54: usr.bin/find/find.h                            1.12
                     55: usr.bin/find/find.1                            1.22-1.23
                     56: usr.bin/find/function.c                                1.31
                     57: usr.bin/find/option.c                          1.13
                     58:
                     59:   Implement -regex and -iregex primaries which behave similarly (but
                     60:   not identically) to the GNU find primaries of the same names.  (The
                     61:   differences are caused by differences in the Basic Regular
1.1.2.30  cgd        62:   Expression implementations.)
1.1.2.5   he         63:
                     64: distrib/sets/lists/comp/md.arm32               1.25
                     65:
                     66:   Add "usr/include/machine/devmap.h" so that the X server can be built.
                     67:
                     68: sys/dev/rnd.c                                  patch
                     69:
                     70:   A more consistent branch-specific fix for the data extraction locking
1.1.2.30  cgd        71:   bug previously fixed.
1.1.2.5   he         72:
                     73: lib/libc/sys/connect.2                         1.14
                     74:
                     75:   Explain how to get status information for non-blocking connects,
1.1.2.30  cgd        76:   fixing PR#8208.
1.1.2.5   he         77:
                     78: sys/dev/eisa/eisadevs                          1.16
1.1.2.38! cgd        79: sys/dev/eisa/eisadevs.h                                regenerate
        !            80: sys/dev/eisa/eisadevs_data.h                   regenerate
1.1.2.5   he         81: sys/dev/eisa/if_ep_eisa.c                      1.21
                     82:
                     83:   Recognize a 3Com 3c509 Combo configured in EISA mode, fixing PR#8234.
                     84:
1.1.2.22  he         85: usr.sbin/pkg_install/Makefile.inc              1.6-1.10
                     86: usr.sbin/pkg_install/add/add.h                 1.4
                     87: usr.sbin/pkg_install/add/extract.c             1.17-1.20
                     88: usr.sbin/pkg_install/add/futil.c               1.7-1.8
                     89: usr.sbin/pkg_install/add/main.c                        1.10-1.12
                     90: usr.sbin/pkg_install/add/perform.c             1.30,1.32-1.39
1.1.2.5   he         91: usr.sbin/pkg_install/add/pkg_add.1             1.16
1.1.2.22  he         92: usr.sbin/pkg_install/admin/main.c              1.4-1.8
                     93: usr.sbin/pkg_install/create/create.h           1.12
                     94: usr.sbin/pkg_install/create/main.c             1.14
                     95: usr.sbin/pkg_install/create/perform.c          1.18-1.19
1.1.2.5   he         96: usr.sbin/pkg_install/create/pkg_create.1       1.17-1.18
1.1.2.22  he         97: usr.sbin/pkg_install/create/pl.c               1.12-1.16
                     98: usr.sbin/pkg_install/delete/delete.h           1.5-1.6
                     99: usr.sbin/pkg_install/delete/main.c             1.12-1.13
                    100: usr.sbin/pkg_install/delete/perform.c          1.24-1.28
1.1.2.5   he        101: usr.sbin/pkg_install/delete/pkg_delete.1       1.13-1.14
1.1.2.22  he        102: usr.sbin/pkg_install/info/info.h               1.10-1.11
                    103: usr.sbin/pkg_install/info/main.c               1.17-1.18
                    104: usr.sbin/pkg_install/info/perform.c            1.24-1.28
                    105: usr.sbin/pkg_install/info/show.c               1.13-1.16
1.1.2.5   he        106: usr.sbin/pkg_install/info/pkg_info.1           1.18
1.1.2.22  he        107: usr.sbin/pkg_install/lib/exec.c                        1.6
                    108: usr.sbin/pkg_install/lib/file.c                        1.28-1.32
                    109: usr.sbin/pkg_install/lib/global.c              1.6
                    110: usr.sbin/pkg_install/lib/lib.h                 1.22-1.26
                    111: usr.sbin/pkg_install/lib/lpkg.c                        1.2
                    112: usr.sbin/pkg_install/lib/pen.c                 1.16
                    113: usr.sbin/pkg_install/lib/pkgdb.c               1.4
                    114: usr.sbin/pkg_install/lib/plist.c               1.19-1.22
                    115: usr.sbin/pkg_install/lib/str.c                 1.16-1.17
1.1.2.5   he        116:
                    117:   Update in-tree pkg tools:
                    118:
                    119:   o Pass & use BINDIR instead of hardcoding /usr/sbin.
                    120:   o Adapt this to work better on Solaris.
                    121:   o Treat absolute paths in PLIST properly, i.e. do not allow them
                    122:     at all.
                    123:   o Clean up URL handling.
                    124:   o Fix conflict checking for package names with hyphens in their name
                    125:     by using "pkg-[0-9]*" instead of "pkg-*" for detecting conflicting
                    126:     packages.
                    127:   o Document PKG_TMPDIR environment variable.
                    128:   o De-linting and some code cleanup.
                    129:   o @srcdir was renamed to @src a long time ago (fixing PR#7555).
                    130:   o Message files in binary packages are not displayed with more(1).
                    131:   o Allow specifying a package name without a version.
                    132:   o Call deinstall-script again after files are removed, with
                    133:     POST-DEINSTALL argument.
                    134:   o Disable annoying "key not present" warning.
1.1.2.7   he        135:   o Fix error checking when creating directory for pkgdb.
1.1.2.22  he        136:   o Bring closer to /usr/share/misc/style with the aid of indent(1).
                    137:   o Provide full pathnames for chgrp and chown, fixing PR#8250.
                    138:   o Hide test for URLlength()>0 behind a macro (IS_URL()).
                    139:   o Handle symlinks to directories correctly in "check" and "rebuild"
                    140:     targets.
                    141:   o More work to run the DEINSTALL script a second time.
                    142:   o Some code documentation.
1.1.2.5   he        143:
1.1.2.6   he        144: sys/net/if.c                                   1.51
                    145:
                    146:   Fix a problem in ifa_ifwithnet() for netatalk, making atalkd
1.1.2.30  cgd       147:   work in more configurations.
1.1.2.6   he        148:
                    149: sys/netinet/ip_proxy.c                         1.18
                    150:
                    151:   Check the protocol before forwarding to proxy module.  Fixes
1.1.2.30  cgd       152:   PR#7831.
1.1.2.6   he        153:
                    154: gnu/usr.bin/tar/gnu.c                          1.5
                    155: gnu/usr.bin/tar/list.c                         1.6
                    156:
                    157:   Cast off_t to size_t when passing arguments to functions expecting
                    158:   a size_t.  This fixes errors due to memory corruption when
                    159:   extracting archives with gtar style long file names on big endian
1.1.2.30  cgd       160:   machines.  Fixes PR#8229.
1.1.2.6   he        161:
                    162: doc/tmac/doc-common                            1.32
                    163:
1.1.2.30  cgd       164:   Mark Ap as callable, fixes formatting of a few man pages.
1.1.2.7   he        165:
1.1.2.35  cgd       166: sys/dev/ata/ata_wdc.c                          1.20
                    167: sys/dev/ic/wdc.c                               1.69-1.70
                    168: sys/dev/scsipi/atapi_wdc.c                     patch
1.1.2.7   he        169:
                    170:   Add some debug printfs, change timeout handling to be more efficient
                    171:   and less error-prone, and fix the "lockup after lost interrupt"
1.1.2.8   he        172:   problem some users have been reporting.  Also a mostly-stylistic
                    173:   change guarding tsleep() with a while() loop, and a retry if PIO
1.1.2.30  cgd       174:   mode < 3 fails.
1.1.2.8   he        175:
                    176: share/mk/bsd.man.mk                            1.46
                    177:
                    178:   Use -Tascii for pre-generated man pages, avoiding nroff character
1.1.2.30  cgd       179:   set dependence on LESSCHARSET (!), fixing PR#4522.
1.1.2.8   he        180:
                    181: etc/mtree/special                              1.23-1.24
                    182:
                    183:   Change to match the permissions set on install, and fix for
1.1.2.30  cgd       184:   nonexistent group name.
1.1.2.8   he        185:
                    186: share/zoneinfo/africa                          1.1.1.10
                    187: share/zoneinfo/antarctica                      1.1.1.6
                    188: share/zoneinfo/asia                            1.1.1.9
                    189: share/zoneinfo/australasia                     1.1.1.9
                    190: share/zoneinfo/europe                          1.1.1.9
                    191: share/zoneinfo/leapseconds                     1.1.1.4
                    192: share/zoneinfo/northamerica                    1.1.1.10
                    193: share/zoneinfo/southamerica                    1.1.1.9
                    194:
1.1.2.30  cgd       195:   Update to tzdata1999e.
1.1.2.9   he        196:
                    197: sys/miscfs/fdesc/fdesc_vnops.c                 1.51-1.53
                    198: sys/miscfs/kernfs/kernfs_vnops.c               1.66-1.67
                    199: sys/miscfs/procfs/procfs_vnops.c               1.66-1.68
                    200:
                    201:   Protect {fdesc,kernfs,procfs}_readdir against directory seeks
1.1.2.30  cgd       202:   with bogus offsets.
1.1.2.9   he        203:
1.1.2.10  he        204: etc/rc                                         1.129
                    205:
1.1.2.30  cgd       206:   Fix denial-of-service attack involving vi preserve.
1.1.2.10  he        207:
                    208: usr.bin/su/su.c                                        1.35
                    209:
1.1.2.30  cgd       210:   Fix memory corruption problem.
1.1.2.11  he        211:
                    212: etc/etc.x68k/MAKEDEV                           1.21
                    213:
                    214:   Since we now use Xwrapper to start the X server, we can restrict
1.1.2.12  he        215:   non-root access to grf, mouse and kbd, closing a security hole.
1.1.2.14  he        216:
                    217: sys/dev/pci/pcidevs                            1.137
1.1.2.38! cgd       218: sys/dev/pci/pcidevs.h                          regenerate
        !           219: sys/dev/pci/pcidevs_data.h                     regenerate
1.1.2.14  he        220: sys/dev/pci/if_ex_pci.c                                1.7
                    221:
1.1.2.30  cgd       222:   Recognize 3c905C-TX card.
1.1.2.15  he        223:
1.1.2.16  he        224: sys/msdosfs/msdosfs_vnops.c                    1.86
1.1.2.15  he        225:
1.1.2.17  he        226:   Do not permit writing to read-only mounted msdosfs file system,
1.1.2.30  cgd       227:   fixing PR#7619.
1.1.2.18  he        228:
                    229: sys/sys/fcntl.h                                        1.17
                    230: sys/kern/vfs_vnops.c                           1.38
                    231: sys/kern/kern_sig.c                            1.93
                    232:
                    233:   Don't allow coredump to follow symlinks, this has security
1.1.2.30  cgd       234:   implications.
1.1.2.18  he        235:
                    236: sys/ufs/lfs/lfs_alloc.c                                1.23
                    237: sys/ufs/lfs/lfs_segment.c                      1.28
                    238:
                    239:   Fix a printf format bug that gives compiler warnings/errors on
1.1.2.30  cgd       240:   64-bit platforms, fixing PR#8241.
1.1.2.19  he        241:
                    242: lib/libc/gen/__fts13.c                         1.16-1.25
                    243:
                    244:   Fix various bug in fts(3), preventing a buffer overflow on a very
                    245:   deep tree, and a silent trucation of the path when fts_pathlen
1.1.2.30  cgd       246:   overflows.  Also, make this compile on Linux.
1.1.2.20  he        247:
                    248: sbin/newfs_lfs/lfs.c                           1.5
                    249:
                    250:   Refuse to create a file system with too few segments, which
1.1.2.30  cgd       251:   would prevent the cleaner from working, fixing PR#7623.
1.1.2.20  he        252:
                    253: sbin/mount_ados/mount_ados.c                   1.9
                    254: sbin/mount_cd9660/mount_cd9660.c               1.8
                    255: sbin/mount_fdesc/mount_fdesc.c                 1.10
                    256: sbin/mount_filecore/mount_filecore.c           1.2
                    257: sbin/mount_kernfs/mount_kernfs.c               1.11
                    258: sbin/mount_lfs/mount_lfs.c                     1.8
                    259: sbin/mount_msdos/mount_msdos.c                 1.20
                    260: sbin/mount_nfs/mount_nfs.c                     1.23
                    261: sbin/mount_null/mount_null.c                   1.6
                    262: sbin/mount_procfs/mount_procfs.c               1.10
                    263: sbin/mount_umap/mount_umap.c                   1.9
                    264: sbin/mount_union/mount_union.c                 1.6
                    265:
                    266:   Regularize error reporting of mount_* commands for failure of
                    267:   mount(2) to the form "mount_xxx: dev on dir: reason for failure"
                    268:   (as opposed to the old "mount_xxx: : reason for failure").
1.1.2.21  he        269:   This is related to PR#7592, but not a complete fix for that PR.
                    270:
1.1.2.35  cgd       271: distrib/sets/lists/xbase/mi                    1.14-1.16
                    272: distrib/sets/lists/xcomp/mi                    1.7-1.8
                    273: distrib/sets/lists/xserver/md.arm32            1.5-1.7
                    274: distrib/sets/lists/xserver/md.atari            1.4-1.5
                    275: distrib/sets/lists/xserver/md.i386             1.10-1.11
                    276: distrib/sets/lists/xserver/md.vax              1.3 (new)
1.1.2.21  he        277:
                    278:   Various changes to sync these files with xsrc.  Specifically:
                    279:    o Update for XFree86 3.3.4
                    280:    o Update for XFree86 3.3.5
                    281:    o Add Vax X11 server
                    282:    o RCS Id policy conformance
                    283:
                    284: distrib/sets/makeflist                         1.16
                    285:
1.1.2.30  cgd       286:   Cope with #-comments in distrib set files.
1.1.2.21  he        287:
                    288: etc/security                                   1.40
                    289:
1.1.2.30  cgd       290:   Don't try to grab disklabels from CDs.
1.1.2.21  he        291:
                    292: sys/nfs/nfs_subs.c                             1.71
                    293:
1.1.2.30  cgd       294:   Don't truncate minor numbers > 255 on a NFS client.
1.1.2.21  he        295:
                    296: sys/arch/i386/i386/locore.s                    1.212
                    297:
                    298:   Make kernels configured without npx link again, fixing PR#8262.
                    299:
                    300: sbin/disklabel/interact.c                      1.10
                    301:
1.1.2.30  cgd       302:   'Label disk?' prompt should check for 'Y' as well as 'y'.
1.1.2.21  he        303:
                    304: sys/dev/isa/files.isa                          1.89
                    305:
                    306:   The nca driver mistakenly detects an i82585tx as its hardware.
                    307:   Move the nca driver probe after the iy probe (which is more
1.1.2.30  cgd       308:   friendly to other hardware).
1.1.2.21  he        309:
                    310: share/mk/bsd.doc.mk                            1.43
                    311: share/mk/bsd.files.mk                          1.10
                    312: share/mk/bsd.kmod.mk                           1.32
                    313: share/mk/bsd.lib.mk                            1.157
                    314: share/mk/bsd.man.mk                            1.48
                    315: share/mk/bsd.nls.mk                            1.19
                    316: share/mk/bsd.prog.mk                           1.103
                    317:
                    318:   Allow natural use of multiple "make" targets within the main tree
                    319:   without setting BUILD in /etc/mk.conf, or anywhere else.
                    320:   Particularly, permit "make all install" and "make file install"
                    321:   (where file is installed by "make install"). Behavior with BUILD
1.1.2.30  cgd       322:   set is unchanged.  Fixes PR#8313 and PR#3894.
1.1.2.21  he        323:
                    324: sys/dev/ic/i82586.c                            1.24
                    325:
                    326:   Remove a spurious printf() from the interrupt handler which got
1.1.2.30  cgd       327:   triggered when sharing the interrupt level with other devices.
1.1.2.21  he        328:
                    329: gnu/dist/gdb/config/arm/tm-armnbsd.h           1.5
                    330:
                    331:   Make single-stepping over conditional instructions work on the
1.1.2.30  cgd       332:   ARM32, fixing PR#7565 and possibly PR#8156.
1.1.2.21  he        333:
                    334: sys/dev/ic/clmpccreg.h                         1.2
                    335: sys/dev/ic/clmpccvar.h                         1.3
                    336: sys/dev/ic/clmpcc.c                            1.6
                    337:
1.1.2.30  cgd       338:   Fix panics seen by some people during mvme167 installation.
1.1.2.22  he        339:
                    340: distrib/utils/sysinst/arch/mac68k/md.c         1.12
                    341:
                    342:   Insert a leading slash in device name used in md_pre_disklabel(),
1.1.2.30  cgd       343:   fixing PR#8384.
1.1.2.23  he        344:
1.1.2.35  cgd       345: sys/arch/arm32/podulebus/if_ie.c               patch
1.1.2.23  he        346:
1.1.2.30  cgd       347:   Fix Berkeley Packet Filter support, fixing PR#8343.
1.1.2.24  itojun    348:
                    349: sys/dev/ic/smc91cxx.c                          1.18-1.19
                    350:
                    351:   Avoid multicast packet loopback from itself during promiscuous mode.
                    352:   This makes the driver behave as IFF_SIMPLEX interface in all cases.
1.1.2.25  cgd       353:
                    354: sys/dev/ic/elinkxl.c                           1.14
                    355: sys/dev/ic/elinkxlreg.h                                1.2
                    356:
1.1.2.26  he        357:   Select the right tranceiver type when configuring the driver,
                    358:   and change the timing for the MII code a bit.  Fixes the problem
                    359:   reported in PR#8363 with the MII not being reported
1.1.2.30  cgd       360:   correctly.
1.1.2.25  cgd       361:
                    362: sys/dev/pci/ncr.c                              1.81
                    363:
1.1.2.26  he        364:   Make the ncr driver work with more than 5 devices on the same
1.1.2.30  cgd       365:   bus.  Fixes PR#6347.
1.1.2.25  cgd       366:
                    367: sys/dev/pci/ncr.c                              1.82
                    368:
1.1.2.26  he        369:   Make driver build with Tekram EEPROM support enabled.
1.1.2.30  cgd       370:   Fixes PR#8141.
1.1.2.25  cgd       371:
                    372: sys/dev/pci/ncr.c                              1.83
                    373:
1.1.2.26  he        374:   Zero out DMA memory regions to avoid use of uninitialized
1.1.2.31  cgd       375:   memory (and resulting "COMMAND FAILED" errors) on systems
1.1.2.30  cgd       376:   which don't clear memory on boot.
1.1.2.26  he        377:
1.1.2.35  cgd       378: sys/dev/wscons/wsemul_vt100_keys.c             1.3
1.1.2.26  he        379:
1.1.2.30  cgd       380:   Map the Home and End keys as xterm does.
1.1.2.27  he        381:
                    382: sys/arch/i386/conf/DISKLESS                    1.67
                    383:
1.1.2.30  cgd       384:   Update device name ed* -> we*, fixing PR#7503 and PR#8020.
1.1.2.27  he        385:
1.1.2.34  cgd       386: lib/libc/arch/arm32/Makefile.inc               1.7
                    387: lib/libc/arch/arm32/gen/divsi3.S               1.3-1.4
                    388: sys/lib/libkern/arch/arm32/divsi3.S            1.3-1.6
1.1.2.27  he        389:
                    390:   If the highest bit of the dividend is set, care must be taken when
1.1.2.34  cgd       391:   shifting the divisor.  Fixes PR#7760.  Also, arrange for this file
                    392:   to be copied to libkern via libc's copy-to-libkern target.
1.1.2.29  cgd       393:
                    394: usr.sbin/amd/AUTHORS                           1.1.1.7
                    395: usr.sbin/amd/Makefile                          1.9-1.12
                    396: usr.sbin/amd/amd/am_ops.c                      1.9
                    397: usr.sbin/amd/amd/amd.c                         1.12
                    398: usr.sbin/amd/amd/amfs_auto.c                   1.1.1.3
                    399: usr.sbin/amd/amd/amfs_program.c                        1.1.1.3
                    400: usr.sbin/amd/amd/amfs_toplvl.c                 1.1.1.3
                    401: usr.sbin/amd/amd/amq_subr.c                    1.11
                    402: usr.sbin/amd/amd/amq_svc.c                     1.8
                    403: usr.sbin/amd/amd/conf.c                                1.7
                    404: usr.sbin/amd/amd/conf_parse.y                  1.6
                    405: usr.sbin/amd/amd/info_hesiod.c                 1.1.1.2
                    406: usr.sbin/amd/amd/info_nis.c                    1.14
                    407: usr.sbin/amd/amd/map.c                         1.12
                    408: usr.sbin/amd/amd/mapc.c                                1.12
                    409: usr.sbin/amd/amd/nfs_prot_svc.c                        1.8
                    410: usr.sbin/amd/amd/nfs_start.c                   1.10
                    411: usr.sbin/amd/amd/ops_cdfs.c                    1.8
                    412: usr.sbin/amd/amd/ops_nfs.c                     1.8
                    413: usr.sbin/amd/amd/opts.c                                1.9
                    414: usr.sbin/amd/amd2netbsd                                1.20-1.22
                    415: usr.sbin/amd/amq/amq.c                         1.13
                    416: usr.sbin/amd/doc/Makefile                      1.6-1.7
                    417: usr.sbin/amd/doc/am-utils.info                 deleted
                    418: usr.sbin/amd/doc/am-utils.info-1               deleted
                    419: usr.sbin/amd/doc/am-utils.info-2               deleted
                    420: usr.sbin/amd/doc/am-utils.info-3               deleted
                    421: usr.sbin/amd/doc/am-utils.info-4               deleted
                    422: usr.sbin/amd/doc/am-utils.info-5               deleted
                    423: usr.sbin/amd/doc/am-utils.info-6               deleted
                    424: usr.sbin/amd/doc/am-utils.texi                 1.1.1.6
                    425: usr.sbin/amd/doc/hlfsd.ps                      1.1.1.3
                    426: usr.sbin/amd/doc/version.texi                  1.1.1.6
                    427: usr.sbin/amd/fixmount/fixmount.c               1.7
                    428: usr.sbin/amd/fsinfo/fsi_gram.y                 1.8
                    429: usr.sbin/amd/fsinfo/fsinfo.c                   1.11
                    430: usr.sbin/amd/hlfsd/hlfsd.c                     1.8
                    431: usr.sbin/amd/include/am_compat.h               1.1.1.5
                    432: usr.sbin/amd/include/am_defs.h                 1.10
                    433: usr.sbin/amd/include/am_utils.h                        1.8
                    434: usr.sbin/amd/include/amd.h                     1.7
                    435: usr.sbin/amd/include/amu_nfs_prot.h            1.7
                    436: usr.sbin/amd/include/config.h                  1.15
                    437: usr.sbin/amd/libamu/mkconf                     1.1.1.2
                    438: usr.sbin/amd/libamu/mount_fs.c                 1.1.1.7
                    439: usr.sbin/amd/libamu/tranputil.c                        1.1.1.7
                    440: usr.sbin/amd/libamu/wire.c                     1.1.1.5
                    441: usr.sbin/amd/libamu/xutil.c                    1.4
                    442: usr.sbin/amd/mk-amd-map/mk-amd-map.c           1.11
                    443: usr.sbin/amd/pawd/pawd.c                       1.1.1.3
                    444: usr.sbin/amd/wire-test/wire-test.c             1.5
                    445:
                    446:   Upgrade amd(8) and related software to fix expoitable stack overflows
1.1.2.30  cgd       447:   in amq(8), as reported in BUGTRAQ and elsewhere.
1.1.2.32  cgd       448:
                    449: usr.sbin/config/sem.c                          1.23
                    450:
                    451:   Fix the (English) grammar in a couple of places.
                    452:
                    453: distrib/sets/lists/base/mi                     1.122
                    454: usr.bin/Makefile                               1.107
                    455: usr.bin/mktemp/Makefile                                1.1-1.2 (new)
                    456: usr.bin/mktemp/mktemp.1                                1.1-1.3 (new)
                    457: usr.bin/mktemp/mktemp.c                                1.1-1.2 (new)
                    458:
                    459:   Add mktemp(1), a utility to make temporary files for shell scripts.
                    460:
                    461: sys/kern/uipc_socket2.c                                1.31-1.33
                    462:
                    463:   Compact mbuf clusters, to help prevent mbuf cluster exhaustion when
                    464:   receiving lots of small packets.  This costs some performance (the
                    465:   compaction copies data), but adds a lot of stability to many systems.
                    466:
                    467: sys/dev/pci/if_vr.c                            1.26
                    468:
                    469:   Fix packet reception in promiscuous mode: compare the Ethernet
                    470:   destination address against our station address if it's not a
                    471:   multicast packet.  Fixes a redirect storm problem.
1.1.2.33  cgd       472:
                    473: sys/arch/alpha/conf/Makefile.alpha             1.53
1.1.2.36  cgd       474: sys/arch/amiga/conf/Makefile.amiga             1.82
1.1.2.33  cgd       475:
                    476:   Be more efficient when linking kernels with debugging symbols.  (Don't
                    477:   copy them just to strip them, use strip -o.)
1.1.2.37  cgd       478:
                    479: usr.bin/col/col.c                              1.11
                    480:
                    481:   Fix incorrect option string used in call to getopt(3).  Fixes PR#8475.
                    482:
                    483: gnu/dist/gprof/gprof.1                         1.2
                    484:
                    485:   Remove references to nonexistent manual pages and replace them with
                    486:   up-to-date references where appropriate.

CVSweb <webmaster@jp.NetBSD.org>