svn commit: r199477 - head/sys/netinet

2009-11-18 Thread Michael Tuexen
Author: tuexen Date: Wed Nov 18 12:17:06 2009 New Revision: 199477 URL: http://svn.freebsd.org/changeset/base/199477 Log: Fix a bug where the system panics when a SHUTDOWN is received with an illegal TSN. Approved by: rrs (mentor) MFC after: ASAP Modified: head/sys/netinet/sctp_input

Re: svn commit: r199465 - head/lib/librt

2009-11-18 Thread M. Warner Losh
In message: <4b037c0a.5030...@freebsd.org> David Xu writes: : M. Warner Losh wrote: : > In message: <200911180135.nai1zaie051...@svn.freebsd.org> : > David Xu writes: : > : Author: davidxu : > : Date: Wed Nov 18 01:35:36 2009 : > : New Revision: 199465 : > : URL: http://sv

Re: svn commit: r199469 - head/lib/librt

2009-11-18 Thread M. Warner Losh
In message: <200911180509.nai593kq058...@svn.freebsd.org> David Xu writes: : Author: davidxu : Date: Wed Nov 18 05:09:03 2009 : New Revision: 199469 : URL: http://svn.freebsd.org/changeset/base/199469 : : Log: : link libpthread because the librt really needs it to fully function. I

svn commit: r199478 - stable/8/lib/libc/net

2009-11-18 Thread Hajimu UMEMOTO
Author: ume Date: Wed Nov 18 14:40:00 2009 New Revision: 199478 URL: http://svn.freebsd.org/changeset/base/199478 Log: MFC r199188: ANSIfy. Modified: stable/8/lib/libc/net/ip6opt.c Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) Mod

svn commit: r199479 - head/share/misc

2009-11-18 Thread Matthias Andree
Author: mandree (ports committer) Date: Wed Nov 18 14:46:46 2009 New Revision: 199479 URL: http://svn.freebsd.org/changeset/base/199479 Log: Add mandree@ and mentorship relations with garga/miwi. Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot ==

svn commit: r199480 - head/share/misc

2009-11-18 Thread Matthias Andree
Author: mandree (ports committer) Date: Wed Nov 18 14:47:47 2009 New Revision: 199480 URL: http://svn.freebsd.org/changeset/base/199480 Log: Fix mistyped \n in makc's label. This and previous commit have been... Approved by:garga (mentor) Modified: head/share/misc/committers-ports.

Re: svn commit: r194783 - head/lib/libc/stdtime

2009-11-18 Thread John Baldwin
On Tuesday 17 November 2009 1:25:01 pm Jilles Tjoelker wrote: > On Tue, Nov 17, 2009 at 01:50:32AM +0200, Dmitry Pryanishnikov wrote: > > > Author: edwin > > > Date: Tue Jun 23 22:28:44 2009 > > > New Revision: 194783 > > > URL: http://svn.freebsd.org/changeset/base/194783 > > > > Log: > > > Rem

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

2009-11-18 Thread Michael Tuexen
Author: tuexen Date: Wed Nov 18 15:35:03 2009 New Revision: 199484 URL: http://svn.freebsd.org/changeset/base/199484 Log: MFC 199477 Fix a bug where the system panics when a SHUTDOWN is received with an illegal TSN. This bug was reported by Irene Ruengeler. Approved by: re, rrs (mento

svn commit: r199490 - head/sys/vm

2009-11-18 Thread Alan Cox
Author: alc Date: Wed Nov 18 18:05:54 2009 New Revision: 199490 URL: http://svn.freebsd.org/changeset/base/199490 Log: Simplify both the invocation and the implementation of vm_fault() for wiring pages. (Note: Claims made in the comments about the handling of breakpoints in wired pages

svn commit: r199491 - head/sys/dev/ath/ath_hal

2009-11-18 Thread Rui Paulo
Author: rpaulo Date: Wed Nov 18 18:48:18 2009 New Revision: 199491 URL: http://svn.freebsd.org/changeset/base/199491 Log: Add WorldB SKU. Reviewed by: sam MFC after:1 week Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c

svn commit: r199492 - in head/sys: amd64/amd64 i386/i386 net

2009-11-18 Thread Jung-uk Kim
Author: jkim Date: Wed Nov 18 19:26:17 2009 New Revision: 199492 URL: http://svn.freebsd.org/changeset/base/199492 Log: - Make BPF JIT compiler working again in userland. We are limiting size of generated native binary to page size for now. - Update copyright date and fix some style nits.

Re: svn commit: r199492 - in head/sys: amd64/amd64 i386/i386 net

2009-11-18 Thread Robert Watson
On Wed, 18 Nov 2009, Jung-uk Kim wrote: Author: jkim Date: Wed Nov 18 19:26:17 2009 New Revision: 199492 URL: http://svn.freebsd.org/changeset/base/199492 Log: - Make BPF JIT compiler working again in userland. We are limiting size of generated native binary to page size for now. - Update c

svn commit: r199498 - in head/sys: amd64/amd64 i386/i386 net

2009-11-18 Thread Jung-uk Kim
Author: jkim Date: Wed Nov 18 23:40:19 2009 New Revision: 199498 URL: http://svn.freebsd.org/changeset/base/199498 Log: - Change internal function bpf_jit_compile() to return allocated size of the generated binary and remove page size limitation for userland. - Use contigmalloc(9)/contigfree

Re: svn commit: r199492 - in head/sys: amd64/amd64 i386/i386 net

2009-11-18 Thread Jung-uk Kim
On Wednesday 18 November 2009 05:39 pm, Robert Watson wrote: > I'm not sure if you have noticed, but there are a bunch of embedded > target ports of the BPF JIT in the PR collection -- ARM, MIPS, etc. > Any chance we might see those integrated into 9.x at some point? > The less cache-rich CPUs ar

svn commit: r199499 - in head/tools/regression/bpf/bpf_filter: . tests

2009-11-18 Thread Jung-uk Kim
Author: jkim Date: Thu Nov 19 00:00:31 2009 New Revision: 199499 URL: http://svn.freebsd.org/changeset/base/199499 Log: Add a test case for very long BPF program. Added: head/tools/regression/bpf/bpf_filter/tests/test0084.h (contents, props changed) Modified: head/tools/regression/bpf/bp

Re: svn commit: r199469 - head/lib/librt

2009-11-18 Thread David Xu
M. Warner Losh wrote: In message: <200911180509.nai593kq058...@svn.freebsd.org> David Xu writes: : Author: davidxu : Date: Wed Nov 18 05:09:03 2009 : New Revision: 199469 : URL: http://svn.freebsd.org/changeset/base/199469 : : Log: : link libpthread because the librt really needs

svn commit: r199502 - head/sys/ia64/ia64

2009-11-18 Thread Marcel Moolenaar
Author: marcel Date: Thu Nov 19 01:27:22 2009 New Revision: 199502 URL: http://svn.freebsd.org/changeset/base/199502 Log: opt_* headers are included using the quoted form. Modified: head/sys/ia64/ia64/db_machdep.c head/sys/ia64/ia64/exception.S Modified: head/sys/ia64/ia64/db_machdep.c ===

Re: svn commit: r199469 - head/lib/librt

2009-11-18 Thread M. Warner Losh
In message: <4b049b32.6090...@freebsd.org> David Xu writes: : M. Warner Losh wrote: : > In message: <200911180509.nai593kq058...@svn.freebsd.org> : > David Xu writes: : > : Author: davidxu : > : Date: Wed Nov 18 05:09:03 2009 : > : New Revision: 199469 : > : URL: http://sv