NetBSD/src 53c2a14doc CHANGES-2.0, share/tmac doc-common

   Welcome to 2.0_RC4
VersionDeltaFile
1.1.2.498+6-1doc/CHANGES-2.0
1.188.2.7+2-2sys/sys/param.h
1.61.2.5+2-2share/tmac/doc-common
+10-53 files

NetBSD/src 70e77bfusr.bin/ftp ftp.1

   Pullup rev 1.102-1.104 (requested by dan in ticket #909)

   Note potentially surprising file-saving behaviour in case of HTTP redirects.
VersionDeltaFile
1.101.2.1+10-2usr.bin/ftp/ftp.1
+10-21 files

NetBSD/src 3a6d766sys/uvm uvm_pdaemon.c

   Pullup rev 1.60 (requested by simonb in ticket #908)

   - Dont let pagedaemon sleep while draining buf.
   - Estimate amount of memory to free at a time.
   - Factor out code to set watermark and ensure high > low.
   - Make the step of allocation possibility a bit seamless by moving the origin
     of curve from 0 to lowater mark.
   Improves interactive performance when there is heavy disk activity.
   PR#27057
VersionDeltaFile
1.59.2.1+13-10sys/uvm/uvm_pdaemon.c
+13-101 files

NetBSD/src b853171sys/kern vfs_bio.c

   Pullup rev 1.133-1.136 (requested by simonb in ticket #908)

   - Dont let pagedaemon sleep while draining buf.
   - Estimate amount of memory to free at a time.
   - Factor out code to set watermark and ensure high > low.
   - Make the step of allocation possibility a bit seamless by moving the origin
     of curve from 0 to lowater mark.
   Improves interactive performance when there is heavy disk activity.
   PR#27057
VersionDeltaFile
1.122.2.4+42-28sys/kern/vfs_bio.c
+42-281 files

NetBSD/src d2db84bsys/compat/linux/common linux_ioctl.c

   Pullup rev 1.39 (requested by manu in ticket #904)

   linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does.
   otherwise, linux_syscall() returns garbage, at least on i386.
VersionDeltaFile
1.38.4.1+35-16sys/compat/linux/common/linux_ioctl.c
+35-161 files

NetBSD/src 29d720bsys/netinet ip_state.c

   Pullup patch (requested by darrenr in ticket #902)

   * Prevent hang when attempting to flush state entries for ipv4 when ipv6
     are present or vice versa
   * Fix matching of IPv6 state entries when the initial packet is a
     sent to a multicast address.  This includes not updating the address as
     being fixed when a second (or further) such packet is seen before a reply.
   * Disable code, for now, that limited how many ICMP packets could match a
     state entry based on the number of real packets seen.
VersionDeltaFile
1.44.2.3+60-14sys/netinet/ip_state.c
+60-141 files

NetBSD/src d7aa18dsys/net if_bridge.c

   Pullup rev 1.26 (requested by bad in ticket #900)

   Interfaces that do checksum offloading indicate the checksum status of
   received packets in csum_flags in the packet header.  Packets that are
   forwarded over the bridge need to have csum_flags cleared before being
   put on the output queue.  Do so in bridge_enqueue(). PR#27007 PR#21831
VersionDeltaFile
1.22.2.1+7-2sys/net/if_bridge.c
+7-21 files

NetBSD/src 5fd1c14sys/dev/pci pcidevs_data.h pcidevs.h

   Regen for ticket #896
VersionDeltaFile
1.613.2.15+7-1sys/dev/pci/pcidevs_data.h
1.615.2.15+2-1sys/dev/pci/pcidevs.h
+9-22 files

NetBSD/src c894698sys/dev/pci aac_pci.c

   Pullup rev 1.10 (requested by he in ticket #896)

   Add support for Adaptec AAR 2810SA raid controller.
VersionDeltaFile
1.8.2.2+11-2sys/dev/pci/aac_pci.c
+11-21 files

NetBSD/src 2892017sys/dev/pci pcidevs

   Pullup rev 1.622 (requested by he in ticket #896)

   Add support for Adaptec AAR 2810SA raid controller.
VersionDeltaFile
1.615.2.15+2-1sys/dev/pci/pcidevs
+2-11 files

NetBSD/src 4327cfbsys/kern uipc_mbuf.c

   Pullup rev 1.89 (requested by is in ticket #895)

   Some code likes to mix MT_HEADER and MT_DATA. Revert this assertion until
   the usage of MT_HEADER vs. MT_DATA is better defined and implemented.
VersionDeltaFile
1.80.2.5+1-3sys/kern/uipc_mbuf.c
+1-31 files

NetBSD/src 20e34fbsys/compat/linux/arch/alpha linux_syscallargs.h linux_syscalls.c

   Regen for ticket #884
VersionDeltaFile
1.47.4.2+7-1sys/compat/linux/arch/alpha/linux_syscallargs.h
1.49.4.2+1-1sys/compat/linux/arch/alpha/linux_syscalls.c
1.48.4.2+1-1sys/compat/linux/arch/alpha/linux_syscall.h
1.48.4.2+1-1sys/compat/linux/arch/alpha/linux_sysent.c
+10-44 files

NetBSD/src 9fdb2fbsys/compat/linux/arch/alpha syscalls.master

   Pullup rev 1.48 (requested by jdolecek in ticket #884)

   Mmark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_args
   would be defined for use by alpha linux_sysent.c
VersionDeltaFile
1.42.4.2+2-2sys/compat/linux/arch/alpha/syscalls.master
+2-21 files

NetBSD/src 9e5179edist/ipf/tools ipnat_y.y

   Pullup rev 1.6 (requested by grant in ticket #891)

   Actually add a token to generate the value IPNY_TCPUDP as expected by the grammar. PR#25972
VersionDeltaFile
1.1.1.1.2.3+1-0dist/ipf/tools/ipnat_y.y
+1-01 files

NetBSD/src 1100ad7dist/ipf/tools ipf_y.y

   Pullup rev 1.14 (requested by grant in ticket #890)

   The "keep options" only allow one order, not both as they should for proper
   backwards compatibility. PR#27086
VersionDeltaFile
1.1.1.1.2.8+2-3dist/ipf/tools/ipf_y.y
+2-31 files

NetBSD/src 0aa5a27sys/nfs nfs_subs.c

   Pullup rev 1.137 (requested by yamt in ticket #889)

   nfs_enterdircache: initialize dc_flags of a newly allocated dircache entry.
VersionDeltaFile
1.132.2.3+3-2sys/nfs/nfs_subs.c
+3-21 files

NetBSD/src c9ce1casys/netinet fil.c

   Pullup rev 1.69-1.70+patch (requested by jdolecek in ticket #888)

   Do not allow packets flagged with "out-of-window" (oow) to match "keep state"
   rules and try to prevent such rules ("keep state with oow") from being loaded
   into the kernel. PR#26581
VersionDeltaFile
1.61.2.8+20-2sys/netinet/fil.c
+20-21 files

NetBSD/src cf8127ddistrib/notes/sparc64 prep

   Pullup rev 1.12 (requested by hubertf in ticket #886)

   Add a comment about that "Fast Data MMU Miss" may indicate a needed OBP
   upgrade.
VersionDeltaFile
1.8.2.3+13-2distrib/notes/sparc64/prep
+13-21 files

NetBSD/src 2e1fff6lib/libpthread pthread_cond.c

   Pullup rev 1.16 (requested by oster in ticket #885)

   In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the
   waiters list in all cases, not just on cancellation; there are other
   sources of spurious wakeups, such as single-stepping in the debugger.
VersionDeltaFile
1.14.2.2+12-14lib/libpthread/pthread_cond.c
+12-141 files

NetBSD/src 6325b73sys/compat/linux/common linux_shm.h

   Pullup rev 1.6 (requested by jdolecek in ticket #884)

   Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
   problems.
VersionDeltaFile
1.5.4.1+2-1sys/compat/linux/common/linux_shm.h
+2-11 files

NetBSD/src a3ad930sys/compat/linux/common linux_ipccall.c

   Pullup rev 1.24 (requested by jdolecek in ticket #884)

   Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
   problems.
VersionDeltaFile
1.23.4.1+3-3sys/compat/linux/common/linux_ipccall.c
+3-31 files

NetBSD/src cd9d3bdsys/sys shm.h

   Pullup rev 1.36-1.37 (requested by jdolecek in ticket #884)

   Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
   problems.
VersionDeltaFile
1.35.2.1+5-2sys/sys/shm.h
+5-21 files

NetBSD/src a435f64sys/kern sysv_shm.c

   Pullup rev 1.78 (requested by jdolecek in ticket #884)

   Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
   problems.
VersionDeltaFile
1.76.2.1+23-39sys/kern/sysv_shm.c
+23-391 files

NetBSD/src f98fe24sys/compat/linux/common linux_ipc.c

   Pullup rev 1.29 (requested by jdolecek in ticket #884)

   Fix linux handling of SysV-style shared memory. Fixed Linux VMware display
   problems.
VersionDeltaFile
1.28.4.1+25-10sys/compat/linux/common/linux_ipc.c
+25-101 files

NetBSD/src cb08e8cdistrib/notes/common main, distrib/notes/i386 whatis

   Pullup patch (requested by he in ticket #883)

   Correct a few minor issue and add a new section about important notes"
   where the sendmail default startup is explained.
VersionDeltaFile
1.253.2.8+36-3distrib/notes/common/main
1.16.2.1+2-4distrib/notes/i386/whatis
+38-72 files

NetBSD/src 5873618sys/dev/ata wd.c

   Pullup rev 1.295 (requested by bouyer in ticket #882)

   Add a WD_QUIRK_FORCE_LBA48 quirck, which forces all access to use LBA48.
   Use it for ST3200822A, which has a broken firmware and return an error
   when accessing sector 0xfffffff with a LBA command.
VersionDeltaFile
1.274.2.8+17-4sys/dev/ata/wd.c
+17-41 files

NetBSD/src 54cc96fsys/kern kern_sig.c

   Pullup rev 1.198 (requested by jdolecek in ticket #881)

   Adjust the change of rev. 1.190 so that trap signals not matching
   the reset condition are processed properly. PR#26687
VersionDeltaFile
1.189.2.6+43-53sys/kern/kern_sig.c
+43-531 files

NetBSD/src 740c3edshare/man/man4 raid.4

   Pullup rev 1.30 (requested by wiz in ticket #879)

   Minor update to note a few other archs for which booting directly from
   a RAID-1 set is supported. PR#27045.
VersionDeltaFile
1.29.2.1+4-3share/man/man4/raid.4
+4-31 files

NetBSD/src c3cadabdistrib/sets/lists/man mi, share/man/man5 route.conf.5 Makefile

   Pullup patch (requested by cube in ticket #877)

   Add documentation for route.conf
VersionDeltaFile
1.2.2.2+88-0share/man/man5/route.conf.5
1.47.2.1+3-2share/man/man5/Makefile
1.672.2.10+3-1distrib/sets/lists/man/mi
+94-33 files

NetBSD/src ffb19fadist/ipf/tools lexer.c

   Pullup rev 1.8 (requested by martti in ticket #876)

   Allow \ at the end of line so long lines can be splitted and made more
   readable. Without this modification old IPF 3.x and 4.1.1 rules will not
   work with IPF 4.1.3.
VersionDeltaFile
1.1.1.1.2.4+2-0dist/ipf/tools/lexer.c
+2-01 files