svn commit: r189299 - in stable/7/sys: . contrib/pf dev/ata dev/ath/ath_hal dev/cxgb

2009-03-03 Thread Alexander Motin
Author: mav Date: Tue Mar 3 08:14:43 2009 New Revision: 189299 URL: http://svn.freebsd.org/changeset/base/189299 Log: MFC rev. 188700, 188731, 188733. Make core dumping to ad not to freeze even if interrupts, not disabled for some reason (noticed on SMP), stealing our events. ata_in

svn commit: r189300 - in head/release: amd64 i386 ia64 powerpc sparc64 sun4v

2009-03-03 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Mar 3 09:04:18 2009 New Revision: 189300 URL: http://svn.freebsd.org/changeset/base/189300 Log: Catch up with USB2 change. Remove the usbdevs and add the usbconfig. Spotted by: hrs Tested on: i386 Modified: head/release/amd64/boot_crunch.conf head/r

Re: svn commit: r189271 - head/lib/libc/stdio

2009-03-03 Thread Simon L. Nielsen
On 2009.03.02 04:11:42 +, David Schultz wrote: > Author: das > Date: Mon Mar 2 04:11:42 2009 > New Revision: 189271 > URL: http://svn.freebsd.org/changeset/base/189271 > > Log: > Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the > number of functions that have an inces

svn commit: r189301 - head/contrib/openbsm/config

2009-03-03 Thread Robert Watson
Author: rwatson Date: Tue Mar 3 11:57:29 2009 New Revision: 189301 URL: http://svn.freebsd.org/changeset/base/189301 Log: Update config.h for OpenBSM 1.1 beta1. MFC after:1 month Modified: head/contrib/openbsm/config/config.h Modified: head/contrib/openbsm/config/config.h =

Re: svn commit: r189271 - head/lib/libc/stdio

2009-03-03 Thread David Schultz
On Tue, Mar 03, 2009, Simon L. Nielsen wrote: > On 2009.03.02 04:11:42 +, David Schultz wrote: > > Author: das > > Date: Mon Mar 2 04:11:42 2009 > > New Revision: 189271 > > URL: http://svn.freebsd.org/changeset/base/189271 > > > > Log: > > Rewrite asprintf() as a wrapper around vasprintf()

svn commit: r189302 - head/sys/fs/udf

2009-03-03 Thread Andriy Gapon
Author: avg Date: Tue Mar 3 13:10:25 2009 New Revision: 189302 URL: http://svn.freebsd.org/changeset/base/189302 Log: udf_readdir: do not advance offset if entry can not be uio-ed Previosly readdir missed some directory entries because there was no space for them in current uio but direc

svn commit: r189303 - in head/sys: netinet netinet6

2009-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 13:12:12 2009 New Revision: 189303 URL: http://svn.freebsd.org/changeset/base/189303 Log: Start removing IPv6 Type 0 Routing header code. RH0 was deprecated by RFC 5095. While most of the code had been disabled by #if 0 already, leave a bit of infrastructure

Re: svn commit: r189271 - head/lib/libc/stdio

2009-03-03 Thread Simon L. Nielsen
On 2009.03.03 08:08:48 -0500, David Schultz wrote: > On Tue, Mar 03, 2009, Simon L. Nielsen wrote: > > On 2009.03.02 04:11:42 +, David Schultz wrote: > > > Author: das > > > Date: Mon Mar 2 04:11:42 2009 > > > New Revision: 189271 > > > URL: http://svn.freebsd.org/changeset/base/189271 > > >

svn commit: r189305 - head/sys/dev/ichwd

2009-03-03 Thread Andriy Gapon
Author: avg Date: Tue Mar 3 15:50:24 2009 New Revision: 189305 URL: http://svn.freebsd.org/changeset/base/189305 Log: ichwd: correct range check for timeout value Approved by: jhb (mentor) Modified: head/sys/dev/ichwd/ichwd.c Modified: head/sys/dev/ichwd/ichwd.c ==

svn commit: r189306 - head/sys/dev/pci

2009-03-03 Thread John Baldwin
Author: jhb Date: Tue Mar 3 16:38:59 2009 New Revision: 189306 URL: http://svn.freebsd.org/changeset/base/189306 Log: Further refine the handling of resources for BARs in the PCI bus driver. A while back, Warner changed the PCI bus code to reserve resources when enumerating devices and s

svn commit: r189307 - in stable/7/sys: . boot/i386/btx/btx contrib/pf dev/ath/ath_hal dev/cxgb

2009-03-03 Thread John Baldwin
Author: jhb Date: Tue Mar 3 16:56:15 2009 New Revision: 189307 URL: http://svn.freebsd.org/changeset/base/189307 Log: MFC: Use a clean slate of register state when executing hardware interrupt handlers to avoid leaking values into the upper 16-bits of general purpose registers when executin

svn commit: r189308 - in head/lib/libarchive: . test

2009-03-03 Thread Tim Kientzle
Author: kientzle Date: Tue Mar 3 17:02:51 2009 New Revision: 189308 URL: http://svn.freebsd.org/changeset/base/189308 Log: Merge r294:337,r348:350 from libarchive.googlecode.com: A lot of work to make libarchive work on Windows. Added: head/lib/libarchive/test/test_compat_gtar_1.tar.uu (

svn commit: r189309 - head/lib/libarchive

2009-03-03 Thread Tim Kientzle
Author: kientzle Date: Tue Mar 3 17:07:27 2009 New Revision: 189309 URL: http://svn.freebsd.org/changeset/base/189309 Log: Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available, we can still detect gzip/bzip2 compressed streams, we just can't decompress them. Modified:

svn commit: r189310 - in stable/6/sys: . boot/i386/btx/btx contrib/pf dev/cxgb

2009-03-03 Thread John Baldwin
Author: jhb Date: Tue Mar 3 17:10:14 2009 New Revision: 189310 URL: http://svn.freebsd.org/changeset/base/189310 Log: MFC: Use a clean slate of register state when executing hardware interrupt handlers to avoid leaking values into the upper 16-bits of general purpose registers when executin

svn commit: r189311 - in head/sys: kern security/mac sys

2009-03-03 Thread Robert Watson
Author: rwatson Date: Tue Mar 3 17:15:05 2009 New Revision: 189311 URL: http://svn.freebsd.org/changeset/base/189311 Log: Reduce the verbosity of SDT trace points for DTrace by defining several wrapper macros that allow trace points and arguments to be declared using a single macro rather t

svn commit: r189312 - stable/4/sys/boot/i386/btx/btx

2009-03-03 Thread John Baldwin
Author: jhb Date: Tue Mar 3 17:16:26 2009 New Revision: 189312 URL: http://svn.freebsd.org/changeset/base/189312 Log: MFC: Use a clean slate of register state when executing hardware interrupt handlers to avoid leaking values into the upper 16-bits of general purpose registers when executin

svn commit: r189313 - head/sys/kern

2009-03-03 Thread Dmitry Chagin
Author: dchagin Date: Tue Mar 3 17:34:09 2009 New Revision: 189313 URL: http://svn.freebsd.org/changeset/base/189313 Log: as suggested by jhb@, panic in case the ncpus == 0. it helps to catch bugs in the callers. Approved by: kib (mentor) MFC after:5 days Modified: head/sys/ker

svn commit: r189314 - head/sys/sys

2009-03-03 Thread Robert Watson
Author: rwatson Date: Tue Mar 3 18:23:16 2009 New Revision: 189314 URL: http://svn.freebsd.org/changeset/base/189314 Log: Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros. MFC after:1 week Modified: head/sys/sys/sdt.h Modified: head/sys/sys/sdt.h ===

svn commit: r189315 - in head/sys/netgraph: . atm

2009-03-03 Thread Ed Schouten
Author: ed Date: Tue Mar 3 18:47:33 2009 New Revision: 189315 URL: http://svn.freebsd.org/changeset/base/189315 Log: Make Netgraph compile with Clang. Clang disallows structs with variable length arrays to be nested inside other structs, because this is in violation with ISO C99. Even th

svn commit: r189316 - head/sys/conf

2009-03-03 Thread Warner Losh
Author: imp Date: Tue Mar 3 18:53:47 2009 New Revision: 189316 URL: http://svn.freebsd.org/changeset/base/189316 Log: Bump down the inline limit on MIPS. Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk =

svn commit: r189317 - head/sys/pci

2009-03-03 Thread Warner Losh
Author: imp Date: Tue Mar 3 18:54:57 2009 New Revision: 189317 URL: http://svn.freebsd.org/changeset/base/189317 Log: The callback takes a void *, not a caddr_t * (sic). Except for the bb callback, which takes a caddr_t and not a caddr_t *. Modified: head/sys/pci/viapm.c Modified: head/sy

svn commit: r189318 - head/sys/dev/pccard

2009-03-03 Thread Warner Losh
Author: imp Date: Tue Mar 3 18:57:59 2009 New Revision: 189318 URL: http://svn.freebsd.org/changeset/base/189318 Log: Add in parsing of the disk FUNCE tuples. Modified: head/sys/dev/pccard/pccard.c head/sys/dev/pccard/pccardvar.h head/sys/dev/pccard/pccardvarp.h Modified: head/sys/dev/p

svn commit: r189319 - head/sys/mips/mips

2009-03-03 Thread Warner Losh
Author: imp Date: Tue Mar 3 19:22:24 2009 New Revision: 189319 URL: http://svn.freebsd.org/changeset/base/189319 Log: make loop clearer that it isn't a mistake... Modified: head/sys/mips/mips/pmap.c Modified: head/sys/mips/mips/pmap.c

svn commit: r189320 - head/sys/sys

2009-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 19:38:56 2009 New Revision: 189320 URL: http://svn.freebsd.org/changeset/base/189320 Log: For the moment disable the VIMAGE_CTASSERTs as people have trouble while developing and compiling with kernel options that change the size of at least one structure. The curr

Re: svn commit: r189315 - in head/sys/netgraph: . atm

2009-03-03 Thread Alexander Kabaev
On Tue, 3 Mar 2009 18:47:33 + (UTC) Ed Schouten wrote: > Author: ed > Date: Tue Mar 3 18:47:33 2009 > New Revision: 189315 > URL: http://svn.freebsd.org/changeset/base/189315 > > Log: > Make Netgraph compile with Clang. > > Clang disallows structs with variable length arrays to be ne

Re: svn commit: r189315 - in head/sys/netgraph: . atm

2009-03-03 Thread Alexander Kabaev
On Tue, 3 Mar 2009 14:21:06 -0500 Alexander Kabaev wrote: Responding to myself: after looking at the original code, I think we traded one pre-existing ugliness for another, with latter being more standards compliant, so my objection is withdrawn. Apologies for the noise. -- Alexander Kabaev s

svn commit: r189321 - svnadmin/conf

2009-03-03 Thread Ulf Lilleengen
Author: lulf Date: Tue Mar 3 20:26:41 2009 New Revision: 189321 URL: http://svn.freebsd.org/changeset/base/189321 Log: - Raise limit for MFH Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r189315 - in head/sys/netgraph: . atm

2009-03-03 Thread Ed Schouten
Hi all, You should now be able to compile all of LINT on amd64 using Clang! Happy hacking! -- Ed Schouten WWW: http://80386.nl/ pgpDWasoDEl16.pgp Description: PGP signature

svn commit: r189323 - svnadmin/conf

2009-03-03 Thread Ulf Lilleengen
Author: lulf Date: Tue Mar 3 20:30:35 2009 New Revision: 189323 URL: http://svn.freebsd.org/changeset/base/189323 Log: - Re-add limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ==

svn commit: r189325 - head/sys/dev/bce

2009-03-03 Thread David Christensen
Author: davidch Date: Wed Mar 4 00:05:40 2009 New Revision: 189325 URL: http://svn.freebsd.org/changeset/base/189325 Log: - Updated firmware to latest 4.6.X release. - Added missing firmware for 5709 A1 controllers. - Changed some debug statistic variable names to be more consistent. S

svn commit: r189327 - in head/lib/libc/db: btree hash recno

2009-03-03 Thread Xin LI
Author: delphij Date: Wed Mar 4 00:58:04 2009 New Revision: 189327 URL: http://svn.freebsd.org/changeset/base/189327 Log: Style changes (including additional casts to shut up warnings). This commit does not affect MD5 of object file. Modified: head/lib/libc/db/btree/bt_delete.c head/lib

svn commit: r189328 - head/lib/libc/gen

2009-03-03 Thread Xin LI
Author: delphij Date: Wed Mar 4 01:01:26 2009 New Revision: 189328 URL: http://svn.freebsd.org/changeset/base/189328 Log: Sync license changes. Obtained from:NetBSD Modified: head/lib/libc/gen/lockf.3 head/lib/libc/gen/lockf.c Modified: head/lib/libc/gen/lockf.3 =

svn commit: r189330 - head/lib/libc/db/hash

2009-03-03 Thread Xin LI
Author: delphij Date: Wed Mar 4 01:17:05 2009 New Revision: 189330 URL: http://svn.freebsd.org/changeset/base/189330 Log: Explicitly specify bit width for on-disk data structure. Obtained from:OpenBSD Modified: head/lib/libc/db/hash/hash.h Modified: head/lib/libc/db/hash/hash.h

svn commit: r189331 - head/tools/tools/ifinfo

2009-03-03 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 4 01:31:09 2009 New Revision: 189331 URL: http://svn.freebsd.org/changeset/base/189331 Log: Make ifinfo build. The struct if_data members ifi_recvquota and ifi_xmitquota were renamed to ifi_spare_char1 and ifi_spare_char2 respectively. Modified: head/tools/t

svn commit: r189334 - in stable/7/sys: amd64/conf i386/conf

2009-03-03 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 4 01:50:00 2009 New Revision: 189334 URL: http://svn.freebsd.org/changeset/base/189334 Log: Enable ale(4) in GENERIC. Modified: stable/7/sys/amd64/conf/GENERIC stable/7/sys/i386/conf/GENERIC Modified: stable/7/sys/amd64/conf/GENERIC ==

svn commit: r189335 - head/lib/libc/net

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 01:58:48 2009 New Revision: 189335 URL: http://svn.freebsd.org/changeset/base/189335 Log: Update copyright. Modified: head/lib/libc/net/sourcefilter.c Modified: head/lib/libc/net/sourcefilter.c =

svn commit: r189336 - head/lib/libc/net

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 01:59:14 2009 New Revision: 189336 URL: http://svn.freebsd.org/changeset/base/189336 Log: Considerably improve the wording of this man page. Modified: head/lib/libc/net/sourcefilter.3 Modified: head/lib/libc/net/sourcefilter.3

svn commit: r189337 - head/share/man/man4

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:00:14 2009 New Revision: 189337 URL: http://svn.freebsd.org/changeset/base/189337 Log: Add source-specific multicast (SSM) option documentation. Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4 =

svn commit: r189338 - head/share/man/man4

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:00:34 2009 New Revision: 189338 URL: http://svn.freebsd.org/changeset/base/189338 Log: Add cross-reference to sourcefilter(3). Modified: head/share/man/man4/multicast.4 Modified: head/share/man/man4/multicast.4 =

svn commit: r189339 - head/usr.sbin/mtest

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:08:20 2009 New Revision: 189339 URL: http://svn.freebsd.org/changeset/base/189339 Log: Update mtest(8) manual page. Modified: head/usr.sbin/mtest/mtest.8 Modified: head/usr.sbin/mtest/mtest.8

svn commit: r189340 - head/usr.sbin/mtest

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:09:12 2009 New Revision: 189340 URL: http://svn.freebsd.org/changeset/base/189340 Log: Add full SSM stack support to mtest(8) diagnostic tool. Modified: head/usr.sbin/mtest/mtest.c Modified: head/usr.sbin/mtest/mtest.c =

svn commit: r189341 - head/usr.sbin/ifmcstat

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:12:29 2009 New Revision: 189341 URL: http://svn.freebsd.org/changeset/base/189341 Log: Add printb.c utility file, but do not yet connect it to the build. Added: head/usr.sbin/ifmcstat/printb.c (contents, props changed) Added: head/usr.sbin/ifmcstat/printb.c

svn commit: r189343 - head/sys/netinet

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:51:22 2009 New Revision: 189343 URL: http://svn.freebsd.org/changeset/base/189343 Log: Add function ip_checkrouteralert(), which will be used by IGMPv3 to check for the IPv4 Router Alert [RFC2113] option in a pulled-up IP mbuf chain. Modified: head/sys/neti

svn commit: r189344 - head/sys/net

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:54:11 2009 New Revision: 189344 URL: http://svn.freebsd.org/changeset/base/189344 Log: Reserve a netisr slot for the IGMPv3 output queue. Modified: head/sys/net/netisr.h Modified: head/sys/net/netisr.h ==

svn commit: r189345 - head/sys/sys

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 02:55:04 2009 New Revision: 189345 URL: http://svn.freebsd.org/changeset/base/189345 Log: Overlay a uint16_t field suitable for use by the IGMPv3 code. It is used to maintain the number of group records contained in a pending IGMPv3 output mbuf chain. Modified

svn commit: r189346 - head/sys/netinet

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 03:01:05 2009 New Revision: 189346 URL: http://svn.freebsd.org/changeset/base/189346 Log: Add various defines/macros required by IGMPv3: * MCAST_UNDEFINED state. * in_allhosts() macro (group is 224.0.0.1). This uses a const endian comparison. * IP_MAX_G

svn commit: r189347 - head/sys/netinet

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 03:22:03 2009 New Revision: 189347 URL: http://svn.freebsd.org/changeset/base/189347 Log: Merge header file definitions used by the new IGMPv3 implementation. This is a partial merge. Compatibility defines are retained for the existing IGMPv2 implementation. Mod

svn commit: r189348 - head/lib/libc/gen

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:30:21 2009 New Revision: 189348 URL: http://svn.freebsd.org/changeset/base/189348 Log: Fix a file descriptor leak in fts_child(). Obtained from:NetBSD Modified: head/lib/libc/gen/fts.c Modified: head/lib/libc/gen/fts.c

svn commit: r189349 - head/include

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:31:10 2009 New Revision: 189349 URL: http://svn.freebsd.org/changeset/base/189349 Log: - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. - Add mkstemp to the POSIX.1-2008 and BSD namespaces. - Remove mktemp from the XSI namespace. Modified: head/in

svn commit: r189350 - head/include

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:31:51 2009 New Revision: 189350 URL: http://svn.freebsd.org/changeset/base/189350 Log: - Remove bcmp, bcopy, bzero, index, and rindex from the POSIX.1-2008 namespace. - Add ffs to the XSI namespace. Modified: head/include/strings.h Modified: head/include

svn commit: r189351 - head/include

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:32:28 2009 New Revision: 189351 URL: http://svn.freebsd.org/changeset/base/189351 Log: - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, *at, and fexecve to the POSIX.1-2008 namespace. - Remove getwd, ualarm, usleep, and vfork from the XSI name

svn commit: r189352 - head/include

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:32:56 2009 New Revision: 189352 URL: http://svn.freebsd.org/changeset/base/189352 Log: Add psignal to the POSIX.1-2008 namespace. Modified: head/include/signal.h Modified: head/include/signal.h ==

svn commit: r189353 - head/sys/sys

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:33:21 2009 New Revision: 189353 URL: http://svn.freebsd.org/changeset/base/189353 Log: Add openat to the POSIX.1-2008 namespace. Modified: head/sys/sys/fcntl.h Modified: head/sys/sys/fcntl.h =

svn commit: r189354 - head/sys/sys

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:33:38 2009 New Revision: 189354 URL: http://svn.freebsd.org/changeset/base/189354 Log: Add *at to the POSIX.1-2008 namespace. Modified: head/sys/sys/stat.h Modified: head/sys/sys/stat.h ==

svn commit: r189355 - head/include

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:35:03 2009 New Revision: 189355 URL: http://svn.freebsd.org/changeset/base/189355 Log: Add renameat to the POSIX.1-2008 namespace. Modified: head/include/stdio.h Modified: head/include/stdio.h ===

svn commit: r189356 - in head: include lib/libc/stdio

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:38:51 2009 New Revision: 189356 URL: http://svn.freebsd.org/changeset/base/189356 Log: Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), dprintf() is a simple wrapper around another function, so we may as well implement it. But also like getline(

svn commit: r189357 - head/sys/netinet

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 03:40:02 2009 New Revision: 189357 URL: http://svn.freebsd.org/changeset/base/189357 Log: Add sysctl net.inet.ip.mcast.loop. This controls whether or not IPv4 multicast sends are looped back to senders by default on a stack-wide basis, rather than relying on the

svn commit: r189358 - in head/contrib/gdtoa: . test

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 03:45:02 2009 New Revision: 189358 URL: http://svn.freebsd.org/changeset/base/189358 Log: Remove some unused vendor files. Deleted: head/contrib/gdtoa/test/ head/contrib/gdtoa/xsum0.out ___ svn-src-all@freebsd.org mail

svn commit: r189359 - head/sys/netinet

2009-03-03 Thread Bruce M Simpson
Author: bms Date: Wed Mar 4 03:45:34 2009 New Revision: 189359 URL: http://svn.freebsd.org/changeset/base/189359 Log: In ip_output(), do not acquire the IN_MULTI_LOCK(), and do not attempt to perform a group lookup. This is a socket layer lock, and the bottom half of IP really has no busi

svn commit: r189360 - in head: share/man/man4 sys/dev/usb sys/dev/usb/serial

2009-03-03 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 4 03:47:57 2009 New Revision: 189360 URL: http://svn.freebsd.org/changeset/base/189360 Log: Add Mobile Action MA-620 Infrared Adapter. PR: usb/125072 Submitted by: Alexander Logvinov MFC after:1 week Modified: head/share/man/man4/uplcom.4

svn commit: r189361 - in head: include lib/libc/string

2009-03-03 Thread David Schultz
Author: das Date: Wed Mar 4 06:01:27 2009 New Revision: 189361 URL: http://svn.freebsd.org/changeset/base/189361 Log: Add wcpcpy(3) and wcpncpy(3). Added: head/lib/libc/string/wcpcpy.c (contents, props changed) - copied, changed from r189360, head/lib/libc/string/stpcpy.c head/lib/l