<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sys/dev/isa/aps.c, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/isa/aps.c?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/isa/aps.c?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2017-03-02T10:38:09Z</updated>
<entry>
<title>Add a new sysctl machdep.lidaction. The sysctl works as follows:</title>
<updated>2017-03-02T10:38:09Z</updated>
<author>
<name>natano</name>
<email>natano@openbsd.org</email>
</author>
<published>2017-03-02T10:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2d357aeded0106833319c29a54d2bb4b14c40d90'/>
<id>urn:sha1:2d357aeded0106833319c29a54d2bb4b14c40d90</id>
<content type='text'>
machdep.lidaction=0	# do nothing
machdep.lidaction=1	# suspend
machdep.lidaction=2	# hibernate

lidsuspend is just an alias for lidaction, so if you change one, the
other one will have the same value. The plan is to remove
machdep.lidsuspend eventually when people have upgraded their
/ets/sysctl.conf.

discussed with deraadt, who came up with the new MIB name
no objections mlarkin
ok stsp halex jcs
</content>
</entry>
<entry>
<title>Remove some includes include-what-you-use claims don't</title>
<updated>2015-03-14T03:38:46Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2015-03-14T03:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=21dab745d772244ad59a415114e48be2888cfbc8'/>
<id>urn:sha1:21dab745d772244ad59a415114e48be2888cfbc8</id>
<content type='text'>
have any direct symbols used.  Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@
</content>
</entry>
<entry>
<title>Hit this code with a big hammer.  It now works on the X201/T510 series</title>
<updated>2011-04-04T10:17:13Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2011-04-04T10:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=88eb07400481aca6a432af9e4b3219a013586263'/>
<id>urn:sha1:88eb07400481aca6a432af9e4b3219a013586263</id>
<content type='text'>
machines after warm boot or resume.  Some of the checks being made were
nonsense.  Also tested by claudio and guenther.
ok jsg
</content>
</entry>
<entry>
<title>remove debug code</title>
<updated>2011-01-05T07:37:09Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2011-01-05T07:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=633b34e42ce6c16df4d071997dbedd0ec8a2fabe'/>
<id>urn:sha1:633b34e42ce6c16df4d071997dbedd0ec8a2fabe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support machdep.lidsuspend support in apm(4) land, at least on thinkpads</title>
<updated>2011-01-04T23:08:55Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2011-01-04T23:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=037e02e3c83ee58845c2e42c84b909180e82db30'/>
<id>urn:sha1:037e02e3c83ee58845c2e42c84b909180e82db30</id>
<content type='text'>
which have aps(4).  You can now turn off the BIOS option for lid suspends,
and control it with sysctl.
</content>
</entry>
<entry>
<title>remove the powerhook code.  All architectures now use the ca_activate tree</title>
<updated>2010-09-07T16:21:35Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2010-09-07T16:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b07c7932b7553c750603267a7dfb3701c6b7051b'/>
<id>urn:sha1:b07c7932b7553c750603267a7dfb3701c6b7051b</id>
<content type='text'>
traversal code to suspend/resume
ok oga kettenis blambert
</content>
</entry>
<entry>
<title>Mutilate the powerhook function into an activate function, then create</title>
<updated>2010-08-27T16:45:46Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2010-08-27T16:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e612a1ba08f63b866ddcf8889cac1f3f9257cc0f'/>
<id>urn:sha1:e612a1ba08f63b866ddcf8889cac1f3f9257cc0f</id>
<content type='text'>
a stub powerhook function to call it.
</content>
</entry>
<entry>
<title>make sure the array of chars we pass aps_do_io() in aps_match() is</title>
<updated>2009-05-24T16:40:18Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2009-05-24T16:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0caa36ec79ea38e13358dc79eccd4d5cc0ccefee'/>
<id>urn:sha1:0caa36ec79ea38e13358dc79eccd4d5cc0ccefee</id>
<content type='text'>
unsigned, like all the other callers of aps_do_io in aps do.
</content>
</entry>
<entry>
<title>Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a</title>
<updated>2009-04-21T19:36:17Z</updated>
<author>
<name>mk</name>
<email>mk@openbsd.org</email>
</author>
<published>2009-04-21T19:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=325ff3581d781f60397f2069970c6152815e356f'/>
<id>urn:sha1:325ff3581d781f60397f2069970c6152815e356f</id>
<content type='text'>
calculation of ticks.  Saves 26 bytes.

ok oga `fine' deraadt
</content>
</entry>
<entry>
<title>Access the embedded controller according to the documentation referenced</title>
<updated>2008-06-27T06:08:43Z</updated>
<author>
<name>canacar</name>
<email>canacar@openbsd.org</email>
</author>
<published>2008-06-27T06:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c96de55035e510fa2f12221a1450e8c651f9e301'/>
<id>urn:sha1:c96de55035e510fa2f12221a1450e8c651f9e301</id>
<content type='text'>
from the hdaps linux driver, and update model detection. Now works on
newer thinkpad models. Suggestions from jsg@, tested by many.
</content>
</entry>
</feed>
