svn commit: r217087 - head/share/man/man9

2011-01-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jan 7 08:34:12 2011 New Revision: 217087 URL: http://svn.freebsd.org/changeset/base/217087 Log: Restore comment describing /* NOTREACHED */, updated to match reality. Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9

svn commit: r217088 - stable/8/usr.sbin/newsyslog

2011-01-07 Thread Brian Somers
Author: brian Date: Fri Jan 7 08:42:58 2011 New Revision: 217088 URL: http://svn.freebsd.org/changeset/base/217088 Log: MFC r216832: Make -S functional Modified: stable/8/usr.sbin/newsyslog/newsyslog.c Directory Properties: stable/8/usr.sbin/newsyslog/ (props changed) Modified: stable/8

svn commit: r217089 - stable/7/usr.sbin/newsyslog

2011-01-07 Thread Brian Somers
Author: brian Date: Fri Jan 7 08:45:56 2011 New Revision: 217089 URL: http://svn.freebsd.org/changeset/base/217089 Log: MFC r216832: Make -S functional Modified: stable/7/usr.sbin/newsyslog/newsyslog.c Directory Properties: stable/7/usr.sbin/newsyslog/ (props changed) Modified: stable/7

Re: svn commit: r217018 - stable/8/sys/netinet

2011-01-07 Thread Bjoern A. Zeeb
re2[6] and the patch I had seen had that. Maybe we should even move them after _pad[] to keep the spares together. Can you test this one? http://people.freebsd.org/~bz/20110107-01-restore-xtcpcb-ABI.diff /bz -- Bjoern A. Zeeb You have to have visions! Going

svn commit: r217090 - head/etc

2011-01-07 Thread Jaakko Heinonen
Author: jh Date: Fri Jan 7 10:59:22 2011 New Revision: 217090 URL: http://svn.freebsd.org/changeset/base/217090 Log: Warn if rules could not be read from a ruleset file. Now at least something gets logged if the file has syntax errors. PR: conf/91342 Silence on: freebsd-rc

svn commit: r217095 - stable/8/sys/i386/xen

2011-01-07 Thread Colin Percival
Author: cperciva Date: Fri Jan 7 14:03:28 2011 New Revision: 217095 URL: http://svn.freebsd.org/changeset/base/217095 Log: MFC r216944,r216963,r216960: Improve the stability of the i386/XEN pmap code by correctly protecting page mapping queue variables within a critical section and by addin

svn commit: r217096 - in releng/8.2/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-01-07 Thread Martin Matuska
Author: mm Date: Fri Jan 7 14:17:29 2011 New Revision: 217096 URL: http://svn.freebsd.org/changeset/base/217096 Log: MFC r216919: MFp4 186485, 186859: Fix a race by defining two tasks in the zio structure as we can still be returning from issue task when interrupt task is used. Re

svn commit: r217097 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 14:22:34 2011 New Revision: 217097 URL: http://svn.freebsd.org/changeset/base/217097 Log: Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the initial stack protection set by the kernel image activator. Modified: head/sys/amd64/include/elf.h

svn commit: r217098 - head/contrib/gcc/config/i386

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 14:24:24 2011 New Revision: 217098 URL: http://svn.freebsd.org/changeset/base/217098 Log: Make gcc emit the .note.GNU-stack section into the assembler files. Reviewed by: kan Modified: head/contrib/gcc/config/i386/freebsd.h Modified: head/contrib/gcc/config

svn commit: r217099 - head/lib/libc/sys

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 14:28:54 2011 New Revision: 217099 URL: http://svn.freebsd.org/changeset/base/217099 Log: Emit .note.GNU-stack for the syscall stubs generated by libc. Modified: head/lib/libc/sys/Makefile.inc Modified: head/lib/libc/sys/Makefile.inc =

svn commit: r217100 - head/share/mk

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 14:32:29 2011 New Revision: 217100 URL: http://svn.freebsd.org/changeset/base/217100 Log: Introduce make variable ACFLAGS used to supply additional flags to cc driver when compiling assembler source file that is preprocessed. Modified: head/share/mk/bsd.lib.mk

svn commit: r217101 - head/lib/libcompiler_rt

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 14:35:45 2011 New Revision: 217101 URL: http://svn.freebsd.org/changeset/base/217101 Log: On amd64 and i386, force assembler to mark objects compiled from the assembler source for libcompiler_rt as not needed executable stack. This is done with a hammer instead o

Re: svn commit: r217018 - stable/8/sys/netinet

2011-01-07 Thread John Baldwin
tpack;/* retransmit packets sent */ > uint64_tt_rcvoopack;/* out-of-order packets received */ > should move after t_pspare2[6] and the patch I had seen had that. > > Maybe we should even move them after _pad[] to keep the spares > together. > > Can you test

Re: svn commit: r217018 - stable/8/sys/netinet

2011-01-07 Thread George Neville-Neil
tted more closely I see that the two >> uint64_t are not were they should be. Are you by any chance on i386 >> or another 32bit platform? >> >> uint64_tt_sndrexmitpack;/* retransmit packets sent */ >> uint64_tt_rcvoopack;/* out-of-order

Re: svn commit: r217101 - head/lib/libcompiler_rt

2011-01-07 Thread Anonymous
Konstantin Belousov writes: > Author: kib > Date: Fri Jan 7 14:35:45 2011 > New Revision: 217101 > URL: http://svn.freebsd.org/changeset/base/217101 > > Log: > On amd64 and i386, force assembler to mark objects compiled from the > assembler source for libcompiler_rt as not needed executable

svn commit: r217102 - head/lib/libcompiler_rt

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 15:59:23 2011 New Revision: 217102 URL: http://svn.freebsd.org/changeset/base/217102 Log: Fix braino in r217101. -Wa is used to supply assembler flag to cc driver. Noted by: Anonymous Modified: head/lib/libcompiler_rt/Makefile Modified: head/lib/libcomp

Re: svn commit: r217101 - head/lib/libcompiler_rt

2011-01-07 Thread Kostik Belousov
On Fri, Jan 07, 2011 at 06:05:16PM +0300, Anonymous wrote: > Konstantin Belousov writes: > > > Author: kib > > Date: Fri Jan 7 14:35:45 2011 > > New Revision: 217101 > > URL: http://svn.freebsd.org/changeset/base/217101 > > > > Log: > > On amd64 and i386, force assembler to mark objects compil

svn commit: r217103 - in head/libexec/rtld-elf: amd64 i386

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 16:07:05 2011 New Revision: 217103 URL: http://svn.freebsd.org/changeset/base/217103 Log: Add section .note.GNU-stack for assembly files used by 386 and amd64. Modified: head/libexec/rtld-elf/amd64/rtld_start.S head/libexec/rtld-elf/i386/rtld_start.S Modified:

svn commit: r217104 - head/sys/dev/mxge

2011-01-07 Thread John Baldwin
Author: jhb Date: Fri Jan 7 16:07:29 2011 New Revision: 217104 URL: http://svn.freebsd.org/changeset/base/217104 Log: Use a regular taskqueue rather than a fast taskqueue for mxge(4). Reviewed by: gallatin Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c ===

svn commit: r217105 - in head/lib/csu: amd64 i386-elf

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 16:07:51 2011 New Revision: 217105 URL: http://svn.freebsd.org/changeset/base/217105 Log: Add section .note.GNU-stack for assembly files used by 386 and amd64. Modified: head/lib/csu/amd64/crti.S head/lib/csu/amd64/crtn.S head/lib/csu/i386-elf/crt1_s.S head/

svn commit: r217106 - in head/lib/libc: amd64/gen amd64/stdlib amd64/string amd64/sys i386/gen i386/stdlib i386/string i386/sys

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 16:08:40 2011 New Revision: 217106 URL: http://svn.freebsd.org/changeset/base/217106 Log: Add section .note.GNU-stack for assembly files used by 386 and amd64. Modified: head/lib/libc/amd64/gen/_setjmp.S head/lib/libc/amd64/gen/fabs.S head/lib/libc/amd64/gen/m

svn commit: r217107 - in head/lib/libthr/arch: amd64/amd64 i386/i386

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 16:09:33 2011 New Revision: 217107 URL: http://svn.freebsd.org/changeset/base/217107 Log: Add section .note.GNU-stack for assembly files used by 386 and amd64. Modified: head/lib/libthr/arch/amd64/amd64/_umtx_op_err.S head/lib/libthr/arch/i386/i386/_umtx_op_err.

svn commit: r217108 - in head/lib/msun: amd64 i387

2011-01-07 Thread Konstantin Belousov
Author: kib Date: Fri Jan 7 16:13:12 2011 New Revision: 217108 URL: http://svn.freebsd.org/changeset/base/217108 Log: Add section .note.GNU-stack for assembly files used by 386 and amd64. Modified: head/lib/msun/amd64/e_remainder.S head/lib/msun/amd64/e_remainderf.S head/lib/msun/amd64/e

svn commit: r217109 - head/sys/geom/part

2011-01-07 Thread Matthew D Fleming
Author: mdf Date: Fri Jan 7 16:46:20 2011 New Revision: 217109 URL: http://svn.freebsd.org/changeset/base/217109 Log: Fix a memory overflow where the input length to g_gpt_utf8_to_utf16() was specified incorrectly, causing the bzero to run past the end of a malloc(9)'d object. Submitte

svn commit: r217110 - head/sys/netinet/ipfw

2011-01-07 Thread John Baldwin
Author: jhb Date: Fri Jan 7 16:47:20 2011 New Revision: 217110 URL: http://svn.freebsd.org/changeset/base/217110 Log: Use a regular taskqueue for dummynet rather than a "fast" taskqueue. Reviewed by: luigi Modified: head/sys/netinet/ipfw/ip_dummynet.c Modified: head/sys/netinet/ipfw/i

Re: svn commit: r217097 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include

2011-01-07 Thread Ben Kaduk
On Fri, Jan 7, 2011 at 9:22 AM, Konstantin Belousov wrote: > Author: kib > Date: Fri Jan  7 14:22:34 2011 > New Revision: 217097 > URL: http://svn.freebsd.org/changeset/base/217097 > > Log: >  Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the >  initial stack protection set by

Re: svn commit: r217097 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include

2011-01-07 Thread Kostik Belousov
On Fri, Jan 07, 2011 at 12:02:55PM -0500, Ben Kaduk wrote: > On Fri, Jan 7, 2011 at 9:22 AM, Konstantin Belousov wrote: > > Author: kib > > Date: Fri Jan  7 14:22:34 2011 > > New Revision: 217097 > > URL: http://svn.freebsd.org/changeset/base/217097 > > > > Log: > >  Add AT_STACKPROT elf aux vecto

svn commit: r217113 - head/sys/netinet

2011-01-07 Thread George V. Neville-Neil
Author: gnn Date: Fri Jan 7 18:14:58 2011 New Revision: 217113 URL: http://svn.freebsd.org/changeset/base/217113 Log: Adjust ARP hold queue locking. Submitted by: Rozhuk Ivan, jhb MFC after:2 weeks Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c ==

Re: svn commit: r217090 - head/etc

2011-01-07 Thread Doug Barton
On 01/07/2011 02:59, Jaakko Heinonen wrote: Author: jh Date: Fri Jan 7 10:59:22 2011 New Revision: 217090 URL: http://svn.freebsd.org/changeset/base/217090 Log: Warn if rules could not be read from a ruleset file. Now at least something gets logged if the file has syntax errors. PR:

svn commit: r217114 - stable/8/etc

2011-01-07 Thread Josh Paetzel
Author: jpaetzel (ports committer) Date: Fri Jan 7 18:32:03 2011 New Revision: 217114 URL: http://svn.freebsd.org/changeset/base/217114 Log: MFC r216983: Fix typo in comment. Approved by: Warner Losh Modified: stable/8/etc/devd.conf Directory Properties: stable/8/etc/ (props cha

svn commit: r217115 - releng/8.2/usr.sbin/newsyslog

2011-01-07 Thread Brian Somers
Author: brian Date: Fri Jan 7 18:33:26 2011 New Revision: 217115 URL: http://svn.freebsd.org/changeset/base/217115 Log: MFC r216832: Make -S functional Approved by: re (kib) Modified: releng/8.2/usr.sbin/newsyslog/newsyslog.c Directory Properties: releng/8.2/usr.sbin/newsyslog/ (pr

svn commit: r217116 - releng/7.4/usr.sbin/newsyslog

2011-01-07 Thread Brian Somers
Author: brian Date: Fri Jan 7 18:34:09 2011 New Revision: 217116 URL: http://svn.freebsd.org/changeset/base/217116 Log: MFC r216832: Make -S functional Approved by: re (kib) Modified: releng/7.4/usr.sbin/newsyslog/newsyslog.c Directory Properties: releng/7.4/usr.sbin/newsyslog/ (pr

svn commit: r217117 - stable/7/etc

2011-01-07 Thread Josh Paetzel
Author: jpaetzel (ports committer) Date: Fri Jan 7 18:41:32 2011 New Revision: 217117 URL: http://svn.freebsd.org/changeset/base/217117 Log: MFC 216983: Fix typo in comment. Approved by: Warner Losh Modified: stable/7/etc/devd.conf Directory Properties: stable/7/etc/ (props chan

svn commit: r217118 - head/sys/dev/if_ndis

2011-01-07 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Jan 7 18:41:59 2011 New Revision: 217118 URL: http://svn.freebsd.org/changeset/base/217118 Log: Don't try to free an unassigned pointer. Submitted by: Paul B Mahol MFC after:1 week Modified: head/sys/dev/if_ndis/if_ndis.c Modified: head/sys/dev/if_ndis

svn commit: r217119 - head/usr.sbin/cpucontrol

2011-01-07 Thread Stanislav Sedov
Author: stas Date: Fri Jan 7 18:52:08 2011 New Revision: 217119 URL: http://svn.freebsd.org/changeset/base/217119 Log: - Save some space relying on the fact that all ioctl commands prefixes are the same. Suggested by: "Carlos A. M. dos Santos" Modified: head/usr.sbin/cpucontrol/cpu

Re: svn commit: r217090 - head/etc

2011-01-07 Thread Jaakko Heinonen
Hi, On 2011-01-07, Doug Barton wrote: > If by silence you mean that there was no comment on the PR in the future > please don't take that as tacit approval. There are a non-trivial number > of PRs assigned to -rc, and historically the practice has been not to > comment on them until someone in

Re: svn commit: r217090 - head/etc

2011-01-07 Thread Doug Barton
On 01/07/2011 11:00, Jaakko Heinonen wrote: Hi, On 2011-01-07, Doug Barton wrote: If by silence you mean that there was no comment on the PR in the future please don't take that as tacit approval. There are a non-trivial number of PRs assigned to -rc, and historically the practice has been not

svn commit: r217121 - head/sys/netinet

2011-01-07 Thread George V. Neville-Neil
Author: gnn Date: Fri Jan 7 20:02:05 2011 New Revision: 217121 URL: http://svn.freebsd.org/changeset/base/217121 Log: Fix a memory leak in ARP queues. Pointed out by: jhb@ MFC after:2 weeks Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c ==

svn commit: r217122 - stable/8/sys/fs/nfsserver

2011-01-07 Thread Rick Macklem
Author: rmacklem Date: Fri Jan 7 20:07:30 2011 New Revision: 217122 URL: http://svn.freebsd.org/changeset/base/217122 Log: MFC: r216692 Simplify vnode locking in the expeimental NFS server's readdir functions. In particular, get rid of two bogus VOP_ISLOCKED() calls. Removing the VOP_ISLO

svn commit: r217123 - in head: . gnu/lib/libgcc gnu/lib/libgomp gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/li...

2011-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 7 20:26:33 2011 New Revision: 217123 URL: http://svn.freebsd.org/changeset/base/217123 Log: Retire TARGET_ABI. Implement MACHINE_ARCH=mips64e[lb] to build N64 images. This replaces MACHINE_ARCH=mipse[lb] TARGET_ABI=n64. MACHINE_ARCH=mipsn32e[lb] has been a

svn commit: r217124 - in stable/8/sys/fs: nfs nfsserver

2011-01-07 Thread Rick Macklem
Author: rmacklem Date: Fri Jan 7 20:31:47 2011 New Revision: 217124 URL: http://svn.freebsd.org/changeset/base/217124 Log: MFC: r216693 Add an argument to nfsvno_getattr() in the experimental NFS server, so that it can avoid calling VOP_ISLOCKED() when the vnode is known to be locked. Thi

Re: svn commit: r217123 - in head: . gnu/lib/libgcc gnu/lib/libgomp gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/l

2011-01-07 Thread Juli Mallett
On Fri, Jan 7, 2011 at 12:26, Warner Losh wrote: > --- head/gnu/lib/libgcc/Makefile        Fri Jan  7 20:07:30 2011         > (r217122) > +++ head/gnu/lib/libgcc/Makefile        Fri Jan  7 20:26:33 2011         > (r217123) > @@ -119,9 +119,10 @@ LIB2FUNCS_EXTRA = floatunsidf.c floatuns >  #      _

svn commit: r217125 - head

2011-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 7 20:36:27 2011 New Revision: 217125 URL: http://svn.freebsd.org/changeset/base/217125 Log: make targets This produces a list of currently supported targets. Here "supported" means "built in make universe" on the theory that those targets are more supported t

Re: svn commit: r217123 - in head: . gnu/lib/libgcc gnu/lib/libgomp gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/l

2011-01-07 Thread Warner Losh
On 01/07/2011 13:32, Juli Mallett wrote: On Fri, Jan 7, 2011 at 12:26, Warner Losh wrote: --- head/gnu/lib/libgcc/MakefileFri Jan 7 20:07:30 2011 (r217122) +++ head/gnu/lib/libgcc/MakefileFri Jan 7 20:26:33 2011 (r217123) @@ -119,9 +119,10 @@ LIB2FUNCS_EXTRA =

svn commit: r217126 - head/sys/netinet

2011-01-07 Thread John Baldwin
Author: jhb Date: Fri Jan 7 21:40:34 2011 New Revision: 217126 URL: http://svn.freebsd.org/changeset/base/217126 Log: Trim extra spaces before tabs. Modified: head/sys/netinet/tcp_input.c head/sys/netinet/tcp_lro.c head/sys/netinet/tcp_lro.h head/sys/netinet/tcp_reass.c head/sys/neti

svn commit: r217127 - head/sys/dev/ixgbe

2011-01-07 Thread Jack F Vogel
Author: jfv Date: Fri Jan 7 22:34:56 2011 New Revision: 217127 URL: http://svn.freebsd.org/changeset/base/217127 Log: kern/153772 fix variable names. Thank you Andrew Boyer for catching these MFC in 3 days Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

svn commit: r217128 - in head: gnu/usr.bin/cc sys/arm/include sys/i386/include sys/mips/include sys/powerpc/include

2011-01-07 Thread Tijl Coosemans
Author: tijl Date: Fri Jan 7 22:57:31 2011 New Revision: 217128 URL: http://svn.freebsd.org/changeset/base/217128 Log: Remove unused support for 64 bit long on 32 bit architectures. It was used mainly to discover and fix some 64-bit portability problems before 64-bit arches were widely a

svn commit: r217129 - head/sys/dev/ixgbe

2011-01-07 Thread Jack F Vogel
Author: jfv Date: Fri Jan 7 22:58:12 2011 New Revision: 217129 URL: http://svn.freebsd.org/changeset/base/217129 Log: Fix to kern/150247 - make ixgbe buildable for 7.x Modified: head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/ixgbe.h =

svn commit: r217130 - in releng/8.2/sys/i386: i386 xen

2011-01-07 Thread Colin Percival
Author: cperciva Date: Fri Jan 7 23:11:19 2011 New Revision: 217130 URL: http://svn.freebsd.org/changeset/base/217130 Log: MFS r217050: Make minidumps work on i386/XEN. Approved by: re (rwatson) Modified: releng/8.2/sys/i386/i386/machdep.c releng/8.2/sys/i386/i386/minidump_machdep.c

svn commit: r217131 - head/sys/dev/ixgbe

2011-01-07 Thread Jack F Vogel
Author: jfv Date: Fri Jan 7 23:19:13 2011 New Revision: 217131 URL: http://svn.freebsd.org/changeset/base/217131 Log: kern/150247 - virtualization code also needs fix for 7.X to be buildable... MFC in 3 days Modified: head/sys/dev/ixgbe/ixv.h Modified: head/sys/dev/ixgbe/ixv.h ===

svn commit: r217132 - head/sys/dev/ixgbe

2011-01-07 Thread Jack F Vogel
Author: jfv Date: Fri Jan 7 23:39:41 2011 New Revision: 217132 URL: http://svn.freebsd.org/changeset/base/217132 Log: CSUM flags need to be OS version sensitive in ixv code MFC in 3 days Modified: head/sys/dev/ixgbe/ixv.h Modified: head/sys/dev/ixgbe/ixv.h =

Re: svn commit: r217018 - stable/8/sys/netinet

2011-01-07 Thread Lawrence Stewart
_sndrexmitpack;/* retransmit packets sent */ > uint64_tt_rcvoopack;/* out-of-order packets received */ > should move after t_pspare2[6] and the patch I had seen had that. > > Maybe we should even move them after _pad[] to keep the spares > together. > > Can you

svn commit: r217133 - head/usr.bin/sed

2011-01-07 Thread Jilles Tjoelker
Author: jilles Date: Sat Jan 8 00:03:18 2011 New Revision: 217133 URL: http://svn.freebsd.org/changeset/base/217133 Log: sed: Try hard links to make -i target available continually. When creating a backup file, sed renamed the original before renaming the changed copy into place, leading

svn commit: r217134 - head/tools/regression/usr.bin/sed

2011-01-07 Thread Jilles Tjoelker
Author: jilles Date: Sat Jan 8 00:06:22 2011 New Revision: 217134 URL: http://svn.freebsd.org/changeset/base/217134 Log: sed: Add test for r217133 (-i race). PR: bin/153261 MFC after:2 weeks Added: head/tools/regression/usr.bin/sed/inplace_race.t (contents, props chang

Re: svn commit: r217133 - head/usr.bin/sed

2011-01-07 Thread Bruce Evans
On Sat, 8 Jan 2011, Jilles Tjoelker wrote: Log: sed: Try hard links to make -i target available continually. ... I am not adding the suppression of redundant fchown/fchmod to this commit, because FreeBSD appears to check this in the kernel (for msdosfs at least). I vaguely remember fixing

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

2011-01-07 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jan 8 00:44:17 2011 New Revision: 217135 URL: http://svn.freebsd.org/changeset/base/217135 Log: Clarify when we switch from keepidle to keepinvtl intervals if sending TCP keepalive probes is enabled. Reviewed by: gnn MFC After:3 days Modified: head/share/ma

svn commit: r217137 - in stable/8/sys/fs: nfs nfsserver

2011-01-07 Thread Rick Macklem
Author: rmacklem Date: Sat Jan 8 01:11:14 2011 New Revision: 217137 URL: http://svn.freebsd.org/changeset/base/217137 Log: MFC: r216700 Modify the experimental NFS server so that it uses LK_SHARED for RPC operations when it can. Since VFS_FHTOVP() currently always gets an exclusively lock

svn commit: r217140 - head/usr.sbin/ndp

2011-01-07 Thread Xin LI
Author: delphij Date: Sat Jan 8 01:57:23 2011 New Revision: 217140 URL: http://svn.freebsd.org/changeset/base/217140 Log: Use ether_ntoa instead of home-grown version. Noticed by: Boris Kochergin Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c ===

svn commit: r217141 - stable/8/sys/netinet

2011-01-07 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jan 8 02:23:59 2011 New Revision: 217141 URL: http://svn.freebsd.org/changeset/base/217141 Log: Move the uint64_t to were the padding was before, rather than before all pad. Keep them to the end so that the two pad[]s are kept together. This should restore ABI as well

Re: svn commit: r217071 - head/lib/bind

2011-01-07 Thread Doug Barton
I've said before that I like to have the opportunity to pre-commit review patches in this area because at minimum it helps me to be aware of them for potential MFC purposes. That said, I appreciate the help, especially with the more "exotic" arches that I don't have experience with. A few co