| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
|
| |
APM BIOS support is about to be removed. Remove the apm screen saver
and its module. They are about to be irrelevant.
Notes:
svn path=/head/; revision=366545
|
| |
|
|
|
|
|
|
|
| |
Remove all sparc64 specific files
Remove all sparc64 ifdefs
Removee indireeect sparc64 ifdefs
Notes:
svn path=/head/; revision=357455
|
| |
|
|
|
|
|
|
| |
(currently only three circular patterns) which requires quite a bit of
fixed-point arithmetic, including sqrt() and cos(). Happy New Year!
Notes:
svn path=/head/; revision=293034
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target. The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...
Notes:
svn path=/head/; revision=211690
|
| |
|
|
| |
Notes:
svn path=/head/; revision=206366
|
| |
|
|
|
|
|
|
|
|
| |
now that they work with creator(4) and machfb(4).
Reviewed by: ru (style)
Approved by: re (scottl)
Notes:
svn path=/head/; revision=147882
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124711
|
| |
|
|
|
|
|
| |
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
Notes:
svn path=/head/; revision=93011
|
| |
|
|
|
|
|
| |
been tested to work.
Notes:
svn path=/head/; revision=60062
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apm_saver uses the apm_display() routine from the apm system to
"suspend" the "display" part of the machine.
This is beneficial for some laptops (or other machines with
non-traditional displays) that choke on the 'green' saver's
effect.
Another way of looking at this is that it's the same as a screen
saver that does an 'apm -d 0' to blank the display and an 'apm -d 1'
to bring it back. One probably ought to use these commands to make
sure the effect will be correct before using it unattended.
Notes:
svn path=/head/; revision=51851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51101
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
| |
Submitted by: Brad Forschinger <retch@flag.blackened.net>
Notes:
svn path=/head/; revision=46407
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42206
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42121
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42109
|
| |
|
|
|
|
|
|
|
|
|
| |
eye-catching :-)
Submitted by: ssigala@globalnet.it
Also fixed some `extern' declarations in saver.h.
Notes:
svn path=/head/; revision=25967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22982
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
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 & syscons.h for use with the saver-lkm's.
Temporarily removed -s option from vidcontrol, savers should now
be loaded with modload.
Notes:
svn path=/head/; revision=6628
|