Author: hselasky
Date: Wed Jan 9 09:09:09 2013
New Revision: 245222
URL: http://svnweb.freebsd.org/changeset/base/245222
Log:
Fix compile warning when using GCC:
Comparison between signed and unsigned.
MFC after:1 week
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
=
On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Wed Jan 9 09:09:09 2013
H> New Revision: 245222
H> URL: http://svnweb.freebsd.org/changeset/base/245222
H>
H> Log:
H> Fix compile warning when using GCC:
H> Comparison between signed and unsigned
Author: hselasky
Date: Wed Jan 9 09:29:22 2013
New Revision: 245223
URL: http://svnweb.freebsd.org/changeset/base/245223
Log:
Change function argument type instead of casting.
Suggested by: glebius @
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
==
Author: ume
Date: Wed Jan 9 15:22:37 2013
New Revision: 245225
URL: http://svnweb.freebsd.org/changeset/base/245225
Log:
Disable destination address selection support of
getipnodebyname(1). RFC 2553 mentions IPv6 addresses
are returned 1st.
Spotted by: uqs
MFC after:1 week
Mo
Author: ken
Date: Wed Jan 9 16:48:38 2013
New Revision: 245226
URL: http://svnweb.freebsd.org/changeset/base/245226
Log:
Fix a bug in the device pager code that can trigger an assertion
in devfs if a particular race condition is hit in the device pager
code.
This was a side effect of c
Author: ken
Date: Wed Jan 9 17:02:08 2013
New Revision: 245228
URL: http://svnweb.freebsd.org/changeset/base/245228
Log:
Make CTL work a little better with loading and unloading drivers.
Previously CTL would leave individual LUNs enabled in the target
driver, whether or not the port as a
Author: ume
Date: Wed Jan 9 18:18:08 2013
New Revision: 245230
URL: http://svnweb.freebsd.org/changeset/base/245230
Log:
Add no_prefer_iface option.
It stops treating the address on the interface as special by source
address selection rule even when the interface is outgoing interface.
Th
Author: adrian
Date: Wed Jan 9 18:50:06 2013
New Revision: 245231
URL: http://svnweb.freebsd.org/changeset/base/245231
Log:
Add the "enable at reset" functionality to trigger spectral scan upon
a channel change/reset.
Modified:
head/tools/tools/ath/athspectral/athspectral.c
Modified: head
Author: ae
Date: Wed Jan 9 18:54:58 2013
New Revision: 245233
URL: http://svnweb.freebsd.org/changeset/base/245233
Log:
Remove unneeded variable.
MFC after:1 week
Modified:
head/sys/netinet6/scope6.c
Modified: head/sys/netinet6/scope6.c
=
On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote:
> On 2013-01-07, John Baldwin wrote:
> > I think if it isn't hard to do so, we should aim to preserve labels as they
> > are generally intended to be human readable as-is. Just preserving spaces
> > is
> > probably sufficient for th
Author: ae
Date: Wed Jan 9 19:49:35 2013
New Revision: 245234
URL: http://svnweb.freebsd.org/changeset/base/245234
Log:
Fix the bindto parameter declaration.
Submitted by: sem
Modified:
head/lib/libradius/libradius.3
Modified: head/lib/libradius/libradius.3
Author: gjb (doc,ports committer)
Date: Wed Jan 9 20:10:45 2013
New Revision: 245236
URL: http://svnweb.freebsd.org/changeset/base/245236
Log:
Update where porters handbook lives.
MFC after:3 days
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: jhb
Date: Wed Jan 9 20:27:06 2013
New Revision: 245238
URL: http://svnweb.freebsd.org/changeset/base/245238
Log:
Don't drop options from the third retransmitted SYN by default. If the
SYNs (or SYN/ACK replies) are dropped due to network congestion, then the
remote end of the connec
Author: brooks
Date: Wed Jan 9 21:07:08 2013
New Revision: 245241
URL: http://svnweb.freebsd.org/changeset/base/245241
Log:
Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree by default.
Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked
Author: np
Date: Wed Jan 9 21:27:14 2013
New Revision: 245243
URL: http://svnweb.freebsd.org/changeset/base/245243
Log:
cxgbe(4): updates to the configuration file that controls how hardware
resources are partitioned.
- Reduce the number of virtual interfaces reserved for PF4. This leav
On Mon, Jan 7, 2013 at 6:49 AM, John Baldwin wrote:
> On Saturday, January 05, 2013 02:18:51 PM Neel Natu wrote:
>> Author: neel
>> Date: Sat Jan 5 19:18:50 2013
>> New Revision: 245066
>> URL: http://svnweb.freebsd.org/changeset/base/245066
>>
>> Log:
>> Teach the kernel to recognize that it i
On Wed, 9 Jan 2013, Gleb Smirnoff wrote:
On Wed, Jan 09, 2013 at 09:09:09AM +, Hans Petter Selasky wrote:
H> Log:
H> Fix compile warning when using GCC:
H> Comparison between signed and unsigned.
o Add 3 style bugs:
2 sets of excessive parentheses
1 line longer
On Wed, Jan 09, 2013 at 02:17:37PM -0500, John Baldwin wrote:
> On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote:
> > On 2013-01-07, John Baldwin wrote:
> > > I think if it isn't hard to do so, we should aim to preserve labels as
> > > they
> > > are generally intended to be human re
On Jan 9, 2013, at 4:45 PM, Konstantin Belousov wrote:
> On Wed, Jan 09, 2013 at 02:17:37PM -0500, John Baldwin wrote:
>> On Tuesday, January 08, 2013 2:31:47 pm Jaakko Heinonen wrote:
>>> On 2013-01-07, John Baldwin wrote:
I think if it isn't hard to do so, we should aim to preserve labels
Author: ae
Date: Thu Jan 10 00:10:24 2013
New Revision: 245244
URL: http://svnweb.freebsd.org/changeset/base/245244
Log:
Simplify in6_setscope() function to get better performance.
Currently we use interface indeces as zone IDs for link-local and
interface-local scopes, and since we don't ha
Author: hselasky
Date: Thu Jan 10 07:45:46 2013
New Revision: 245248
URL: http://svnweb.freebsd.org/changeset/base/245248
Log:
Fix detection of Razer Copperhead as a USB mouse.
Factor out USB mouse and keyboard detection logic.
Reject USB keyboards which have mouse alike HID items
in their
21 matches
Mail list logo