svn commit: r228399 - head/sys/dev/bwn

2011-12-10 Thread Eitan Adler
Author: eadler (ports committer) Date: Sat Dec 10 21:05:06 2011 New Revision: 228399 URL: http://svn.freebsd.org/changeset/base/228399 Log: - fix typo Approved by: kib@ Modified: head/sys/dev/bwn/if_bwnvar.h Modified: head/sys/dev/bwn/if_bwnvar.h ===

svn commit: r228398 - head/sys/i386/include

2011-12-10 Thread Alan Cox
Author: alc Date: Sat Dec 10 18:42:00 2011 New Revision: 228398 URL: http://svn.freebsd.org/changeset/base/228398 Log: Avoid the possibility of integer overflow in the calculation of VM_KMEM_SIZE_MAX. Specifically, if the user/kernel address space split was changed such that the kernel addr

svn commit: r228397 - head/libexec/comsat

2011-12-10 Thread Ed Schouten
Author: ed Date: Sat Dec 10 18:35:26 2011 New Revision: 228397 URL: http://svn.freebsd.org/changeset/base/228397 Log: Make comsat(8) approximately 15% smaller. This program only consists of a single C file, so simply mark everything except main() static. Modified: head/libexec/comsat/c

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

2011-12-10 Thread Ed Schouten
Author: ed Date: Sat Dec 10 18:27:55 2011 New Revision: 228396 URL: http://svn.freebsd.org/changeset/base/228396 Log: Add more static keywords to truss(1) source code. There are some tables in the source code that are only used by the individual source files themselves. Therefore there is

svn commit: r228395 - head/usr.bin/grep

2011-12-10 Thread Ed Schouten
Author: ed Date: Sat Dec 10 18:21:03 2011 New Revision: 228395 URL: http://svn.freebsd.org/changeset/base/228395 Log: Add missing "static const" to long options table. This table is only used in this C file and passed to getopt_long(), so we can safely add static and const to it. Modifie

svn commit: r228394 - in head: usr.bin/find usr.bin/lex usr.sbin/mount_portalfs

2011-12-10 Thread Ed Schouten
Author: ed Date: Sat Dec 10 18:11:06 2011 New Revision: 228394 URL: http://svn.freebsd.org/changeset/base/228394 Log: Replace char copyright[] by static const char copyright[]. It seems the latter is used throughout the tree. Modified: head/usr.bin/find/main.c head/usr.bin/lex/main.c

svn commit: r228393 - head/sys/dev/e1000

2011-12-10 Thread Jack F Vogel
Author: jfv Date: Sat Dec 10 18:00:53 2011 New Revision: 228393 URL: http://svn.freebsd.org/changeset/base/228393 Log: Fix NETMAP code problem in the build. Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c =

svn commit: r228392 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-12-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Dec 10 13:02:52 2011 New Revision: 228392 URL: http://svn.freebsd.org/changeset/base/228392 Log: Move ru_inblock increment into arc_read_nolock() so we don't account for cached reads. Discussed with: gibbs No objections from: avg Tested by:

svn commit: r228391 - head/sys/netinet

2011-12-10 Thread Michael Tuexen
Author: tuexen Date: Sat Dec 10 10:52:54 2011 New Revision: 228391 URL: http://svn.freebsd.org/changeset/base/228391 Log: Fix a bug reported by Irene Ruengeler which resulted in not sending out HEARTBEATs when requested by the user. The HEARTBEATs were only queued, but not actually sent out.

Re: svn commit: r227956 - head/usr.bin/procstat

2011-12-10 Thread Mikolaj Golub
On Thu, 08 Dec 2011 16:32:16 -0500 John Baldwin wrote: >> JB> Hmm, I would stick as close to limits output as possible. I would >> JB> consider duplicating the unit field in each of soft and hard, so you >> JB> end up with something like this: >> >> JB>PID COMMRL