NetBSD/src fa48932doc CHANGES-3.0, gnu/usr.bin/groff/tmac mdoc.local

   Welcome to NetBSD 3.0_RC1.
VersionDeltaFile
1.1.2.313+6-1doc/CHANGES-3.0
1.22.2.2+3-3gnu/usr.bin/groff/tmac/mdoc.local
1.211.2.2+2-2sys/sys/param.h
+11-63 files

NetBSD/src af30712distrib/notes/i386 whatis

   Remove outdated contents.
VersionDeltaFile
1.16.4.2+1-8distrib/notes/i386/whatis
+1-81 files

NetBSD/src 8ec0b9cdistrib/notes/common main

   Add more new features.
VersionDeltaFile
1.278.2.13+25-6distrib/notes/common/main
+25-61 files

NetBSD/src 9578ad5distrib/notes/i386 upgrade

   Remove section about NetBSD-i386 switching from a.out to ELF. That
   happened a long time ago.
VersionDeltaFile
1.22.6.1+1-30distrib/notes/i386/upgrade
+1-301 files

NetBSD/src 0485a34sys/kern kern_lwp.c

   Pull up following revision(s) (requested by chs in ticket #954):
        sys/kern/kern_lwp.c: revision 1.33
   disallow non-SA LWP syscalls for SA processes.  they add no value
   in this context, only headaches.
VersionDeltaFile
1.29.4.2+9-0sys/kern/kern_lwp.c
+9-01 files

NetBSD/src c2baef4sys/kern kern_sig.c

   Pull up following revision(s) (requested by chs in ticket #954):
        sys/kern/kern_sig.c: revision 1.211
   in kpsignal2(), do not try to wake up a cached LWP for SA processes
   in the case where we're sending SIGKILL but all LWPs are not signalable.
   some LWP will wake up soon enough to process the signal, and there may
   not be any LWPs in the cache to wake up anyway.  fixes PR 28886 and PR 26771.
   also, add a missing "break" pointed out by yamt.
VersionDeltaFile
1.202.2.2+3-14sys/kern/kern_sig.c
+3-141 files

NetBSD/src 1d034aabin/ps ps.1

   Pull up following revision(s) (requested by chs in ticket #953):
        bin/ps/ps.1: revision 1.72
   add "uaddr" and improve text for "laddr".
VersionDeltaFile
1.71.2.1+8-4bin/ps/ps.1
+8-41 files

NetBSD/src 8ac3e59usr.sbin/mtree mtree.8

   Pull up following revision(s) (requested by elad in ticket #952):
        usr.sbin/mtree/mtree.8: revision 1.42
   SHA2 support has been pulled up to NetBSD 3.0, update the history part.
VersionDeltaFile
1.39.2.2+3-3usr.sbin/mtree/mtree.8
+3-31 files

NetBSD/src dc5f719sys/dev/usb if_axe.c

   Pull up following revision(s) (requested by tron in ticket #950):
        sys/dev/usb/if_axe.c: revision 1.10
   Apply big endian fixes submitted by Garrett D'Amore in PR kern/32032.
VersionDeltaFile
1.7.2.1+7-5sys/dev/usb/if_axe.c
+7-51 files

NetBSD/src 6cbf8b9usr.sbin/pkg_install/lib dewey.c

   Pull up following revision(s) (requested by wiz in ticket #949):
        usr.sbin/pkg_install/lib/dewey.c: revision 1.3
   Remove some unnecessary header includes.
VersionDeltaFile
1.1.2.4+3-15usr.sbin/pkg_install/lib/dewey.c
+3-151 files

NetBSD/src 7d6e4dfbin/pax tar.c

   Pull up following revision(s) (requested by christos in ticket #946):
        bin/pax/tar.c: revision 1.62
   PR/20071: Perry Metzger: --extract handling is broken. This patch fixes
   Perry's example.
VersionDeltaFile
1.61.2.1+3-4bin/pax/tar.c
+3-41 files

NetBSD/src f20554esys/dev/pcmcia pcmciadevs.h pcmciadevs_data.h

   Regen for ticket #945.
VersionDeltaFile
1.210.2.2+2-2sys/dev/pcmcia/pcmciadevs.h
1.210.2.2+1-1sys/dev/pcmcia/pcmciadevs_data.h
+3-32 files

NetBSD/src ae10770sys/dev/pcmcia pcmciadevs

   Pull up following revision(s) (requested by tsutsui in ticket #945):
        sys/dev/pcmcia/pcmciadevs: revision 1.213
   Fix pp_cisinfo[0] of the TEAC IDECARDII entry.
   If pp_cisinfo[0] is NULL, current pcmcia_product_lookup()
   never matches the device.
VersionDeltaFile
1.208.6.4+1-1sys/dev/pcmcia/pcmciadevs
+1-11 files

NetBSD/src d80d621sys/kern vfs_vnops.c

   Pull up following revision(s) (requested by hannken in ticket #944):
        sys/kern/vfs_vnops.c: revision 1.99
   vput() -> vrele(). Vnode is already unlocked.
   With much help from Pavel Cahyna.
   Fixes PR 32005.
VersionDeltaFile
1.86.2.10+3-3sys/kern/vfs_vnops.c
+3-31 files

NetBSD/src 0b7450cusr.bin/cap_mkdb cap_mkdb.c

   Pull up following revision(s) (requested by christos in ticket #943):
        usr.bin/cap_mkdb/cap_mkdb.c: revision 1.22
   Write the database file into a temporary file first, because otherwise if
   we don't specify an output filename, the database file we create will end
   up being used during population as the database file to find entries quickly.
VersionDeltaFile
1.21.2.1+8-3usr.bin/cap_mkdb/cap_mkdb.c
+8-31 files

NetBSD/src 4d2bb2cusr.sbin/pkg_install/lib version.h

   Pullup rev 1.71 (requested by dillo in ticket #941)
    Don't add INSTALLED_INFO to the list of files to extract from binary
    packages, it will never be there.
    Fixes pkg_info -B against binary packages broken when INSTALLED_INFO
    support was added.
    Bump version.
VersionDeltaFile
1.64.2.7+1-1usr.sbin/pkg_install/lib/version.h
+1-11 files

NetBSD/src fb86242usr.sbin/pkg_install/info perform.c

   Pullup rev 1.65 (requested by dillo in ticket #941)
    Don't add INSTALLED_INFO to the list of files to extract from binary
    packages, it will never be there.
    Fixes pkg_info -B against binary packages broken when INSTALLED_INFO
    support was added.
    Bump version.
VersionDeltaFile
1.62.2.3+0-2usr.sbin/pkg_install/info/perform.c
+0-21 files

NetBSD/src 2760ea1usr.sbin/pkg_install/create perform.c

   Pullup rev 1.42 (requested by wiz in ticket #940)
    Sync with pkgsrc: wrap some headers in #ifs.
    Replace wait(2) with equivalent waitpid(2); for Linux.
VersionDeltaFile
1.40.2.2+1-1usr.sbin/pkg_install/create/perform.c
+1-11 files

NetBSD/src ab8aa72sys/uvm uvm_amap.c

   Pullup via patch (requested in ticket #939 by chs)

     In amap_cow_now(), handle the case where we have to sleep and some of the
     already-copied pages are paged out.  anons that have already been copied
     will have refcount == 1, whereas anons that still need to be copied will
     have refcount > 1. PR#25392, PR#30257, PR#31924
VersionDeltaFile
1.57.4.1+76-67sys/uvm/uvm_amap.c
+76-671 files

NetBSD/src a2f95f3usr.sbin/pkg_install/lib automatic.c var.c

   Pull up following revision(s) (requested by wiz in ticket #938):
        usr.sbin/pkg_install/lib/var.c: revision 1.3
        usr.sbin/pkg_install/lib/automatic.c: revision 1.2
   Use config.h and add appropriate #if HAVE_FOO_H.
VersionDeltaFile
1.2.2.3+20-2usr.sbin/pkg_install/lib/automatic.c
1.3.2.4+16-2usr.sbin/pkg_install/lib/var.c
+36-42 files

NetBSD/src fa9ebb2usr.sbin/pkg_install/add perform.c, usr.sbin/pkg_install/lib config.h ftpio.c

   Pull up following revision(s) (requested by wiz in ticket #938):
        usr.sbin/pkg_install/lib/pen.c: revision 1.35
        usr.sbin/pkg_install/lib/lib.h: revision 1.78
        usr.sbin/pkg_install/info/show.c: revision 1.33
        usr.sbin/pkg_install/info/main.c: revision 1.47
        usr.sbin/pkg_install/lib/pkgdb.c: revision 1.22
        usr.sbin/pkg_install/admin/main.c: revision 1.50
        usr.sbin/pkg_install/lib/plist.c: revision 1.50
        usr.sbin/pkg_install/create/perform.c: revision 1.41
        usr.sbin/pkg_install/lib/version.c: revision 1.2
        usr.sbin/pkg_install/lib/fexec.c: revision 1.8
        usr.sbin/pkg_install/lib/file.c: revision 1.74
        usr.sbin/pkg_install/lib/ftpio.c: revision 1.69
        usr.sbin/pkg_install/lib/nbcompat.h: revision 1.1
        usr.sbin/pkg_install/create/main.c: revision 1.28
        usr.sbin/pkg_install/lib/global.c: revision 1.7
        usr.sbin/pkg_install/add/futil.c: revision 1.15
        usr.sbin/pkg_install/info/perform.c: revision 1.64
        usr.sbin/pkg_install/lib/defs.h: revision 1.2

    [14 lines not shown]
VersionDeltaFile
1.1.2.2+193-0usr.sbin/pkg_install/lib/config.h
1.66.2.3+43-0usr.sbin/pkg_install/lib/ftpio.c
1.107.2.5+42-0usr.sbin/pkg_install/add/perform.c
1.21.2.1+39-2usr.sbin/pkg_install/lib/pkgdb.c
1.74.2.4+26-0usr.sbin/pkg_install/lib/lib.h
1.73.2.1+24-2usr.sbin/pkg_install/lib/file.c
+367-424 files not shown
+649-2530 files

NetBSD/src 9969f71usr.sbin/pkg_install/lib dewey.c str.c

   Pull up following revision(s) (requested by wiz in ticket #938):
        usr.sbin/pkg_install/lib/Makefile: revision 1.25
        usr.sbin/pkg_install/lib/dewey.c: revision 1.1
        usr.sbin/pkg_install/lib/dewey.h: revision 1.1
        usr.sbin/pkg_install/lib/str.c: revision 1.55
   Split dewey compare functions into their own file dewey.c so they
   can be used in a forthcoming Perl module.
   Joint work with Thomas Klausner.
VersionDeltaFile
1.1.2.2+282-0usr.sbin/pkg_install/lib/dewey.c
1.50.2.5+6-271usr.sbin/pkg_install/lib/str.c
1.1.2.2+19-0usr.sbin/pkg_install/lib/dewey.h
1.23.2.2+2-1usr.sbin/pkg_install/lib/Makefile
+309-2724 files

NetBSD/src b149c40usr.sbin/pkg_install/admin main.c, usr.sbin/pkg_install/info perform.c show.c

   Pull up following revision(s) (requested by wiz in ticket #938):
        usr.sbin/pkg_install/lib/lib.h: revision 1.77
        usr.sbin/pkg_install/info/show.c: revision 1.32
        usr.sbin/pkg_install/info/main.c: revision 1.46
        usr.sbin/pkg_install/lib/var.c: revision 1.1
        usr.sbin/pkg_install/lib/Makefile: revision 1.24
        usr.sbin/pkg_install/info/pkg_info.1: revision 1.50
        usr.sbin/pkg_install/admin/pkg_admin.1: revision 1.36
        usr.sbin/pkg_install/add/add.h: revision 1.8
        usr.sbin/pkg_install/add/pkg_add.1: revision 1.61
        usr.sbin/pkg_install/info/info.h: revision 1.21
        usr.sbin/pkg_install/lib/automatic.c: revision 1.1
        usr.sbin/pkg_install/info/perform.c: revision 1.63
        usr.sbin/pkg_install/add/perform.c: revision 1.112
        usr.sbin/pkg_install/admin/main.c: revision 1.49
        usr.sbin/pkg_install/lib/version.h: revision 1.70
        usr.sbin/pkg_install/add/main.c: revision 1.35
   Implement framework to store variable=value pairs about an installed package.
   Use this in pkg_add to mark installed dependencies as automatically installed.

    [9 lines not shown]
VersionDeltaFile
1.3.2.2+239-0usr.sbin/pkg_install/lib/var.c
1.48.2.1+117-11usr.sbin/pkg_install/admin/main.c
1.2.2.2+80-0usr.sbin/pkg_install/lib/automatic.c
1.62.2.1+47-22usr.sbin/pkg_install/info/perform.c
1.31.2.1+10-39usr.sbin/pkg_install/info/show.c
1.45.2.1+23-12usr.sbin/pkg_install/info/main.c
+516-8410 files not shown
+618-13616 files

NetBSD/src 676a33bsys/fs/msdosfs msdosfs_vnops.c denode.h

   Pull up following revision(s) (requested by christos in ticket #937):
        sys/fs/msdosfs/denode.h: revision 1.10
        sys/fs/msdosfs/msdosfs_vnops.c: revision 1.22
   PR/32003: Brian Buhrow: msdosfs doesn't properly zero out high cluster data
   on non-FAT32 msdos filesystems.
VersionDeltaFile
1.14.2.2+7-2sys/fs/msdosfs/msdosfs_vnops.c
1.4.14.3+4-2sys/fs/msdosfs/denode.h
+11-42 files

NetBSD/src 9bef152bin/ps keyword.c

   Pull up following revision(s) (requested by chs in ticket #936):
        bin/ps/keyword.c: revision 1.45
   add a keyword for the uarea address.  very useful with crashdumps.
VersionDeltaFile
1.43.2.1+3-2bin/ps/keyword.c
+3-21 files

NetBSD/src 987daedsbin/newfs mkfs.c

   Pull up following revision(s) (requested by chs in ticket #935):
        sbin/newfs/mkfs.c: revision 1.92
   don't set fs_maxsymlinklen and fs_old_inodefmt twice,
   we set them correctly the first time.  fixes PR 26995.
VersionDeltaFile
1.88.2.1+2-7sbin/newfs/mkfs.c
+2-71 files

NetBSD/src 98d9781lib/libkvm kvm_x86_64.c

   Pull up following revision(s) (requested by chs in ticket #934):
        lib/libkvm/kvm_x86_64.c: revision 1.5
   Fix parsing the page tables.
VersionDeltaFile
1.4.6.1+6-6lib/libkvm/kvm_x86_64.c
+6-61 files

NetBSD/src 9c82e88sys/dev/sbus be.c

   Pull up following revision(s) (requested by bouyer in ticket #933):
        sys/dev/sbus/be.c: revision 1.46
   ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1q
   encaptulation header is ETHER_VLAN_ENCAP_LEN. Pointed out by der Mouse on
   tech-kern.
VersionDeltaFile
1.45.4.1+3-3sys/dev/sbus/be.c
+3-31 files

NetBSD/src 0da193ausr.sbin/rpc.statd stat_proc.c

   Pull up following revision(s) (requested by bouyer in ticket #932):
        usr.sbin/rpc.statd/stat_proc.c: revision 1.7
   When forking, we keep a reference to the status db file, and if the
   memory copy of the file is dirty, is will be synced when the child exists.
   But the parent may have done changes to the database in the meantime, resulting
   in a db corruption.
   Fix this by calling sync_file() just before the fork. The child will still have
   a reference to the db, but won't try to write it on exit.
VersionDeltaFile
1.6.10.1+3-2usr.sbin/rpc.statd/stat_proc.c
+3-21 files

NetBSD/src aafe5bfdistrib/utils/sysinst util.c

   Pull up following revision(s) (requested by dsl in ticket #931):
        distrib/utils/sysinst/util.c: revision 1.137
   Don't redisplay the title messages before displaying sub-menus during set
   selection (eg selecting the X sets).
   libcurses got changed earlier in the year so that the erase (and refresh)
   of the message window caused all the unchanged spaces to be redrawn
   overwriting most of the main set selection window.
VersionDeltaFile
1.135.2.2+3-3distrib/utils/sysinst/util.c
+3-31 files