Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc

2013-05-30 Thread Jeremie Le Hen
Hi Marcel, On Sat, May 25, 2013 at 06:59:12PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Sat May 25 18:59:11 2013 > New Revision: 250991 > URL: http://svnweb.freebsd.org/changeset/base/250991 > > Log: > Make the malloc(3) family of functions weak and make their non-weak > impleme

svn commit: r251176 - head/sys/dev/xen/netfront

2013-05-30 Thread Justin T. Gibbs
Author: gibbs Date: Fri May 31 04:45:59 2013 New Revision: 251176 URL: http://svnweb.freebsd.org/changeset/base/251176 Log: Make netif_free() safe to call on a partially initialized softc. Sponsored by: Spectra Logic Corporation MFC after:1 week Modified: head/sys/dev/xen/netfront/

svn commit: r251175 - head/sys/dev/xen/blkfront

2013-05-30 Thread Justin T. Gibbs
Author: gibbs Date: Fri May 31 04:43:19 2013 New Revision: 251175 URL: http://svnweb.freebsd.org/changeset/base/251175 Log: Apply the ad* => ada* IDE device name transition to the Xen block front driver. Submitted by: Bei Guan Reviewed by: gibbs MFC after:1 week Modified: hea

svn commit: r251174 - head/tools/regression/filemon

2013-05-30 Thread David E. O'Brien
Author: obrien Date: Fri May 31 04:27:41 2013 New Revision: 251174 URL: http://svnweb.freebsd.org/changeset/base/251174 Log: Different approach to making all compilers happy. Modified: head/tools/regression/filemon/timed-forkb.c Modified: head/tools/regression/filemon/timed-forkb.c =

svn commit: r251173 - head/tools/regression/filemon

2013-05-30 Thread David E. O'Brien
Author: obrien Date: Fri May 31 04:19:13 2013 New Revision: 251173 URL: http://svnweb.freebsd.org/changeset/base/251173 Log: Allow building with clang (which is being really stupid here...). Modified: head/tools/regression/filemon/timed-forkb.c Modified: head/tools/regression/filemon/timed-f

Re: svn commit: r251121 - in head: include lib/msun lib/msun/man lib/msun/src

2013-05-30 Thread Alexey Dokuchaev
On Thu, May 30, 2013 at 04:49:27AM +, David Schultz wrote: > New Revision: 251121 > URL: http://svnweb.freebsd.org/changeset/base/251121 > > Log: > I'm happy to finally commit stephen@'s implementations of cacos, > cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@ > f

svn commit: r251172 - head/sys/dev/mfi

2013-05-30 Thread Sean Bruno
Author: sbruno Date: Fri May 31 03:14:49 2013 New Revision: 251172 URL: http://svnweb.freebsd.org/changeset/base/251172 Log: xpt_create_path() requires mfi_io_lock to be held, so do it. mfi(4) doesn't panic on host startup now. MFC this if svn 249468-242726 is shoveled back to stable/9

Re: svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt

2013-05-30 Thread Glen Barber
On Thu, May 30, 2013 at 09:54:48PM +, Scott Long wrote: > Author: scottl > Date: Thu May 30 21:54:48 2013 > New Revision: 251164 > URL: http://svnweb.freebsd.org/changeset/base/251164 > > Log: > MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 > > Modernize and lock th

Re: svn commit: r251171 - in head/sys: fs/ext2fs fs/nandfs fs/nfsclient fs/nfsserver kern nfsclient nfsserver sys ufs/ffs

2013-05-30 Thread Benjamin Kaduk
On Thu, May 30, 2013 at 8:43 PM, Jeff Roberson wrote: > Author: jeff > Date: Fri May 31 00:43:41 2013 > New Revision: 251171 > URL: http://svnweb.freebsd.org/changeset/base/251171 > > Log: >- Convert the bufobj lock to rwlock. >- Use a shared bufobj lock in getblk() and inmem(). >- Co

svn commit: r251171 - in head/sys: fs/ext2fs fs/nandfs fs/nfsclient fs/nfsserver kern nfsclient nfsserver sys ufs/ffs

2013-05-30 Thread Jeff Roberson
Author: jeff Date: Fri May 31 00:43:41 2013 New Revision: 251171 URL: http://svnweb.freebsd.org/changeset/base/251171 Log: - Convert the bufobj lock to rwlock. - Use a shared bufobj lock in getblk() and inmem(). - Convert softdep's lk to rwlock to match the bufobj lock. - Move INFREECN

svn commit: r251170 - head/contrib/less

2013-05-30 Thread Xin LI
Author: delphij Date: Fri May 31 00:31:45 2013 New Revision: 251170 URL: http://svnweb.freebsd.org/changeset/base/251170 Log: Revert files with no local changes to their vendor state to ease future upgrading. Modified: head/contrib/less/less.h head/contrib/less/line.c head/contrib/less/

svn commit: r251169 - head/contrib/less

2013-05-30 Thread Xin LI
Author: delphij Date: Fri May 31 00:21:05 2013 New Revision: 251169 URL: http://svnweb.freebsd.org/changeset/base/251169 Log: Remove unused files. Deleted: head/contrib/less/Makefile.aut head/contrib/less/Makefile.dsb head/contrib/less/Makefile.dsg head/contrib/less/Makefile.dsu head/

svn commit: r251168 - stable/9/lib/libc/stdlib

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 22:01:06 2013 New Revision: 251168 URL: http://svnweb.freebsd.org/changeset/base/251168 Log: MFC r249035: Replace access to /dev/random with the kernel pseudo-random number source sysctl(KERN_ARND) and remove the fallback code. Obtained from:O

svn commit: r251167 - head/usr.bin/kdump

2013-05-30 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 30 21:59:29 2013 New Revision: 251167 URL: http://svnweb.freebsd.org/changeset/base/251167 Log: If the -r option is given we cannot enter capability mode. The option tells kdump to convert numeric UIDs and GIDs into user and group names plus to convert times and dat

svn commit: r251163 - stable/8/sys/dev/hptiop

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 21:50:25 2013 New Revision: 251163 URL: http://svnweb.freebsd.org/changeset/base/251163 Log: MFC r250050: Add missing braces. Submitted by: Sascha Wildner Obtained from:DragonFly Modified: stable/8/sys/dev/hptiop/hptiop.c Directory Propert

svn commit: r251166 - head/sys/sys

2013-05-30 Thread Mark Johnston
Author: markj Date: Thu May 30 21:57:40 2013 New Revision: 251166 URL: http://svnweb.freebsd.org/changeset/base/251166 Log: Add macros which allow one to define SDT probes with six or seven arguments; they are needed when porting some of the Solaris providers (ip, iscsi, and tcp in particula

svn commit: r251165 - stable/9/lib/libc/stdlib

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 21:56:53 2013 New Revision: 251165 URL: http://svnweb.freebsd.org/changeset/base/251165 Log: MFC r241031 (des): Slight stylification. Modified: stable/9/lib/libc/stdlib/random.c Directory Properties: stable/9/lib/libc/ (props changed) Modified: stabl

svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt

2013-05-30 Thread Scott Long
Author: scottl Date: Thu May 30 21:54:48 2013 New Revision: 251164 URL: http://svnweb.freebsd.org/changeset/base/251164 Log: MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 Modernize and lock the aha, ahb, adv, adw, bt, and dpt drivers. Submitted by: jhb Obtained f

svn commit: r251162 - stable/9/sys/dev/hptiop

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 21:49:43 2013 New Revision: 251162 URL: http://svnweb.freebsd.org/changeset/base/251162 Log: MFC r250050: Add missing braces. Submitted by: Sascha Wildner Obtained from:DragonFly Modified: stable/9/sys/dev/hptiop/hptiop.c Directory Propert

svn commit: r251161 - head/contrib/tcpdump

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 21:25:55 2013 New Revision: 251161 URL: http://svnweb.freebsd.org/changeset/base/251161 Log: Diff reduction against tcpdump revision 949a22064d3534eddeb8aa2b9c36a50e45fe16fa. Modified: head/contrib/tcpdump/interface.h Modified: head/contrib/tcpdump/interface

svn commit: r251160 - head/usr.sbin/tcpdump/tcpdump

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 21:24:33 2013 New Revision: 251160 URL: http://svnweb.freebsd.org/changeset/base/251160 Log: Convert Makefile to have only one file for each line, while I'm there, sort SRCS to ease future upgrades. Modified: head/usr.sbin/tcpdump/tcpdump/Makefile Modified:

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

2013-05-30 Thread Marius Strobl
Author: marius Date: Thu May 30 20:54:17 2013 New Revision: 251159 URL: http://svnweb.freebsd.org/changeset/base/251159 Log: - Checking for spurious interrupts is only necessary when using INTx. Actually, this may be further optimized for controller variants supporting one-shot MSIs but

svn commit: r251158 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 20:51:22 2013 New Revision: 251158 URL: http://svnweb.freebsd.org/changeset/base/251158 Log: MFV: tcpdump 4.4.0. MFC after:4 weeks Added: head/contrib/tcpdump/print-msnlb.c - copied unchanged from r251129, vendor/tcpdump/dist/print-msnlb.c head

svn commit: r251157 - stable/9/sbin/tunefs

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 20:46:56 2013 New Revision: 251157 URL: http://svnweb.freebsd.org/changeset/base/251157 Log: MFC r250718: Constify string pointers. Modified: stable/9/sbin/tunefs/tunefs.c Directory Properties: stable/9/sbin/tunefs/ (props changed) Modified: stable/9

svn commit: r251156 - stable/9/bin/kenv

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 20:45:57 2013 New Revision: 251156 URL: http://svnweb.freebsd.org/changeset/base/251156 Log: MFC r250666: Constify parameters, no functional or binary change. Modified: stable/9/bin/kenv/kenv.c Directory Properties: stable/9/bin/kenv/ (props changed)

svn commit: r251155 - in stable/8: contrib/less usr.bin/less

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 20:42:51 2013 New Revision: 251155 URL: http://svnweb.freebsd.org/changeset/base/251155 Log: MFC: less v458. Modified: stable/8/contrib/less/NEWS stable/8/contrib/less/README stable/8/contrib/less/cmdbuf.c stable/8/contrib/less/configure stable/8/contr

svn commit: r251154 - in stable/9: contrib/less usr.bin/less

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 20:40:16 2013 New Revision: 251154 URL: http://svnweb.freebsd.org/changeset/base/251154 Log: MFC: less v458. Modified: stable/9/contrib/less/NEWS stable/9/contrib/less/README stable/9/contrib/less/cmdbuf.c stable/9/contrib/less/configure stable/9/contr

svn commit: r251153 - stable/8/lib/libc/gen

2013-05-30 Thread John Baldwin
Author: jhb Date: Thu May 30 20:11:31 2013 New Revision: 251153 URL: http://svnweb.freebsd.org/changeset/base/251153 Log: MFC 249566-249567: Document that sem_wait() can fail with EINTR if it is interrupted by a signal. Modified: stable/8/lib/libc/gen/sem_wait.3 Directory Properties: st

svn commit: r251152 - stable/9/lib/libc/gen

2013-05-30 Thread John Baldwin
Author: jhb Date: Thu May 30 20:09:21 2013 New Revision: 251152 URL: http://svnweb.freebsd.org/changeset/base/251152 Log: MFC 249567: mdoc: remove superfluous paragraph macro. Modified: stable/9/lib/libc/gen/sem_wait.3 Directory Properties: stable/9/lib/libc/ (props changed) Modified: st

svn commit: r251151 - head/sys/vm

2013-05-30 Thread Konstantin Belousov
Author: kib Date: Thu May 30 20:00:19 2013 New Revision: 251151 URL: http://svnweb.freebsd.org/changeset/base/251151 Log: After the object lock was dropped, the object' reference count could change. Retest the ref_count and return from the function to not execute the further code which assu

svn commit: r251150 - head/sys/vm

2013-05-30 Thread Konstantin Belousov
Author: kib Date: Thu May 30 19:53:31 2013 New Revision: 251150 URL: http://svnweb.freebsd.org/changeset/base/251150 Log: Remove the capitalization in the assertion message. Print the address of the object to get useful information from optimizated kernels dump. Modified: head/sys/vm/vm_ob

svn commit: r251149 - head/sys/fs/tmpfs

2013-05-30 Thread Konstantin Belousov
Author: kib Date: Thu May 30 19:51:33 2013 New Revision: 251149 URL: http://svnweb.freebsd.org/changeset/base/251149 Log: Assert that OBJ_TMPFS flag on the vm object for the tmpfs node is cleared when the tmpfs node is going away. Tested by:bdrewery, pho Modified: head/sys/fs/tmpfs

svn commit: r251148 - in stable/8/sys: fs/nfs fs/nfsclient gnu/fs/ext2fs kern nfsclient sys tools

2013-05-30 Thread John Baldwin
Author: jhb Date: Thu May 30 19:24:29 2013 New Revision: 251148 URL: http://svnweb.freebsd.org/changeset/base/251148 Log: MFC 246417,247116,248584: Rework the handling of stop signals in the NFS client. The changes in 195702, 195703, and 195821 prevented a thread from suspending while holdi

svn commit: r251147 - in stable/9/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-05-30 Thread John Baldwin
Author: jhb Date: Thu May 30 19:14:34 2013 New Revision: 251147 URL: http://svnweb.freebsd.org/changeset/base/251147 Log: MFC 246417,247116,248584: Rework the handling of stop signals in the NFS client. The changes in 195702, 195703, and 195821 prevented a thread from suspending while holdi

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

2013-05-30 Thread Marius Strobl
Author: marius Date: Thu May 30 17:24:36 2013 New Revision: 251146 URL: http://svnweb.freebsd.org/changeset/base/251146 Log: - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are not altered or actually needed there any longer. - Honor errors passed to the DMA mapping callbac

svn commit: r251145 - in stable/9/sys: kern sys

2013-05-30 Thread Scott Long
Author: scottl Date: Thu May 30 17:17:22 2013 New Revision: 251145 URL: http://svnweb.freebsd.org/changeset/base/251145 Log: MFC r248504: Add a convenience macro bread_gb() to wrap a call to breadn_flags(). Comparing with bread(), it adds an argument to pass the flags

svn commit: r251144 - in stable/9/sys: fs/udf kern sys ufs/ffs

2013-05-30 Thread Scott Long
Author: scottl Date: Thu May 30 16:51:48 2013 New Revision: 251144 URL: http://svnweb.freebsd.org/changeset/base/251144 Log: MFC r248282, in a modified fashion. From the original changelog: Add currently unused flag argument to the cluster_read(), cluster_write() and cluster_

svn commit: r251143 - in head/contrib/byacc: . package package/debian test

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 16:16:28 2013 New Revision: 251143 URL: http://svnweb.freebsd.org/changeset/base/251143 Log: Update byacc to 20130304 Modified: head/contrib/byacc/CHANGES head/contrib/byacc/VERSION head/contrib/byacc/aclocal.m4 head/contrib/byacc/config.guess head/contri

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

2013-05-30 Thread Marius Strobl
Author: marius Date: Thu May 30 16:09:56 2013 New Revision: 251142 URL: http://svnweb.freebsd.org/changeset/base/251142 Log: - As a follow-up to r247565, make firmware images that do not require patching at runtime actually const. - Remove pointless softc members by employing the correspon

Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
On May 30, 2013, at 7:09 AM, Brooks Davis wrote: > Author: brooks > Date: Thu May 30 14:09:58 2013 > New Revision: 251140 > URL: http://svnweb.freebsd.org/changeset/base/251140 > > Log: > Always define INSTALL_DDIR and define it such that it contains no extra > / characters rather than removing

Re: svn commit: r251140 - head

2013-05-30 Thread Garrett Cooper
On May 30, 2013, at 8:50 AM, Konstantin Belousov wrote: > On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote: >> On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: >>> I disagree with the statement about the useless, at least for WORLDTMP >>> it saves the full buildworl

Re: svn commit: r251140 - head

2013-05-30 Thread Konstantin Belousov
On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote: > On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: > > I disagree with the statement about the useless, at least for WORLDTMP > > it saves the full buildworld when a change in the usermode headers is > > done during t

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: > On Thu, May 30, 2013 at 10:29:33AM -0500, Brooks Davis wrote: > > On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote: > > > On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: > > > > Author: brooks > > > > Date:

Re: svn commit: r251140 - head

2013-05-30 Thread Konstantin Belousov
On Thu, May 30, 2013 at 10:29:33AM -0500, Brooks Davis wrote: > On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote: > > On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: > > > Author: brooks > > > Date: Thu May 30 14:09:58 2013 > > > New Revision: 251140 > > > URL: http://svnweb.f

Re: svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
On Thu, May 30, 2013 at 10:53:23AM -0400, John Baldwin wrote: > On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: > > Author: brooks > > Date: Thu May 30 14:09:58 2013 > > New Revision: 251140 > > URL: http://svnweb.freebsd.org/changeset/base/251140 > > > > Log: > > Always define INSTALL

svn commit: r251141 - head

2013-05-30 Thread Brooks Davis
Author: brooks Date: Thu May 30 15:25:54 2013 New Revision: 251141 URL: http://svnweb.freebsd.org/changeset/base/251141 Log: Restore (at least temporarily) SHARED=symlinks in the build includes stage of buildworld. This was accidentally included in r251140. Reported by: jhb Modified:

Re: svn commit: r251140 - head

2013-05-30 Thread John Baldwin
On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote: > Author: brooks > Date: Thu May 30 14:09:58 2013 > New Revision: 251140 > URL: http://svnweb.freebsd.org/changeset/base/251140 > > Log: > Always define INSTALL_DDIR and define it such that it contains no extra > / characters rather tha

svn commit: r251140 - head

2013-05-30 Thread Brooks Davis
Author: brooks Date: Thu May 30 14:09:58 2013 New Revision: 251140 URL: http://svnweb.freebsd.org/changeset/base/251140 Log: Always define INSTALL_DDIR and define it such that it contains no extra / characters rather than removing them later on. This should fix release builds. PR:

svn commit: r251139 - in head: sys/dev/netmap sys/net tools/tools/netmap

2013-05-30 Thread Luigi Rizzo
Author: luigi Date: Thu May 30 14:07:14 2013 New Revision: 251139 URL: http://svnweb.freebsd.org/changeset/base/251139 Log: Bring in a number of new features, mostly implemented by Michio Honda: - the VALE switch now support up to 254 destinations per switch, unicast or broadcast (multi

svn commit: r251138 - head/sys/net

2013-05-30 Thread Luigi Rizzo
Author: luigi Date: Thu May 30 13:41:19 2013 New Revision: 251138 URL: http://svnweb.freebsd.org/changeset/base/251138 Log: clarify usage of NETMAP_BUF Modified: head/sys/net/netmap_user.h Modified: head/sys/net/netmap_user.h ==

svn commit: r251137 - vendor/byacc/20130304

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 13:11:56 2013 New Revision: 251137 URL: http://svnweb.freebsd.org/changeset/base/251137 Log: Tag byacc 20130304 Added: vendor/byacc/20130304/ - copied from r251136, vendor/byacc/dist/ ___ svn-src-all@freebsd.org ma

svn commit: r251136 - in vendor/byacc/dist: . package package/debian test

2013-05-30 Thread Baptiste Daroussin
Author: bapt Date: Thu May 30 13:10:38 2013 New Revision: 251136 URL: http://svnweb.freebsd.org/changeset/base/251136 Log: Import byacc 20130304 Modified: vendor/byacc/dist/CHANGES vendor/byacc/dist/VERSION vendor/byacc/dist/aclocal.m4 vendor/byacc/dist/config.guess vendor/byacc/dist/

svn commit: r251134 - in stable/9: secure/libexec/ssh-keysign share/examples/etc share/man/man5

2013-05-30 Thread Dag-Erling Smørgrav
Author: des Date: Thu May 30 12:25:37 2013 New Revision: 251134 URL: http://svnweb.freebsd.org/changeset/base/251134 Log: MFH (r248617): retire the mislabeled ENABLE_SUID_SSH knob. Modified: stable/9/secure/libexec/ssh-keysign/Makefile stable/9/share/examples/etc/make.conf stable/9/share/

Re: svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-05-30 Thread John Baldwin
On Wednesday, May 29, 2013 1:58:44 pm Adrian Chadd wrote: > No, it actually failed to compile at all on some older 9-stable laptops.. > > Hence my confusion. defines the bool type in HEAD in the KERNEL: #ifdef _KERNEL ... #if !defined(__bool_true_false_are_defined) && !defined(__cplusplus) #def

svn commit: r251133 - in head/sys/dev: msk sk

2013-05-30 Thread Marius Strobl
Author: marius Date: Thu May 30 12:16:55 2013 New Revision: 251133 URL: http://svnweb.freebsd.org/changeset/base/251133 Log: - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees the actual PCI device which makes the request for DMA tag, instead of some descendant of th

svn commit: r251132 - head/tools/tools/netmap

2013-05-30 Thread Luigi Rizzo
Author: luigi Date: Thu May 30 11:10:42 2013 New Revision: 251132 URL: http://svnweb.freebsd.org/changeset/base/251132 Log: add support for rate-limiting in the sender (-R ...) Obtained from:Giuseppe Lettieri Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools

svn commit: r251131 - head/tools/tools/netmap

2013-05-30 Thread Luigi Rizzo
Author: luigi Date: Thu May 30 11:09:41 2013 New Revision: 251131 URL: http://svnweb.freebsd.org/changeset/base/251131 Log: add a compile-time option to copy packets instead of doing the buffer swapping. Modified: head/tools/tools/netmap/bridge.c Modified: head/tools/tools/netmap/bridge.c

svn commit: r251130 - head/tools/tools/netmap

2013-05-30 Thread Luigi Rizzo
Author: luigi Date: Thu May 30 11:08:16 2013 New Revision: 251130 URL: http://svnweb.freebsd.org/changeset/base/251130 Log: remove use of deprecated ioctl() Modified: head/tools/tools/netmap/nm_util.c head/tools/tools/netmap/pcap.c Modified: head/tools/tools/netmap/nm_util.c ==

svn commit: r251129 - in head: contrib/libpcap contrib/libpcap/pcap lib/libpcap

2013-05-30 Thread Xin LI
Author: delphij Date: Thu May 30 08:02:00 2013 New Revision: 251129 URL: http://svnweb.freebsd.org/changeset/base/251129 Log: MFV: libpcap 1.4.0. MFC after:4 weeks Modified: head/contrib/libpcap/CHANGES head/contrib/libpcap/CREDITS head/contrib/libpcap/README head/contrib/libpc

Re: svn commit: r249035 - head/lib/libc/stdlib

2013-05-30 Thread David Schultz
On Tue, Apr 02, 2013, Xin LI wrote: > Author: delphij > Date: Tue Apr 2 23:41:20 2013 > New Revision: 249035 > URL: http://svnweb.freebsd.org/changeset/base/249035 > > Log: > Replace access to /dev/random with the kernel pseudo-random number > source sysctl(KERN_ARND) and remove the fallback