<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/zs, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-09T09:17:26Z</updated>
<entry>
<title>- Implement selwakeuppri() which allows raising the priority of a</title>
<updated>2003-11-09T09:17:26Z</updated>
<author>
<name>Seigo Tanimura</name>
<email>tanimura@FreeBSD.org</email>
</author>
<published>2003-11-09T09:17:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=512824f8f7748f7bb54ef900bc8e68a95a3d0f4d'/>
<id>urn:sha1:512824f8f7748f7bb54ef900bc8e68a95a3d0f4d</id>
<content type='text'>
  thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
</content>
</entry>
<entry>
<title>OK, I messed up /dev/console with what I had hoped would be compat</title>
<updated>2003-09-26T19:35:50Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-09-26T19:35:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f99f14bf17021daa4b7abc71b1e12c82da27db6'/>
<id>urn:sha1:3f99f14bf17021daa4b7abc71b1e12c82da27db6</id>
<content type='text'>
code.  Convert remaining console drivers and hope for the best.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>s=include &lt;ofw/=include &lt;dev/ofw/= to reflect removal of -I$S/dev</title>
<updated>2003-08-23T00:11:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-23T00:11:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d11ce04c673f5f2a6466bb3c49ff79ae6234451'/>
<id>urn:sha1:3d11ce04c673f5f2a6466bb3c49ff79ae6234451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a signedness problem in zstty_cncheckc(): when no character is ready,</title>
<updated>2003-07-05T01:31:30Z</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2003-07-05T01:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ff9e59f711d33bc8207dc7f64dc0dcc0feb171e'/>
<id>urn:sha1:5ff9e59f711d33bc8207dc7f64dc0dcc0feb171e</id>
<content type='text'>
-1 should be returned, but it was assigned to an uint8_t (which is
extended to an int to form the return value), causing 255 to be returned
instead.
</content>
</entry>
<entry>
<title>Note that MAJOR_AUTO is now the default if d_maj is not initialized.  This</title>
<updated>2003-03-09T11:03:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-09T11:03:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d42ee4e410658ce8c760c726668d8050d3ff0720'/>
<id>urn:sha1:d42ee4e410658ce8c760c726668d8050d3ff0720</id>
<content type='text'>
is more robust and prevents the hijacking of /dev/console for the typical
mistake.

Remove unneeded MAJOR_AUTO uses, it is only needed explicitly now if the
driver source has cross-branch compatibility to old releases.
</content>
</entry>
<entry>
<title>Make nokqfilter() return the correct return value.</title>
<updated>2003-03-03T16:24:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-03T16:24:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=182a9f7455d4eb8aaacca87f0c9384376653d0fb'/>
<id>urn:sha1:182a9f7455d4eb8aaacca87f0c9384376653d0fb</id>
<content type='text'>
Ditch the D_KQFILTER flag which was used to prevent calling NULL pointers.
</content>
</entry>
<entry>
<title>Gigacommit to improve device-driver source compatibility between</title>
<updated>2003-03-03T12:15:54Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-03T12:15:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ac40f5f59dea6e9ab4869e974bdd4026274e921'/>
<id>urn:sha1:7ac40f5f59dea6e9ab4869e974bdd4026274e921</id>
<content type='text'>
branches:

Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.

This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.

Approved by:    re(scottl)
</content>
</entry>
<entry>
<title>Use MAJOR_AUTO.  GC statically assigned majors.</title>
<updated>2003-02-28T04:21:13Z</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2003-02-28T04:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fb37429dfb4ecc33ef852728c18032fdf0b5507'/>
<id>urn:sha1:3fb37429dfb4ecc33ef852728c18032fdf0b5507</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the console interface to pass a "struct consdev *" instead of a</title>
<updated>2003-02-20T20:54:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-02-20T20:54:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=263444cfbfe839364122db12047d90ffbde001f0'/>
<id>urn:sha1:263444cfbfe839364122db12047d90ffbde001f0</id>
<content type='text'>
dev_t to the method functions.

The dev_t can still be found at struct consdev *-&gt;cn_dev.

Add a void *cn_arg element to struct consdev which the drivers can use
for retrieving their softc.
</content>
</entry>
</feed>
