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: Thu Nov 5 16:08:38 2015
New Revision: 290395
URL: https://svnweb.freebsd.org/changeset/base/290395
Log:
MFC r289637
check boundaries while parsing SDP responses
Reported by: hps
Reviewed by: hps
Modified:
stable/10/usr.sbin/bluetooth/sdpcontrol/search.c
Direc
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: Wed Jan 7 20:01:15 2015
New Revision: 276791
URL: https://svnweb.freebsd.org/changeset/base/276791
Log:
MFC r275709
handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)
PR: 187470
Submitted by: naito.yuichiro
Modified:
stable/10/usr.sbin/blu
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 Nov 6 16:32:00 2014
New Revision: 274182
URL: https://svnweb.freebsd.org/changeset/base/274182
Log:
MFC r273548
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.reh
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: 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: 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
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
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 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/
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 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
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
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: 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: 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 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 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 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
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:
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: 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
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
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
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:
-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 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
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 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: 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 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 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: 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 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
On Mon, Mar 1, 2010 at 10:46 AM, John Baldwin wrote:
> On Thursday 25 February 2010 1:02:52 pm Maksim Yevmenkin wrote:
>> Author: emax
>> Date: Thu Feb 25 18:02:52 2010
>> New Revision: 204325
>> URL: http://svn.freebsd.org/changeset/base/204325
>>
>> Log:
Author: emax
Date: Mon Mar 1 18:58:18 2010
New Revision: 204526
URL: http://svn.freebsd.org/changeset/base/204526
Log:
Use start/stop instead of quietstart/quietstop. Pointy hat goes to me.
Pointed out by: jhb
Modified:
stable/7/etc/rc.d/ipfw
Modified: stable/7/etc/rc.d/ipfw
Author: emax
Date: Thu Feb 25 18:02:52 2010
New Revision: 204325
URL: http://svn.freebsd.org/changeset/base/204325
Log:
MFC: r203676
Introduce new rc.conf variable firewall_coscripts. It can be used to
specify list of executables and/or rc scripts that should be executed
after firewall
Author: emax
Date: Tue Feb 16 19:00:47 2010
New Revision: 203962
URL: http://svn.freebsd.org/changeset/base/203962
Log:
MFC: r203676
Introduce new rc.conf variable firewall_coscripts. It can be used to
specify list of executables and/or rc scripts that should be executed
after firewall
Author: emax
Date: Mon Feb 8 18:51:24 2010
New Revision: 203676
URL: http://svn.freebsd.org/changeset/base/203676
Log:
Introduce new rc.conf variable firewall_coscripts. It can be used to
specify list of executables and/or rc scripts that should be executed
after firewall starts/stops.
Author: emax
Date: Tue Jan 26 00:38:56 2010
New Revision: 202995
URL: http://svn.freebsd.org/changeset/base/202995
Log:
MFC SVN rev 198492
Fix typo in bluetooth.3
Do not use reserved C++ keyword "new"
Modified:
stable/8/lib/libbluetooth/bluetooth.3
stable/8/lib/libbluetooth/bluetooth
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
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: Fri May 29 20:25:03 2009
New Revision: 193061
URL: http://svn.freebsd.org/changeset/base/193061
Log:
MFC r192113
Avoid floating point arithmetic while calculating iquiry length.
Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net >
Modified:
stable/7/lib
Author: emax
Date: Fri May 29 20:22:56 2009
New Revision: 193060
URL: http://svn.freebsd.org/changeset/base/193060
Log:
MFC r192308
Teach btpand(8) to recognized Bluetooth device node names.
Tested by:Daniel O'Connor
Modified:
stable/7/usr.sbin/bluetooth/btpand/ (props change
Author: emax
Date: Mon May 18 16:00:18 2009
New Revision: 192308
URL: http://svn.freebsd.org/changeset/base/192308
Log:
Teach btpand(8) to recognized Bluetooth device node names.
Tested by:Daniel O'Connor
MFC after:3 days
Modified:
head/usr.sbin/bluetooth/btpand/btpand.c
Modi
Author: emax
Date: Thu May 14 17:10:19 2009
New Revision: 192113
URL: http://svn.freebsd.org/changeset/base/192113
Log:
Avoid floating point arithmetic while calculating iquiry length.
Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net >
MFC after:1 week
Modified:
head/l
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 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/
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 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
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
===
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: 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
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: 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 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 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: 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: 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: 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: 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: 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 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
1 - 100 of 137 matches
Mail list logo