Author: emax
Date: Tue Sep 14 00:32:29 2010
New Revision: 212587
URL: http://svn.freebsd.org/changeset/base/212587
Log:
MFC r212296
Do not request SDP attributes using ranges.
Apparently some devices do not like it.
Tested by:Buganini < buganini at gmail dot com >
Modified:
st
Author: emax
Date: Wed Sep 15 19:34:18 2010
New Revision: 212691
URL: http://svn.freebsd.org/changeset/base/212691
Log:
MFC r212335
Make sure to only pickup hid_input items when parsing input reports.
As it turns out, libusbhid(3) also picks up hic_collection items even
though we explic
Author: emax
Date: Wed Sep 22 23:41:02 2010
New Revision: 213042
URL: http://svn.freebsd.org/changeset/base/213042
Log:
Add the following Linux BlueZ compatibility macros: htobs(), htobl(),
btohs() and btohl()
PR: kern/136386
Submitted by: Monty Hall < kungfu_disciple at sbcgl
Author: emax
Date: Wed Sep 29 18:41:47 2010
New Revision: 213276
URL: http://svn.freebsd.org/changeset/base/213276
Log:
MFC Revision: 213042
Add the following Linux BlueZ compatibility macros: htobs(), htobl(),
btohs() and btohl()
PR: kern/136386
Submitted by: Monty Hall
-lusb
+
+.include
Added: head/usr.sbin/bluetooth/ath3kfw/ath3kfw.8
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/usr.sbin/bluetooth/ath3kfw/ath3kfw.8 Fri Nov 12 19:43:12 2010
Author: emax
Date: Mon Dec 6 22:45:29 2010
New Revision: 216245
URL: http://svn.freebsd.org/changeset/base/216245
Log:
MFC r215195
Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.
Hardware donated by: Rusty Nejdl rnejdl at ringofsaturn dot com
Tested by:
Author: emax
Date: Thu Sep 10 23:30:13 2009
New Revision: 197083
URL: http://svn.freebsd.org/changeset/base/197083
Log:
Get those pesky RFCOMM RPM data bits right. This is likely a noop.
MFC after:1 month
Modified:
head/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
Modified: h
Author: emax
Date: Mon Oct 26 17:27:30 2009
New Revision: 198492
URL: http://svn.freebsd.org/changeset/base/198492
Log:
Fix typo in bluetooth.3
Do not use reserved C++ keyword "new"
MFC after:1 month
Modified:
head/lib/libbluetooth/bluetooth.3
head/lib/libbluetooth/bluetooth.h
M
delay between packets.
+Don't wait between sending each packet.
.It Fl h
Display usage message and exit.
.It Fl i Ar wait
@@ -109,7 +108,7 @@ Some implementations may not like large
.Xr ng_l2cap 4 ,
.Xr l2control 8
.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmen...@yahoo.com
+.An Maksim Yevmen
mmands.
+To get more information about a specific command use
.Cm help Ar command .
.It Ar parameters
One or more optional space separated command parameters.
@@ -92,4 +94,4 @@ are:
.Xr ng_l2cap 4 ,
.Xr l2ping 8
.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmen...@yahoo.com
+.An Maksim Yevmenkin
specified,
.Nm
will operate until interrupted.
.It Fl f
-.Dq Flood
-ping, i.e., no delay between packets.
+Don't wait between sending each packet.
.It Fl h
Display usage message and exit.
.It Fl i Ar wait
@@ -109,7 +108,7 @@ Some implementations may not like large
.Xr ng_l2cap 4 ,
.Xr l2cont
Author: emax
Date: Tue Apr 19 18:18:02 2011
New Revision: 220864
URL: http://svn.freebsd.org/changeset/base/220864
Log:
MFC r197083
Get those pesky RFCOMM RPM data bits right. This is likely a noop.
Modified:
stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
Directory Properti
8
.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmen...@yahoo.com
+.An Maksim Yevmenkin Aq e...@freebsd.org
Modified: stable/8/usr.sbin/bluetooth/l2control/l2control.c
==
--- stable/8/usr.sbin/bluetooth/l2control/l2control.c
Author: emax
Date: Wed May 4 17:58:15 2011
New Revision: 221448
URL: http://svn.freebsd.org/changeset/base/221448
Log:
Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)
Submitted by: David Demelier demelier dot david at gmail dot com
MFC after:1 week
Modified:
Author: emax
Date: Wed May 11 19:06:09 2011
New Revision: 221787
URL: http://svn.freebsd.org/changeset/base/221787
Log:
MFC r221448
Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)
Submitted by: David Demelier demelier dot david at gmail dot com
Modified:
sta
Wed Mar 18 21:43:16 2009
(r189989)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2003 Maksim Yevmenkin
+.\" Copyright (c) 2003-2009 Maksim Yevmenkin
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
.
Author: emax
Date: Mon Mar 30 21:31:52 2009
New Revision: 190575
URL: http://svn.freebsd.org/changeset/base/190575
Log:
- Add ipfw_nat to the list of required modules if "firewall_nat_enable"
is set and "natd_enable" is NOT set;
- Accept and pass firewall type to the external firewall s
Author: emax
Date: Tue Apr 7 16:29:50 2009
New Revision: 190808
URL: http://svn.freebsd.org/changeset/base/190808
Log:
MFC r190575
- Add ipfw_nat to the list of required modules if "firewall_nat_enable"
is set and "natd_enable" is NOT set;
- Accept and pass firewall type to the ex
Author: emax
Date: Wed Apr 8 20:52:30 2009
New Revision: 190857
URL: http://svn.freebsd.org/changeset/base/190857
Log:
Undo SVN rev 183283
Do not use Giant for kbdmux(4) locking. This is wrong and apparently
causing more problems than it solves. This will re-open the issue
where interr
Author: emax
Date: Thu Apr 9 18:22:51 2009
New Revision: 190868
URL: http://svn.freebsd.org/changeset/base/190868
Log:
Remove obsolete/bogus layering.
Reviewed by: freebsd-current@, freebsd-hackers@
MFC after:1 week
Modified:
head/sys/dev/syscons/syscons.c
Modified: head/sys/dev
Author: emax
Date: Thu Apr 9 18:31:33 2009
New Revision: 190869
URL: http://svn.freebsd.org/changeset/base/190869
Log:
Introduce KB_POLLED flag to struct keyboard's kb_flags field.
Reviewed by: freebsd-current@, freebsd-hackers@
MFC after:1 week
Modified:
head/sys/dev/kbd/kbdreg.
Author: emax
Date: Thu Apr 9 19:11:08 2009
New Revision: 190870
URL: http://svn.freebsd.org/changeset/base/190870
Log:
Whitespace nitpicking
MFC after:1 week
Modified:
head/sys/dev/kbd/kbdreg.h
Modified: head/sys/dev/kbd/kbdreg.h
Author: emax
Date: Sun Apr 12 19:42:25 2009
New Revision: 190974
URL: http://svn.freebsd.org/changeset/base/190974
Log:
Add entry about kbdmux(4) un-locking.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- hea
Author: emax
Date: Fri Apr 17 00:30:56 2009
New Revision: 191164
URL: http://svn.freebsd.org/changeset/base/191164
Log:
Prevent atkbd(4) interrupt handler from calling keyboard callback function
when polled mode is enabled. This should help with duplicated/missing
characters problem at mount
Author: emax
Date: Fri Apr 17 23:33:30 2009
New Revision: 191232
URL: http://svn.freebsd.org/changeset/base/191232
Log:
Fix bug in event timeout handling
Submitted by: mav
MFC after:3 days
Modified:
head/usr.sbin/bluetooth/btpand/event.c
Modified: head/usr.sbin/bluetooth/btpand/ev
Author: emax
Date: Mon Apr 20 16:55:48 2009
New Revision: 191325
URL: http://svn.freebsd.org/changeset/base/191325
Log:
MFC r191164
Prevent atkbd(4) interrupt handler from calling keyboard callback function
when polled mode is enabled. This should help with duplicated/missing
characters
Author: emax
Date: Mon Apr 20 16:57:43 2009
New Revision: 191326
URL: http://svn.freebsd.org/changeset/base/191326
Log:
MFC r191232
Fix bug in event timeout handling
Submitted by: mav
Approved by: re (kib)
Modified:
stable/7/usr.sbin/bluetooth/btpand/ (props changed)
stable/7
Author: emax
Date: Mon Apr 20 17:09:53 2009
New Revision: 191327
URL: http://svn.freebsd.org/changeset/base/191327
Log:
MFC r191164
Prevent atkbd(4) interrupt handler from calling keyboard callback function
when polled mode is enabled. This should help with duplicated/missing
characters
Author: emax
Date: Mon Apr 20 17:11:21 2009
New Revision: 191328
URL: http://svn.freebsd.org/changeset/base/191328
Log:
MFC r191232
Fix bug in event timeout handling
Submitted by: mav
Approved by: re (kib)
Modified:
releng/7.2/usr.sbin/bluetooth/btpand/ (props changed)
releng
Author: emax
Date: Tue Apr 21 19:14:13 2009
New Revision: 191366
URL: http://svn.freebsd.org/changeset/base/191366
Log:
Fix sbappendrecord_locked().
The main problem is that sbappendrecord_locked() relies on sbcompress()
to set sb_mbtail. This will not happen if sbappendrecord_locked() is
al -offset indent
+struct bt_devinquiry {
+bdaddr_tbdaddr;
+uint8_t pscan_rep_mode;
+uint8_t pscan_period_mode;
+uint8_t dev_class[3];
+uint16_tclock_offset;
+int8_t rssi;
+uint8_t d
Author: emax
Date: Wed Apr 22 15:54:27 2009
New Revision: 191389
URL: http://svn.freebsd.org/changeset/base/191389
Log:
Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.
Modified:
head/UPDATING
head/sys/sys/param.h
Modified: head/UPDATING
===
Author: emax
Date: Mon May 4 20:48:07 2009
New Revision: 191796
URL: http://svn.freebsd.org/changeset/base/191796
Log:
MFC r191366
Fix sbappendrecord_locked().
The main problem is that sbappendrecord_locked() relies on sbcompress()
to set sb_mbtail. This will not happen if sbappendr
error has occurred.
+The
+.Vt bt_devinquiry
+structure is defined as follows
+.Bd -literal -offset indent
+struct bt_devinquiry {
+bdaddr_tbdaddr;
+uint8_t pscan_rep_mode;
+uint8_t pscan_period_mode;
+uint8_t dev_class[3];
+uint16_t
Author: emax
Date: Mon May 4 21:00:43 2009
New Revision: 191798
URL: http://svn.freebsd.org/changeset/base/191798
Log:
MFC r190868
Remove obsolete/bogus layering.
Reviewed by: freebsd-current@, freebsd-hackers@
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/
Author: emax
Date: Mon May 4 21:13:06 2009
New Revision: 191800
URL: http://svn.freebsd.org/changeset/base/191800
Log:
MFC r190869
Introduce KB_POLLED flag to struct keyboard's kb_flags field.
Reviewed by: freebsd-current@, freebsd-hackers@
Modified:
stable/7/sys/ (props changed
Author: emax
Date: Mon Mar 24 18:13:41 2014
New Revision: 263690
URL: http://svnweb.freebsd.org/changeset/base/263690
Log:
change defaule permissions on /dev/devstat. while i'm here remove
D_NEEDGIANT flag
Submitted by: jhb
Reviewed by: jhb, scottl, rwatson, delphij, phk
MFC after:
On Mon, Mar 24, 2014 at 11:59 AM, John-Mark Gurney wrote:
> Maksim Yevmenkin wrote this message on Mon, Mar 24, 2014 at 18:13 +:
>> Author: emax
>> Date: Mon Mar 24 18:13:41 2014
>> New Revision: 263690
>> URL: http://svnweb.freebsd.org/changeset/base/263690
>
Author: emax
Date: Wed Apr 16 17:57:08 2014
New Revision: 264546
URL: http://svnweb.freebsd.org/changeset/base/264546
Log:
MFC r263690
change defaule permissions on /dev/devstat. while i'm here remove
D_NEEDGIANT flag
Submitted by: jhb
Reviewed by: jhb, scottl, rwatson, delphij, p
Author: emax
Date: Wed Apr 16 22:26:42 2014
New Revision: 264571
URL: http://svnweb.freebsd.org/changeset/base/264571
Log:
when watchdogd is asked to exit nicely (via SIGTERM) it will
stop timer. since watchdogd rc.d script is marked as 'shutdown'
it will exit (on shutdown) and stop timer. i
Author: emax
Date: Thu Apr 17 19:29:15 2014
New Revision: 264621
URL: http://svnweb.freebsd.org/changeset/base/264621
Log:
use correct (integer) type for the temperature sysctl
Reviewed by: np, scottl
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/dev/cxgbe/t4
Author: emax
Date: Mon Apr 21 17:17:23 2014
New Revision: 264736
URL: http://svnweb.freebsd.org/changeset/base/264736
Log:
MFC r264621
use correct (integer) type for the temperature sysctl
Reviewed by: np, scottl
Obtained from:Netflix
Modified:
stable/10/sys/dev/cxgbe/t4_
Author: emax
Date: Tue Oct 15 21:28:51 2013
New Revision: 256563
URL: http://svnweb.freebsd.org/changeset/base/256563
Log:
In the flowtable scanner, restart the scan at the last found position,
not at position 0. Changes the scanner from O(N^2) to O(N).
Submitted by: scottl
Obtained fr
Author: emax
Date: Thu Oct 31 20:33:21 2013
New Revision: 257472
URL: http://svnweb.freebsd.org/changeset/base/257472
Log:
Rate limit (to once per minute) "Listen queue overflow" message in
sonewconn().
Reviewed by: scottl, lstewart
Obtained from:Netflix, Inc
MFC after:2
2012/1/9 Alexander Motin :
> On 09.01.2012 20:54, Maksim Yevmenkin wrote:
>>
>> On Wed, Dec 28, 2011 at 2:49 PM, Alexander Motin wrote:
>>>
>>> Author: mav
>>> Date: Wed Dec 28 22:49:28 2011
>>> New Revision: 228939
>>> URL: http:/
On Wed, Dec 28, 2011 at 2:49 PM, Alexander Motin wrote:
> Author: mav
> Date: Wed Dec 28 22:49:28 2011
> New Revision: 228939
> URL: http://svn.freebsd.org/changeset/base/228939
>
> Log:
> Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I see
> no reason why it should be limit
2012/1/9 Alexander Motin :
> On 09.01.2012 21:01, Maksim Yevmenkin wrote:
>>
>> 2012/1/9 Alexander Motin:
>>>
>>> On 09.01.2012 20:54, Maksim Yevmenkin wrote:
>>>>
>>>>
>>>> On Wed, Dec 28, 2011 at 2:49 PM, Alexander Motin
>&
Author: emax
Date: Tue Oct 16 20:18:15 2012
New Revision: 241616
URL: http://svn.freebsd.org/changeset/base/241616
Log:
introduce concept of ifi_baudrate power factor. the idea is to work
around the problem where high speed interfaces (such as ixgbe(4))
are not able to report real ifi_baudra
On Tue, Oct 16, 2012 at 2:02 PM, John Baldwin wrote:
> On Tuesday, October 16, 2012 4:18:16 pm Maksim Yevmenkin wrote:
>> Author: emax
>> Date: Tue Oct 16 20:18:15 2012
>> New Revision: 241616
>> URL: http://svn.freebsd.org/changeset/base/241616
>>
>> Log:
Author: emax
Date: Tue Oct 16 22:43:14 2012
New Revision: 241619
URL: http://svn.freebsd.org/changeset/base/241619
Log:
report total number of ports for each lagg(4) interface
via net.link.lagg.X.count sysctl
MFC after:1 week
Modified:
head/sys/net/if_lagg.c
Modified: head/sys/ne
Thank you for fixing it. I have accidentally committed broken version from
work-in-progress tree :(
Thanks,
Max
On Oct 17, 2012, at 1:19 AM, Xin LI wrote:
> Author: delphij
> Date: Wed Oct 17 08:19:08 2012
> New Revision: 241627
> URL: http://svn.freebsd.org/changeset/base/241627
>
> Log:
On Wed, Oct 17, 2012 at 6:51 AM, John Baldwin wrote:
[...]
>> > Maybe a helper 'if_set_baudrate(ifp, IF_Gbps(10))' that would DTRT.
>> > (It could be a static inline or some such). I would just like to
>> > keep the readability.
>>
>> well, yes, i thought about it, but decided not to do it righ
Author: emax
Date: Wed Oct 17 19:24:13 2012
New Revision: 241646
URL: http://svn.freebsd.org/changeset/base/241646
Log:
provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.
again, use ixgbe(4) as an example of how to use new helper function.
Reviewed by: jhb
MFC a
Author: emax
Date: Wed Oct 17 21:53:38 2012
New Revision: 241654
URL: http://svn.freebsd.org/changeset/base/241654
Log:
fix build
MFC after:1 week
Modified:
head/contrib/bsnmp/snmp_mibII/mibII.h
Modified: head/contrib/bsnmp/snmp_mibII/mibII.h
Author: emax
Date: Thu Oct 18 00:20:02 2012
New Revision: 241656
URL: http://svn.freebsd.org/changeset/base/241656
Log:
put another bandaid on the build until i figure out bsnmp headers
Modified:
head/contrib/bsnmp/snmp_mibII/mibII_route.c
Modified: head/contrib/bsnmp/snmp_mibII/mibII_route.
On Thu, Oct 18, 2012 at 8:14 AM, John Baldwin wrote:
> Author: jhb
> Date: Thu Oct 18 15:14:13 2012
> New Revision: 241691
> URL: http://svn.freebsd.org/changeset/base/241691
>
> Log:
> Use if_initbaudrate().
thank you for fixing this. i did not realize that there would be so
much fallout form
Author: emax
Date: Thu Oct 18 16:34:00 2012
New Revision: 241699
URL: http://svn.freebsd.org/changeset/base/241699
Log:
make sure that socket's send and receive buffers are properly sized
Submitted by: Iain Hibbert plunky at rya-online dot net
MFC after:3 weeks
Modified:
head/usr.s
Author: emax
Date: Wed Jul 18 15:52:09 2012
New Revision: 238599
URL: http://svn.freebsd.org/changeset/base/238599
Log:
Return zero from get_addrselectpolicy() when no source-address-selection
policy is installed.
MFC after:1 week
Modified:
head/lib/libc/net/getaddrinfo.c
Modified
Author: emax
Date: Thu Jul 19 15:36:36 2012
New Revision: 238622
URL: http://svn.freebsd.org/changeset/base/238622
Log:
Allow to specify no source-address-selection policy
MFC after:1 week
Modified:
head/etc/rc.d/ip6addrctl
Modified: head/etc/rc.d/ip6addrctl
Author: emax
Date: Thu Aug 2 20:48:22 2012
New Revision: 238994
URL: http://svn.freebsd.org/changeset/base/238994
Log:
MFC r238599
Return zero from get_addrselectpolicy() when no source-address-selection
policy is installed.
Approved by: re (kib)
Modified:
stable/9/lib/libc/net/
Author: emax
Date: Thu Aug 2 20:49:11 2012
New Revision: 238995
URL: http://svn.freebsd.org/changeset/base/238995
Log:
MFC r238622
Allow to specify no source-address-selection policy
Approved by: re (kib)
Modified:
stable/9/etc/rc.d/ip6addrctl
Directory Properties:
stable/9/etc/
On Thu, Aug 2, 2012 at 1:55 PM, Hiroki Sato wrote:
> Maksim Yevmenkin wrote
> in <201207191536.q6jfabor094...@svn.freebsd.org>:
>
> em> Author: emax
> em> Date: Thu Jul 19 15:36:36 2012
> em> New Revision: 238622
> em> URL: http://svn.freebsd.org/chan
On Thu, Aug 2, 2012 at 2:51 PM, Doug Barton wrote:
> On 8/2/2012 2:25 PM, Maksim Yevmenkin wrote:
>> On Thu, Aug 2, 2012 at 1:55 PM, Hiroki Sato wrote:
>>
>>> Just curious, why ip6addrctl_enable=NO is not enough here?
>
> Because the behavior of the script for
On Fri, Aug 3, 2012 at 1:17 AM, Andrey Zonov wrote:
> On 8/3/12 2:22 AM, Maksim Yevmenkin wrote:
>>>
>>>
>>>> i just wanted to make sure that there is a way to absolutely make sure
>>>> that there is no default address selection policy installed. th
Author: emax
Date: Wed May 23 18:56:29 2012
New Revision: 235854
URL: http://svn.freebsd.org/changeset/base/235854
Log:
Tweak condition for disabling allocation from per-CPU buckets in
low memory situation. I've observed a situation where per-CPU
allocations were disabled while there were en
Author: emax
Date: Wed May 30 00:38:24 2012
New Revision: 236269
URL: http://svn.freebsd.org/changeset/base/236269
Log:
MFC r235854
Tweak condition for disabling allocation from per-CPU buckets in
low memory situation. I've observed a situation where per-CPU
allocations were disabled wh
Author: emax
Date: Wed May 30 20:02:39 2012
New Revision: 236327
URL: http://svn.freebsd.org/changeset/base/236327
Log:
When we return deprecated addresses, we need to reference them.
Reviewed by: bz, scottl
MFC after:3 days
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/ne
Author: emax
Date: Sun Jun 3 07:36:59 2012
New Revision: 236501
URL: http://svn.freebsd.org/changeset/base/236501
Log:
Plug reference leak.
Interface routes are refcounted as packets move through the stack,
and there's garbage collection tied to it so that route changes can
safely prop
Author: emax
Date: Mon Jun 4 18:43:51 2012
New Revision: 236575
URL: http://svn.freebsd.org/changeset/base/236575
Log:
Plug more refcount leaks and possible NULL deref for interface
address list.
Submitted by: scottl@
MFC after:3 days
Modified:
head/sys/netinet/tcp_input.c
Modi
Author: emax
Date: Tue Jun 5 18:48:02 2012
New Revision: 236627
URL: http://svn.freebsd.org/changeset/base/236627
Log:
Before it gets lost in the noise.
Put a bandaid to prevent ixgbe(4) from completely locking up the system
under high load. Our platform has a few CPU cores and a single
/ifpifa/ifpifa.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/tools/ifpifa/ifpifa.cTue Jun 5 21:35:47 2012
(r236644)
@@ -0,0 +1,190 @@
+/*-
+ * Copyright (c) 2012 maksim
Author: emax
Date: Tue Jun 5 22:02:27 2012
New Revision: 236645
URL: http://svn.freebsd.org/changeset/base/236645
Log:
Fix license
Pointed by: brueffer
Modified:
head/tools/tools/ifpifa/ifpifa.c
Modified: head/tools/tools/ifpifa/ifpifa.c
==
Author: emax
Date: Wed Jun 6 16:20:59 2012
New Revision: 236685
URL: http://svn.freebsd.org/changeset/base/236685
Log:
MFC r235854
Seems applicable here as well.
Tweak condition for disabling allocation from per-CPU buckets in
low memory situation. I've observed a situation where pe
Author: emax
Date: Wed Jun 6 18:00:38 2012
New Revision: 236693
URL: http://svn.freebsd.org/changeset/base/236693
Log:
Count both IPv4 and IPv6 TCP connections in tcpCurrEstab
Timeout from: current, syrinx
MFC after:1 week
Modified:
head/contrib/bsnmp/snmp_mibII/mibII_tcp.c
Modif
Author: emax
Date: Thu Jun 7 22:57:26 2012
New Revision: 236729
URL: http://svn.freebsd.org/changeset/base/236729
Log:
Correct typo(?) and actually set PTHRESH to 32 and not 16 as per Intel
Linux driver 3.8.21.
MFC after:1 week
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/
Jack,
On Thu, Jun 7, 2012 at 5:36 PM, Jack Vogel wrote:
> Just because the Linux driver does something does not mean that FreeBSD
> should,
> this may be OK, but it isn't something automatic, and with a thing like this
> you should
> at least have asked me first... please next time?
oh... i'm s
Author: emax
Date: Thu Jun 14 15:39:14 2012
New Revision: 237078
URL: http://svn.freebsd.org/changeset/base/237078
Log:
MFC r236693
Count both IPv4 and IPv6 TCP connections in tcpCurrEstab
Timeout from: current, syrinx
Modified:
stable/9/contrib/bsnmp/snmp_mibII/mibII_tcp.c
Director
Author: emax
Date: Wed Feb 4 22:04:06 2009
New Revision: 188130
URL: http://svn.freebsd.org/changeset/base/188130
Log:
Clenup code a bit and do not call fork(2) before dameon(3) where not needed.
MFC after:1 month
Modified:
head/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
head/usr
Author: emax
Date: Wed Feb 4 22:44:09 2009
New Revision: 188132
URL: http://svn.freebsd.org/changeset/base/188132
Log:
Allow unprivileged users to run l2ping(8).
MFC after:1 month
Modified:
head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
Modified: head/sys/netgraph/bluet
Author: emax
Date: Mon Feb 9 17:14:49 2009
New Revision: 188397
URL: http://svn.freebsd.org/changeset/base/188397
Log:
MFC r188030
Properly retun error core from kbdmux_modevent()
Reported by: Christoph Mallon < christoph -dot- mallon -at- gmx -dot- de >
Modified:
stable/7/sys/
Author: emax
Date: Mon Feb 9 17:50:19 2009
New Revision: 188400
URL: http://svn.freebsd.org/changeset/base/188400
Log:
MFC r187454
Properly return error code to the caller. This should fix the following
panic in ng_l2cap(4).
panic: ng_l2cap_l2ca_con_req: ubt0l2cap - could not find c
Author: emax
Date: Mon Feb 9 17:53:45 2009
New Revision: 188401
URL: http://svn.freebsd.org/changeset/base/188401
Log:
MFC r186466
Change message severity level from WARN to INFO. This should reduce
amount of messages sent to syslog
Modified:
stable/7/sys/ (props changed)
stable/7
Author: emax
Date: Tue Feb 10 20:03:26 2009
New Revision: 188449
URL: http://svn.freebsd.org/changeset/base/188449
Log:
MFC r182881
Document TAPGIFNAME, TAPSIFINFO and TAPGIFINFO tap(4)
character device ioctl's.
Modified:
stable/7/share/man/man4/ (props changed)
stable/7/share/man/
Author: emax
Date: Tue Feb 10 20:04:20 2009
New Revision: 188450
URL: http://svn.freebsd.org/changeset/base/188450
Log:
MFC r182880$$
Add new TAPGIFNAME tap(4) character device ioctl. This is a
convenient shortcut to obtain network interface name using
file descriptor for character devi
Author: emax
Date: Tue Feb 10 20:08:03 2009
New Revision: 188451
URL: http://svn.freebsd.org/changeset/base/188451
Log:
MFC r185320
Straighten out those pesky SDP records for the Bluetooth
Service Discovery Application Profile.
Discussed with: Iain Hibbert of NetBSD plunky at r
Author: emax
Date: Tue Feb 10 20:27:05 2009
New Revision: 188452
URL: http://svn.freebsd.org/changeset/base/188452
Log:
Update comment. soalloc() is no longer performing M_WAITOK memory allocations.
Submitted by: ru
MFC after:3 days
Modified:
head/sys/netgraph/bluetooth/socket/ng_b
Author: emax
Date: Tue Feb 10 21:09:54 2009
New Revision: 188454
URL: http://svn.freebsd.org/changeset/base/188454
Log:
MFC r183058
Add uuid_enc,dec_le,be() functions to Symbol.map
Pointy hat goes to me.
MFC r183192
Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symb
Author: emax
Date: Fri Feb 13 01:14:00 2009
New Revision: 188547
URL: http://svn.freebsd.org/changeset/base/188547
Log:
MFC r188452
Update comment. soalloc() is no longer performing M_WAITOK memory allocations.
Submitted by: ru
Modified:
stable/7/sys/ (props changed)
stable/7/sy
On Fri, Feb 13, 2009 at 3:36 PM, Andrew Thompson wrote:
> Author: thompsa
> Date: Fri Feb 13 23:36:08 2009
> New Revision: 188603
> URL: http://svn.freebsd.org/changeset/base/188603
>
> Log:
> Since r188030 the error value for attach is returned, this means if kbdmux
> fails to attach (possibly
Author: emax
Date: Mon Feb 16 20:04:57 2009
New Revision: 188696
URL: http://svn.freebsd.org/changeset/base/188696
Log:
MFC r188603
Since r188030 the error value for attach is returned, this means if kbdmux
fails to attach (possibly due to disable hints) then we get called back for
unlo
Author: emax
Date: Thu Mar 5 17:54:28 2009
New Revision: 189413
URL: http://svn.freebsd.org/changeset/base/189413
Log:
MFC r183057
Add missing prototypes for uuid_enc,dec_le,be() functions.
Pointy hat goes to me.
Modified:
stable/7/include/ (props changed)
stable/7/include/uuid.h
Author: emax
Date: Thu Mar 5 18:03:46 2009
New Revision: 189414
URL: http://svn.freebsd.org/changeset/base/189414
Log:
MFC r187938
Add btpand(8) daemon from NetBSD. This daemon provides support for
Bluetooth Network Access Point (NAP), Group Ad-hoc Network (GN) and
Personal Area Network U
Author: emax
Date: Fri Mar 6 01:27:51 2009
New Revision: 189425
URL: http://svn.freebsd.org/changeset/base/189425
Log:
MFC r188132
Allow unprivileged users to run l2ping(8).
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath
Author: emax
Date: Fri Mar 6 01:34:30 2009
New Revision: 189426
URL: http://svn.freebsd.org/changeset/base/189426
Log:
MFC r188130
Clenup code a bit and do not call fork(2) before dameon(3) where not needed.
Modified:
stable/7/usr.bin/bluetooth/rfcomm_sppd/ (props changed)
stable/7/
(r189462)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2003 Maksim Yevmenkin
+.\" Copyright (c) 2003-2009 Maksim Yevmenkin
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
.\" $Id: bluetooth.3,v 1
Author: emax
Date: Mon Aug 2 22:26:08 2010
New Revision: 210783
URL: http://svn.freebsd.org/changeset/base/210783
Log:
Fix typo
PR: kern/140590
MFC after:3 days
Modified:
head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Modified: head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds
Author: emax
Date: Fri Aug 6 20:18:27 2010
New Revision: 210960
URL: http://svn.freebsd.org/changeset/base/210960
Log:
MFC r210783. Fix typo
PR: kern/140590
Modified:
stable/8/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Directory Properties:
stable/8/sys/ (props changed)
Author: emax
Date: Mon Aug 23 17:48:50 2010
New Revision: 211713
URL: http://svn.freebsd.org/changeset/base/211713
Log:
MFC r210783 as requested by Helge Oldach on freebsd-bluetooth@
Fix typo
PR: kern/140590
Modified:
stable/7/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Directory
Author: emax
Date: Tue Sep 7 16:36:03 2010
New Revision: 212296
URL: http://svn.freebsd.org/changeset/base/212296
Log:
Do not request SDP attributes using ranges.
Apparently some devices do not like it.
MFC after:1 week
Tested by:Buganini < buganini at gmail dot com >
Modified
Author: emax
Date: Wed Sep 8 19:50:47 2010
New Revision: 212332
URL: http://svn.freebsd.org/changeset/base/212332
Log:
Add custom kernel configuration and device tree source files for
Seagate FreeAgent DockStar(tm) device. It seems to be a dumb down
version of Marvell SheevaPlug. Device tre
1 - 100 of 137 matches
Mail list logo