svn commit: r197929 - head/sys/netinet

2009-10-10 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 10 13:59:18 2009 New Revision: 197929 URL: http://svn.freebsd.org/changeset/base/197929 Log: Correct include order as indicated by bz. Approved by: re (mentor) MFC after: 3 days Modified: head/sys/netinet/sctp_os_bsd.h Modified:

Re: svn commit: r197929 - head/sys/netinet

2009-10-10 Thread Bjoern A. Zeeb
On Sat, 10 Oct 2009, Michael Tuexen wrote: Author: tuexen Date: Sat Oct 10 13:59:18 2009 New Revision: 197929 URL: http://svn.freebsd.org/changeset/base/197929 Log: Correct include order as indicated by bz. Approved by: re (mentor) s,re,rrs, ? MFC after: 3 days Modified:

svn commit: r197930 - head/sys/kern

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 14:56:34 2009 New Revision: 197930 URL: http://svn.freebsd.org/changeset/base/197930 Log: Postpone dropping fp till both kq_global and kqueue mutexes are unlocked. fdrop() closes file descriptor when reference count goes to zero. Close method for vnodes locks

Re: svn commit: r197929 - head/sys/netinet

2009-10-10 Thread Michael Tuexen
On Oct 10, 2009, at 4:09 PM, Bjoern A. Zeeb wrote: On Sat, 10 Oct 2009, Michael Tuexen wrote: Author: tuexen Date: Sat Oct 10 13:59:18 2009 New Revision: 197929 URL: http://svn.freebsd.org/changeset/base/197929 Log: Correct include order as indicated by bz. Approved by: re (mentor)

svn commit: r197931 - head/libexec/rtld-elf

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 15:27:10 2009 New Revision: 197931 URL: http://svn.freebsd.org/changeset/base/197931 Log: Calculate relocation base for the main object, and apply the relocation adjustment for all virtual addresses encoded into the ELF structures of it. PIE binary could and

svn commit: r197932 - head/sys/kern

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 15:28:52 2009 New Revision: 197932 URL: http://svn.freebsd.org/changeset/base/197932 Log: Do not map segments of zero length. Discussed with: bz Reviewed by: kan Tested by:bz (i386, amd64), bsam (linux) MFC after:some time Modified:

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

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 15:31:24 2009 New Revision: 197933 URL: http://svn.freebsd.org/changeset/base/197933 Log: Define architectural load bases for PIE binaries. Addresses were selected by looking at the bases used for non-relocatable executables by gnu ld(1), and adjusting it

svn commit: r197934 - head/sys/kern

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 15:33:01 2009 New Revision: 197934 URL: http://svn.freebsd.org/changeset/base/197934 Log: Map PIE binaries at non-zero base address. Discussed with: bz Reviewed by: kan Tested by:bz (i386, amd64), bsam (linux) MFC after:some time Modified:

svn commit: r197938 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/uart dev/xen/xenpci

2009-10-10 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 10 18:24:54 2009 New Revision: 197938 URL: http://svn.freebsd.org/changeset/base/197938 Log: MFC change 197721: Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY interface is fairly simple WRT dealing with flow control, but needed 2 new RX

svn commit: r197941 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-10-10 Thread Dag-Erling Smorgrav
Author: des Date: Sat Oct 10 21:10:49 2009 New Revision: 197941 URL: http://svn.freebsd.org/changeset/base/197941 Log: Fix mergeinfo for r196843 (r196518) and r196997 (r196519). Folks, *please* use 'svn merge' instead of applying patches manually! Approved by: re (kib) Modified:

svn commit: r197942 - head/sys/kern

2009-10-10 Thread Konstantin Belousov
Author: kib Date: Sat Oct 10 21:17:30 2009 New Revision: 197942 URL: http://svn.freebsd.org/changeset/base/197942 Log: Refine r195509, instead of checking that vnode type is VBAD, that is set quite late in the revocation path, properly verify that vnode is not doomed before calling VOP.

svn commit: r197945 - head/sys/dev/fdc

2009-10-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Oct 10 21:49:04 2009 New Revision: 197945 URL: http://svn.freebsd.org/changeset/base/197945 Log: Orphaning provider with EXDEV seems weird; perhaps the author meant ENXIO here? Modified: head/sys/dev/fdc/fdc.c Modified: head/sys/dev/fdc/fdc.c

svn commit: r197947 - in head/etc: . rc.d

2009-10-10 Thread Doug Barton
Author: dougb Date: Sat Oct 10 22:17:03 2009 New Revision: 197947 URL: http://svn.freebsd.org/changeset/base/197947 Log: In regards to the Starting foo: type messages at boot time, create and employ a more generic solution, and use it in the individual rc.d scripts that also have an

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

2009-10-10 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 10 22:29:34 2009 New Revision: 197948 URL: http://svn.freebsd.org/changeset/base/197948 Log: Atheros EEPROM version 4K. This version is mostly based on version 1.4. This is needed by the upcoming AR9285 support. Information on the layout gathered from Linux

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

2009-10-10 Thread David Schultz
Author: das Date: Sun Oct 11 00:08:55 2009 New Revision: 197949 URL: http://svn.freebsd.org/changeset/base/197949 Log: Document errno codes added in r144530. Modified: head/lib/libc/sys/intro.2 Modified: head/lib/libc/sys/intro.2

Re: svn commit: r197855 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-10-10 Thread Oliver Pinter
this like commit MFC to 7-STABLE? On 10/8/09, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Thu Oct 8 11:28:32 2009 New Revision: 197855 URL: http://svn.freebsd.org/changeset/base/197855 Log: MFC r197662: Do not dereference vp-v_mount without holding vnode lock and

svn commit: r197950 - head/sys/dev/agp

2009-10-10 Thread Robert Noland
Author: rnoland Date: Sun Oct 11 01:51:35 2009 New Revision: 197950 URL: http://svn.freebsd.org/changeset/base/197950 Log: Add pci id's for Intel G41 chipset Submitted by: Artyom Mirgorodsky m...@email.com.ua MFC after:3 days Modified: head/sys/dev/agp/agp_i810.c Modified:

svn commit: r197951 - head/sys/dev/drm

2009-10-10 Thread Robert Noland
Author: rnoland Date: Sun Oct 11 01:54:00 2009 New Revision: 197951 URL: http://svn.freebsd.org/changeset/base/197951 Log: Add support for Intel G41 chipset Submitted by: Artyom Mirgorodsky m...@email.com.ua MFC after:3 days Modified: head/sys/dev/drm/drm_pciids.h