<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lkm/syscons/star/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>1998-12-27T19:38:15Z</updated>
<entry>
<title>Remove LKM's depricated by modules.</title>
<updated>1998-12-27T19:38:15Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1998-12-27T19:38:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c74cd3590f54e2f1c518dfa888267b1fee7772a2'/>
<id>urn:sha1:c74cd3590f54e2f1c518dfa888267b1fee7772a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't put a path to "sys" in ${CFLAGS} here.  bsd.kmod.mk now handles</title>
<updated>1998-02-01T17:59:59Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-01T17:59:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=609e0c94f2ea3e5e75ddf58a45ec23613265f2a6'/>
<id>urn:sha1:609e0c94f2ea3e5e75ddf58a45ec23613265f2a6</id>
<content type='text'>
this more generally.
</content>
</entry>
<entry>
<title>Incorporated lots of fixes and suggestions from Bruce and changes to</title>
<updated>1997-07-15T14:49:39Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>1997-07-15T14:49:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ce834215a70ff69e7e222827437116eee2f9ac6f'/>
<id>urn:sha1:ce834215a70ff69e7e222827437116eee2f9ac6f</id>
<content type='text'>
facilitate the new saver loading/unloading notification interface
in syscons.

daemon_saver:
- M_NOWAIT was wrong, since NULL returns are not handled.  Just use
  M_WAITOK.
- use `ostype' instead of hard-coded "FreeBSD". Now there is no more
  hard-coded string! (But, who will run this screen saver on other
  OS?!)
- put macros and data declarations in a consistent order.
- -DDEAMON_ONLY and -DSHOW_HOSTNAME options added in the previous commit
  are removed. Options of this kind can go stale and no one notices
  because no one uses them. DEAMON_ONLY is just removed. SHOW_HOSTNAME
  is made default.

snake_saver:
- use `ostype' and `osrelease' as in the daemon saver. The string changes
  slightly - there was a hyphen after "FreeBSD"; now there is a space.
  (It is consistent with uname -a, like the daemon server already is.)

all screen savers:
- Use the new add_scrn_saver()/remove_scrn_saver() in syscons.c
  to declare loading/unloading of a screen saver. Removed reference
  to `current_saver' and the variable `old_saver' as they are not
  necessary anymore.
- The blank, fade and green screen savers manipulate VGA registers.
  Module loading should fail for non-VGA cards.
- `scrn_blanked' is consistently treated as a number/counter rather
  than boolean.
- Some savers touch `scp-&gt;start' and `scp-&gt;end' to force entire screen
  update when stopping themselves. This is unnecessary now because
  syscons.c takes care of that.
- cleared up many unused or unnecessary #include statements.
- Removed -DLKM from Makefiles.

YOU NEED TO RECOMPILE BOTH SCREEN SAVERS AND KERNEL AS OF THIS CHANGE.
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ back to $Id$</title>
<updated>1997-02-22T12:49:29Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T12:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4a0f765fbf09711e612e86fce8bb09ec43f482d9'/>
<id>urn:sha1:4a0f765fbf09711e612e86fce8bb09ec43f482d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
<entry>
<title>delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD</title>
<updated>1996-10-06T22:17:16Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-10-06T22:17:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=353ef7f927252823d6fef90851fa0c431c8180c8'/>
<id>urn:sha1:353ef7f927252823d6fef90851fa0c431c8180c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Once and for all:  Never a ${DESTDIR} in ${BINDIR} !</title>
<updated>1995-02-23T19:45:30Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-02-23T19:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3acca2e108260c3cee9370b28f8f76b755447153'/>
<id>urn:sha1:3acca2e108260c3cee9370b28f8f76b755447153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Next syscons update (given up on numbering :)</title>
<updated>1995-02-22T13:48:07Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1995-02-22T13:48:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce'/>
<id>urn:sha1:17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce</id>
<content type='text'>
Removed screensavers from syscons, they are now LKM's. This makes it
possible to do some really "interesting" screensavers...
Fixed bug that sometimes caused garbage to appear when leaving
"scroll-lock" history.
Reformattet indentation, it got too deep for a normal 80 pos screen.
Split up in syscons.c &amp; syscons.h for use with the saver-lkm's.
Temporarily removed -s option from vidcontrol, savers should now
be loaded with modload.
</content>
</entry>
</feed>
