sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - error
sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
show more ...
Remove pc98 support completely.I thank all developers and contributors for pc98.Relnotes: yes
Replace explicit calls to video methods with their respective variantsimplemented with macros. This patch improves code readability. Reasoningbehind vidd_* is a sort of "video discipline".List of
Replace explicit calls to video methods with their respective variantsimplemented with macros. This patch improves code readability. Reasoningbehind vidd_* is a sort of "video discipline".List of macros is supposed to be complete--all methods of video_switchought to have their respective macros from now on.Functionally, this code should be no-op. My intention is to leave currentbehaviour of touched code as is.No objections: rwatsonSilence on: freebsd-current@Approved by: cognet
Use the clear function provided by the video adapter driver.Submitted by: [email protected] (Chiharu Shibata)
Add new graphical screen saver (dragon_saver).Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).