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
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
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
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
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
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
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
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
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
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
=
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
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
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
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
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
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
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
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:
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
===
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/
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
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.
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
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
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
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
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
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
==
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:
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
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
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
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
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
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
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
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
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
==
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
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
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
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
> # _
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
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 =
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
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
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
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
=
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
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
===
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
=
_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
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
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
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
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
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
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
===
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
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
60 matches
Mail list logo