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

2012-09-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 12 07:34:09 2012 New Revision: 240381 URL: http://svn.freebsd.org/changeset/base/240381 Log: Reduce DWC OTG polling rate by using the SOF interrupt. Modified: head/sys/dev/usb/controller/dwc_otg.c head/sys/dev/usb/controller/dwc_otg.h Modified: head/sys/dev/u

svn commit: r240382 - head/sys/dev/usb/serial

2012-09-12 Thread Kevin Lo
Author: kevlo Date: Wed Sep 12 07:59:28 2012 New Revision: 240382 URL: http://svn.freebsd.org/changeset/base/240382 Log: Restart the USB transfer if the error is not USB_ERR_CANCELLED. Modified: head/sys/dev/usb/serial/ufoma.c Modified: head/sys/dev/usb/serial/ufoma.c ===

svn commit: r240383 - head/sys/dev/ahci

2012-09-12 Thread Alexander Motin
Author: mav Date: Wed Sep 12 09:20:37 2012 New Revision: 240383 URL: http://svn.freebsd.org/changeset/base/240383 Log: Fix AHCI 1.2 version checks. This should be mostly cosmetic. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/sys/dev/ahci/ahci.c Modified: head/sy

svn commit: r240384 - stable/9/sys/dev/acpica

2012-09-12 Thread Alexander Motin
Author: mav Date: Wed Sep 12 09:29:22 2012 New Revision: 240384 URL: http://svn.freebsd.org/changeset/base/240384 Log: MFC r240286: At least from A70M FCH chipsets AMD started to use their real vendor ID (1022) in HPET. But according to report they still haven't fixed problem with level-tr

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

2012-09-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 12 09:50:17 2012 New Revision: 240385 URL: http://svn.freebsd.org/changeset/base/240385 Log: Describe in detail required conditions for receiving the SCM_CREDS control message and suggest to use LOCAL_CREDS setsockopt() for reliability. Modified: head/lib/lib

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

2012-09-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Sep 12 10:09:34 2012 New Revision: 240386 URL: http://svn.freebsd.org/changeset/base/240386 Log: Document conditions for IP_SENDSRCADDR socket option. Obtained from:r167342 commit message Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/

svn commit: r240387 - head/sys/compat/linux

2012-09-12 Thread Kevin Lo
Author: kevlo Date: Wed Sep 12 10:12:03 2012 New Revision: 240387 URL: http://svn.freebsd.org/changeset/base/240387 Log: Remove redundant check Modified: head/sys/compat/linux/linux_file.c Modified: head/sys/compat/linux/linux_file.c ==

svn commit: r240388 - head/usr.sbin/timed/timed

2012-09-12 Thread Kevin Lo
Author: kevlo Date: Wed Sep 12 10:16:39 2012 New Revision: 240388 URL: http://svn.freebsd.org/changeset/base/240388 Log: Add missing braces Obtained from:DragonFly Modified: head/usr.sbin/timed/timed/timed.c Modified: head/usr.sbin/timed/timed/timed.c ===

svn commit: r240389 - head/usr.sbin/syslogd

2012-09-12 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 12 10:39:47 2012 New Revision: 240389 URL: http://svn.freebsd.org/changeset/base/240389 Log: Add support for ipv6 addresses as destination PR: bin/150530 Submitted by: andy white Tested by:Olivier Cochard-Labbe MFC after:1 month Modified

svn commit: r240390 - releng/9.1/sys/dev/acpica

2012-09-12 Thread Alexander Motin
Author: mav Date: Wed Sep 12 10:53:08 2012 New Revision: 240390 URL: http://svn.freebsd.org/changeset/base/240390 Log: MFC r240286: At least from A70M FCH chipsets AMD started to use their real vendor ID (1022) in HPET. But according to report they still haven't fixed problem with level-tr

svn commit: r240391 - head/lib/libutil

2012-09-12 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 12 11:41:03 2012 New Revision: 240391 URL: http://svn.freebsd.org/changeset/base/240391 Log: Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3) PR: bin/171487 Submitted by: matthew MFC after:1 week Modified: head/

svn commit: r240392 - head/sys/netipsec

2012-09-12 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed Sep 12 12:14:50 2012 New Revision: 240392 URL: http://svn.freebsd.org/changeset/base/240392 Log: In NAT-T transport mode, allow a client to open a new connection just after closing another. It worked only in tunnel mode before. Submitted by: Andreas Longwitz M

svn commit: r240393 - head/usr.bin/truss

2012-09-12 Thread Andrey Zonov
Author: zont Date: Wed Sep 12 13:06:57 2012 New Revision: 240393 URL: http://svn.freebsd.org/changeset/base/240393 Log: - Fix detaching under some circumstances. When truss is detaching from very active process it is possible to hang on waitpid(2) in restore_proc() forever, because

svn commit: r240400 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 13:58:18 2012 New Revision: 240400 URL: http://svn.freebsd.org/changeset/base/240400 Log: Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation in environments where 'objcopy' is spelled differently. Submitted by: John Van Horne Mod

svn commit: r240401 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:17:11 2012 New Revision: 240401 URL: http://svn.freebsd.org/changeset/base/240401 Log: Not all Pmake derived makes quietly tolerate assignment from shell commands with no output. Add "echo" at the end these shell commands whose output is assigned to a vari

svn commit: r240402 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:19:40 2012 New Revision: 240402 URL: http://svn.freebsd.org/changeset/base/240402 Log: Remove duplication and centralize testing of various config(8)ed features. Modified: head/sys/conf/Makefile.amd64 head/sys/conf/Makefile.arm head/sys/conf/Makefile.pow

svn commit: r240403 - head

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:44:25 2012 New Revision: 240403 URL: http://svn.freebsd.org/changeset/base/240403 Log: Not all Pmake derivatives silently handle empty shell output, so ensure there is something for make(1) to consume. Bmake gives output such as: "warning: Couldn't read

svn commit: r240404 - in head: share/mk usr.bin

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:58:07 2012 New Revision: 240404 URL: http://svn.freebsd.org/changeset/base/240404 Log: Add MK_KDUMP. Modified: head/share/mk/bsd.own.mk head/usr.bin/Makefile Modified: head/share/mk/bsd.own.mk ==

svn commit: r240405 - head/sbin/fsck_ffs

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:59:57 2012 New Revision: 240405 URL: http://svn.freebsd.org/changeset/base/240405 Log: Simply printf-like strings and outdent strings so that it is easy to see if they fit on a standard terminal. Modified: head/sbin/fsck_ffs/main.c Modified: head/sbin/fsc

svn commit: r240406 - head/sbin/fsck_ffs

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 15:36:44 2012 New Revision: 240406 URL: http://svn.freebsd.org/changeset/base/240406 Log: Remove needless (int) casts of write(2)'s 3rd argument. Also change blwrite() 'size' parameter to a ssize_t to better match write(2). Modified: head/sbin/fsck_ffs/fsck

Re: svn commit: r240135 - in head/sys: amd64/conf conf dev/random i386/conf modules/random

2012-09-12 Thread Arthur Mesh
On Wed, Sep 12, 2012 at 07:33:02AM +0300, Konstantin Belousov wrote: > Can you submit the desired patch ? Sure, Index: sys/i386/conf/GENERIC === --- sys/i386/conf/GENERIC (revision 240406) +++ sys/i386/conf/GENERIC (worki

svn commit: r240407 - stable/9/bin/cat

2012-09-12 Thread Jaakko Heinonen
Author: jh Date: Wed Sep 12 15:59:03 2012 New Revision: 240407 URL: http://svn.freebsd.org/changeset/base/240407 Log: MFC r238652: style(9). Modified: stable/9/bin/cat/cat.c Directory Properties: stable/9/bin/cat/ (props changed) Modified: stable/9/bin/cat/cat.c =

svn commit: r240408 - stable/9/bin/cat

2012-09-12 Thread Jaakko Heinonen
Author: jh Date: Wed Sep 12 16:01:48 2012 New Revision: 240408 URL: http://svn.freebsd.org/changeset/base/240408 Log: MFC r238653: Use proper error message when fstat(2) fails on stdout. PR: bin/159746 Modified: stable/9/bin/cat/cat.c Directory Properties: stable/9/bin/cat/

svn commit: r240409 - head/usr.sbin/syslogd

2012-09-12 Thread Eitan Adler
Author: eadler Date: Wed Sep 12 16:58:42 2012 New Revision: 240409 URL: http://svn.freebsd.org/changeset/base/240409 Log: Add documentation for IPv6 support PR: docs/171580 Submitted by: bdrewery Reviewed by: wblock Approved by: gjb MFC after:1 month X-MFC-With:

svn commit: r240410 - head/lib/libc/stdlib

2012-09-12 Thread Ed Maste
Author: emaste Date: Wed Sep 12 17:05:39 2012 New Revision: 240410 URL: http://svn.freebsd.org/changeset/base/240410 Log: Avoid mapping ENOENT to ENOTDIR for non-existent path components. The ENOTDIR mapping was introduced in r235266 for kern/128933 based on an interpretation of the somew

svn commit: r240411 - in stable/9/contrib: binutils/include/elf gdb/gdb

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 17:50:56 2012 New Revision: 240411 URL: http://svn.freebsd.org/changeset/base/240411 Log: MFC r239870: Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't error out on files that contain it. (This attribute can be emitted by newer versio

svn commit: r240412 - head/lib/libc/stdlib

2012-09-12 Thread Ed Maste
Author: emaste Date: Wed Sep 12 17:54:09 2012 New Revision: 240412 URL: http://svn.freebsd.org/changeset/base/240412 Log: According to a clarification at http://austingroupbugs.net/view.php?id=503 ptsname may set errno, so avoid saving and restoring errno across the function. PR:

svn commit: r240413 - in stable/8/contrib: binutils/include/elf gdb/gdb

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 17:57:52 2012 New Revision: 240413 URL: http://svn.freebsd.org/changeset/base/240413 Log: MFC r239870: Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't error out on files that contain it. (This attribute can be emitted by newer versio

svn commit: r240414 - in stable/7/contrib: binutils/include/elf gdb/gdb

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 18:02:35 2012 New Revision: 240414 URL: http://svn.freebsd.org/changeset/base/240414 Log: MFC r239870: Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't error out on files that contain it. (This attribute can be emitted by newer versio

svn commit: r240415 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libuutil/common cddl/contrib/opens...

2012-09-12 Thread Martin Matuska
Author: mm Date: Wed Sep 12 18:05:43 2012 New Revision: 240415 URL: http://svn.freebsd.org/changeset/base/240415 Log: Merge recent zfs vendor changes, sync code and adjust userland DEBUG. Illumos issued covered: 1884 Empty "used" field for zfs *space commands 3006 VERIFY[S,U,P] and ASSE

svn commit: r240416 - stable/9/lib/libdwarf

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 18:15:17 2012 New Revision: 240416 URL: http://svn.freebsd.org/changeset/base/240416 Log: MFC r239872: Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so programs using libdwarf (such as ctfconvert) don't error out on files containing the attr

svn commit: r240417 - stable/8/lib/libdwarf

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 18:16:40 2012 New Revision: 240417 URL: http://svn.freebsd.org/changeset/base/240417 Log: MFC r239872: Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so programs using libdwarf (such as ctfconvert) don't error out on files containing the attr

svn commit: r240418 - stable/7/lib/libdwarf

2012-09-12 Thread Dimitry Andric
Author: dim Date: Wed Sep 12 18:18:14 2012 New Revision: 240418 URL: http://svn.freebsd.org/changeset/base/240418 Log: MFC r239872: Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so programs using libdwarf (such as ctfconvert) don't error out on files containing the attr

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

2012-09-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Sep 12 19:15:29 2012 New Revision: 240419 URL: http://svn.freebsd.org/changeset/base/240419 Log: Fix TX FIFO sizes. Correct FIFO handling in Host mode. Modified: head/sys/dev/usb/controller/dwc_otg.c head/sys/dev/usb/controller/dwc_otg.h Modified: head/sys/dev/us

svn commit: r240420 - in head/sys: conf modules

2012-09-12 Thread Jim Harris
Author: jimharris Date: Wed Sep 12 19:36:54 2012 New Revision: 240420 URL: http://svn.freebsd.org/changeset/base/240420 Log: Remove some trailing whitespace. Modified: head/sys/conf/files.amd64 head/sys/conf/files.i386 head/sys/modules/Makefile Modified: head/sys/conf/files.amd64 ===

svn commit: r240421 - head/sys/boot/i386/libi386

2012-09-12 Thread Alexander Motin
Author: mav Date: Wed Sep 12 21:00:37 2012 New Revision: 240421 URL: http://svn.freebsd.org/changeset/base/240421 Log: Make pxe device in lsdev really include device name, looking like this: pxe0:192.168.3.1:/storage/nfsroot/amd64 , instead of confusing and less useful: 192.1

svn commit: r240422 - in head: share/man/man3 sys/sys

2012-09-12 Thread Ed Schouten
Author: ed Date: Wed Sep 12 21:03:48 2012 New Revision: 240422 URL: http://svn.freebsd.org/changeset/base/240422 Log: Implement LIST_PREV(). Regular LISTs have been implemented in such a way that the prev-pointer does not point to the previous element, but to the next-pointer stored in

svn commit: r240423 - head/sys/kern

2012-09-12 Thread Attilio Rao
Author: attilio Date: Wed Sep 12 22:05:54 2012 New Revision: 240423 URL: http://svn.freebsd.org/changeset/base/240423 Log: Tweak the commit message in case of panic for sleeping from threads with TDP_NOSLEEPING on. The current message has no informations on the thread and wchan involed,

svn commit: r240424 - head/sys/kern

2012-09-12 Thread Attilio Rao
Author: attilio Date: Wed Sep 12 22:10:53 2012 New Revision: 240424 URL: http://svn.freebsd.org/changeset/base/240424 Log: Improve check coverage about idle threads. Idle threads are not allowed to acquire any lock but spinlocks. Deny any attempt to do so by panicing at the locking operat

svn commit: r240425 - head/usr.bin/last

2012-09-12 Thread Ed Schouten
Author: ed Date: Wed Sep 12 22:16:31 2012 New Revision: 240425 URL: http://svn.freebsd.org/changeset/base/240425 Log: Switch batch to an SLIST. This code requires none of the features of LIST. Modified: head/usr.bin/last/last.c Modified: head/usr.bin/last/last.c

svn commit: r240426 - head/sys/sys

2012-09-12 Thread Ed Schouten
Author: ed Date: Wed Sep 12 22:54:11 2012 New Revision: 240426 URL: http://svn.freebsd.org/changeset/base/240426 Log: Correctness: use __member2struct() on the correct fields. The prev-pointers point to the next-pointers of the previous element -- not the ENTRY structure. The next-pointer

svn commit: r240427 - head/sys/dev/virtio

2012-09-12 Thread Peter Grehan
Author: grehan Date: Thu Sep 13 00:36:46 2012 New Revision: 240427 URL: http://svn.freebsd.org/changeset/base/240427 Log: Relax requirement of certain mb()s Submitted by: Bryan Venteicher bryanv at daemoninthecloset org Modified: head/sys/dev/virtio/virtqueue.c Modified: head/sys/dev/vi

svn commit: r240428 - stable/9/sys/dev/sound/pci/hda

2012-09-12 Thread Alexander Motin
Author: mav Date: Thu Sep 13 00:36:56 2012 New Revision: 240428 URL: http://svn.freebsd.org/changeset/base/240428 Log: MFC r239254: Fix multichannel input signals tracing on some CODECs like ALC260. Modified: stable/9/sys/dev/sound/pci/hda/hdaa.c Directory Properties: stable/9/sys/ (pro

svn commit: r240429 - stable/8/sys/dev/sound/pci/hda

2012-09-12 Thread Alexander Motin
Author: mav Date: Thu Sep 13 00:39:44 2012 New Revision: 240429 URL: http://svn.freebsd.org/changeset/base/240429 Log: MFC r239254: Fix multichannel input signals tracing on some CODECs like ALC260. Modified: stable/8/sys/dev/sound/pci/hda/hdaa.c Directory Properties: stable/8/sys/ (pro

svn commit: r240430 - head/sys/dev/virtio

2012-09-12 Thread Peter Grehan
Author: grehan Date: Thu Sep 13 00:42:56 2012 New Revision: 240430 URL: http://svn.freebsd.org/changeset/base/240430 Log: No need to leak these into the includer's namespace. Submitted by: Bryan Venteicher bryanv at daemoninthecloset org Modified: head/sys/dev/virtio/virtio.h Modified:

svn commit: r240432 - stable/9

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 00:54:24 2012 New Revision: 240432 URL: http://svn.freebsd.org/changeset/base/240432 Log: MFC r240316: We moved to subversion ages ago. Approved by: cperciva (implicit) Modified: stable/9/MAINTAINERS (contents, props changed) Modified: stable/9

svn commit: r240431 - stable/8

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 00:54:23 2012 New Revision: 240431 URL: http://svn.freebsd.org/changeset/base/240431 Log: MFC r240316: We moved to subversion ages ago. Approved by: cperciva (implicit) Modified: stable/8/MAINTAINERS (contents, props changed) Modified: stable/8

svn commit: r240433 - stable/7

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 00:54:24 2012 New Revision: 240433 URL: http://svn.freebsd.org/changeset/base/240433 Log: MFC r240316: We moved to subversion ages ago. Approved by: cperciva (implicit) Modified: stable/7/MAINTAINERS (contents, props changed) Modified: stable/7

svn commit: r240434 - stable/9/contrib/gdb/gdb

2012-09-12 Thread Ed Maste
Author: emaste Date: Thu Sep 13 00:58:32 2012 New Revision: 240434 URL: http://svn.freebsd.org/changeset/base/240434 Log: MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the ove

svn commit: r240435 - stable/8/contrib/gdb/gdb

2012-09-12 Thread Ed Maste
Author: emaste Date: Thu Sep 13 01:02:42 2012 New Revision: 240435 URL: http://svn.freebsd.org/changeset/base/240435 Log: MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the ove

svn commit: r240436 - stable/8/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:02:56 2012 New Revision: 240436 URL: http://svn.freebsd.org/changeset/base/240436 Log: MFC r237676,r237677,r237680,r240294,r240318,r240324: Update organization.dot to reflect reality Approved by: cperciva (implicit) Modified: stable/8/share/mis

svn commit: r240437 - stable/7/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:02:56 2012 New Revision: 240437 URL: http://svn.freebsd.org/changeset/base/240437 Log: MFC r237676,r237677,r237680,r240294,r240318,r240324: Update organization.dot to reflect reality Approved by: cperciva (implicit) Modified: stable/7/share/mis

svn commit: r240438 - stable/9/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:02:56 2012 New Revision: 240438 URL: http://svn.freebsd.org/changeset/base/240438 Log: MFC r237676,r237677,r237680,r240294,r240318,r240324: Update organization.dot to reflect reality Approved by: cperciva (implicit) Modified: stable/9/share/mis

svn commit: r240439 - stable/8/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:05:29 2012 New Revision: 240439 URL: http://svn.freebsd.org/changeset/base/240439 Log: MFC r240293: Sync access file date recommendation Change from CVS to svn for canconical source of information Approved by: cperciva (implicit) Modified

svn commit: r240441 - stable/7/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:05:30 2012 New Revision: 240441 URL: http://svn.freebsd.org/changeset/base/240441 Log: MFC r240293: Sync access file date recommendation Change from CVS to svn for canconical source of information Approved by: cperciva (implicit) Modified

svn commit: r240440 - stable/9/share/misc

2012-09-12 Thread Eitan Adler
Author: eadler Date: Thu Sep 13 01:05:30 2012 New Revision: 240440 URL: http://svn.freebsd.org/changeset/base/240440 Log: MFC r240293: Sync access file date recommendation Change from CVS to svn for canconical source of information Approved by: cperciva (implicit) Modified

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

2012-09-12 Thread Alan Cox
Author: alc Date: Thu Sep 13 06:16:49 2012 New Revision: 240442 URL: http://svn.freebsd.org/changeset/base/240442 Log: Simplify the kernel pmap locking in pmap_enter_pv(). While I'm here, tidy up the comments and whitespace. Tested by:cognet Modified: head/sys/arm/arm/pmap.c Modi