svn commit: r234903 - stable/9/lib/libc/net

2012-05-01 Thread Xin LI
Author: delphij Date: Wed May 2 00:30:30 2012 New Revision: 234903 URL: http://svn.freebsd.org/changeset/base/234903 Log: MFC r233770: Eliminate two cases of unwanted strncpy(). The name is not required by the current code, and the results would get overwritten anyway by subsequent

svn commit: r236166 - stable/9/sys/net

2012-05-27 Thread Xin LI
Author: delphij Date: Mon May 28 04:47:46 2012 New Revision: 236166 URL: http://svn.freebsd.org/changeset/base/236166 Log: MFC r235425: Sync DLTs with the latest pcap version. Modified: stable/9/sys/net/bpf.h Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r236192 - in stable/9: contrib/tcpdump contrib/tcpdump/missing contrib/tcpdump/tests usr.sbin/tcpdump/tcpdump

2012-05-28 Thread Xin LI
Author: delphij Date: Mon May 28 19:13:21 2012 New Revision: 236192 URL: http://svn.freebsd.org/changeset/base/236192 Log: MFC: tcpdump 4.2.1. Added: stable/9/contrib/tcpdump/in_cksum.c - copied unchanged from r235530, head/contrib/tcpdump/in_cksum.c stable/9/contrib/tcpdump/ppi.h

svn commit: r237464 - in stable: 7/usr.bin/makewhatis 8/usr.bin/makewhatis 9/usr.bin/makewhatis

2012-06-22 Thread Xin LI
Author: delphij Date: Sat Jun 23 00:37:32 2012 New Revision: 237464 URL: http://svn.freebsd.org/changeset/base/237464 Log: MFC r237348: Currently the code uses gzFile * for a zlib file descriptor, which is not correct. The code works by accident because gzFile is currently defined as

svn commit: r237615 - stable/9/bin/rm

2012-06-26 Thread Xin LI
Author: delphij Date: Wed Jun 27 00:31:30 2012 New Revision: 237615 URL: http://svn.freebsd.org/changeset/base/237615 Log: MFC r237339: Polish previous revision: if the fts_* routines have lstat()'ed the directory entry then use the struct stat from that instead of doing it again, and

svn commit: r237691 - in stable/9: lib/libstand lib/libz lib/libz/contrib lib/libz/contrib/asm686 lib/libz/contrib/gcc_gvmat64 lib/libz/doc lib/libz/test sys/boot/userboot/libstand usr.bin/minigzip

2012-06-28 Thread Xin LI
Author: delphij Date: Thu Jun 28 07:08:48 2012 New Revision: 237691 URL: http://svn.freebsd.org/changeset/base/237691 Log: MFC r237410: zlib 1.2.7. Added: stable/9/lib/libz/test/ - copied from r237677, head/lib/libz/test/ Deleted: stable/9/lib/libz/example.c

svn commit: r237940 - stable/9/crypto/openssh

2012-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 2 02:26:52 2012 New Revision: 237940 URL: http://svn.freebsd.org/changeset/base/237940 Log: MFC r237568: Fetch both ECDSA and RSA keys by default in ssh-keyscan(1). Modified: stable/9/crypto/openssh/ssh-keyscan.1 stable/9/crypto/openssh/ssh-keyscan.c

svn commit: r238090 - stable/9/sys/amd64/conf

2012-07-03 Thread Xin LI
Author: delphij Date: Wed Jul 4 00:54:16 2012 New Revision: 238090 URL: http://svn.freebsd.org/changeset/base/238090 Log: MFC r237901: tws(4) is interfaced with CAM so move it to the same section. Reported by: joel Approved by: re (kib) Modified:

svn commit: r239455 - stable/9/sys/dev/mlx

2012-08-20 Thread Xin LI
Author: delphij Date: Mon Aug 20 18:01:17 2012 New Revision: 239455 URL: http://svn.freebsd.org/changeset/base/239455 Log: MFC r238997: Correct a typo. Reported by: Sascha Wildner swildner dragonflybsd org Reviewed by: scottl Modified: stable/9/sys/dev/mlx/mlxvar.h Directory

svn commit: r239458 - in stable/9: share/man/man4 sys/dev/hptiop

2012-08-20 Thread Xin LI
Author: delphij Date: Mon Aug 20 18:19:06 2012 New Revision: 239458 URL: http://svn.freebsd.org/changeset/base/239458 Log: MFC r239084: Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices. Obtained from:FreeNAS Modified: stable/9/share/man/man4/hptiop.4

svn commit: r239459 - in stable: 7/contrib/opie/libopie 8/contrib/opie/libopie 9/contrib/opie/libopie

2012-08-20 Thread Xin LI
Author: delphij Date: Mon Aug 20 18:26:16 2012 New Revision: 239459 URL: http://svn.freebsd.org/changeset/base/239459 Log: MFC r239169: RFC 2289 requires all hashes be stored in little endian format before folding to 64 bits, while SHA1 code is big endian. Therefore, a bswap32 is

svn commit: r239600 - in stable: 8/etc 9/etc

2012-08-22 Thread Xin LI
Author: delphij Date: Thu Aug 23 00:39:08 2012 New Revision: 239600 URL: http://svn.freebsd.org/changeset/base/239600 Log: MFC r239464: As of r232844 we no longer need the maxpoll 9 workaround. Modified: stable/9/etc/ntp.conf Directory Properties: stable/9/etc/ (props changed)

svn commit: r239931 - stable/9/sbin/md5

2012-08-30 Thread Xin LI
Author: delphij Date: Fri Aug 31 00:33:09 2012 New Revision: 239931 URL: http://svn.freebsd.org/changeset/base/239931 Log: MFC r238964: Teach md5(1) about sha512. Modified: stable/9/sbin/md5/Makefile stable/9/sbin/md5/md5.1 stable/9/sbin/md5/md5.c Directory Properties:

svn commit: r239937 - in stable: 8/sbin/md5 9/sbin/md5

2012-08-31 Thread Xin LI
Author: delphij Date: Fri Aug 31 06:42:51 2012 New Revision: 239937 URL: http://svn.freebsd.org/changeset/base/239937 Log: Revert 239931 and 239932 until I figure out why it breaks on stable branches but not on -HEAD. Noticed by: tinderbox Pointy hat to:delphij Modified:

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

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:

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 saw online de Obtained from:DragonFly Modified: stable/9/sys/dev/hptiop/hptiop.c

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:

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:

svn commit: r251642 - stable/9/rescue/rescue

2013-06-11 Thread Xin LI
Author: delphij Date: Wed Jun 12 00:33:30 2013 New Revision: 251642 URL: http://svnweb.freebsd.org/changeset/base/251642 Log: MFC r250626: Add less to rescue build. Modified: stable/9/rescue/rescue/Makefile Directory Properties: stable/9/rescue/rescue/ (props changed) Modified:

svn commit: r251889 - stable/9/sys/dev/mpt

2013-06-17 Thread Xin LI
Author: delphij Date: Tue Jun 18 04:03:12 2013 New Revision: 251889 URL: http://svnweb.freebsd.org/changeset/base/251889 Log: MFC r251187: Explicitly use a pair of parentheses to ensure correct evaluation ordering for bitwise operation. Submitted by: swildner (DragonFly) Modified:

svn commit: r251891 - stable/9/lib/libcam

2013-06-17 Thread Xin LI
Author: delphij Date: Tue Jun 18 04:05:37 2013 New Revision: 251891 URL: http://svnweb.freebsd.org/changeset/base/251891 Log: MFC r251349: Fix a typo: XPORT_SPI should be tested against transport, nor protocol. Submitted by: Sascha Wildner swildner dragonflybsd org Reviewed by:

svn commit: r252043 - stable/9/usr.sbin/kldxref

2013-06-20 Thread Xin LI
Author: delphij Date: Thu Jun 20 21:19:47 2013 New Revision: 252043 URL: http://svnweb.freebsd.org/changeset/base/252043 Log: MFC r251439: Remove unneeded reference to link.h (sys/link_elf.h). Modified: stable/9/usr.sbin/kldxref/ef.c stable/9/usr.sbin/kldxref/ef_amd64.c

svn commit: r252044 - stable/9/usr.sbin/kldxref

2013-06-20 Thread Xin LI
Author: delphij Date: Thu Jun 20 21:29:03 2013 New Revision: 252044 URL: http://svnweb.freebsd.org/changeset/base/252044 Log: MFC r251440: use calloc(). Modified: stable/9/usr.sbin/kldxref/ef_obj.c Directory Properties: stable/9/usr.sbin/kldxref/ (props changed) Modified:

svn commit: r252140 - in stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-06-23 Thread Xin LI
Author: delphij Date: Mon Jun 24 05:00:31 2013 New Revision: 252140 URL: http://svnweb.freebsd.org/changeset/base/252140 Log: MFC r251478: MFV r251474: * Illumos zfs issue #3137 L2ARC compression Whether or not to compress buffers entering the L2ARC is controlled by compression

svn commit: r252281 - in stable/9: contrib/libpcap contrib/libpcap/pcap lib/libpcap

2013-06-26 Thread Xin LI
Author: delphij Date: Thu Jun 27 00:31:21 2013 New Revision: 252281 URL: http://svnweb.freebsd.org/changeset/base/252281 Log: MFC r251129: libpcap 1.4.0. Modified: stable/9/contrib/libpcap/CHANGES stable/9/contrib/libpcap/CREDITS stable/9/contrib/libpcap/README

svn commit: r252307 - stable/9/contrib/tcpdump

2013-06-27 Thread Xin LI
Author: delphij Date: Thu Jun 27 17:33:04 2013 New Revision: 252307 URL: http://svnweb.freebsd.org/changeset/base/252307 Log: Fix build: in a recent pf refactor (head@240233), pf_var.h was modified to not include netinet/tcp_fsm.h, and HEAD tcpdump rely on this change as the tcp_fsm.h will

svn commit: r252477 - stable/9/etc/rc.d

2013-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 1 20:45:55 2013 New Revision: 252477 URL: http://svnweb.freebsd.org/changeset/base/252477 Log: MFC r252062: Call sshd_precmd instead of sshd_configtest when the operator requests reload or restart, which, in addition of testing the configuration, will

svn commit: r252489 - stable/9/sys/net

2013-07-01 Thread Xin LI
Author: delphij Date: Mon Jul 1 22:05:43 2013 New Revision: 252489 URL: http://svnweb.freebsd.org/changeset/base/252489 Log: MFC r251859: Return ENETDOWN instead of ENOENT when all lagg(4) links are inactive when upper layer tries to transmit packet. This gives better feedback and

svn commit: r252751 - in stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-07-04 Thread Xin LI
Author: delphij Date: Fri Jul 5 03:05:59 2013 New Revision: 252751 URL: http://svnweb.freebsd.org/changeset/base/252751 Log: MFC r251631: illumos #3742 zfs comments need cleaner, more consistent style - Make more of ZFS's comments use a natural English writing flow. - Break up long

svn commit: r252754 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-07-04 Thread Xin LI
Author: delphij Date: Fri Jul 5 03:38:06 2013 New Revision: 252754 URL: http://svnweb.freebsd.org/changeset/base/252754 Log: MFC r251632: illumos #3743 zfs needs a refcount audit Audit zap cursor usage and correct missing calls to zap_cursor_fini().

svn commit: r252758 - in stable/9/cddl/contrib/opensolaris: cmd/zpool lib/libzfs/common

2013-07-04 Thread Xin LI
Author: delphij Date: Fri Jul 5 03:49:52 2013 New Revision: 252758 URL: http://svnweb.freebsd.org/changeset/base/252758 Log: MFC r251634: illumos #3745 zpool create should treat -O mountpoint and -m the same cddl/contrib/opensolaris/cmd/zpool/zpool_main.c: (change 644608) This

svn commit: r252766 - stable/9/cddl/contrib/opensolaris/lib/libzfs/common

2013-07-04 Thread Xin LI
Author: delphij Date: Fri Jul 5 04:16:03 2013 New Revision: 252766 URL: http://svnweb.freebsd.org/changeset/base/252766 Log: MFC r252218: Diff reduction against Illumos, no real change to code itself. This marks vendor branch revision 252213 as merged, the actual code was committed

svn commit: r252769 - stable/9/sbin/mdconfig

2013-07-04 Thread Xin LI
Author: delphij Date: Fri Jul 5 04:24:21 2013 New Revision: 252769 URL: http://svnweb.freebsd.org/changeset/base/252769 Log: MFC r252523: When listing with -f, skip all memory disks that are not vnode-backed. Noticed by: kevlo Modified: stable/9/sbin/mdconfig/mdconfig.c

svn commit: r252884 - in stable/9: share/man/man4 sys/dev/hptiop

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 09:49:01 2013 New Revision: 252884 URL: http://svnweb.freebsd.org/changeset/base/252884 Log: MFC r252851: Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 controllers. Update the hptiop(4) manual page to reflect this as well as mentioning

svn commit: r252902 - stable/9/sys/dev/hpt27xx

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 23:04:59 2013 New Revision: 252902 URL: http://svnweb.freebsd.org/changeset/base/252902 Log: MFC r252852: Update hpt27xx(4) driver to address a problem reported by FreeNAS user, where when more than one hpt27xx adapters are being used, the unit number

svn commit: r252904 - stable/9/sys/dev/arcmsr

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 23:46:23 2013 New Revision: 252904 URL: http://svnweb.freebsd.org/changeset/base/252904 Log: MFC r252857: Refresh vendor driver version which fixes command queue full issue with ARC-1214 and ARC-1224. Many thanks to Areca for continuing to support

svn commit: r252905 - in stable/9: share/man/man4 sys/dev/oce

2013-07-06 Thread Xin LI
Author: delphij Date: Sat Jul 6 23:56:58 2013 New Revision: 252905 URL: http://svnweb.freebsd.org/changeset/base/252905 Log: MFC r252869: Update driver with recent vendor improvements, most notably support of Skyhawk adapters. Many thanks to Emulex for their continued support of

svn commit: r253695 - stable/9/contrib/bind9/lib/dns/rdata/generic

2013-07-26 Thread Xin LI
Author: delphij Date: Fri Jul 26 22:43:09 2013 New Revision: 253695 URL: http://svnweb.freebsd.org/changeset/base/253695 Log: Fix Denial of Service vulnerability in named(8). [13:07] Security: CVE-2013-4854 Security: FreeBSD-SA-13:07.bind Approved by: re (rodrigc) Modified:

svn commit: r254069 - in stable/9/lib/libz: . contrib test

2013-08-07 Thread Xin LI
Author: delphij Date: Wed Aug 7 19:42:17 2013 New Revision: 254069 URL: http://svnweb.freebsd.org/changeset/base/254069 Log: MFC r250261: Update zlib to 1.2.8. Modified: stable/9/lib/libz/ChangeLog stable/9/lib/libz/README stable/9/lib/libz/Symbol.map stable/9/lib/libz/Versions.def

svn commit: r254629 - head/sys/netinet head/sys/netinet6 stable/8/sys/netinet stable/8/sys/netinet6 stable/9/sys/netinet stable/9/sys/netinet6

2013-08-21 Thread Xin LI
Author: delphij Date: Thu Aug 22 00:51:37 2013 New Revision: 254629 URL: http://svnweb.freebsd.org/changeset/base/254629 Log: Fix an integer overflow in computing the size of a temporary buffer can result in a buffer which is too small for the requested operation. Security:

svn commit: r255435 - stable/9/sys/dev/hpt27xx

2013-09-09 Thread Xin LI
Author: delphij Date: Tue Sep 10 00:40:21 2013 New Revision: 255435 URL: http://svnweb.freebsd.org/changeset/base/255435 Log: MFC r255320: Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC. This change is a 9.2-RELEASE candidate. Modified:

svn commit: r255476 - in stable: 8/usr.sbin/mergemaster 9/usr.sbin/mergemaster

2013-09-11 Thread Xin LI
Author: delphij Date: Wed Sep 11 17:42:35 2013 New Revision: 255476 URL: http://svnweb.freebsd.org/changeset/base/255476 Log: MFC r255428: Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs. Modified:

svn commit: r255485 - stable/9/sys/kern

2013-09-11 Thread Xin LI
Author: delphij Date: Thu Sep 12 00:46:32 2013 New Revision: 255485 URL: http://svnweb.freebsd.org/changeset/base/255485 Log: MFC r255412: In r243868, the error message buffer errmsg have been changed from an on-stack array to a pointer and therefore sizeof(errmsg) would become 4 or 8

svn commit: r255616 - stable/9/usr.sbin/mtree

2013-09-16 Thread Xin LI
Author: delphij Date: Mon Sep 16 16:43:57 2013 New Revision: 255616 URL: http://svnweb.freebsd.org/changeset/base/255616 Log: MFC r255483: Do not emit size for non-regular files. There is nothing that mtree(1) can do in this situation and would cause confusion. Modified:

svn commit: r255934 - in stable: 8/lib/libedit 9/lib/libedit

2013-09-29 Thread Xin LI
Author: delphij Date: Sun Sep 29 07:42:25 2013 New Revision: 255934 URL: http://svnweb.freebsd.org/changeset/base/255934 Log: MFC r255891: Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). Modified: stable/9/lib/libedit/readline.c Directory Properties:

svn commit: r255959 - in stable: 8/sys/dev/nfe 9/sys/dev/nfe

2013-09-30 Thread Xin LI
Author: delphij Date: Tue Oct 1 00:49:57 2013 New Revision: 255959 URL: http://svnweb.freebsd.org/changeset/base/255959 Log: MFC r255648: Fix a typo when accounting for tx_broadcast statistics. Submitted by: Paul A. Patience paul-a patience polymtl ca Modified:

svn commit: r256033 - stable/9/sys/dev/arcmsr

2013-10-03 Thread Xin LI
Author: delphij Date: Thu Oct 3 23:52:02 2013 New Revision: 256033 URL: http://svnweb.freebsd.org/changeset/base/256033 Log: MFC r255718: Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion in CCB abort codepath. Many thanks to Areca for continuing to support FreeBSD.

svn commit: r256127 - stable/9/etc/mtree

2013-10-07 Thread Xin LI
Author: delphij Date: Mon Oct 7 21:54:30 2013 New Revision: 256127 URL: http://svnweb.freebsd.org/changeset/base/256127 Log: MFC r255035: Add a few missing language directories for /usr. Modified: stable/9/etc/mtree/BSD.usr.dist Directory Properties: stable/9/etc/mtree/ (props

svn commit: r256128 - stable/9/etc/mtree

2013-10-07 Thread Xin LI
Author: delphij Date: Mon Oct 7 21:59:18 2013 New Revision: 256128 URL: http://svnweb.freebsd.org/changeset/base/256128 Log: MFC r248979 (emaste): Format per etc/mtree/README - Spaces instead of tabs - Sort some i18n entries Modified: stable/9/etc/mtree/BSD.usr.dist Directory

svn commit: r256129 - stable/9/etc/mtree

2013-10-07 Thread Xin LI
Author: delphij Date: Mon Oct 7 22:03:40 2013 New Revision: 256129 URL: http://svnweb.freebsd.org/changeset/base/256129 Log: MFC r255036: Add directories that is installed as part of bsdconfig. These are included unconditionally for now because bsdconfig is currently installed

svn commit: r257119 - in stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-10-25 Thread Xin LI
Author: delphij Date: Fri Oct 25 15:43:59 2013 New Revision: 257119 URL: http://svnweb.freebsd.org/changeset/base/257119 Log: MFC r253816: MFV r253780: To quote Illumos #3875: The problem here is that if we ever end up in the error path, we drop the locks protecting access to the

svn commit: r257192 - in stable: 8/usr.sbin/freebsd-update 9/usr.sbin/freebsd-update

2013-10-26 Thread Xin LI
Author: delphij Date: Sat Oct 26 19:54:28 2013 New Revision: 257192 URL: http://svnweb.freebsd.org/changeset/base/257192 Log: MFC r256646, r256767, r257038: When installing updates, install new directories first and remove old directories last. Allow ~ in file names so libtool

svn commit: r257719 - in stable: 8/sys/geom/eli 9/sys/geom/eli

2013-11-05 Thread Xin LI
Author: delphij Date: Tue Nov 5 20:00:17 2013 New Revision: 257719 URL: http://svnweb.freebsd.org/changeset/base/257719 Log: MFC r257539: When zero'ing out a buffer, make sure we are using right size. Without this change, in the worst but unlikely case scenario, certain

svn commit: r258584 - in stable/9/sys: dev/bxe dev/oce ofed/drivers/net/mlx4

2013-11-25 Thread Xin LI
Author: delphij Date: Mon Nov 25 20:01:34 2013 New Revision: 258584 URL: http://svnweb.freebsd.org/changeset/base/258584 Log: MFC r246482 (rrs) + r246581: This fixes a out-of-order problem with several of the newer drivers. The basic problem was that the driver was pulling the mbuf off

svn commit: r258586 - stable/9/sys/dev/oce

2013-11-25 Thread Xin LI
Author: delphij Date: Mon Nov 25 20:05:23 2013 New Revision: 258586 URL: http://svnweb.freebsd.org/changeset/base/258586 Log: MFC r257007,258140: Update driver to version 10.0.664.0. Many thanks to Emulex for their continued support of FreeBSD. Submitted by: Venkata Duvvuru

svn commit: r258724 - in stable: 8/usr.sbin/freebsd-update 9/usr.sbin/freebsd-update

2013-11-28 Thread Xin LI
Author: delphij Date: Thu Nov 28 22:08:41 2013 New Revision: 258724 URL: http://svnweb.freebsd.org/changeset/base/258724 Log: MFC r257879: Fix typo in r256646: We want to generate lists of directories in INDEX-OLD and INDEX-NEW and compare them, not generate the same list of

svn commit: r258763 - stable/9/etc/mtree

2013-11-29 Thread Xin LI
Author: delphij Date: Sat Nov 30 07:04:35 2013 New Revision: 258763 URL: http://svnweb.freebsd.org/changeset/base/258763 Log: MFC r258664: Create /var/cache with mode 0755 instead of 0750. This directory is used by many third party applications and having permission 0750 makes it

svn commit: r260604 - stable/9/sys/dev/oce

2014-01-13 Thread Xin LI
Author: delphij Date: Mon Jan 13 19:42:37 2014 New Revision: 260604 URL: http://svnweb.freebsd.org/changeset/base/260604 Log: MFC r260110: Eliminate unused drbr_stats_update implementation in oce(4) driver. Noticed by: dim Modified: stable/9/sys/dev/oce/oce_if.c Directory

svn commit: r260644 - in stable: 8/sys/dev/random 9/sys/dev/random

2014-01-14 Thread Xin LI
Author: delphij Date: Tue Jan 14 19:27:42 2014 New Revision: 260644 URL: http://svnweb.freebsd.org/changeset/base/260644 Log: On stable/8 and stable/9, disable hardware random number generators by default. This is a direct commit to stable/ branches because HEAD and stable/10 have superior

svn commit: r260646 - in stable: 8/contrib/bind9/bin/named 9/contrib/bind9/bin/named

2014-01-14 Thread Xin LI
Author: delphij Date: Tue Jan 14 19:38:37 2014 New Revision: 260646 URL: http://svnweb.freebsd.org/changeset/base/260646 Log: Fix BIND remote denial of service vulnerability. Security: FreeBSD-SA-14:04.bind Security: CVE-2014-0591 Modified:

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

2012-09-04 Thread Xin LI
Author: delphij Date: Tue Sep 4 23:24:00 2012 New Revision: 240121 URL: http://svn.freebsd.org/changeset/base/240121 Log: MFC: less v451. Modified: stable/9/contrib/less/LICENSE stable/9/contrib/less/Makefile.aut stable/9/contrib/less/NEWS stable/9/contrib/less/README

svn commit: r240712 - in stable/9: share/man/man4 sys/dev/arcmsr

2012-09-19 Thread Xin LI
Author: delphij Date: Wed Sep 19 22:12:57 2012 New Revision: 240712 URL: http://svn.freebsd.org/changeset/base/240712 Log: MFC r240079: Update arcmsr(4) to vendor version 1.20.00.25. Many thanks to Areca for continuing to support FreeBSD. Submitted by: Ching-Lung Huang ching2048

svn commit: r240807 - in stable/9/contrib/bind9: . lib/dns lib/dns/include/dns

2012-09-22 Thread Xin LI
Author: delphij Date: Sat Sep 22 08:47:29 2012 New Revision: 240807 URL: http://svn.freebsd.org/changeset/base/240807 Log: MFC 240729 (dougb): Upgrade to 9.8.3-P3: Prevents a crash when queried for a record whose RDATA exceeds 65535 bytes. Prevents a crash when validating

svn commit: r241038 - stable/9/usr.sbin/mountd

2012-09-28 Thread Xin LI
Author: delphij Date: Fri Sep 28 20:29:06 2012 New Revision: 241038 URL: http://svn.freebsd.org/changeset/base/241038 Log: MFC r239744: Show error messages if nmount() failed. Modified: stable/9/usr.sbin/mountd/mountd.c Directory Properties: stable/9/usr.sbin/mountd/ (props changed)

svn commit: r241415 - in stable/9/contrib/bind9: . bin/named

2012-10-10 Thread Xin LI
Author: delphij Date: Wed Oct 10 19:50:15 2012 New Revision: 241415 URL: http://svn.freebsd.org/changeset/base/241415 Log: MFC r241414: Upgrade to 9.8.3-P4: Prevents a lockup when queried a deliberately constructed combination of records. [CVE-2012-5166] For more information:

svn commit: r241762 - stable/9/sys/dev/tws

2012-10-20 Thread Xin LI
Author: delphij Date: Sat Oct 20 07:38:42 2012 New Revision: 241762 URL: http://svn.freebsd.org/changeset/base/241762 Log: MFC r241753: Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD. PR: kern/172833 Submitted by: Charles O'Donnell cao bus net Modified:

svn commit: r242105 - stable/9/sys/dev/hptmv

2012-10-25 Thread Xin LI
Author: delphij Date: Fri Oct 26 00:28:29 2012 New Revision: 242105 URL: http://svn.freebsd.org/changeset/base/242105 Log: MFC r240210: It seems that what the code really meant is that when a write is completed, do a BUS_DMASYNC_POSTWRITE over the DMA map. The way it currently is would

svn commit: r242484 - in stable/9: contrib/libpcap contrib/libpcap/net contrib/libpcap/packaging contrib/libpcap/pcap contrib/libpcap/test contrib/libpcap/tests lib/libpcap sys/net

2012-11-02 Thread Xin LI
Author: delphij Date: Fri Nov 2 16:54:12 2012 New Revision: 242484 URL: http://svn.freebsd.org/changeset/base/242484 Log: MFC r241231: MFV: libpcap 1.3.0. Added: stable/9/contrib/libpcap/pcap-canusb-linux.c - copied unchanged from r241231, head/contrib/libpcap/pcap-canusb-linux.c

svn commit: r242485 - in stable/9: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2012-11-02 Thread Xin LI
Author: delphij Date: Fri Nov 2 16:57:51 2012 New Revision: 242485 URL: http://svn.freebsd.org/changeset/base/242485 Log: MFC r241235: MFV tcpdump 4.3.0. Added: stable/9/contrib/tcpdump/print-tipc.c - copied unchanged from r241235, head/contrib/tcpdump/print-tipc.c Modified:

svn commit: r243811 - stable/9/sys/libkern

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:08:44 2012 New Revision: 243811 URL: http://svnweb.freebsd.org/changeset/base/243811 Log: MFC r242507: Sync strlcpy with userland version. Modified: stable/9/sys/libkern/strlcpy.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r243813 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:12:54 2012 New Revision: 243813 URL: http://svnweb.freebsd.org/changeset/base/243813 Log: MFC r242332: s/dettach/detach/g Approved by: pjd Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Directory Properties:

svn commit: r243814 - stable/9/sys/ofed/include/linux

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:16:36 2012 New Revision: 243814 URL: http://svnweb.freebsd.org/changeset/base/243814 Log: MFC r242841: Use %s when calling make_dev with a string pointer. This makes clang happy. Modified: stable/9/sys/ofed/include/linux/cdev.h Directory

svn commit: r243818 - stable/9/contrib/netcat

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:26:23 2012 New Revision: 243818 URL: http://svnweb.freebsd.org/changeset/base/243818 Log: MFC r235038,241906: netcat from OpenBSD 5.2. Modified: stable/9/contrib/netcat/FREEBSD-vendor stable/9/contrib/netcat/nc.1 stable/9/contrib/netcat/netcat.c

svn commit: r243820 - stable/9/usr.sbin/watchdogd

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:30:12 2012 New Revision: 243820 URL: http://svnweb.freebsd.org/changeset/base/243820 Log: MFC r242519: Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency. Modified: stable/9/usr.sbin/watchdogd/Makefile

svn commit: r243823 - stable/9/sys/dev/mfi

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:34:54 2012 New Revision: 243823 URL: http://svnweb.freebsd.org/changeset/base/243823 Log: MFC r242497: Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI command properly. Without this change, mfi(4) always sends 10 byte READ

svn commit: r243824 - stable/9/sys/dev/mfi

2012-12-03 Thread Xin LI
Author: delphij Date: Mon Dec 3 18:37:02 2012 New Revision: 243824 URL: http://svnweb.freebsd.org/changeset/base/243824 Log: MFC r242681 (ambrisko): - Extend the prior commit to use the generic SCSI command building function use that for JBOD and Thunderbolt disk write command. Now

svn commit: r244342 - stable/9/usr.bin/less

2012-12-16 Thread Xin LI
Author: delphij Date: Mon Dec 17 06:35:15 2012 New Revision: 244342 URL: http://svnweb.freebsd.org/changeset/base/244342 Log: Note that the manual page of less(1) says: Note that a preprocessor cannot output an empty file, since that is interpreted as meaning there is no

svn commit: r244524 - in stable/9/sys: netinet netinet6

2012-12-20 Thread Xin LI
Author: delphij Date: Fri Dec 21 00:41:52 2012 New Revision: 244524 URL: http://svnweb.freebsd.org/changeset/base/244524 Log: MFC r241916: Remove __P. Submitted by: kevlo Modified: stable/9/sys/netinet/sctp_uio.h stable/9/sys/netinet/sctp_var.h stable/9/sys/netinet6/icmp6.c

svn commit: r244920 - stable/9/sys/dev/arcmsr

2012-12-31 Thread Xin LI
Author: delphij Date: Tue Jan 1 07:00:42 2013 New Revision: 244920 URL: http://svnweb.freebsd.org/changeset/base/244920 Log: MFC r244369 (jimharris): Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistent LUNs for the virtual processor device. This removes lots of CAM

svn commit: r244921 - in stable/9: share/man/man4 sys/dev/arcmsr

2012-12-31 Thread Xin LI
Author: delphij Date: Tue Jan 1 07:02:33 2013 New Revision: 244921 URL: http://svnweb.freebsd.org/changeset/base/244921 Log: MFC r244406: Update arcmsr(4) to vendor version 1.20.00.26, this adds support for their new RAID adapter ARC-1214. Many thanks to Areca for continuing to

svn commit: r245277 - stable/9/lib/libc/nls

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:40:03 2013 New Revision: 245277 URL: http://svnweb.freebsd.org/changeset/base/245277 Log: MFC 244756 + 244757: Add Simplified Chinese catalogs. Added: stable/9/lib/libc/nls/zh_CN.GB18030.msg - copied unchanged from r244757,

svn commit: r245279 - stable/9/sys/dev/wbwd

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:43:20 2013 New Revision: 245279 URL: http://svnweb.freebsd.org/changeset/base/245279 Log: MFC r244781: Use DEVMETHOD_END. Modified: stable/9/sys/dev/wbwd/wbwd.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props

svn commit: r245280 - in stable/9: share/man/man4 sys/dev/wbwd

2013-01-10 Thread Xin LI
Author: delphij Date: Fri Jan 11 00:46:40 2013 New Revision: 245280 URL: http://svnweb.freebsd.org/changeset/base/245280 Log: MFC r244787, 244796: Add DEVICE_IDENTIFY method for wbwd(4), required on most of recent Supermicro motherboards. Tested on X8STi and X8DTH boards.

svn commit: r245481 - stable/9/crypto/openssl/crypto/bn

2013-01-15 Thread Xin LI
Author: delphij Date: Wed Jan 16 00:42:25 2013 New Revision: 245481 URL: http://svnweb.freebsd.org/changeset/base/245481 Log: MFC r244973: Integrate OpenSSL changeset 22950 (appro): bn_word.c: fix overflow bug in BN_add_word. Modified:

svn commit: r245482 - stable/9/crypto/openssl/crypto

2013-01-15 Thread Xin LI
Author: delphij Date: Wed Jan 16 00:45:05 2013 New Revision: 245482 URL: http://svnweb.freebsd.org/changeset/base/245482 Log: MFC r244975: Indicate that we are using OpenSSL with some local modifications. Modified: stable/9/crypto/openssl/crypto/opensslv.h Directory Properties:

svn commit: r245938 - in stable/9/sys: conf dev/hpt27xx modules/hpt27xx

2013-01-25 Thread Xin LI
Author: delphij Date: Sat Jan 26 05:20:09 2013 New Revision: 245938 URL: http://svnweb.freebsd.org/changeset/base/245938 Log: MFC r245768: - Don't include date and time the driver is built, this is useful for generating binary diffs. - Constify a few strings used in the driver.

svn commit: r246187 - stable/9/sys/fs/nfsserver

2013-01-31 Thread Xin LI
Author: delphij Date: Fri Feb 1 00:32:01 2013 New Revision: 246187 URL: http://svnweb.freebsd.org/changeset/base/246187 Log: MFC r245613: Make it possible to force async at server side on new NFS server, similar to the old one's nfs.nfsrv.async. Please note that by enabling this

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

2013-01-31 Thread Xin LI
Author: delphij Date: Fri Feb 1 07:36:22 2013 New Revision: 246197 URL: http://svnweb.freebsd.org/changeset/base/246197 Log: MFC r244568: - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to store path longer than this. - Fix an unreached case of check against

svn commit: r246199 - stable/9/usr.bin/apply

2013-01-31 Thread Xin LI
Author: delphij Date: Fri Feb 1 07:40:46 2013 New Revision: 246199 URL: http://svnweb.freebsd.org/changeset/base/246199 Log: MFC r245048: Constify arguments. While I'm there, also add a static for usage(). Modified: stable/9/usr.bin/apply/apply.c Directory Properties:

svn commit: r246200 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-01-31 Thread Xin LI
Author: delphij Date: Fri Feb 1 07:48:13 2013 New Revision: 246200 URL: http://svnweb.freebsd.org/changeset/base/246200 Log: MFC r245511: Improve the comment in txg.c Obtained from:Illumos (13910:f3454e0a097c) Modified:

svn commit: r246373 - stable/9/contrib/one-true-awk

2013-02-05 Thread Xin LI
Author: delphij Date: Wed Feb 6 00:42:23 2013 New Revision: 246373 URL: http://svnweb.freebsd.org/changeset/base/246373 Log: MFC: one-true-awk 20121220. Modified: stable/9/contrib/one-true-awk/FIXES stable/9/contrib/one-true-awk/main.c stable/9/contrib/one-true-awk/makefile

svn commit: r246574 - in stable/9: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2013-02-08 Thread Xin LI
Author: delphij Date: Sat Feb 9 00:29:36 2013 New Revision: 246574 URL: http://svnweb.freebsd.org/changeset/base/246574 Log: MFC r245264: The current ZFS code expects ddt_zap_count to always succeed by asserting the underlying zap_count() to return no errors. However, it is possible

svn commit: r246610 - stable/9/sys/dev/wbwd

2013-02-09 Thread Xin LI
Author: delphij Date: Sun Feb 10 07:36:23 2013 New Revision: 246610 URL: http://svnweb.freebsd.org/changeset/base/246610 Log: MFC r245297: Add ID for Nuvoton WPCM450RA0BX found on Supermicro X9SCA-F motherboards. While I'm there, also make this driver to attach to devices that have

svn commit: r247449 - stable/9/etc/rc.d

2013-02-28 Thread Xin LI
Author: delphij Date: Thu Feb 28 08:06:43 2013 New Revision: 247449 URL: http://svnweb.freebsd.org/changeset/base/247449 Log: When getting the MIB, remove largest suffix instead of smallest suffix of =. This makes the following syntax work: dev.hdaa.4.nid25_config=as=1,seq=15

svn commit: r247513 - in stable/9: contrib/expat contrib/expat/doc contrib/expat/examples contrib/expat/lib contrib/expat/tests contrib/expat/tests/benchmark contrib/expat/xmlwf lib/libexpat

2013-02-28 Thread Xin LI
Author: delphij Date: Fri Mar 1 00:56:57 2013 New Revision: 247513 URL: http://svnweb.freebsd.org/changeset/base/247513 Log: MFC r247296: libexpat 2.1.0. Added: stable/9/contrib/expat/FREEBSD-Xlist - copied unchanged from r247511, head/contrib/expat/FREEBSD-Xlist Deleted:

svn commit: r247828 - in stable: 8/sys/dev/mfi 9/sys/dev/mfi

2013-03-04 Thread Xin LI
Author: delphij Date: Tue Mar 5 06:43:54 2013 New Revision: 247828 URL: http://svnweb.freebsd.org/changeset/base/247828 Log: MFC r247594: Fix a typo in mfi_stp_cmd() that would give wrong assignment. Submitted by: Sascha Wildner saw online de Obtained from:DragonFly rev

svn commit: r248062 - in stable: 8/sys/dev/oce 9/sys/dev/oce

2013-03-08 Thread Xin LI
Author: delphij Date: Fri Mar 8 18:46:21 2013 New Revision: 248062 URL: http://svnweb.freebsd.org/changeset/base/248062 Log: MFC r231879,246799,247880,248059: Update driver to version 4.6.95.0. Submitted by: Duvvuru,Venkat Kumar VenkatKumar.Duvvuru Emulex.Com Modified:

svn commit: r248334 - stable/9/crypto/openssl/crypto

2013-03-15 Thread Xin LI
Author: delphij Date: Fri Mar 15 18:10:38 2013 New Revision: 248334 URL: http://svnweb.freebsd.org/changeset/base/248334 Log: Redo r241528: MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality. Modified: stable/9/crypto/openssl/crypto/opensslv.h Modified:

svn commit: r248808 - in stable/9: contrib/bind9 lib/bind lib/bind/dns lib/bind/dns/dns

2013-03-27 Thread Xin LI
Author: delphij Date: Thu Mar 28 05:39:45 2013 New Revision: 248808 URL: http://svnweb.freebsd.org/changeset/base/248808 Log: MFC r248788 (erwin): Update BIND to 9.8.4-P2 Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a

  1   2   3   >