svn commit: r237689 - head/sys/cam/scsi

2012-06-28 Thread Warner Losh
Author: imp Date: Thu Jun 28 07:01:48 2012 New Revision: 237689 URL: http://svn.freebsd.org/changeset/base/237689 Log: Add a sysctl to set the cdrom timeout. Data recovery operations from a CD or DVD drive with a damaged disc often benefit from a shorter timeout. Also, when retries are set

svn commit: r237692 - head/sys/dev/pccard

2012-06-28 Thread Warner Losh
Author: imp Date: Thu Jun 28 07:26:44 2012 New Revision: 237692 URL: http://svn.freebsd.org/changeset/base/237692 Log: Simplify resource activation a bit. Modified: head/sys/dev/pccard/pccard.c head/sys/dev/pccard/pccardvarp.h Modified: head/sys/dev/pccard/pccard.c

svn commit: r237693 - head/sys/dev/sio

2012-06-28 Thread Warner Losh
Author: imp Date: Thu Jun 28 07:28:39 2012 New Revision: 237693 URL: http://svn.freebsd.org/changeset/base/237693 Log: Document some MP assumptions for sio. Submitted by: bde (years ago) Modified: head/sys/dev/sio/sio.c Modified: head/sys/dev/sio/sio.c ==

svn commit: r237694 - in head/sys: kern sys

2012-06-28 Thread Warner Losh
Author: imp Date: Thu Jun 28 07:33:43 2012 New Revision: 237694 URL: http://svn.freebsd.org/changeset/base/237694 Log: Remove an old hack I noticed years ago, but never committed. Modified: head/sys/kern/imgact_aout.c head/sys/kern/imgact_gzip.c head/sys/sys/imgact_aout.h Modified: head/

svn commit: r237695 - head/sys/sys

2012-06-28 Thread Warner Losh
Author: imp Date: Thu Jun 28 07:37:46 2012 New Revision: 237695 URL: http://svn.freebsd.org/changeset/base/237695 Log: Turns out the emulators still need/want a_magic, so put it back here. Modified: head/sys/sys/imgact_aout.h Modified: head/sys/sys/imgact_aout.h =

Re: svn commit: r237660 - head/lib/libc/gen

2012-06-28 Thread Konstantin Belousov
On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote: > On 2012/6/28 10:32, Attilio Rao wrote: > >2012/6/28, David Xu: > >>On 2012/6/28 10:21, Attilio Rao wrote: > >>>2012/6/28, David Xu: > On 2012/6/28 4:32, Konstantin Belousov wrote: > >Author: kib > >Date: Wed Jun 27 20:32:45 201

svn commit: r237696 - head

2012-06-28 Thread Gabor Kovesdan
alse' /etc/malloc.conf".) +20120628: + The sort utility has been replaced with BSD sort. For now, GNU sort + is also available as "gnusort" or the default can be set back to + GNU sort by setting WITH_GNU_SORT. In this case, BSD sort will be + installed as &qu

svn commit: r237697 - head/usr.sbin/jail

2012-06-28 Thread Maxim Konovalov
Author: maxim Date: Thu Jun 28 08:25:19 2012 New Revision: 237697 URL: http://svn.freebsd.org/changeset/base/237697 Log: o Restore -u getopt(3) flag somehow killed in r234712. PR: bin/169490 Submitted by: amdmi3 MFC after:2 weeks Modified: head/usr.sbin/jail/jail.c Mo

Re: svn commit: r237660 - head/lib/libc/gen

2012-06-28 Thread David Xu
On 2012/6/28 15:53, Konstantin Belousov wrote: On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote: On 2012/6/28 10:32, Attilio Rao wrote: 2012/6/28, David Xu: On 2012/6/28 10:21, Attilio Rao wrote: 2012/6/28, David Xu: On 2012/6/28 4:32, Konstantin Belousov wrote: Author: kib Date: We

svn commit: r237700 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2012-06-28 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 28 10:12:46 2012 New Revision: 237700 URL: http://svn.freebsd.org/changeset/base/237700 Log: Automatically generate hardware notes for bxe(4). Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml head/release/doc/share/misc/dev.archlist.txt Modifi

svn commit: r237701 - head/release/doc/en_US.ISO8859-1/hardware

2012-06-28 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 28 10:21:25 2012 New Revision: 237701 URL: http://svn.freebsd.org/changeset/base/237701 Log: Automatically generate hardware notes for bwn(4). Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml Modified: head/release/doc/en_US.ISO8859-1/hardware/a

Re: svn commit: r237660 - head/lib/libc/gen

2012-06-28 Thread David Xu
On 2012/6/28 16:49, David Xu wrote: On 2012/6/28 15:53, Konstantin Belousov wrote: On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote: On 2012/6/28 10:32, Attilio Rao wrote: 2012/6/28, David Xu: On 2012/6/28 10:21, Attilio Rao wrote: 2012/6/28, David Xu: On 2012/6/28 4:32, Konstantin

Re: svn commit: r237660 - head/lib/libc/gen

2012-06-28 Thread Kostik Belousov
On Thu, Jun 28, 2012 at 4:00 PM, David Xu wrote: > On 2012/6/28 16:49, David Xu wrote: >> >> On 2012/6/28 15:53, Konstantin Belousov wrote: >>> >>> On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote: On 2012/6/28 10:32, Attilio Rao wrote: > > 2012/6/28, David Xu: >> >>>

svn commit: r237714 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2012-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 28 15:38:14 2012 New Revision: 237714 URL: http://svn.freebsd.org/changeset/base/237714 Log: Fix build with Clang. error: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') Reported by: Ed Maste Modified: head/cddl/contrib

svn commit: r237715 - in head/sys: netinet netinet6

2012-06-28 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 28 16:01:08 2012 New Revision: 237715 URL: http://svn.freebsd.org/changeset/base/237715 Log: Pass the src and dst address of a received packet explicitly around. MFC after: 3 days Modified: head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_asconf.h hea

svn commit: r237716 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2012-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 28 16:44:29 2012 New Revision: 237716 URL: http://svn.freebsd.org/changeset/base/237716 Log: Safer fix for building with Clang. error: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') Reported by: Ed Maste Modified: head

svn commit: r237718 - head/sys/dev/drm2

2012-06-28 Thread Alexander Motin
Author: mav Date: Thu Jun 28 17:15:16 2012 New Revision: 237718 URL: http://svn.freebsd.org/changeset/base/237718 Log: Fix millisecond to ticks conversion in drm_msleep(). On systems with HZ=100 it caused Intel eDP video output initialization (and Xorg startup) to take several minutes ins

svn commit: r237726 - head/sys/cam/ctl

2012-06-28 Thread Kenneth D. Merry
Author: ken Date: Thu Jun 28 19:39:30 2012 New Revision: 237726 URL: http://svn.freebsd.org/changeset/base/237726 Log: Add a loader tunable, kern.cam.ctl.disable, that will disable loading CTL. This may be useful in very low memory installations. MFC after:3 days Modified: head/sy

svn commit: r237729 - head/tools/tools/netmap

2012-06-28 Thread Ed Maste
Author: emaste Date: Thu Jun 28 20:10:43 2012 New Revision: 237729 URL: http://svn.freebsd.org/changeset/base/237729 Log: Fix ioctl type for compiling with clang Modified: head/tools/tools/netmap/bridge.c head/tools/tools/netmap/pcap.c Modified: head/tools/tools/netmap/bridge.c ===

svn commit: r237730 - in head/sys: powerpc/conf sparc64/conf

2012-06-28 Thread Kenneth D. Merry
Author: ken Date: Thu Jun 28 20:48:24 2012 New Revision: 237730 URL: http://svn.freebsd.org/changeset/base/237730 Log: Now that the mps(4) driver is endian-safe, add it to the powerpc and sparc64 GENERIC config files. MFC after:3 days Modified: head/sys/powerpc/conf/GENERIC64 hea

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-06-28 Thread Peter Jeremy
On 2012-Apr-16 21:22:02 +, Jung-uk Kim wrote: >Log: > - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27 > but GNU libc used it without checking its kernel version, e. g., Fedora 10. Recent versions of flash are complaining about the lack of pipe2(). Do you have any

svn commit: r237733 - head/sys/amd64/amd64

2012-06-28 Thread Alan Cox
Author: alc Date: Thu Jun 28 22:03:59 2012 New Revision: 237733 URL: http://svn.freebsd.org/changeset/base/237733 Log: Avoid some unnecessary PV list locking in pmap_enter(). Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c =

Re: svn commit: r237660 - head/lib/libc/gen

2012-06-28 Thread David Xu
On 2012/06/28 21:52, Kostik Belousov wrote: On Thu, Jun 28, 2012 at 4:00 PM, David Xu wrote: On 2012/6/28 16:49, David Xu wrote: On 2012/6/28 15:53, Konstantin Belousov wrote: On Thu, Jun 28, 2012 at 10:53:03AM +0800, David Xu wrote: On 2012/6/28 10:32, Attilio Rao wrote: 2012/6/28, David X

svn commit: r237734 - head/sys/netinet6

2012-06-28 Thread Bruce M Simpson
Author: bms Date: Thu Jun 28 23:44:47 2012 New Revision: 237734 URL: http://svn.freebsd.org/changeset/base/237734 Log: In MLDv2 general query processing, do not enforce the strict check on query origins. Submitted by: Gu Yong MFC after:3 days Modified: head/sys/netinet6/mld6.c M

svn commit: r237735 - head/sys/netinet6

2012-06-28 Thread Bruce M Simpson
Author: bms Date: Thu Jun 28 23:45:37 2012 New Revision: 237735 URL: http://svn.freebsd.org/changeset/base/237735 Log: Fix a typo in MLD query exponent processing. Submitted by: rpaulo@ MFC after:3 days Modified: head/sys/netinet6/mld6.c Modified: head/sys/netinet6/mld6.c

svn commit: r237736 - head/sys/netinet6

2012-06-28 Thread Bruce M Simpson
Author: bms Date: Thu Jun 28 23:48:40 2012 New Revision: 237736 URL: http://svn.freebsd.org/changeset/base/237736 Log: Kick the current-state report timer when a V1 group report would be triggered. Submitted by: rpaulo@ MFC after:3 days Modified: head/sys/netinet6/mld6.c Modifie

svn commit: r237737 - head/sys/powerpc/aim

2012-06-28 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 29 01:55:20 2012 New Revision: 237737 URL: http://svn.freebsd.org/changeset/base/237737 Log: The `end' symbol doesn't match the end of the kernel image because it's relative to the start address (unless the start address is 0, which is not the case). This is cu

svn commit: r237741 - head/sys/arm/xscale

2012-06-28 Thread Warner Losh
Author: imp Date: Fri Jun 29 04:13:31 2012 New Revision: 237741 URL: http://svn.freebsd.org/changeset/base/237741 Log: All xscale ports are armeb, so mark it here. This should reduce universe times a little. Modified: head/sys/arm/xscale/std.xscale Modified: head/sys/arm/xscale/std.xscale

svn commit: r237742 - in head/sys/arm: at91 conf

2012-06-28 Thread Warner Losh
Author: imp Date: Fri Jun 29 04:18:52 2012 New Revision: 237742 URL: http://svn.freebsd.org/changeset/base/237742 Log: Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation board. Much work remains. Added: head/sys/arm/at91/at91sam9x25.c (contents, props changed) head/sys/

svn commit: r237743 - head/sys/arm/at91

2012-06-28 Thread Warner Losh
Author: imp Date: Fri Jun 29 04:49:50 2012 New Revision: 237743 URL: http://svn.freebsd.org/changeset/base/237743 Log: Ooops, replaced the at91sam9g20 interrupt list with the at91sam9x25 ones. Modified: head/sys/arm/at91/at91sam9x25.c Modified: head/sys/arm/at91/at91sam9x25.c ===

svn commit: r237745 - head/sys/arm/at91

2012-06-28 Thread Warner Losh
Author: imp Date: Fri Jun 29 06:06:19 2012 New Revision: 237745 URL: http://svn.freebsd.org/changeset/base/237745 Log: Tweak comment. Modified: head/sys/arm/at91/at91_pmcvar.h Modified: head/sys/arm/at91/at91_pmcvar.h ==

svn commit: r237744 - head/sys/arm/at91

2012-06-28 Thread Warner Losh
Author: imp Date: Fri Jun 29 06:05:44 2012 New Revision: 237744 URL: http://svn.freebsd.org/changeset/base/237744 Log: Add PIOD, make at91sam9x25 a standard SoC, tweak some comments. Modified: head/sys/arm/at91/at91sam9x25.c head/sys/arm/at91/at91sam9x25reg.h head/sys/arm/at91/std.at91sam