[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.10

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:
        !           114:   Yet another workaround for pmap bugs. Several reports on the port-amiga
        !           115:   list claim this helps with some big-machine situations. (is)

CVSweb <webmaster@jp.NetBSD.org>