Displaying 1 50 of 475,152 commits (0.021s)

NetBSD — doc CHANGES-6.1

    Update ticket 869.
Delta File
+2 -2 doc/CHANGES-6.1
+2 -2 1 file

NetBSD — lib/libc/thread-stub thread-stub.c

    Pull up following revision(s) (requested by joerg in ticket #869):
    
    Needed to fix build on alpha:
    
            lib/libc/thread-stub/thread-stub.c: revision 1.25
    Weak alias directly to the catchall stub and don't strong alias twice.
Delta File
+3 -4 lib/libc/thread-stub/thread-stub.c
+3 -4 1 file

NetBSD — doc CHANGES-6.1, sys/sys param.h

    Welcome to 6.1_RC4!
Delta File
+6 -1 doc/CHANGES-6.1
+2 -2 sys/sys/param.h
+8 -3 2 files

NetBSD — doc CHANGES-6.1

    Tickets 877,878,880,881
Delta File
+22 -1 doc/CHANGES-6.1
+22 -1 1 file

NetBSD — doc CHANGES-6.0.2

    Tickets 878, 880, 881
Delta File
+17 -1 doc/CHANGES-6.0.2
+17 -1 1 file

NetBSD — sys/arch/x68k/dev ite_tv.c

    Pull up following revision(s) (requested by isaki in ticket #881):
            sys/arch/x68k/dev/ite_tv.c: revision 1.16
    Fix a kernel panic by printf(1).
    The 2nd byte of ISO-2022-JP must be 0x21-0x7e.  Especially,
    the character code less than 0x2121 causes SEGV, because a
    font address points outside of the CGROM.
    Reported by tsutsui@.  Should be pulled up to netbsd-6.
Delta File
+18 -18 sys/arch/x68k/dev/ite_tv.c
+18 -18 1 file

NetBSD — sys/arch/x68k/dev ite_tv.c

    Pull up following revision(s) (requested by isaki in ticket #881):
            sys/arch/x68k/dev/ite_tv.c: revision 1.16
    Fix a kernel panic by printf(1).
    The 2nd byte of ISO-2022-JP must be 0x21-0x7e.  Especially,
    the character code less than 0x2121 causes SEGV, because a
    font address points outside of the CGROM.
    Reported by tsutsui@.  Should be pulled up to netbsd-6.
Delta File
+18 -18 sys/arch/x68k/dev/ite_tv.c
+18 -18 1 file

NetBSD — distrib/hp300/ramdisk Makefile, etc/etc.hp300 MAKEDEV.conf

    Pull up following revision(s) (requested by tsutsui in ticket #880):
            etc/etc.hp300/MAKEDEV.conf: revision 1.14
            distrib/hp300/ramdisk/Makefile: revision 1.32
    Fix yet another "openpty() failed" error during sysinst.
    Prepare a new entry for ramdisk that includes ipty target in
    etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
    See also PR/46812, PR/47123, and PR/47774.
    We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
    but it's better to shrink ramdisk size as much as possible.
    Should be pulled up to both netbsd-6 and netbsd-6-0.
Delta File
+14 -1 etc/etc.hp300/MAKEDEV.conf
+2 -2 distrib/hp300/ramdisk/Makefile
+16 -3 2 files

NetBSD — distrib/hp300/ramdisk Makefile, etc/etc.hp300 MAKEDEV.conf

    Pull up following revision(s) (requested by tsutsui in ticket #880):
            etc/etc.hp300/MAKEDEV.conf: revision 1.14
            distrib/hp300/ramdisk/Makefile: revision 1.32
    Fix yet another "openpty() failed" error during sysinst.
    Prepare a new entry for ramdisk that includes ipty target in
    etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
    See also PR/46812, PR/47123, and PR/47774.
    We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
    but it's better to shrink ramdisk size as much as possible.
    Should be pulled up to both netbsd-6 and netbsd-6-0.
Delta File
+14 -1 etc/etc.hp300/MAKEDEV.conf
+2 -2 distrib/hp300/ramdisk/Makefile
+16 -3 2 files

NetBSD — sys/dev/scsipi ses.c

    Pull up following revision(s) (requested by jakllsch in ticket #878):
            sys/dev/scsipi/ses.c: revision 1.45
    Add detach support. From martin@.
    "Works for me."
    Addresses PR 44283.
Delta File
+27 -4 sys/dev/scsipi/ses.c
+27 -4 1 file

NetBSD — sys/dev/scsipi ses.c

    Pull up following revision(s) (requested by jakllsch in ticket #878):
            sys/dev/scsipi/ses.c: revision 1.45
    Add detach support. From martin@.
    "Works for me."
    Addresses PR 44283.
Delta File
+27 -4 sys/dev/scsipi/ses.c
+27 -4 1 file

NetBSD — lib/libpthread pthread_condattr.3

    Pull up following revision(s) (requested by enami in ticket #877):
            lib/libpthread/pthread_condattr.3: revision 1.9
    Fix pasto.
Delta File
+2 -2 lib/libpthread/pthread_condattr.3
+2 -2 1 file

NetBSD — doc CHANGES-6.1

    Ticket 869, and adjust ticket 705.
Delta File
+19 -1 doc/CHANGES-6.1
+19 -1 1 file

NetBSD — etc/etc.x68k MAKEDEV.conf

    Pull up following revision(s) (requested by tsutsui in ticket #705):
    
    Additional pullup needed to fix ticket 705:
    
            etc/etc.x68k/MAKEDEV.conf: revision 1.14
    Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
    Sort bpf to come directly after 'std' where relevant.
    * (apart from etc.evbppc who's ramdisk target *only* builds md0,
      which just doesn't make sense).
    Should allow a fighting chance for dhcpcd to get an IP address.
Delta File
+2 -2 etc/etc.x68k/MAKEDEV.conf
+2 -2 1 file

NetBSD — lib/libc/include reentrant.h, lib/libc/thread-stub thread-stub.c

    Pull up following revision(s) (requested by manu in ticket #869):
            lib/libpthread/pthread_rwlock.c: revision 1.33
            lib/libc/include/reentrant.h: revision 1.16
            lib/libpthread/pthread_cond.c: revision 1.59
            lib/libpthread/pthread_misc.c: revision 1.15
            lib/libc/thread-stub/thread-stub.c: revision 1.23
            lib/libpthread/pthread_cancelstub.c: revision 1.38
            lib/libpthread/pthread_specific.c: revision 1.26
            lib/libpthread/pthread_mutex.c: revision 1.56
            lib/libpthread/pthread_tsd.c: revision 1.11
            lib/libpthread/Makefile: revision 1.80
            lib/libpthread/pthread.c: revision 1.143
            lib/libpthread/pthread_int.h: revision 1.89
    - Allow libpthread to be dlopened again, by providing libc stubs to
    libpthread.
    - Fail if the dlopened libpthread does pthread_create(). From manu@
    - Discussed at length in the mailing lists; approved by core@
    - This was chosen as the least intrusive patch that will provide
      the necessary functionality.
    XXX: pullup to 6
Delta File
+28 -34 lib/libc/thread-stub/thread-stub.c
+51 -1 lib/libc/include/reentrant.h
+31 -2 lib/libpthread/pthread.c
+27 -3 lib/libpthread/pthread_mutex.c
+21 -4 lib/libpthread/pthread_rwlock.c
+14 -2 lib/libpthread/pthread_cond.c
+39 -17 6 files not shown
+211 -63 12 files

NetBSD — sys/uvm uvm_page.c

    fix an assertion
Delta File
+4 -3 sys/uvm/uvm_page.c
+4 -3 1 file

NetBSD — sys/miscfs/genfs genfs_io.c

    revert unnecessary diff
Delta File
+3 -3 sys/miscfs/genfs/genfs_io.c
+3 -3 1 file

NetBSD — external/bsd/pkg_install/dist/add perform.c, external/bsd/pkg_install/dist/admin pkg_admin.1

    Import pkg_install from current pkgsrc.
    Licence changes and less warnings when opsys doesn't match build
    host opsys version, and documentation updates.
Delta File
+93 -61 external/bsd/pkg_install/dist/info/pkg_info.1
+28 -20 external/bsd/pkg_install/dist/lib/license.c
+8 -8 external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
+6 -2 external/bsd/pkg_install/dist/add/perform.c
+5 -3 external/bsd/pkg_install/dist/admin/pkg_admin.1
+3 -3 external/bsd/pkg_install/dist/info/main.c
+2 -2 external/bsd/pkg_install/dist/lib/version.h
+145 -99 7 files

NetBSD — doc CHANGES-6.1

    Ticket 863
Delta File
+17 -1 doc/CHANGES-6.1
+17 -1 1 file

NetBSD — distrib/sets/lists/base ad.mips64eb ad.mips64el, distrib/sets/lists/comp ad.mips64el ad.mips64eb

    Pull up following revision(s) (requested by christos in ticket #863) via patch:
            distrib/sets/lists/base/ad.mips64eb:        patch
            distrib/sets/lists/base/ad.mips64el:        patch
            distrib/sets/lists/base/md.amd64:        patch
            distrib/sets/lists/base/md.sparc64:        patch
            distrib/sets/lists/base/shl.mi:                patch
            distrib/sets/lists/comp/ad.mips64eb:        patch
            distrib/sets/lists/comp/ad.mips64el:        patch
            distrib/sets/lists/comp/md.amd64:        patch
            distrib/sets/lists/comp/md.sparc64:        patch
            distrib/sets/lists/comp/shl.mi:                patch
            lib/libpthread/shlib_version:                patch
    bump libpthread minor for pthread_cond_setclock to libpthread.so.1.1.
    Note that this is not the same as libpthread.so.1.1 from HEAD.
Delta File
+3 -3 distrib/sets/lists/base/ad.mips64eb
+3 -3 distrib/sets/lists/base/ad.mips64el
+3 -3 distrib/sets/lists/comp/ad.mips64el
+3 -3 distrib/sets/lists/comp/ad.mips64eb
+2 -2 distrib/sets/lists/base/shl.mi
+2 -2 distrib/sets/lists/base/md.sparc64
+10 -10 5 files not shown
+26 -26 11 files

NetBSD — doc CHANGES-6.1

    Ticket 862
Delta File
+13 -1 doc/CHANGES-6.1
+13 -1 1 file

NetBSD — lib/libpthread pthread_cond.c

    Pull up following revision(s) (requested by christos in ticket #862):
            lib/libpthread/pthread_cond.c: revision 1.60
            lib/libpthread/pthread_cond.c: revision 1.61
    PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait
    after call pthread_condattr_setclock(CLOCK_MONOTONIC)
    _lwp_park(2) expects a realtime clock, and it gets passed a monotonic
    one.  Since monotonic < real, it never sleeps. This patch adjusts
    the monotonic clock to be a real one before it passes is to
    _lwp_park(2). This is the minimal hacky fix and it will be fixed
    properly in _lwp_park(2) in the future.
    XXX: pullup to 6.
    for safety, declare mono on the outermost block it is used.
Delta File
+24 -4 lib/libpthread/pthread_cond.c
+24 -4 1 file

NetBSD — doc CHANGES-6.0.2, lib/libc/rpc clnt_vc.c

    Revert ticket 875, it doesn't applies to netbsd-6 (the bug was introduced
    in 1.18, netbsd-6 is at 1.17)
Delta File
+1 -7 doc/CHANGES-6.0.2
+3 -3 lib/libc/rpc/clnt_vc.c
+4 -10 2 files

NetBSD — doc CHANGES-6.1, lib/libc/rpc clnt_vc.c

    Revert ticket 875, it doesn't applies to netbsd-6 (the bug was introduced
    in 1.18, netbsd-6 is at 1.17)
Delta File
+1 -7 doc/CHANGES-6.1
+3 -3 lib/libc/rpc/clnt_vc.c
+4 -10 2 files

NetBSD — doc CHANGES-6.0.2

    Tickets #866 #867 #868 #874 #875 #876
Delta File
+38 -1 doc/CHANGES-6.0.2
+38 -1 1 file

NetBSD — doc CHANGES-6.1

    Tickets #864 #865 #866 #867 #868 #870 #874 #875 #876
Delta File
+73 -1 doc/CHANGES-6.1
+73 -1 1 file

NetBSD — sys/kern subr_kmem.c

    Pull up following revision(s) (requested by para in ticket #876):
            sys/kern/subr_kmem.c: revision 1.47
    addresses PR/47512
    properly return NULL for failed allocations not 0x8 with size checks
    enabled.
Delta File
+5 -3 sys/kern/subr_kmem.c
+5 -3 1 file

NetBSD — sys/kern subr_kmem.c

    Pull up following revision(s) (requested by para in ticket #876):
            sys/kern/subr_kmem.c: revision 1.47
    addresses PR/47512
    properly return NULL for failed allocations not 0x8 with size checks
    enabled.
Delta File
+5 -3 sys/kern/subr_kmem.c
+5 -3 1 file

NetBSD — lib/libc/rpc clnt_vc.c

    Pull up following revision(s) (requested by christos in ticket #875):
            lib/libc/rpc/clnt_vc.c: revision 1.22
    PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when
    connections break. Return proper error code.
    XXX: pullup 6
Delta File
+3 -3 lib/libc/rpc/clnt_vc.c
+3 -3 1 file

NetBSD — lib/libc/rpc clnt_vc.c

    Pull up following revision(s) (requested by christos in ticket #875):
            lib/libc/rpc/clnt_vc.c: revision 1.22
    PR/47747: Thorsten Brehm: TCP-based RPC client calls no longer terminate when
    connections break. Return proper error code.
    XXX: pullup 6
Delta File
+3 -3 lib/libc/rpc/clnt_vc.c
+3 -3 1 file

NetBSD — lib/libc/gen getcwd.c realpath.3

    Pull up following revision(s) (requested by christos in ticket #874):
            lib/libc/gen/realpath.3: revision 1.13
            lib/libc/gen/getcwd.c: revision 1.52
    PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes
    flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
Delta File
+36 -27 lib/libc/gen/getcwd.c
+26 -4 lib/libc/gen/realpath.3
+62 -31 2 files

NetBSD — lib/libc/gen getcwd.c realpath.3

    Pull up following revision(s) (requested by christos in ticket #874):
            lib/libc/gen/realpath.3: revision 1.13
            lib/libc/gen/getcwd.c: revision 1.52
    PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes
    flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
Delta File
+36 -27 lib/libc/gen/getcwd.c
+26 -4 lib/libc/gen/realpath.3
+62 -31 2 files

NetBSD — external/gpl3/gcc/dist/gcc/config/vax vax.c vax.md, gnu/dist/gcc4/gcc/config/vax vax.c vax.md

    Pull up following revision(s) (requested by martin in ticket #870):
            gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.17
            external/gpl3/gcc/dist/gcc/config/vax/vax.c: revision 1.3
            gnu/dist/gcc4/gcc/config/vax/vax.c: revision 1.19
            external/gpl3/gcc/dist/gcc/config/vax/vax.md: revision 1.4
    Fix "ashq" second argument sign extension (the assembler does not treat
    -1 as a 64bit value).
    Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875
    Problemm noted by Jonny Billquist (in lint), hint for solution from mouse.
Delta File
+2 -2 external/gpl3/gcc/dist/gcc/config/vax/vax.c
+2 -2 external/gpl3/gcc/dist/gcc/config/vax/vax.md
+2 -2 gnu/dist/gcc4/gcc/config/vax/vax.c
+2 -2 gnu/dist/gcc4/gcc/config/vax/vax.md
+8 -8 4 files

NetBSD — sys/kern subr_xcall.c

    Pull up following revision(s) (requested by rmind in ticket #868):
            sys/kern/subr_xcall.c: revision 1.15
    xc_highpri: fix assert.
Delta File
+3 -3 sys/kern/subr_xcall.c
+3 -3 1 file

NetBSD — sys/kern subr_xcall.c

    Pull up following revision(s) (requested by rmind in ticket #868):
            sys/kern/subr_xcall.c: revision 1.15
    xc_highpri: fix assert.
Delta File
+3 -3 sys/kern/subr_xcall.c
+3 -3 1 file

NetBSD — usr.sbin/dumpfs dumpfs.c

    Pull up following revision(s) (requested by taca in ticket #867):
            usr.sbin/dumpfs/dumpfs.c: revision 1.60
    Show in-filesystem quotas flag instead of unknown flag bit.
Delta File
+5 -3 usr.sbin/dumpfs/dumpfs.c
+5 -3 1 file

NetBSD — usr.sbin/dumpfs dumpfs.c

    Pull up following revision(s) (requested by taca in ticket #867):
            usr.sbin/dumpfs/dumpfs.c: revision 1.60
    Show in-filesystem quotas flag instead of unknown flag bit.
Delta File
+5 -3 usr.sbin/dumpfs/dumpfs.c
+5 -3 1 file

NetBSD — sys/arch/amd64/amd64 machdep.c

    Pull up following revision(s) (requested by taca in ticket #866):
            sys/arch/amd64/amd64/machdep.c: revision 1.193
    Use printf_nolog() as i386 when print remaing bytes at crash dump to
    prevent message buffer with cound down.
Delta File
+3 -3 sys/arch/amd64/amd64/machdep.c
+3 -3 1 file

NetBSD — sys/arch/amd64/amd64 machdep.c

    Pull up following revision(s) (requested by taca in ticket #866):
            sys/arch/amd64/amd64/machdep.c: revision 1.193
    Use printf_nolog() as i386 when print remaing bytes at crash dump to
    prevent message buffer with cound down.
Delta File
+3 -3 sys/arch/amd64/amd64/machdep.c
+3 -3 1 file

NetBSD — sys/arch/vax/boot/xxboot start.S, sys/arch/vax/include disklabel.h

    Pull up following revision(s) (requested by martin in ticket #865):
            sys/arch/vax/include/disklabel.h: revision 1.7
            sys/arch/vax/boot/xxboot/start.S: revision 1.5
            sys/sys/bootblock.h: revision 1.55
            sys/sys/disklabel.h: revision 1.113
            usr.sbin/installboot/arch/vax.c: revision 1.14
            usr.sbin/installboot/arch/vax.c: revision 1.15
            sys/kern/sys_generic.c: revision 1.129
    Revert VAX MAXPARTITION bump to 16, adjusting it to 12 instead. Fix bootblocks
    and installboot for VAX 780 and other machines booting via VMB.EXE.
Delta File
+40 -55 usr.sbin/installboot/arch/vax.c
+41 -4 sys/kern/sys_generic.c
+22 -17 sys/arch/vax/boot/xxboot/start.S
+11 -3 sys/arch/vax/include/disklabel.h
+3 -3 sys/sys/bootblock.h
+2 -2 sys/sys/disklabel.h
+119 -84 6 files

NetBSD — sys/dev/usb ohci.c

    Pull up following revision(s) (requested by skrll in ticket #864):
            sys/dev/usb/ohci.c: revision 1.234
            sys/dev/usb/ohci.c: revision 1.236
    Don't leak memory if ohci_alloc_std_chain fails.
    When dumping the done list in ohci_softintr / OHCI_DEBUG use the correct
    list next pointer.
    PR/33450 and part of PR/35379.
Delta File
+18 -11 sys/dev/usb/ohci.c
+18 -11 1 file

NetBSD — crypto/dist/ipsec-tools/src/racoon isakmp_cfg.c

    From Rainer Weikusat <rweikusat at mobileactivedefense.com>: Do not send out
    illegal zero length MODE_CFG attributes.
Delta File
+4 -1 crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
+4 -1 1 file

NetBSD — crypto/dist/ipsec-tools/src/racoon isakmp_inf.c grabmyaddr.c

    Some logging improvements.
Delta File
+6 -1 crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
+3 -2 crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
+9 -3 2 files

NetBSD — external/bsd/libevent/dist configure ltmain.sh, external/bsd/libevent/dist/WIN32-Code tree.h

    import libevent 2.x
Delta File
+17,532 -0 external/bsd/libevent/dist/configure
+9,655 -0 external/bsd/libevent/dist/ltmain.sh
+7,986 -0 external/bsd/libevent/dist/m4/libtool.m4
+2,959 -812 external/bsd/libevent/dist/test/regress_http.c
+2,537 -1,068 external/bsd/libevent/dist/evdns.c
+2,640 -938 external/bsd/libevent/dist/http.c
+65,368 -5,517 161 files not shown
+108,677 -8,335 167 files

NetBSD — external/bsd/libevent/man http.h.3 event.h.3

    import doxygen generated pages for libevent.
    mandoc renders them butt-ugly.
Delta File
+1,315 -0 external/bsd/libevent/man/http.h.3
+1,283 -0 external/bsd/libevent/man/event.h.3
+1,138 -0 external/bsd/libevent/man/buffer.h.3
+887 -0 external/bsd/libevent/man/dns.h.3
+871 -0 external/bsd/libevent/man/rpc.h.3
+607 -0 external/bsd/libevent/man/util.h.3
+2,039 -0 19 files not shown
+8,140 -0 25 files

NetBSD — external/bsd/tcpdump/dist configure print-sflow.c, external/bsd/tcpdump/dist/lbl os-osf4.h os-solaris2.h

    import tcpdump 4.3.0
Delta File
+1,038 -3,218 external/bsd/tcpdump/dist/configure
+270 -1,858 external/bsd/tcpdump/dist/tests/forces2vv.out
+1,977 -0 external/bsd/tcpdump/dist/tests/QinQpacketv.out
+1,828 -0 external/bsd/tcpdump/dist/tests/sflow_multiple_counter_30_pdus.out
+0 -982 external/bsd/tcpdump/dist/tests/forces2v.out
+582 -225 external/bsd/tcpdump/dist/print-sflow.c
+6,994 -2,143 263 files not shown
+12,689 -8,426 269 files

NetBSD — external/bsd/libpcap/dist configure pcap-linux.c, external/bsd/libpcap/dist/Win32/Include bittypes.h Gnuc.h

    import 1.3.0
Delta File
+3,945 -6,744 external/bsd/libpcap/dist/configure
+1,039 -339 external/bsd/libpcap/dist/pcap-linux.c
+324 -343 external/bsd/libpcap/dist/pcap-common.c
+381 -230 external/bsd/libpcap/dist/gencode.c
+534 -37 external/bsd/libpcap/dist/pcap.3pcap.in
+470 -0 external/bsd/libpcap/dist/pcap-netfilter-linux.c
+4,518 -1,359 188 files not shown
+11,211 -9,052 194 files

NetBSD — external/bsd/byacc/dist configure aclocal.m4, external/bsd/byacc/dist/package byacc.spec

    Import byacc 20130304
Delta File
+1,342 -1,045 external/bsd/byacc/dist/configure
+695 -0 external/bsd/byacc/dist/test/quote_calc.tab.c
+695 -0 external/bsd/byacc/dist/test/quote_calc2.tab.c
+690 -0 external/bsd/byacc/dist/test/quote_calc3.tab.c
+690 -0 external/bsd/byacc/dist/test/quote_calc4.tab.c
+690 -0 external/bsd/byacc/dist/test/quote_calc3-s.tab.c
+9,297 -1,263 83 files not shown
+14,099 -2,308 89 files

NetBSD — external/bsd/flex/dist configure ChangeLog, external/bsd/flex/dist/doc texinfo.tex flex.info

    Import flex 2.5.7
Delta File
+5,088 -6,161 external/bsd/flex/dist/configure
+2,954 -2,510 external/bsd/flex/dist/ChangeLog
+2,592 -511 external/bsd/flex/dist/doc/texinfo.tex
+981 -639 external/bsd/flex/dist/parse.c
+959 -0 external/bsd/flex/dist/po/fi.po
+319 -286 external/bsd/flex/dist/po/fr.po
+10,687 -5,843 124 files not shown
+23,580 -15,950 130 files

NetBSD — external/bsd/openpam/dist aclocal.m4 configure, external/bsd/openpam/dist/bin Makefile.in Makefile.am

    Import openpam-20120526
Delta File
+831 -0 external/bsd/openpam/dist/t/t_openpam_readword.c
+605 -0 external/bsd/openpam/dist/t/Makefile.in
+236 -360 external/bsd/openpam/dist/lib/openpam_configure.c
+474 -0 external/bsd/openpam/dist/bin/openpam_dump_policy/Makefile.in
+344 -0 external/bsd/openpam/dist/t/t_openpam_readlinev.c
+220 -52 external/bsd/openpam/dist/aclocal.m4
+3,360 -904 185 files not shown
+6,070 -1,316 191 files