NetBSD/src ca619b8doc CHANGES-2.1, gnu/usr.bin/groff/tmac mdoc.local

   Welcome to 2.1_RC2
VersionDeltaFile
1.1.2.176+6-1doc/CHANGES-2.1
1.188.2.9.2.6+2-2sys/sys/param.h
1.61.2.7.2.5+2-2share/tmac/doc-common
1.13.2.5.2.6+2-2gnu/usr.bin/groff/tmac/mdoc.local
+12-74 files

NetBSD/src 3dc59casys/arch/alpha/alpha machdep.c trap.c, sys/arch/alpha/include pcb.h

   Pull up following revision(s) (requested by riz in ticket #5623):
        sys/arch/alpha/alpha/machdep.c: revision 1.287
        sys/arch/alpha/alpha/trap.c: revision 1.98
        sys/arch/alpha/include/pcb.h: revision 1.13
   - Change FPCPU_LOCK() such that the caller is responsible for blocking
     IPIs in the MULTIPROCESSOR case.  Adjust all callers.
   - In fpusave_cpu(), block IPIs for the entire duration (while we have
     CPUF_FPUSAVE set in ci_flags) to fix the deadlock that leads to
     "panic: fpsave ipi didn't", as described in PR port-alpha/26383.
     Many thanks to Michael Hitch for the analysis and initial patch which
     this one is derived from.
VersionDeltaFile
1.12.8.1+6-18sys/arch/alpha/include/pcb.h
1.282.2.1.2.1+16-7sys/arch/alpha/alpha/machdep.c
1.92.2.2.2.1+10-4sys/arch/alpha/alpha/trap.c
+32-293 files

NetBSD/src efe20aesys/arch/amd64/include reg.h

   Pull up following revision(s) (requested by riz in ticket #5621):
        sys/arch/amd64/include/reg.h: revision 1.3
   Pull in machine/fpu.h to pick up fxsave64
VersionDeltaFile
1.2.4.1+2-1sys/arch/amd64/include/reg.h
+2-11 files

NetBSD/src 6e81564distrib/utils/sysinst menus.mi

   Pull up following revision(s) (requested by xtraeme in ticket #5619):
        distrib/utils/sysinst/menus.mi: revision 1.22
   Do not show the softdep option when the fstype is not FFS, from dsl@.
VersionDeltaFile
1.16.2.1.2.2+8-1distrib/utils/sysinst/menus.mi
+8-11 files

NetBSD/src 55a82aclib/libpthread_dbg pthread_dbg.c

   Pull up following revision(s) (requested by riz in ticket #5615):
        lib/libpthread_dbg/pthread_dbg.c: revision 1.25
   Cast integer to pointer types via intptr_t.
   Problem reported by Havard Eidnes while building evbsh5.
VersionDeltaFile
1.16.4.4+3-3lib/libpthread_dbg/pthread_dbg.c
+3-31 files

NetBSD/src ef63477lib/libpthread_dbg pthread_dbg.c pthread_dbg_int.h

   Pull up following revision(s) (requested by riz in ticket #5615):
        lib/libpthread_dbg/pthread_dbg_int.h: revision 1.5
        lib/libpthread_dbg/pthread_dbg.c: revision 1.23
   Avoid depending on declarations of struct reg and struct fpreg by using
   the proc_regsize() callback to allocate reg and fpreg buffers as part of the
   proc state (lazily initialized by the PT_STATE_RUNNING case of
   td_thr_suspend()).
   Fixes build on sh3 (and probably sh5) platforms.
VersionDeltaFile
1.16.4.2+47-12lib/libpthread_dbg/pthread_dbg.c
1.3.4.2+4-1lib/libpthread_dbg/pthread_dbg_int.h
+51-132 files

NetBSD/src 0f741dbgnu/dist/cvs/src cvsbug.in cvsbug.in

   Pull up following revision(s) (requested by tron in ticket #5613):
        gnu/dist/cvs/src/cvsbug.in: revision 1.3
   Fix vulnerability reported in SA16553 using the Red Hat patch.
VersionDeltaFile
1.2.4.1+2-2gnu/dist/cvs/src/cvsbug.in
1.2.2.1+2-2gnu/dist/cvs/src/cvsbug.in
+4-42 files

NetBSD/src b008d0busr.bin/less/less line.c

   Pull up following revision(s) (requested by tron in ticket #5612):
        usr.bin/less/less/line.c: revision 1.10
   Fix a one byte off error which causes "less" to crash if you view a
   large file, jump to the end, scroll backwards with "b" and try to
   search backwards afterwards.
VersionDeltaFile
1.8.4.1+3-3usr.bin/less/less/line.c
+3-31 files

NetBSD/src 894f7a8sys/arch/i386/i386 pmap.c

   Pull up following revision(s) (requested by yamt in ticket #5611):
        sys/arch/i386/i386/pmap.c: revision 1.184
   pmap_enter: fix an uninitialized variable bug which can cause
   "TLB IPI rendezvous failed".
VersionDeltaFile
1.171.2.1.2.2+5-3sys/arch/i386/i386/pmap.c
+5-31 files

NetBSD/src 97e7d4esys/kern kern_exit.c

   Pull up following revision(s) (requested by yamt in ticket #5609):
        sys/kern/kern_exit.c: revision 1.149
   exit_lwps: fix a race which causes a panic "setrunnable: lwp %p state was %d".
VersionDeltaFile
1.139.4.1+4-4sys/kern/kern_exit.c
+4-41 files

NetBSD/src 8bc6c07sys/dev/ic i82557.c

   Pull up following revision(s) (requested by junyoung in ticket #5608):
        sys/dev/ic/i82557.c: revision 1.92 via patch
   Make microcode loading work on big endian machines.
   Reported and patch supplied by yongari at freebsd a long time ago.
VersionDeltaFile
1.81.2.2.2.2+6-5sys/dev/ic/i82557.c
+6-51 files

NetBSD/src 59ab0e2distrib/notes/common main

   First cut at updated release notes for 2.1 .
VersionDeltaFile
1.253.2.10.2.6+196-4distrib/notes/common/main
+196-41 files

NetBSD/src e37a856sys/dev/ic wdc.c

   Apply patch (requested by bouyer in ticket #5605):
   On NetBSD 2.x chp->ch_wdc can be NULL in some case, check for this.
   This avoids panics in wdcprobe().
VersionDeltaFile
1.172.2.7.2.10+3-3sys/dev/ic/wdc.c
+3-31 files

NetBSD/src fb514efdistrib/notes/common contents

   Pull up revision 1.116 (requested by riz in ticket #5596):
   Add an amd64 'Quick install notes for the impatient' bit, and
   touch up the amd64 directory structure.
VersionDeltaFile
1.97.2.9.2.2+14-3distrib/notes/common/contents
+14-31 files

NetBSD/src 8229025distrib/notes/amd64 hardware Makefile

   Pull up revision 1.1 (requested by riz in ticket #5595):
   Create the release notes framework for the amd64 port.  These are,
   for the most part, skeleton files that allow the amd64 INSTALL document
   to have all the platform-independent bits, with very little MD stuff.
   The MD pieces will have to wait for someone familiar with the platform
   to add them.
VersionDeltaFile
1.1.2.2+6-0distrib/notes/amd64/hardware
1.1.2.2+5-0distrib/notes/amd64/Makefile
1.1.2.2+3-0distrib/notes/amd64/upgrade
1.1.2.2+3-0distrib/notes/amd64/install
1.1.2.2+3-0distrib/notes/amd64/xfer
1.1.2.2+2-0distrib/notes/amd64/whatis
+22-02 files not shown
+25-08 files

NetBSD/src c29273ddistrib/notes Makefile

   Pull up revision 1.35 (requested by riz in ticket #5595):
   Create the release notes framework for the amd64 port.  These are,
   for the most part, skeleton files that allow the amd64 INSTALL document
   to have all the platform-independent bits, with very little MD stuff.
   The MD pieces will have to wait for someone familiar with the platform
   to add them.
VersionDeltaFile
1.32.4.1+2-1distrib/notes/Makefile
+2-11 files

NetBSD/src d7b281dsys/dev/pci piixide.c

   Pull up following revision(s) (requested by bouyer in ticket #5602):
        sys/dev/pci/piixide.c: revision 1.24
   Not all PIIX are wired to compat mode these days. Problem reported and fix
   tested by Havard Eidnes.
VersionDeltaFile
1.8.2.1.2.4+5-5sys/dev/pci/piixide.c
+5-51 files

NetBSD/src 601ea47distrib/utils/sysinst msg.mi.de

   Pull up following revision(s) (requested by martin in ticket #5600):
        distrib/utils/sysinst/msg.mi.de: revision 1.22
   Fix PR/31023 completely - the messages should not have been displayed at all...
VersionDeltaFile
1.6.2.5.2.3+1-7distrib/utils/sysinst/msg.mi.de
+1-71 files

NetBSD/src aa79fdfsys/kern uipc_socket.c

   Pull up following revision(s) (requested by christos in ticket #5598):
        sys/kern/uipc_socket.c: revision 1.105 via patch
   PR/26210: Matthew Mondor: Since revision 1.14 when net-2 was merged,
   the code to do receive packet accounting has been disabled for no apparent
   reason. Re-enable it.
VersionDeltaFile
1.97.2.1.2.1+2-4sys/kern/uipc_socket.c
+2-41 files

NetBSD/src 7c94b27sys/dev/ic aic7xxx.c

   Pull up following revision(s) (requested by bouyer in ticket #5590):
        sys/dev/ic/aic7xxx.c: revision 1.115
   We can't free struct ahc_softc on NetBSD either, because it comes from
   config(9). Fix a corruption on alldevs list when an ahc device fails to
   initialise.
VersionDeltaFile
1.109.4.1+4-4sys/dev/ic/aic7xxx.c
+4-41 files

NetBSD/src 7956a54distrib/notes/i386 hardware

   Pull up revision 1.117 (requested by rpaulo in ticket #5594):
   We support SMP these days.  Noted by David H. Gutteridge in PR port-i386/28663.
VersionDeltaFile
1.113.2.2.2.5+1-5distrib/notes/i386/hardware
+1-51 files

NetBSD/src ff64b4asys/dev/usb uplcom.c

   Pull up revision 1.45 (requested by martin in ticket #5576):
   Back out the "it is not completely clear" part of revision 1.37 - it
   effectively swapped RTS and DTR, apparently on all versions of the chip.
   This fixes PR kern/30685.
VersionDeltaFile
1.34.2.3.2.2+4-13sys/dev/usb/uplcom.c
+4-131 files

NetBSD/src 85e22b8distrib/notes/macppc prep prep

   Pull up revision 1.41 (requested by riz in ticket #5581):
   Get rid of some superfluous "No Ns" calls before punctuation.
VersionDeltaFile
1.40.4.1+2-2distrib/notes/macppc/prep
1.40.2.1+2-2distrib/notes/macppc/prep
+4-42 files

NetBSD/src 0f717d8distrib/notes/macppc install install

   Pull up revision 1.32 (requested by riz in ticket #5581):
   Get rid of some superfluous "No Ns" calls before punctuation.
VersionDeltaFile
1.31.2.1.2.1+4-4distrib/notes/macppc/install
1.31.2.2+4-4distrib/notes/macppc/install
+8-82 files

NetBSD/src d326738distrib/notes/cats prep prep

   Pull up revision 1.8 (requested by riz in ticket #5581):
   Get rid of some superfluous "No Ns" calls before punctuation.
VersionDeltaFile
1.7.4.1+2-2distrib/notes/cats/prep
1.7.2.1+2-2distrib/notes/cats/prep
+4-42 files

NetBSD/src eeacfb5distrib/notes/macppc prep.OPENFIRMWARE prep.OPENFIRMWARE

   Pull up revision 1.6 (requested by riz in ticket #5581):
   Get rid of some superfluous "No Ns" calls before punctuation.
VersionDeltaFile
1.5.4.1+22-22distrib/notes/macppc/prep.OPENFIRMWARE
1.5.2.1+22-22distrib/notes/macppc/prep.OPENFIRMWARE
+44-442 files

NetBSD/src 0a02105distrib/notes/sandpoint install install

   Pull up revision 1.3 (requested by riz in ticket #5581):
   Get rid of some superfluous "No Ns" calls before punctuation.
VersionDeltaFile
1.2.6.1+2-2distrib/notes/sandpoint/install
1.2.4.1+2-2distrib/notes/sandpoint/install
+4-42 files

NetBSD/src 748939fdistrib/notes/common xfer

   Pull up revision 1.47 (requested by riz in ticket #5577):
   s/When you chose/If you choose/
VersionDeltaFile
1.39.2.5.2.2+3-3distrib/notes/common/xfer
+3-31 files

NetBSD/src 15c9157distrib/notes/common sysinst

   Pull up revision 1.72 via patch (requested by riz in ticket #5575):
   There is no "It-span" macro, replace with "It"; size column correctly
   to fix a formatting error (hi hubertf!). Empty lines should have a single
   dot, not two or none.
VersionDeltaFile
1.68.2.3.2.2+2-2distrib/notes/common/sysinst
+2-21 files

NetBSD/src 3687fdedistrib/notes/common postinstall postinstall

   Pull up revision 1.59 (requested by riz in ticket #5571):
   Packages.txt has been obsoleted, point to doc/pkgsrc.txt.
   Whitespace and casing nit fixes.
VersionDeltaFile
1.54.2.4+3-3distrib/notes/common/postinstall
1.54.2.3.2.1+3-3distrib/notes/common/postinstall
+6-62 files