svn commit: r238516 - head/sys/netinet

2012-07-16 Thread Gleb Smirnoff
Author: glebius Date: Mon Jul 16 07:08:34 2012 New Revision: 238516 URL: http://svn.freebsd.org/changeset/base/238516 Log: If ip_output() returns EMSGSIZE to tcp_output(), then the latter calls tcp_mtudisc(), which in its turn may call tcp_output(). Under certain conditions (must admit they

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

2012-07-16 Thread Andrey Smagin
Thank you very much !!! Mon, 16 Jul 2012 07:08:34 + (UTC) от Gleb Smirnoff : Author: glebius Date: Mon Jul 16 07:08:34 2012 New Revision: 238516 URL: http://svn.freebsd.org/changeset/base/238516 Log:   If ip_output() returns EMSGSIZE to tcp_output(), then the latter calls   tcp_mtud

Re: svn commit: r237847 - head/usr.bin/killall

2012-07-16 Thread Colin Percival
On 06/30/12 09:36, Konstantin Belousov wrote: > New Revision: 237847 > URL: http://svn.freebsd.org/changeset/base/237847 > > Log: > Once in a month, when the moon is full, killall mistakenly considers > living process as a zombie and refuses to kill it. The cause is that > the code masks ki_

Re: svn commit: r238514 - head/usr.bin/netstat

2012-07-16 Thread Doug Barton
Is it my imagination or did this break the build? On 07/15/2012 23:43, Michael Tuexen wrote: > Author: tuexen > Date: Mon Jul 16 06:43:04 2012 > New Revision: 238514 > URL: http://svn.freebsd.org/changeset/base/238514 > > Log: > Allow netstat to be build if INET is not defined in the kernel. >

svn commit: r238526 - in head/sys/dev/usb: . serial

2012-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jul 16 09:35:47 2012 New Revision: 238526 URL: http://svn.freebsd.org/changeset/base/238526 Log: Add new USB device ID. PR: usb/169789 MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/us

svn commit: r238527 - in head: sys/kern sys/sys usr.bin/procstat

2012-07-16 Thread Gabor Pali
Author: pgj (ports committer) Date: Mon Jul 16 09:38:19 2012 New Revision: 238527 URL: http://svn.freebsd.org/changeset/base/238527 Log: - Add support for displaying process stack memory regions. Approved by: rwatson MFC after:3 days Modified: head/sys/kern/kern_proc.c head/sys/

Re: svn commit: r238514 - head/usr.bin/netstat

2012-07-16 Thread Michael Tuexen
On Jul 16, 2012, at 11:17 AM, Doug Barton wrote: > Is it my imagination or did this break the build? I think it should have fixed the build, which was broken by r238501. Or am I missing something? Best regards Michael > > On 07/15/2012 23:43, Michael Tuexen wrote: >> Author: tuexen >> Date: Mon

svn commit: r238529 - in head/sys/dev/usb: . serial

2012-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jul 16 10:12:07 2012 New Revision: 238529 URL: http://svn.freebsd.org/changeset/base/238529 Log: Add new USB device ID. PR: usb/169789 Submitted by: Ruslan Bukin MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbde

Re: svn commit: r238514 - head/usr.bin/netstat

2012-07-16 Thread Garrett Cooper
On Mon, Jul 16, 2012 at 2:17 AM, Doug Barton wrote: > Is it my imagination or did this break the build? Don't think so, but I'm running a buildworld with -DWITHOUT_INET -DWITHOUT_INET6 and -DWITHOUT_INET -DWITH_INET6, just to be sure. Thanks, -Garrett _

Re: svn commit: r238514 - head/usr.bin/netstat

2012-07-16 Thread Michael Tuexen
On Jul 16, 2012, at 5:56 PM, Garrett Cooper wrote: > On Mon, Jul 16, 2012 at 2:17 AM, Doug Barton wrote: >> Is it my imagination or did this break the build? > >Don't think so, but I'm running a buildworld with -DWITHOUT_INET > -DWITHOUT_INET6 and -DWITHOUT_INET -DWITH_INET6, just to be sure

svn commit: r238533 - head/sys/geom

2012-07-16 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jul 16 16:50:28 2012 New Revision: 238533 URL: http://svn.freebsd.org/changeset/base/238533 Log: Add back spare fields reused in r238213. According to Attilio, the rule is to use reuse spares only when MFC-ing, not in CURRENT. Modified: head/sys/geom/geom.h Modifie

svn commit: r238534 - head/sys/geom

2012-07-16 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jul 16 17:41:38 2012 New Revision: 238534 URL: http://svn.freebsd.org/changeset/base/238534 Log: The resize GEOM event has no references, thus cannot be canceled. Modified: head/sys/geom/geom_subr.c Modified: head/sys/geom/geom_subr.c =

svn commit: r238535 - head/share/dtrace

2012-07-16 Thread George V. Neville-Neil
Author: gnn Date: Mon Jul 16 17:48:43 2012 New Revision: 238535 URL: http://svn.freebsd.org/changeset/base/238535 Log: Add a script that traces NFS attribute cache accesses. Submitted by: rwatson MFC after:2 weeks Added: head/share/dtrace/nfsattrstats (contents, props changed) A

svn commit: r238536 - head/sys/vm

2012-07-16 Thread Alan Cox
Author: alc Date: Mon Jul 16 18:13:43 2012 New Revision: 238536 URL: http://svn.freebsd.org/changeset/base/238536 Log: Various improvements to vm_contig_grow_cache(). Most notably, even when it can't sleep, it can still move clean pages from the inactive queue to the cache. Also, when a pa

svn commit: r238537 - in head/sys: cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 kern

2012-07-16 Thread George V. Neville-Neil
Author: gnn Date: Mon Jul 16 20:17:19 2012 New Revision: 238537 URL: http://svn.freebsd.org/changeset/base/238537 Log: Add support for walltimestamp in DTrace. Submitted by: Fabian Keil MFC after:2 weeks Modified: head/sys/cddl/dev/dtrace/amd64/dtrace_subr.c head/sys/cddl/dev/dtr

svn commit: r238538 - head/sbin/hastd

2012-07-16 Thread Mikolaj Golub
Author: trociny Date: Mon Jul 16 20:43:28 2012 New Revision: 238538 URL: http://svn.freebsd.org/changeset/base/238538 Log: Metaflush on/off values don't need quotes. Reviewed by: pjd MFC after:3 days Modified: head/sbin/hastd/hast.conf.5 Modified: head/sbin/hastd/hast.conf.5

svn commit: r238539 - head/sys/fs/smbfs

2012-07-16 Thread Christian Brueffer
Author: brueffer Date: Mon Jul 16 22:07:29 2012 New Revision: 238539 URL: http://svn.freebsd.org/changeset/base/238539 Log: Simply error handling by moving the allocation of np down to where it is actually used. While here, improve style a little. Submitted by: mjg MFC after:2 week

Re: svn commit: r238539 - head/sys/fs/smbfs

2012-07-16 Thread Attilio Rao
2012/7/16 Christian Brueffer : > Author: brueffer > Date: Mon Jul 16 22:07:29 2012 > New Revision: 238539 > URL: http://svn.freebsd.org/changeset/base/238539 > > Log: > Simply error handling by moving the allocation of np down to where it is > actually used. While here, improve style a little.

svn commit: r238540 - head/sbin/ipfw

2012-07-16 Thread Isabell Long
Author: issyl0 (doc committer) Date: Mon Jul 16 22:15:30 2012 New Revision: 238540 URL: http://svn.freebsd.org/changeset/base/238540 Log: In ipfw(8), make the text about dynamic rules consistent. PR: docs/120539 Approved by: gabor (mentor) MFC after:5 days Modified: he

Re: svn commit: r238514 - head/usr.bin/netstat

2012-07-16 Thread Doug Barton
On 07/16/2012 09:49, Michael Tuexen wrote: > On Jul 16, 2012, at 5:56 PM, Garrett Cooper wrote: > >> On Mon, Jul 16, 2012 at 2:17 AM, Doug Barton wrote: >>> Is it my imagination or did this break the build? >> >>Don't think so, but I'm running a buildworld with -DWITHOUT_INET >> -DWITHOUT_INE

svn commit: r238542 - in head/share/man: man4 man9

2012-07-16 Thread Kevin Lo
Author: kevlo Date: Tue Jul 17 02:05:39 2012 New Revision: 238542 URL: http://svn.freebsd.org/changeset/base/238542 Log: Put parenthesis around sizeof args. Modified: head/share/man/man4/gpib.4 head/share/man/man9/ieee80211_node.9 head/share/man/man9/kernel_mount.9 head/share/man/man9/m

svn commit: r238543 - head/sys/vm

2012-07-16 Thread Alan Cox
Author: alc Date: Tue Jul 17 02:36:59 2012 New Revision: 238543 URL: http://svn.freebsd.org/changeset/base/238543 Log: Correct vm_page_alloc_contig()'s implementation of VM_ALLOC_NODUMP. Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c =

svn commit: r238545 - in head/sys/arm: arm at91 econa s3c2xx0 xscale/i8134x xscale/pxa

2012-07-16 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jul 17 03:18:12 2012 New Revision: 238545 URL: http://svn.freebsd.org/changeset/base/238545 Log: Move unmask IRQ function call up to nexus device level. FDT-enabled targets were broken after r238043 that relies on device up the hierarchy to properly setup interrupt