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

Annotation of src/CHANGES-1.5.2, Revision 1.1.2.15

1.1.2.15! tv          1: #      $NetBSD: CHANGES-1.5.2,v 1.1.2.14 2001/08/16 16:10:52 tv Exp $
1.1.2.1   jhawk       2:
                      3: A complete list of changes from NetBSD 1.5.1 to NetBSD 1.5.2:
                      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 release as 1.5.2_ALPHA.
1.1.2.2   jhawk      13:
                     14: libexec/telnetd/authenc.c                      1.8
                     15: libexec/telnetd/termstat.c                     1.8
                     16: libexec/telnetd/ext.h                          1.13
                     17: libexec/telnetd/state.c                                1.17 via patch
                     18: libexec/telnetd/sys_term.c                     1.23 via patch
                     19: libexec/telnetd/telnetd.c                      1.26
                     20: libexec/telnetd/telnetd.h                      1.7
                     21: libexec/telnetd/utility.c                      1.18 via patch
                     22:
                     23:   Security-related fixups for telnet
                     24:     Bound-check all "*nfrontp++" code.  From OpenBSD and Heimdal.
                     25:     Complain if file descriptor goes above FD_SETSIZE.  From OpenBSD.
1.1.2.3   jhawk      26:
                     27: crypto/dist/openssl/crypto/rand/md_rand.c      1.2
                     28:
                     29:   Fix a pseudo-random number generator weakness. Noted on bugtraq.
1.1.2.4   he         30:
                     31: sys/arch/i386/include/reg.h                    1.16
                     32:
                     33:   Redefine register offsets using offsetof().  Fixes math emulation
                     34:   lossage.
                     35:
                     36: etc/services                                   1.44,1.47-1.50
                     37:
                     38:   Rename old BSD ``kpasswd'' to ``kpwd'', add ``ripng'', ``sstp'',
                     39:   and AFS services.  Fixes PR#11139.
                     40:
                     41: distrib/notes/macppc/hardware                  1.17
                     42: distrib/notes/macppc/install                   1.15
                     43: distrib/notes/macppc/prep                      1.20
                     44: distrib/notes/macppc/whatis                    1.4
                     45: distrib/notes/common/main                      1.132
                     46:
                     47:   Clarify explanations and add additional deail about known problems
                     48:   with two models.
                     49:
                     50: distrib/utils/sysinst/Makefile.inc             1.10
                     51:
                     52:   Add dependency for menu files on osrelease.sh.
                     53:
                     54: dist/ipf/fils.c                                        1.11
                     55: usr.sbin/ipf/ipfstat/Makefile                  1.14
                     56: usr.sbin/ipf/Makefile.inc                      1.8
                     57:
                     58:   Enable ``top''-like running state display in ``ipfstat''.
                     59:   Fixes PR#13404.
                     60:
                     61: share/misc/bsd-family-tree                     1.8-1.9
                     62:
                     63:   Update to state after NetBSD-1.5.1.
                     64:
                     65: sys/kern/kern_proc.c                           1.44
                     66:
                     67:   When freeing a session, remove the reference to it from the
                     68:   associated tty.
                     69:
                     70: distrib/notes/macppc/hardware                  1.18-1.19
                     71:
                     72:   Add ``iMac (Summer 2000)'' (confirmed working); correct D-Link
                     73:   DFE-530TX driver reference.
                     74:
                     75: sbin/route/route.c                             1.46
                     76:
                     77:   Make sure decoded output from ``route monitor'' gets properly
                     78:   flushed.
                     79:
                     80: sys/net/if_spppsubr.c                          1.24
                     81:
                     82:   Fix bug causing NCP bit mask to get out of sync.  Fixes PR#11161.
                     83:
                     84: sys/dev/pci/pciide.c                           1.120
                     85:
                     86:   Workaround for buggy OPTi pciide chipset revisions, as reported
                     87:   in PR#11644.
                     88:
                     89: sys/kern/kern_descrip.c                                1.80 via patch
                     90:
                     91:   Unshare the file descriptor table and ``cwdinfo'' when we exec.
                     92:
                     93: sys/kern/kern_sig.c                            1.115 via patch
                     94:
                     95:   Unshare signal actions on exec.
                     96:
                     97: sys/dev/pci/cs4281.c                           patch
                     98: sys/dev/pci/yds.c                              patch
                     99:
                    100:   Correct argument to pci_intr_map().  Fixes PR#13508.
                    101:
                    102: etc/defaults/daily.conf                                1.2
                    103: etc/defaults/monthly.conf                      1.2
                    104: etc/defaults/rc.conf                           1.2
                    105: etc/defaults/security.conf                     1.2
                    106: etc/defaults/weekly.conf                       1.2
                    107:
                    108:   Remind people to edit /etc/*.conf instead of /etc/defaults/*.conf.
                    109:
                    110: distrib/utils/init_s/Makefile                  patch
                    111: distrib/utils/libhack/Makefile                 patch
                    112: distrib/utils/libhack/Makefile.inc             patch
                    113: distrib/utils/more/Makefile                    patch
                    114: distrib/utils/ssh/Makefile                     patch
                    115: distrib/utils/tls/Makefile                     patch
                    116: distrib/utils/x_dd/Makefile                    patch
                    117: distrib/utils/x_dmesg/Makefile                 patch
                    118: distrib/utils/x_ftp/Makefile                   patch
                    119: distrib/utils/x_gzip/Makefile                  patch
                    120: distrib/utils/x_ifconfig/Makefile              patch
                    121: distrib/utils/x_netstat/Makefile               patch
                    122: distrib/utils/x_ping/Makefile                  patch
                    123: distrib/utils/x_ping6/Makefile                 patch
                    124: distrib/utils/x_route/Makefile                 patch
                    125: distrib/utils/x_sh/Makefile                    patch
                    126: distrib/utils/x_umount/Makefile                        patch
                    127: distrib/utils/zcat/Makefile                    patch
                    128:
                    129:   Drop ``-Os'' on sparc64 due to toolchain issues.
                    130:
                    131: distrib/amiga/miniroot/install.md              1.15
                    132:
                    133:   Workaround for the changed ``mount'' behaviour, which no longer
                    134:   defaults to ``ffs'' in certain circumstances.
1.1.2.5   he        135:
                    136: sys/kern/kern_sig.c                            patch
                    137:
                    138:   Typo correction.
                    139:
                    140: sys/arch/i386/include/frame.h                  1.14
                    141:
                    142:   Protect against multiple inclusion.
1.1.2.6   he        143:
                    144: distrib/i386/floppies/ramdisk-rescuetiny/Makefile      patch
                    145: sys/arch/i386/conf/INSTALL_TINY                        patch
                    146:
                    147:   Bump size of INSTALL_TINY ramdisk image and the rescuetiny
                    148:   image to accommodate increased size.
                    149:
                    150: distrib/i386/floppies/ramdisk-big/Makefile     patch
                    151: distrib/i386/floppies/ramdisk-big/list         patch
                    152: distrib/i386/floppies/ramdisk-big/ramdiskbin.conf      patch
                    153:
                    154:   Add restore / rrestore to this image, so that PCI-only machines
                    155:   can have a chance at being restored.
                    156:
                    157: distrib/utils/sysinst/arch/i386/md.h           patch
                    158:
                    159:   The ``base'' i386 set grew one more split fragment.
1.1.2.7   jhawk     160:
                    161: sbin/dump/optr.c                               1.18 via patch
                    162: sbin/dump/main.c                               1.37 via patch
                    163:
                    164:   Temporarily drop setgid (for setgid tty) privileges, but restore them
                    165:   if we fork to perform an operator notification. Generalize pre-existing
                    166:   #ifdef RDUMP code.
1.1.2.8   tv        167:
                    168: sys/arch/mips/mips/locore_mips3.S              1.70
                    169: sys/arch/mips/mips/vm_machdep.c                        1.77-1.78
                    170:
                    171:   Fix bugs in handling of SR on mips3 machines, causing TLB miss panics.
1.1.2.9   tv        172:
                    173: sys/dev/ic/pckbc.c                             1.6-1.8
                    174:
                    175:   Change the way the aux port is probed for. Some older chipsets w/o
                    176:   mouse port seem to interpret the "test aux port" (0xa9) command differently,
                    177:   leading to a non-working keyboard.
1.1.2.10  tv        178:
                    179: sys/kern/sysv_sem.c                            1.41
                    180:
                    181:   Make local variable "nsops" the same (unsigned) type as its syscall arg.
1.1.2.11  tv        182:
                    183: sys/ufs/lfs/lfs_syscalls.c                     1.58 via patch
                    184:
1.1.2.12  tv        185:   Constrain "cnt" of lfs_markv() syscall to 64KB.
                    186:
                    187: sys/coda/coda_venus.c                          1.9
                    188:
                    189:   Bounds check vi.in_size in venus_ioctl().
1.1.2.13  tv        190:
                    191: sys/miscfs/umapfs/umap_vfsops.c                        1.29-1.30
                    192: sys/kern/vfs_subr.c                            1.156
                    193: sys/nfs/nfs.h                                  1.30
                    194:
                    195:   Bounds check mount args.
1.1.2.14  tv        196:
                    197: sys/dev/ccd.c                                  1.73
                    198: sys/dev/ccdvar.h                               1.20
                    199:
                    200:   Provide hard limit on the number of concatenated disks, and bounds
                    201:   check against that limit.
1.1.2.15! tv        202:
        !           203: sys/dev/wscons/wsdisplay.c                     1.52
        !           204: sys/dev/wscons/wskbd.c                         1.42
        !           205: sys/dev/wscons/wsconsio.h                      1.40
        !           206:
        !           207:   Introduce hard limits on wscons font size and keymap size, and
        !           208:   bounds check against those limits.

CVSweb <webmaster@jp.NetBSD.org>