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
===
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
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
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
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
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
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
=
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:
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.
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
10 matches
Mail list logo