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

Annotation of src/CHANGES-1.3.3, Revision 1.1.2.15

1.1.2.8   cgd         1: File                                           Version(s)
                      2: ----                                           --------
1.1.2.1   cgd         3:
1.1.2.8   cgd         4: XXX changes before cgd started???              XXX
1.1.2.1   cgd         5:
1.1.2.8   cgd         6: sbin/swapctl/swaplist.c                                patch
1.1.2.1   cgd         7:
1.1.2.8   cgd         8:   Test correct return value.  (mrg)
1.1.2.2   cgd         9:
1.1.2.8   cgd        10: include/ctype.h                                        1.16
1.1.2.2   cgd        11:
                     12:   Cast the argument of ctype macros to (int) to fix behaviour on
1.1.2.8   cgd        13:   unsigned char machines.  (tv)
1.1.2.2   cgd        14:
1.1.2.8   cgd        15: distrib/notes/amiga/prep                       1.16
1.1.2.2   cgd        16:
1.1.2.8   cgd        17:   Add a warning to reinstall miniroot.fs before retrying installation.  (is)
1.1.2.3   cgd        18:
1.1.2.8   cgd        19: libexec/ld.elf_so/rtld.c                       1.7
1.1.2.3   cgd        20:
                     21:   Don't forget to update _rtld_objtail when _rtld_dlclose() removes
1.1.2.8   cgd        22:   the current tail entry.  (mhitch)
1.1.2.3   cgd        23:
1.1.2.8   cgd        24: etc/etc.pmax/MAKEDEV                           1.22
1.1.2.3   cgd        25:
                     26:   PMAX SCSI drivers support rz5, rz6, rz7 [on DS3100], rz13, and rz14.
                     27:   MAKEDEV needs to be able to create those devices, and to include
1.1.2.8   cgd        28:   them in 'all'.  (mhitch)
1.1.2.3   cgd        29:
1.1.2.8   cgd        30: lib/libc/arch/mips/sys/cerror.S                        1.6
1.1.2.3   cgd        31:
                     32:   Explicilty reload the mips-ABIcall GOT/$gp in cerror().  cerror()
                     33:   gets called from outside libc (e.g., from libposix's rename(), and
                     34:   if we don't load $t9, cerror() makes wild references using the
1.1.2.8   cgd        35:   libposix $gp and coredumps.  (jonathan)
1.1.2.3   cgd        36:
1.1.2.8   cgd        37: usr.sbin/inetd/inetd.c                         1.43
1.1.2.3   cgd        38:
                     39:   From "buqtraq": avoid file descriptor leak if service is looping.
1.1.2.8   cgd        40:   (tron)
1.1.2.3   cgd        41:
1.1.2.8   cgd        42: usr.sbin/pkg_install/add/perform.c             1.20
1.1.2.3   cgd        43:
                     44:   Fix broken package dependence handling mentioned by Brook Milligan on
1.1.2.8   cgd        45:   tech-pkg@netbsd.org.  (tron)
1.1.2.3   cgd        46:
1.1.2.8   cgd        47: gnu/usr.bin/cpio/Makefile                      1.6
1.1.2.3   cgd        48:
                     49:   Add -DHAVE_LCHOWN=1 to CPPFLAGS to ensure that owner/group of
1.1.2.8   cgd        50:   symlinks are properly keept. Closes PR#5595.  (frueauf)
1.1.2.3   cgd        51:
1.1.2.8   cgd        52: lib/libc/stdio/fseek.3                         1.10-1.11
1.1.2.3   cgd        53:
1.1.2.8   cgd        54:   Fix typo (PR#6053), and make return value description match XSH5.  (kleink)
1.1.2.4   cgd        55:
1.1.2.8   cgd        56: include/time.h                                 1.22
1.1.2.4   cgd        57:
                     58:   Remove the public declaration of gtime(), which is shipped with
                     59:   tzcode but is not compiled into our libc since it is intended for
1.1.2.8   cgd        60:   use with Mach only.  (kleink)
1.1.2.5   cgd        61:
1.1.2.8   cgd        62: sys/dev/ic/z8530tty.c                          1.49-1.50
1.1.2.5   cgd        63:
                     64:   Initialize the struct tty's t_dev field at attach, so that the
                     65:   console parameters are correctly set even if the console is not
1.1.2.8   cgd        66:   zstty0.  (wrstuden)
1.1.2.6   cgd        67:
1.1.2.8   cgd        68: sys/arch/amiga/amiga/locore.s                  patch
1.1.2.6   cgd        69:
                     70:   Fix catastrophic typo. DraCos rev. 3 (or older) would crash on
1.1.2.8   cgd        71:   exiting from the first timer interupt.  (is)
1.1.2.6   cgd        72:
1.1.2.8   cgd        73: sys/dev/scsipi/scsi_tape.h                     1.15
                     74:               st.c                             1.98 (patch)
1.1.2.6   cgd        75:
1.1.2.8   cgd        76:   Fix incorrect length of LOCATE CDB (PR#5306).  (drochner)
1.1.2.7   cgd        77:
1.1.2.8   cgd        78: sys/compat/freebsd/freebsd_misc.c              1.4
                     79:                       syscalls.master          1.16
                     80:                       freebsd_syscall.h        regen
                     81:                       freebsd_syscallargs.h    regen
                     82:                       freebsd_syscalls.c       regen
                     83:                       freebsd_sysent.c         regen
                     84:
                     85:   Implement FreeBSD issetugid().  (tv)
                     86:
                     87: sys/kern/kern_subr.c                           1.35 (patch)
                     88:
                     89:   Remove rounding-down of hash size in hashinit(); support non &hashmask
                     90:   hash func tions such as % [prime number] without bletcherous hacks.  (tls)
                     91:
                     92: sys/netinet/if_arp.c                           1.43-1.45, 1.47-1.49, 1.52
                     93: sys/netinet/igmp.c                             1.18
                     94: sys/netinet/in.c                               1.38-1.39, 1.45 (patch)
                     95: sys/netinet/in_pcb.c                           1.49-1.50, 1.53 (patch)
                     96: sys/netinet/in_var.h                           1.21-1.22, 1.27, 1.29-1.30,
                     97:                                                1.31 (patch)
                     98: sys/netinet/ip_icmp.c                          1.27-1.28, 1.30
                     99: sys/netinet/ip_input.c                         1.57-1.58 (patch), 1.71 (patch)
                    100: sys/netinet/ip_output.c                                1.44-1.45, 1.51 (patch)
1.1.2.7   cgd       101:
1.1.2.8   cgd       102:   Change list of interface IP addresses to a hash.  Improves performance
                    103:   on hosts with a large number of IP addresses significantly.  (tls)
1.1.2.9   cgd       104:
                    105: sys/netinet/tcp_fsm.h                          1.9-1.10
                    106:
                    107:   Back out the change from TCP/IP vol 2, in revision 1.7, which removed
                    108:   TH_FIN from the output flags for CLOSING state.  Fix TCPS_HAVERCVDFIN()
                    109:   to actually catch all TCP states in which a FIN has been received
                    110:   (CLOSE_WAIT, CLOSING, LAST_ACK, and TIME_WAIT).  (mycroft)
1.1.2.10  cgd       111:
                    112: sys/arch/amiga/include/vmparam.h               1.20
                    113:
1.1.2.11  cgd       114:   Workaround for pmap bugs. Several reports on the port-amiga list claim
                    115:   this helps with some big-machine situations. (is)
1.1.2.12  cgd       116:
                    117: sys/arch/amiga/amiga/machdep.c                 patch
                    118:
                    119:   Fix execution of SunOS binaries by reverting a patch mistakenly
                    120:   included in 1.3.1 (PR#5782).  (is)
1.1.2.13  cgd       121:
                    122: usr.sbin/rarpd/mkarp.c                         1.2
                    123:
                    124:   Set the length of arp entries, so that the kernel accepts them
                    125:   (PR#4835).  (christos)
                    126:
                    127: distrib/utils/sysinst/arch/i386/fdisk.c                patch
                    128:
                    129:   Eliminates a gratious call to fdisk to initialize the mbr.
                    130:   If the mbr already contained valid code and a partition table,
                    131:   these were overridden by this fdisk call.  If the mbr wasn't
                    132:   valid yet, fdisk would initialize the code and partition table
                    133:   anyway the first time it writes anything to the disk, and fdisk
                    134:   will be called at least once in any case, to set the active
                    135:   partition.  (ws)
1.1.2.14  cgd       136:
                    137: sys/arch/i386/i386/disksubr.c                  patch
                    138: sys/arch/i386/include/disklabel.h              patch
                    139:
                    140:   Recognize DOS FAT32 and Linux ext2fs partitions in the default
                    141:   disklabel so that users get them automatically when creating a
                    142:   new disklabel and can mount them from a disk that contains no
                    143:   NetBSD partition.  (fvdl)
                    144:
1.1.2.15! cgd       145: distrib/sets/lists/base/md.x68k                        patch
        !           146: distrib/sets/lists/comp/md.x68k                        1.18
        !           147:
        !           148:   Fix lists to include previously-missed files.  (minoura)
        !           149:
        !           150: etc/etc.x68k/MAKEDEV                           1.17
        !           151:
        !           152:   Fix things so that kernels containing ramdisks can be
        !           153:   made correctly.  (minoura)
        !           154:
        !           155: sys/arch/x68k/conf/ALL                         patch
        !           156: sys/arch/x68k/conf/GENERIC                     patch
        !           157: sys/arch/x68k/conf/INSTALL                     patch
        !           158: sys/arch/x68k/include/vmparam.h                        patch
        !           159: sys/arch/x68k/x68k/machdep.c                   patch
        !           160: sys/arch/x68k/x68k/pmap_bootstrap.c            patch
        !           161:
        !           162:        Work around broken extended memory detection, by specifying
        !           163:        its start and size by hand.  (minoura)
        !           164:
        !           165: sys/arch/x68k/conf/INSTALL                     patch
        !           166:
        !           167:        Enable MSDOSFS so that installation from a DOS-formatted
        !           168:        removable disk is possible.  (minoura)
        !           169:
        !           170: sys/arch/x68k/dev/grf.c                                patch
        !           171:
        !           172:        ???  (minoura)
        !           173:
        !           174: sys/arch/x68k/dev/ite.c                                patch
        !           175:
        !           176:        ???  (minoura)
        !           177:
        !           178: sys/arch/x68k/dev/mha.c                                1.4 (patch)
        !           179:
        !           180:        ???  (minoura)
        !           181:
        !           182: sys/arch/x68k/dev/spc.c                                1.14 (patch)
        !           183:
        !           184:        ???  (minoura)
        !           185:
        !           186: sys/arch/x68k/x68k/locore.s                    patch
        !           187:
        !           188:        ???  (minoura)
        !           189:
        !           190: sys/arch/x68k/x68k/vectors.s                   1.3
        !           191:
        !           192:        ???  (minoura)
        !           193:
        !           194: sys/arch/x68k/stand/Makefile                   patch
        !           195: sys/arch/x68k/stand/writefdboot                        patch
        !           196:
        !           197:        Fix bugs in the installation and operation of
        !           198:        'writefdboot.'  (minoura)

CVSweb <webmaster@jp.NetBSD.org>