svn commit: r228492 - head/lib/libc/gen

2011-12-14 Thread Ruslan Ermilov
Author: ru Date: Wed Dec 14 08:35:08 2011 New Revision: 228492 URL: http://svn.freebsd.org/changeset/base/228492 Log: Clean up includes; the prototype for getosreldate() has moved to unistd.h in r183390. Modified: head/lib/libc/gen/getosreldate.c Modified: head/lib/libc/gen/getosreldate.c

svn commit: r228493 - head/sys/dev/usb/controller

2011-12-14 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 14 08:44:16 2011 New Revision: 228493 URL: http://svn.freebsd.org/changeset/base/228493 Log: Fix definition of XHCI port power bit. Reported by: Kohji Okuno MFC after:3 days Modified: head/sys/dev/usb/controller/xhcireg.h Modified:

svn commit: r228494 - head/sys/dev/usb/wlan

2011-12-14 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 14 08:52:27 2011 New Revision: 228494 URL: http://svn.freebsd.org/changeset/base/228494 Log: Fix for random USB transfer time out. Submitted by: PseudoCylon MFC after:3 days Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r228495 - head/sys/sys

2011-12-14 Thread Ed Schouten
Author: ed Date: Wed Dec 14 09:09:37 2011 New Revision: 228495 URL: http://svn.freebsd.org/changeset/base/228495 Log: Slightly alter the C1X definitions in in cdefs.h: - Add _Alignas(). Unfortunately this macro is only partially functional. The C1X standard will allow both an integer

svn commit: r228496 - head/sys/dev/pci

2011-12-14 Thread John Baldwin
Author: jhb Date: Wed Dec 14 12:34:02 2011 New Revision: 228496 URL: http://svn.freebsd.org/changeset/base/228496 Log: Implement BUS_ADD_CHILD() for the isab(4) driver. It already calls bus_generic_probe() and bus_generic_attach() to handle drivers that add new children via identify

Re: svn commit: r228435 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2011-12-14 Thread Gerald Pfeifer
On Mon, 12 Dec 2011, Kostik Belousov wrote: Does anybody on toolchain@ know how to submit the gas change to maintainers for inclusion into mainline, or better, can submit it himself ? I assume that no copyright assignment is required for this trivial flip of settings. I would just send to

svn commit: r228497 - in head/sys/dev/ata: . chipsets

2011-12-14 Thread Alexander Motin
Author: mav Date: Wed Dec 14 13:12:55 2011 New Revision: 228497 URL: http://svn.freebsd.org/changeset/base/228497 Log: Add PCI IDs for the Intel ICH9M SATA controllers. MFC after:2 weeks Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-intel.c Modified:

svn commit: r228498 - head/sys/vm

2011-12-14 Thread Eitan Adler
Author: eadler (ports committer) Date: Wed Dec 14 13:25:00 2011 New Revision: 228498 URL: http://svn.freebsd.org/changeset/base/228498 Log: - The previous commit (r228449) accidentally moved the vm.stats.vm.* sysctls to vm.stats.sys. Move them back. Noticed by: pho

Re: r228377 to r228473 top not working

2011-12-14 Thread Eitan Adler
On Tue, Dec 13, 2011 at 2:43 PM, Eitan Adler li...@eitanadler.com wrote: On Tue, Dec 13, 2011 at 2:34 PM, Ivan Klymenko fi...@ukr.net wrote: Hi all! I have uname -a FreeBSD nonamehost 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r228473M: Tue Dec 13 20:09:45 EET 2011    

Re: svn commit: r228435 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2011-12-14 Thread Dimitry Andric
On 2011-12-14 13:24, Gerald Pfeifer wrote: On Mon, 12 Dec 2011, Kostik Belousov wrote: Does anybody on toolchain@ know how to submit the gas change to maintainers for inclusion into mainline, or better, can submit it himself ? I assume that no copyright assignment is required for this trivial

Re: svn commit: r227778 - head/sys/net

2011-12-14 Thread Julien Ridoux
On 04/12/2011, at 11:31 PM, Lawrence Stewart wrote: On 12/03/11 12:02, Jung-uk Kim wrote: On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote: On Thursday 01 December 2011 11:43 pm, Lawrence Stewart wrote: On 12/02/11 03:43, Jung-uk Kim wrote: On Thursday 01 December 2011 10:11 am,

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

2011-12-14 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 14 14:52:50 2011 New Revision: 228499 URL: http://svn.freebsd.org/changeset/base/228499 Log: Update this page to describe modern interfaces. Modified: head/share/man/man9/rtalloc.9 Modified: head/share/man/man9/rtalloc.9

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

2011-12-14 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 14 14:55:19 2011 New Revision: 228500 URL: http://svn.freebsd.org/changeset/base/228500 Log: More MLINKS for rtalloc.9 Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

Re: svn commit: r228495 - head/sys/sys

2011-12-14 Thread Bruce Evans
On Wed, 14 Dec 2011, Ed Schouten wrote: Log: Slightly alter the C1X definitions in in cdefs.h: - Add _Alignas(). Unfortunately this macro is only partially functional. The C1X standard will allow both an integer and a type name to be passed to this macro, while this macro only allows

svn commit: r228501 - in head/share/man: man4 man7

2011-12-14 Thread Alexander Motin
Author: mav Date: Wed Dec 14 15:19:40 2011 New Revision: 228501 URL: http://svn.freebsd.org/changeset/base/228501 Log: After several suggestions from people, move eventtimers page from 7 to 4. Added: head/share/man/man4/eventtimers.4 - copied unchanged from r228500,

svn commit: r228502 - head/sys/dev/viawd

2011-12-14 Thread Fabien Thomas
Author: fabient Date: Wed Dec 14 15:39:51 2011 New Revision: 228502 URL: http://svn.freebsd.org/changeset/base/228502 Log: Rework the attachement to probe directly on isab(4). Depend on r228496. Requested by: jhb MFC after:1 month Modified: head/sys/dev/viawd/viawd.c

Re: svn commit: r228502 - head/sys/dev/viawd

2011-12-14 Thread John Baldwin
On Wednesday, December 14, 2011 10:39:51 am Fabien Thomas wrote: Author: fabient Date: Wed Dec 14 15:39:51 2011 New Revision: 228502 URL: http://svn.freebsd.org/changeset/base/228502 Log: Rework the attachement to probe directly on isab(4). Depend on r228496. Requested by:

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

2011-12-14 Thread Konstantin Belousov
Author: kib Date: Wed Dec 14 16:47:53 2011 New Revision: 228503 URL: http://svn.freebsd.org/changeset/base/228503 Log: _rtld_bind() read-locks the bind lock, and possible plt resolution from the dispatcher would also acquire bind lock in read mode, which is the supported operation. plt is

Re: r228377 to r228473 top not working

2011-12-14 Thread Ivan Klymenko
В Wed, 14 Dec 2011 08:29:39 -0500 Eitan Adler li...@eitanadler.com пишет: On Tue, Dec 13, 2011 at 2:43 PM, Eitan Adler li...@eitanadler.com wrote: On Tue, Dec 13, 2011 at 2:34 PM, Ivan Klymenko fi...@ukr.net wrote: Hi all! I have uname -a FreeBSD nonamehost 10.0-CURRENT FreeBSD

Re: svn commit: r228498 - head/sys/vm

2011-12-14 Thread Ivan Klymenko
В Wed, 14 Dec 2011 13:25:00 + (UTC) Eitan Adler ead...@freebsd.org пишет: Author: eadler (ports committer) Date: Wed Dec 14 13:25:00 2011 New Revision: 228498 URL: http://svn.freebsd.org/changeset/base/228498 Log: - The previous commit (r228449) accidentally moved the vm.stats.vm.*

svn commit: r228504 - head/sys/arm/arm

2011-12-14 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 14 17:12:59 2011 New Revision: 228504 URL: http://svn.freebsd.org/changeset/base/228504 Log: Make *intr{cnt,names} on ARM reside in data section, similar to other arches. sintrnames and sintrcnt are initialized with non-zero values, which were discarded by the

svn commit: r228505 - head/share/man/man8

2011-12-14 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Dec 14 19:48:21 2011 New Revision: 228505 URL: http://svn.freebsd.org/changeset/base/228505 Log: Add SEE ALSO. Modified: head/share/man/man8/yp.8 Modified: head/share/man/man8/yp.8

svn commit: r228507 - head/sys/fs/ext2fs

2011-12-14 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 14 22:04:14 2011 New Revision: 228507 URL: http://svn.freebsd.org/changeset/base/228507 Log: Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729. This removes the obfuscations mentioned in ext2_readwrite and places the clustering funtion in a

svn commit: r228508 - head/sys/dev/usb/wlan

2011-12-14 Thread Hans Petter Selasky
Author: hselasky Date: Wed Dec 14 22:14:05 2011 New Revision: 228508 URL: http://svn.freebsd.org/changeset/base/228508 Log: Improve fix for random USB transfer time out. Suggested by: YougHyeon MFC after:3 days Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r228509 - in head: share/man/man9 sys/kern sys/sys

2011-12-14 Thread John Baldwin
Author: jhb Date: Wed Dec 14 22:22:19 2011 New Revision: 228509 URL: http://svn.freebsd.org/changeset/base/228509 Log: Add a helper API to allow in-kernel code to map portions of shared memory objects created by shm_open(2) into the kernel's address space. This provides a convenient way

svn commit: r228510 - head/sys/kern

2011-12-14 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 14 22:26:39 2011 New Revision: 228510 URL: http://svn.freebsd.org/changeset/base/228510 Log: Fix select/poll/kqueue for write on reverse direction before first write. The reverse direction of a pipe is lazily allocated on the first write in that direction

R: svn commit: r228507 - head/sys/fs/ext2fs

2011-12-14 Thread Pedro Giffuni
--- Mer 14/12/11, Pedro F. Giffuni p...@freebsd.org ha scritto: Author: pfg Date: Wed Dec 14 22:04:14 2011 New Revision: 228507 URL: http://svn.freebsd.org/changeset/base/228507 Log:   Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729. Actually I meant Revision

svn commit: r228511 - head

2011-12-14 Thread Xin LI
== --- head/ObsoleteFiles.inc Wed Dec 14 22:26:39 2011(r228510) +++ head/ObsoleteFiles.inc Wed Dec 14 23:22:40 2011(r228511) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20111214: eventtimers(7) moved to eventtimers(4

svn commit: r228512 - head/tools/regression/pipe

2011-12-14 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 14 23:26:48 2011 New Revision: 228512 URL: http://svn.freebsd.org/changeset/base/228512 Log: Add a test for r228510. Added: head/tools/regression/pipe/pipe-reverse2.c (contents, props changed) Added: head/tools/regression/pipe/pipe-reverse2.c

svn commit: r228513 - head/sys/i386/i386

2011-12-14 Thread Alan Cox
Author: alc Date: Wed Dec 14 23:57:47 2011 New Revision: 228513 URL: http://svn.freebsd.org/changeset/base/228513 Log: Create large page mappings in pmap_map(). MFC after:6 weeks Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c

svn commit: r228514 - head/sys/net80211

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 00:52:30 2011 New Revision: 228514 URL: http://svn.freebsd.org/changeset/base/228514 Log: Modify the ACL code slightly to support a few nifty things: * Call it before sending probe responses, so the ACL code has the chance to reject sending them. *

svn commit: r228515 - head/sys/dev/ath/ath_hal/ar5416

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 00:54:11 2011 New Revision: 228515 URL: http://svn.freebsd.org/changeset/base/228515 Log: Use the correct RF version probe routine. Obtained from:Atheros Sponsored by: Hobnob, Inc. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

svn commit: r228516 - head/sys/dev/ath

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 00:55:27 2011 New Revision: 228516 URL: http://svn.freebsd.org/changeset/base/228516 Log: Print out the radio RF version at startup, so I can better see which RF frontend versions people have when they submit problem reports. Sponsored by: Hobnob, Inc.

svn commit: r228517 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 00:59:11 2011 New Revision: 228517 URL: http://svn.freebsd.org/changeset/base/228517 Log: Add the 11n chipset RF frontends to the linker set, even though they're not attached this way. The AR5212 based NICs have a variety of RF frontends, so there's a

svn commit: r228518 - head/sys/mips/atheros

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 01:03:49 2011 New Revision: 228518 URL: http://svn.freebsd.org/changeset/base/228518 Log: Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIO config and function mask setup. * gpiomask now specifies which GPIO pins to enable, for devices

svn commit: r228519 - head/sys/mips/conf

2011-12-14 Thread Adrian Chadd
Author: adrian Date: Thu Dec 15 01:05:38 2011 New Revision: 228519 URL: http://svn.freebsd.org/changeset/base/228519 Log: * Add in the gpio/gpioled drivers into AR91XX_BASE. * Add in a default GPIO section for AR91XX_BASE.hints, which doesn't define the GPIO function masks or any GPIO

svn commit: r228520 - head/sys/nfsserver

2011-12-14 Thread Xin LI
Author: delphij Date: Thu Dec 15 02:26:53 2011 New Revision: 228520 URL: http://svn.freebsd.org/changeset/base/228520 Log: Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0, the full length from offset is being flushed. Note that for now VOP_FSYNC does not support

svn commit: r228521 - head/usr.bin/make

2011-12-14 Thread Max Khon
Author: fjoe Date: Thu Dec 15 03:13:23 2011 New Revision: 228521 URL: http://svn.freebsd.org/changeset/base/228521 Log: job make: if stdout is a tty create a pty when running a command. Modified: head/usr.bin/make/Makefile head/usr.bin/make/job.c Modified: head/usr.bin/make/Makefile

svn commit: r228522 - in head/sys: arm/arm dev/ti i386/xen ia64/ia64 powerpc/aim sparc64/sparc64

2011-12-14 Thread Alan Cox
Author: alc Date: Thu Dec 15 05:07:16 2011 New Revision: 228522 URL: http://svn.freebsd.org/changeset/base/228522 Log: Eliminate vestiges of page coloring. Modified: head/sys/arm/arm/vm_machdep.c head/sys/dev/ti/if_ti.c head/sys/i386/xen/mp_machdep.c head/sys/ia64/ia64/uma_machdep.c

svn commit: r228523 - head/tools/regression/usr.bin/make/execution/joberr

2011-12-14 Thread Max Khon
Author: fjoe Date: Thu Dec 15 06:01:06 2011 New Revision: 228523 URL: http://svn.freebsd.org/changeset/base/228523 Log: Add job error output test. make(1) with openpty() currently fails this test: there's a race condition and error output is sometimes lost. Added:

svn commit: r228524 - head/tools/regression/usr.bin/make/execution/joberr

2011-12-14 Thread Max Khon
Author: fjoe Date: Thu Dec 15 06:12:43 2011 New Revision: 228524 URL: http://svn.freebsd.org/changeset/base/228524 Log: Fix last-minute typo. Modified: head/tools/regression/usr.bin/make/execution/joberr/Makefile Modified: head/tools/regression/usr.bin/make/execution/joberr/Makefile

svn commit: r228525 - head/usr.bin/make

2011-12-14 Thread Max Khon
Author: fjoe Date: Thu Dec 15 06:25:19 2011 New Revision: 228525 URL: http://svn.freebsd.org/changeset/base/228525 Log: Revert r228521: sometimes job output is lost (see tools/regression/usr.bin/make/execution/joberr test). openpty(fd + 0, fd + 1,...) version does not have this problem

svn commit: r228526 - in head/sys: dev/bxe dev/esp dev/twa xen/xenstore

2011-12-14 Thread Kevin Lo
Author: kevlo Date: Thu Dec 15 06:29:13 2011 New Revision: 228526 URL: http://svn.freebsd.org/changeset/base/228526 Log: s/timout/timeout Modified: head/sys/dev/bxe/bxe_reg.h head/sys/dev/esp/ncr53c9x.c head/sys/dev/twa/tw_osl.h head/sys/xen/xenstore/xenstore.c Modified: