<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sys/dev/cons.h, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/cons.h?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/cons.h?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2016-05-17T23:43:47Z</updated>
<entry>
<title>Allow sendsyslog(2) with LOG_CONS even when /dev/console has not</title>
<updated>2016-05-17T23:43:47Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2016-05-17T23:43:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=89e8e827065076b9ace9986dff9a83cb40ca1418'/>
<id>urn:sha1:89e8e827065076b9ace9986dff9a83cb40ca1418</id>
<content type='text'>
been opened during init(8).  Only log with cnwrite() if cn_devvp
exists, otherwise use cnputc() as fallback.  While there move extern
declarations to dev/cons.h.
input and OK deraadt@
</content>
</entry>
<entry>
<title>Get rid of cnset().  It is only used on amd64/i386 and doesn't really do</title>
<updated>2013-09-29T12:56:31Z</updated>
<author>
<name>kettenis</name>
<email>kettenis@openbsd.org</email>
</author>
<published>2013-09-29T12:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9159c36eabb05309442efa36037c76da4562045e'/>
<id>urn:sha1:9159c36eabb05309442efa36037c76da4562045e</id>
<content type='text'>
anything useful there.  Switching from glass console to serial console is
already done by cninit(), and the reinitializaton of cn_tab by cnset()
breaks the conseleness checks in the wsdisplay code.

Tested on various amd64/i386 systems with both glass and serial console.

ok mpi@
</content>
</entry>
<entry>
<title>Cleanup cn_pri. Change constants to more meaningful names, rather than</title>
<updated>2008-01-23T16:37:55Z</updated>
<author>
<name>jsing</name>
<email>jsing@openbsd.org</email>
</author>
<published>2008-01-23T16:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=713cf26678d1daf1bfade2209928a859d0bad373'/>
<id>urn:sha1:713cf26678d1daf1bfade2209928a859d0bad373</id>
<content type='text'>
the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI,
CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI.

ok miod@
</content>
</entry>
<entry>
<title>Let cons_init() and cons_init_bell() initialize the whole consdev structure,</title>
<updated>2006-01-01T11:59:37Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2006-01-01T11:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5916dde4652fde43b13a4ce41236aa682f756f60'/>
<id>urn:sha1:5916dde4652fde43b13a4ce41236aa682f756f60</id>
<content type='text'>
thus removing the need for drivers to initialize cn_pri to CN_DEAD when
hardware probe fails.
</content>
</entry>
<entry>
<title>Introduce another console device priority level, CN_FORCED, which wins over</title>
<updated>2005-12-30T18:08:12Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2005-12-30T18:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ae52509ee3316caaea25278ce2ece99d783a1a67'/>
<id>urn:sha1:ae52509ee3316caaea25278ce2ece99d783a1a67</id>
<content type='text'>
CN_REMOTE.
</content>
</entry>
<entry>
<title>Replace select backends with poll backends.  selscan() and pollscan()</title>
<updated>2003-09-23T16:51:11Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2003-09-23T16:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=154dfaaa7e8e47825c6990a73b3eba25e82ebbb9'/>
<id>urn:sha1:154dfaaa7e8e47825c6990a73b3eba25e82ebbb9</id>
<content type='text'>
now call the poll backend.  With this change we implement greater
poll(2) functionality instead of emulating it via the select backend.
Adapted from NetBSD and including some changes from FreeBSD.
Tested by many, deraadt@ OK
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T23:27:43Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2003-06-02T23:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=29295d1c5caf158d3a732746704292e9a80a32d2'/>
<id>urn:sha1:29295d1c5caf158d3a732746704292e9a80a32d2</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>Cosmetic changes only, primarily making comments line up nicely after the</title>
<updated>2002-03-15T01:20:03Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2002-03-15T01:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=00caae4baf9e792d7b51ca1a041f452d045868fc'/>
<id>urn:sha1:00caae4baf9e792d7b51ca1a041f452d045868fc</id>
<content type='text'>
__P removal.
</content>
</entry>
<entry>
<title>Fix ugliness caused by __P removing regexp</title>
<updated>2002-03-14T04:01:23Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2002-03-14T04:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=8deb8f7115dbeb63140aa60a53c80aaa9f6bac85'/>
<id>urn:sha1:8deb8f7115dbeb63140aa60a53c80aaa9f6bac85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First round of __P removal in sys</title>
<updated>2002-03-14T01:26:25Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2002-03-14T01:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c4071fd13883b3f74b90a411bbb39755a785aeaa'/>
<id>urn:sha1:c4071fd13883b3f74b90a411bbb39755a785aeaa</id>
<content type='text'>
</content>
</entry>
</feed>
