Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Attic/CHANGES-1.3.3,v retrieving revision 1.1 retrieving revision 1.1.2.18 diff -u -p -r1.1 -r1.1.2.18 --- src/Attic/CHANGES-1.3.3 1998/09/26 22:30:17 1.1 +++ src/Attic/CHANGES-1.3.3 1998/10/15 17:45:47 1.1.2.18 @@ -0,0 +1,204 @@ +File Version(s) +---- -------- + +XXX changes before cgd started??? XXX + +sbin/swapctl/swaplist.c patch + + Test correct return value. (mrg) + +include/ctype.h 1.16 + + Cast the argument of ctype macros to (int) to fix behaviour on + unsigned char machines. (tv) + +distrib/notes/amiga/prep 1.16 + + Add a warning to reinstall miniroot.fs before retrying installation. (is) + +libexec/ld.elf_so/rtld.c 1.7 + + Don't forget to update _rtld_objtail when _rtld_dlclose() removes + the current tail entry. (mhitch) + +etc/etc.pmax/MAKEDEV 1.22 + + PMAX SCSI drivers support rz5, rz6, rz7 [on DS3100], rz13, and rz14. + MAKEDEV needs to be able to create those devices, and to include + them in 'all'. (mhitch) + +lib/libc/arch/mips/sys/cerror.S 1.6 + + Explicilty reload the mips-ABIcall GOT/$gp in cerror(). cerror() + gets called from outside libc (e.g., from libposix's rename(), and + if we don't load $t9, cerror() makes wild references using the + libposix $gp and coredumps. (jonathan) + +usr.sbin/inetd/inetd.c 1.43 + + From "buqtraq": avoid file descriptor leak if service is looping. + (tron) + +usr.sbin/pkg_install/add/perform.c 1.20 + + Fix broken package dependence handling mentioned by Brook Milligan on + tech-pkg@netbsd.org. (tron) + +gnu/usr.bin/cpio/Makefile 1.6 + + Add -DHAVE_LCHOWN=1 to CPPFLAGS to ensure that owner/group of + symlinks are properly keept. Closes PR#5595. (frueauf) + +lib/libc/stdio/fseek.3 1.10-1.11 + + Fix typo (PR#6053), and make return value description match XSH5. (kleink) + +include/time.h 1.22 + + Remove the public declaration of gtime(), which is shipped with + tzcode but is not compiled into our libc since it is intended for + use with Mach only. (kleink) + +sys/dev/ic/z8530tty.c 1.49-1.50 + + Initialize the struct tty's t_dev field at attach, so that the + console parameters are correctly set even if the console is not + zstty0. (wrstuden) + +sys/arch/amiga/amiga/locore.s patch + + Fix catastrophic typo. DraCos rev. 3 (or older) would crash on + exiting from the first timer interupt. (is) + +sys/dev/scsipi/scsi_tape.h 1.15 + st.c 1.98 (patch) + + Fix incorrect length of LOCATE CDB (PR#5306). (drochner) + +sys/compat/freebsd/freebsd_misc.c 1.4 + syscalls.master 1.16 + freebsd_syscall.h regen + freebsd_syscallargs.h regen + freebsd_syscalls.c regen + freebsd_sysent.c regen + + Implement FreeBSD issetugid(). (tv) + +sys/kern/kern_subr.c 1.35 (patch) + + Remove rounding-down of hash size in hashinit(); support non &hashmask + hash func tions such as % [prime number] without bletcherous hacks. (tls) + +sys/netinet/if_arp.c 1.43-1.45, 1.47-1.49, 1.52 +sys/netinet/igmp.c 1.18 +sys/netinet/in.c 1.38-1.39, 1.45 (patch) +sys/netinet/in_pcb.c 1.49-1.50, 1.53 (patch) +sys/netinet/in_var.h 1.21-1.22, 1.27, 1.29-1.30, + 1.31 (patch) +sys/netinet/ip_icmp.c 1.27-1.28, 1.30 +sys/netinet/ip_input.c 1.57-1.58 (patch), 1.71 (patch) +sys/netinet/ip_output.c 1.44-1.45, 1.51 (patch) + + Change list of interface IP addresses to a hash. Improves performance + on hosts with a large number of IP addresses significantly. (tls) + +sys/netinet/tcp_fsm.h 1.9-1.10 + + Back out the change from TCP/IP vol 2, in revision 1.7, which removed + TH_FIN from the output flags for CLOSING state. Fix TCPS_HAVERCVDFIN() + to actually catch all TCP states in which a FIN has been received + (CLOSE_WAIT, CLOSING, LAST_ACK, and TIME_WAIT). (mycroft) + +sys/arch/amiga/include/vmparam.h 1.20 + + Workaround for pmap bugs. Several reports on the port-amiga list claim + this helps with some big-machine situations. (is) + +sys/arch/amiga/amiga/machdep.c patch + + Fix execution of SunOS binaries by reverting a patch mistakenly + included in 1.3.1 (PR#5782). (is) + +usr.sbin/rarpd/mkarp.c 1.2 + + Set the length of arp entries, so that the kernel accepts them + (PR#4835). (christos) + +distrib/utils/sysinst/arch/i386/fdisk.c patch + + Eliminates a gratious call to fdisk to initialize the mbr. + If the mbr already contained valid code and a partition table, + these were overridden by this fdisk call. If the mbr wasn't + valid yet, fdisk would initialize the code and partition table + anyway the first time it writes anything to the disk, and fdisk + will be called at least once in any case, to set the active + partition. (ws) + +sys/arch/i386/i386/disksubr.c patch +sys/arch/i386/include/disklabel.h patch + + Recognize DOS FAT32 and Linux ext2fs partitions in the default + disklabel so that users get them automatically when creating a + new disklabel and can mount them from a disk that contains no + NetBSD partition. (fvdl) + +distrib/sets/lists/base/md.x68k patch +distrib/sets/lists/comp/md.x68k 1.18 + + Fix lists to include previously-missed files. (minoura) + +etc/etc.x68k/MAKEDEV 1.17 + + Fix things so that kernels containing ramdisks can be + made correctly. (minoura) + +sys/arch/x68k/conf/ALL patch +sys/arch/x68k/conf/GENERIC patch +sys/arch/x68k/conf/INSTALL patch +sys/arch/x68k/include/vmparam.h patch +sys/arch/x68k/x68k/machdep.c patch +sys/arch/x68k/x68k/pmap_bootstrap.c patch + + Work around broken extended memory detection, by specifying + its start and size by hand. (minoura) + +sys/arch/x68k/conf/INSTALL patch + + Enable MSDOSFS so that installation from a DOS-formatted + removable disk is possible. (minoura) + +sys/arch/x68k/dev/grf.c patch +sys/arch/x68k/dev/ite.c patch + + Fixed possible stray pointer access. (minoura) + +sys/arch/x68k/dev/mha.c 1.4 (patch) + + Correctly set XS_BUSY error code at device busy. In + addition, change DMA transfer mode according to the model, + so that it runs on more models of x68k. (minoura) + +sys/arch/x68k/dev/spc.c 1.14 (patch) + + Correctly sets XS_BUSY error code at device busy. (minoura) + +sys/arch/x68k/x68k/locore.s patch +sys/arch/x68k/x68k/vectors.s 1.3 + + Move vectors to the data segment, so they can be overwritten + on '060 systems. (minoura) + +sys/arch/x68k/stand/Makefile patch +sys/arch/x68k/stand/writefdboot patch + + Fix bugs in the installation and operation of + 'writefdboot.' (minoura) + +share/man/man4/options.4 1.62 + + Fix typo: SHMPAXPGS -> SHMMAXPGS (PR#6178). (frueauf) + +bin/pax/tar.c 1.12 + + Fix a bug in restoring files with path names >100 + characters. (mycroft)