sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
17 years and change after I wrote warp_saver, here's a simple plasma effect(currently only three circular patterns) which requires quite a bit offixed-point arithmetic, including sqrt() and cos().
17 years and change after I wrote warp_saver, here's a simple plasma effect(currently only three circular patterns) which requires quite a bit offixed-point arithmetic, including sqrt() and cos(). Happy New Year!
show more ...
MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is thesource code location of the machine, the latter the binary output. Ingeneral, we want to use MACHINE_CPUARCH instead
MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is thesource code location of the machine, the latter the binary output. Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe're tesitng for a specific target. The isn't even moot fori386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...
Correct beastie_saver module name.
Reconnect the old Beastie logo_saver to build as beastie_saver.
Copy logo_saver module to beastie_saver.
Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64now that they work with creator(4) and machfb(4).Reviewed by: ru (style)Approved by: re (scottl)
Normalize SUBDIR.
Don't override CWARNFLAGS in these Makefiles.
Don't override CWARNFLAGS in this Makefile.
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
Add new graphical screen saver (dragon_saver).Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
It's OK to be pedantic, but long long literals are OK.
Drop <bsd.man.mk> support from <bsd.kmod.mk>.Not objected to by: -current
Build modules from the main src/sys tree.Tidy up some loose ends.. there were extra -I's being added to CFLAGS forno reason.
Fixed warnings.
Added necessary include for pc98.
Added PC-98 apm support.Submitted by: MURAMATSU Atsushi <[email protected]>
select() DKI is now in <sys/selinfo.h>.
Use a consistent style and one much closer to the rest of /usr/src
Don't needlessly indirect the APM softstate. It does nothing butobfuscate the code.
Remove unneeded header.
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofencoding the relative path.
Added PC-98 supports.Obtained from: FreeBSD(98) 4.0R-Rev01
All the screen savers other than "apm" build on the Alpha. daemon.ko hasbeen tested to work.
1234