Re: svn commit: r221807 - in head: lib lib/libprocstat lib/libprocstat/zfs lib/libutil sys/kern sys/sys usr.bin/fstat usr.bin/fstat/zfs usr.bin/procstat

2011-05-14 Thread Stanislav Sedov
On Thu, 12 May 2011 14:26:40 +0300 Kostik Belousov mentioned: > > > > The newly introduced fuser(1) utility also uses this library and > > able to operate via sysctl and kvm backends. > > > > The library is by no means complete (e.g. KVM backend is missing > > vnode name resolutio

Re: svn commit: r221807 - in head: lib lib/libprocstat lib/libprocstat/zfs lib/libutil sys/kern sys/sys usr.bin/fstat usr.bin/fstat/zfs usr.bin/procstat

2011-05-14 Thread Kostik Belousov
On Sat, May 14, 2011 at 02:15:23AM -0700, Stanislav Sedov wrote: > On Thu, 12 May 2011 14:26:40 +0300 > Kostik Belousov mentioned: > > > > > > > The newly introduced fuser(1) utility also uses this library and > > > able to operate via sysctl and kvm backends. > > > > > > The library

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

2011-05-14 Thread Mikolaj Golub
Hi, On Mon, 2 May 2011 21:05:52 + (UTC) John Baldwin wrote: JB> Author: jhb JB> Date: Mon May 2 21:05:52 2011 JB> New Revision: 221346 JB> URL: http://svn.freebsd.org/changeset/base/221346 JB> Log: JB> Handle a rare edge case with nearly full TCP receive buffers. If a TCP JB> bu

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

2011-05-14 Thread Mikolaj Golub
On Sat, 14 May 2011 13:37:19 +0300 Mikolaj Golub wrote to John Baldwin: JB>> +KASSERT(SEQ_GEQ(tp->rcv_adv, tp->rcv_nxt), JB>> +("tcp_input negative window: tp %p rcv_nxt %u rcv_adv %u", tp, JB>> +tp->rcv_adv, tp->rcv_nxt)); BTW, the message is printed wrongly

svn commit: r221879 - head/sys/conf

2011-05-14 Thread Bruce Cran
Author: brucec Date: Sat May 14 11:26:00 2011 New Revision: 221879 URL: http://svn.freebsd.org/changeset/base/221879 Log: gcc and clang semantics imply certain -mno-* flags when other certain -mno-* flags are also specified. This change makes use of this behaviour and removes unneeded -mno-*

svn commit: r221883 - head/sys/dev/usb

2011-05-14 Thread Hans Petter Selasky
Author: hselasky Date: Sat May 14 12:16:09 2011 New Revision: 221883 URL: http://svn.freebsd.org/changeset/base/221883 Log: Add new USB ID's. Submitted by: Jim Bryant MFC after:3 days Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs ===

svn commit: r221884 - head/etc

2011-05-14 Thread Jilles Tjoelker
Author: jilles Date: Sat May 14 12:22:58 2011 New Revision: 221884 URL: http://svn.freebsd.org/changeset/base/221884 Log: network.subr: Use printf(1) builtin for hexprint function. Now that printf(1) is a shell builtin, there is no need to emulate it anymore. The external printf(1) is /us

svn commit: r221887 - head/tools/regression/bin/sh/parser

2011-05-14 Thread Jilles Tjoelker
Author: jilles Date: Sat May 14 14:19:30 2011 New Revision: 221887 URL: http://svn.freebsd.org/changeset/base/221887 Log: sh: Add tests for lines that look like heredoc delimiters but are not. Added: head/tools/regression/bin/sh/parser/heredoc10.0 (contents, props changed) head/tools/regr

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

2011-05-14 Thread Adrian Chadd
Author: adrian Date: Sat May 14 14:25:15 2011 New Revision: 221888 URL: http://svn.freebsd.org/changeset/base/221888 Log: Import initial EEPROM code for Kite (AR9287). I've tested this locally and it does indeed read and attach to an AR9287 EEPROM. But a lot more code needs to be ported o

svn commit: r221889 - head/sys/ia64/include

2011-05-14 Thread Marcel Moolenaar
Author: marcel Date: Sat May 14 14:36:08 2011 New Revision: 221889 URL: http://svn.freebsd.org/changeset/base/221889 Log: Turn ia64_srlz() and ia64_srlz_i() into defines so that the code is still correct when inlining is disabled. Modified: head/sys/ia64/include/ia64_cpu.h Modified: head/s

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

2011-05-14 Thread John Baldwin
On 5/14/11 6:37 AM, Mikolaj Golub wrote: Hi, On Mon, 2 May 2011 21:05:52 + (UTC) John Baldwin wrote: JB> Author: jhb JB> Date: Mon May 2 21:05:52 2011 JB> New Revision: 221346 JB> URL: http://svn.freebsd.org/changeset/base/221346 JB> Log: JB>Handle a rare edge case wi

svn commit: r221890 - head/sys/ia64/include

2011-05-14 Thread Marcel Moolenaar
Author: marcel Date: Sat May 14 14:40:24 2011 New Revision: 221890 URL: http://svn.freebsd.org/changeset/base/221890 Log: Be pedantic: mark the pcpu pointer (= register r13) itself as volatile. Modified: head/sys/ia64/include/pcpu.h Modified: head/sys/ia64/include/pcpu.h

svn commit: r221891 - head/sys/netinet

2011-05-14 Thread John Baldwin
Author: jhb Date: Sat May 14 14:41:40 2011 New Revision: 221891 URL: http://svn.freebsd.org/changeset/base/221891 Log: Oops, fix order of sequence numbers in KASSERT()'s to catch negative receive windows to match the labels in the panic message. Submitted by: trociny Modified: head/sys

svn commit: r221893 - head/sys/ia64/ia64

2011-05-14 Thread Marcel Moolenaar
Author: marcel Date: Sat May 14 14:47:19 2011 New Revision: 221893 URL: http://svn.freebsd.org/changeset/base/221893 Log: Sharpening the saw: o Clobber the register that holds the restart token immediately after crossing the restart point. This prevents false positives (i.e. a ne

svn commit: r221894 - head/sys/ia64/ia64

2011-05-14 Thread Marcel Moolenaar
Author: marcel Date: Sat May 14 14:55:15 2011 New Revision: 221894 URL: http://svn.freebsd.org/changeset/base/221894 Log: Prefer switching the memory stack from user to kernel *before* switching the register stack. While the ordering doesn't matter, it creates an invariant not previously the

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

2011-05-14 Thread Adrian Chadd
Author: adrian Date: Sat May 14 15:12:02 2011 New Revision: 221896 URL: http://svn.freebsd.org/changeset/base/221896 Log: Fix the eeprom set API method to return HAL_STATUS. The code assumed it could return HAL_OK, HAL_EINVAL and other HAL_STATUS types; so it shouldn't be declared as retu

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

2011-05-14 Thread Adrian Chadd
Author: adrian Date: Sat May 14 15:24:15 2011 New Revision: 221897 URL: http://svn.freebsd.org/changeset/base/221897 Log: Fix the Merlin 5ghz fast-clock EEPROM fetch to return the correct value. The eeprom Get method should return HAL_OK if fastclock is enabled in the EEPROM. It was retur

svn commit: r221898 - head/sbin/hastd

2011-05-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat May 14 16:55:24 2011 New Revision: 221898 URL: http://svn.freebsd.org/changeset/base/221898 Log: When using capsicum to sanbox, still use other methods first, just in case one of them have some problems. Modified: head/sbin/hastd/subr.c Modified: head/sbin/hastd/subr.

svn commit: r221899 - in head/sbin: hastctl hastd

2011-05-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat May 14 17:02:03 2011 New Revision: 221899 URL: http://svn.freebsd.org/changeset/base/221899 Log: Currently we are unable to use capsicum for the primary worker process, because we need to do ioctl(2)s, which are not permitted in the capability mode. What we do now is to

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

2011-05-14 Thread Mikolaj Golub
On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote: JB> Can you capture a tcpdump (probably easiest to do from the other host)? I replaced the asserts with log statements to make the host not panic and the captured dump survive. Below are two examples. You can find the raw dump for the firs

svn commit: r221900 - head

2011-05-14 Thread Colin Percival
Author: cperciva Date: Sat May 14 17:44:12 2011 New Revision: 221900 URL: http://svn.freebsd.org/changeset/base/221900 Log: Encourage Ben Laurie to finish getting his commit bit by appointing him as the OpenSSL maintainer. With hat: security-officer Reviewed by: simon (former maint

svn commit: r221904 - head/sys/netinet

2011-05-14 Thread Michael Tuexen
Author: tuexen Date: Sat May 14 18:22:14 2011 New Revision: 221904 URL: http://svn.freebsd.org/changeset/base/221904 Log: Fix the source address selection for boundall sockets when sending INITs to a global IPv4 address having only private IPv4 address. Allow the usage of a private address

svn commit: r221907 - head/games/morse

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:30 2011 New Revision: 221907 URL: http://svn.freebsd.org/changeset/base/221907 Log: morse(6): fix typos and space-before-tabs Modified: head/games/morse/morse.c Modified: head/games/morse/morse.c =

svn commit: r221908 - head/games/fortune/datfiles

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:45 2011 New Revision: 221908 URL: http://svn.freebsd.org/changeset/base/221908 Log: fortune(6): fix typos and misspellings. While here, drop words in the spelling files that are no longer used anywhere. Speling errors found via: codespell from L

svn commit: r221909 - head/games/fortune/datfiles

2011-05-14 Thread Ulrich Spoerlein
Author: uqs Date: Sat May 14 19:03:54 2011 New Revision: 221909 URL: http://svn.freebsd.org/changeset/base/221909 Log: Convert a file to UTF-8. This only changes a character in the copyright section and will not require UTF-8 for fortune(6). Modified: head/games/fortune/datfiles/gerrold.lim

Re: svn commit: r221900 - head

2011-05-14 Thread Mark Linimon
On Sat, May 14, 2011 at 05:44:12PM +, Colin Percival wrote: > Encourage Ben Laurie to finish getting his commit bit by appointing him > as the OpenSSL maintainer. Cool! (both parts) mcl ___ svn-src-head@freebsd.org mailing list http://lists.fre

svn commit: r221911 - head/sys/dev/cxgbe

2011-05-14 Thread Navdeep Parhar
Author: np Date: Sat May 14 19:27:15 2011 New Revision: 221911 URL: http://svn.freebsd.org/changeset/base/221911 Log: sysctl that displays the absolute queue id of an rxq. Modified: head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/t4_sge.c

svn commit: r221913 - head/sys/dev/mii

2011-05-14 Thread Marius Strobl
Author: marius Date: Sat May 14 20:31:04 2011 New Revision: 221913 URL: http://svn.freebsd.org/changeset/base/221913 Log: - There's no need for nibbletab to be static, it's const however. - Fix whitespace. Modified: head/sys/dev/mii/mii.c Modified: head/sys/dev/mii/mii.c ==

Re: svn commit: r221855 - in head/sys: amd64/include arm/include dev/md dev/null i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include sys vm

2011-05-14 Thread Marius Strobl
On Fri, May 13, 2011 at 03:41:10PM -0500, Alan Cox wrote: > On 5/13/2011 2:35 PM, Matthew D Fleming wrote: > >Author: mdf > >Date: Fri May 13 19:35:01 2011 > >New Revision: 221855 > >URL: http://svn.freebsd.org/changeset/base/221855 > > > >Log: > > Move the ZERO_REGION_SIZE to a machine-dependent

svn commit: r221931 - head/lib/libprocstat

2011-05-14 Thread Stanislav Sedov
Author: stas Date: Sat May 14 22:15:38 2011 New Revision: 221931 URL: http://svn.freebsd.org/changeset/base/221931 Log: - Add symbol versioning to libprocstat. Suggested by: kib Added: head/lib/libprocstat/Symbol.map (contents, props changed) head/lib/libprocstat/Versions.def (cont

svn commit: r221936 - head/lib/libprocstat

2011-05-14 Thread Stanislav Sedov
Author: stas Date: Sun May 15 00:46:25 2011 New Revision: 221936 URL: http://svn.freebsd.org/changeset/base/221936 Log: - Whitespace fix. Modified: head/lib/libprocstat/libprocstat.c Modified: head/lib/libprocstat/libprocstat.c

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

2011-05-14 Thread Alexander Motin
Author: mav Date: Sun May 15 01:01:53 2011 New Revision: 221938 URL: http://svn.freebsd.org/changeset/base/221938 Log: Fix few typos. Submitted by: uqs MFC after:1 week Modified: head/share/man/man4/hpet.4 Modified: head/share/man/man4/hpet.4 ==

Re: svn commit: r221900 - head

2011-05-14 Thread Bjoern A. Zeeb
On Sat, 14 May 2011, Colin Percival wrote: Author: cperciva Date: Sat May 14 17:44:12 2011 New Revision: 221900 URL: http://svn.freebsd.org/changeset/base/221900 Log: Encourage Ben Laurie to finish getting his commit bit by appointing him as the OpenSSL maintainer. I'd like to thanks Simon

Re: svn commit: r221913 - head/sys/dev/mii

2011-05-14 Thread Bruce Evans
On Sat, 14 May 2011, Marius Strobl wrote: Log: - There's no need for nibbletab to be static, it's const however. - Fix whitespace. There is every reason for it to be static. Modified: head/sys/dev/mii/mii.c == ---