<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/syscons/scmouse.c, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-03-20T08:47:53Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>urn:sha1:7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Use config's conditional compilation rather than using #ifdefs that make</title>
<updated>2000-01-29T15:08:56Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T15:08:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f8e58794866a5a4439a329fdfbf1203064f4952'/>
<id>urn:sha1:8f8e58794866a5a4439a329fdfbf1203064f4952</id>
<content type='text'>
modular compilation harder.  I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
</content>
</entry>
<entry>
<title>Fix a bug exposed by the previous commit. Do not use scp-&gt;font_size,</title>
<updated>2000-01-24T13:44:39Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-24T13:44:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c0931ff87488e54ebdf687d14519d4cb6781b6d'/>
<id>urn:sha1:3c0931ff87488e54ebdf687d14519d4cb6781b6d</id>
<content type='text'>
if the screen is in a graphics mode

Reported by: Maxim Sobolev &lt;sobomax@altavista.net&gt;
</content>
</entry>
<entry>
<title>Fix wrong usage of FONT_NONE.  It was not meant to be set in</title>
<updated>2000-01-20T13:21:47Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-20T13:21:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=acdf858c9b85df29f3deb661cedf06e68c6ea1bd'/>
<id>urn:sha1:acdf858c9b85df29f3deb661cedf06e68c6ea1bd</id>
<content type='text'>
scp-&gt;font_size in the first place.  It is redundant now and is
removed.

Found by: bde
</content>
</entry>
<entry>
<title>This is the 3rd stage of syscons code reorganization.</title>
<updated>2000-01-15T15:25:43Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-15T15:25:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4'/>
<id>urn:sha1:2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4</id>
<content type='text'>
- Split terminal emulation code from the main part of the driver so
that we can have alternative terminal emulator modules if we like in
the future.  (We are not quite there yet, though.)

- Put sysmouse related code in a separate file, thus, simplifying the
main part of the driver.

As some files are added to the source tree, you need to run config(8)
before you compile a new kernel next time.

You shouldn't see any functional change by this commit; this is only
internal code reorganization.
</content>
</entry>
<entry>
<title>Make the mouse cursor char code configurable via the CONS_MOUSECTL</title>
<updated>2000-01-12T12:30:33Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-12T12:30:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2f29c6e438443c3f3def83dbb72effb94f16d94'/>
<id>urn:sha1:e2f29c6e438443c3f3def83dbb72effb94f16d94</id>
<content type='text'>
ioctl.

By popular demand.
</content>
</entry>
<entry>
<title>Fix mouse cursor logic which I broke in 1.1 ;-&lt;</title>
<updated>1999-12-06T03:22:16Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-12-06T03:22:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=daa6e0a9a5f81af08a3ad493ef5a933aaa35c0b2'/>
<id>urn:sha1:daa6e0a9a5f81af08a3ad493ef5a933aaa35c0b2</id>
<content type='text'>
Reported by: Christian Weisgerber &lt;naddy@unix-ag.uni-kl.de&gt;
</content>
</entry>
<entry>
<title>Correctly record the mouse position in the current VTY.</title>
<updated>1999-11-09T12:35:36Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-11-09T12:35:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc5c7f76deb8c9ac22ed7ea2ac6d8a404aa7e7ff'/>
<id>urn:sha1:cc5c7f76deb8c9ac22ed7ea2ac6d8a404aa7e7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.</title>
<updated>1999-11-08T10:04:29Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1999-11-08T10:04:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51ebcb230eb00b4465e7b69ed7b05a80a772fae3'/>
<id>urn:sha1:51ebcb230eb00b4465e7b69ed7b05a80a772fae3</id>
<content type='text'>
  The new option will make the right mouse button the `paste' button.
  Useful for two button mice.

Submitted by: morganw@engr.sc.edu (Wes Morgan)
</content>
</entry>
<entry>
<title>Change isspace() macro name to avoid conflict.</title>
<updated>1999-11-02T22:42:56Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-11-02T22:42:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ea6270424c406c1b63d5a8de18b4d93bc5b4a8d'/>
<id>urn:sha1:2ea6270424c406c1b63d5a8de18b4d93bc5b4a8d</id>
<content type='text'>
</content>
</entry>
</feed>
