Author: emax
Date: Fri Aug 30 16:35:31 2019
New Revision: 351626
URL: https://svnweb.freebsd.org/changeset/base/351626
Log:
avoid holding PCB mutex during copyin/copyout()
Reported by: imp, mms dot vanbreukelingen at gmail dot com
Reviewed by: imp
Modified:
head/sys/netgraph/bluetoot
Reuschling born in Darmstadt,
Germany, 1981
09/12 William C. Fumerola II born in Detroit, Michigan,
United States, 1981
09/14 Matthew Seaman born in Bristol, United Kingdom,
1965
-09/16 Maksim Yevmenkin born in Taganrog, USSR, 1974
09/15 Aleksandr Rybalko born in Odessa, Ukraine, 1977
09/15
Benedict Christopher Reuschling born in Darmstadt,
Germany, 1981
09/12 William C. Fumerola II born in Detroit, Michigan,
United States, 1981
09/14 Matthew Seaman born in Bristol, United Kingdom,
1965
+09/16 Maksim Yevmenkin born in Taganrog, USSR, 1974
09/15 Aleksandr Rybalko born in
Author: emax
Date: Wed Mar 23 22:07:13 2016
New Revision: 297217
URL: https://svnweb.freebsd.org/changeset/base/297217
Log:
fix incorrect usage of hid_set_data() which causes crash
in bthidd(8) on amd64 WITH_SSP builds
Submitted by: rakuco
Reviewed by: rakuco
Tested by:rakuco
M
Author: emax
Date: Wed Dec 23 16:32:04 2015
New Revision: 292660
URL: https://svnweb.freebsd.org/changeset/base/292660
Log:
- grab ng_btsocket_l2cap_sockets_mtx lock in
ng_btsocket_l2cap_process_l2ca_enc_change()
before calling ng_btsocket_l2cap_pcb_by_cid();
- handle possible NULL
Author: emax
Date: Tue Oct 20 18:01:08 2015
New Revision: 289637
URL: https://svnweb.freebsd.org/changeset/base/289637
Log:
check boundaries while parsing SDP responses
Reported by: hps
Reviewed by: hps
MFC after:1 week
Modified:
head/usr.sbin/bluetooth/sdpcontrol/search.c
Mod
Author: emax
Date: Thu Dec 11 18:08:54 2014
New Revision: 275709
URL: https://svnweb.freebsd.org/changeset/base/275709
Log:
handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)
PR: 187470
Submitted by: naito.yuichiro
MFC after:1 week
Modified:
head/usr.sbin/bl
Author: emax
Date: Thu Oct 23 15:16:40 2014
New Revision: 273548
URL: https://svnweb.freebsd.org/changeset/base/273548
Log:
Change the code to use the openpty(3) API which uses the pts(4) driver
instead of the pty(4) driver.
PR: 184597
Submitted by: tobias.rehbein
MFC after:
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: 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
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: 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:
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
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 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
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 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.
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: 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
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
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:
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
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 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 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
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 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
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: 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
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 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/
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: 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
==
/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 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
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: 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: 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: 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
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
>&
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 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:/
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:
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
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
-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: 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 8 20:00:27 2010
New Revision: 212335
URL: http://svn.freebsd.org/changeset/base/212335
Log:
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 explicitly requested hi
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
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: 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
51 matches
Mail list logo