Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder (in the associated license block).S
Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder (in the associated license block).Sponsored by: The FreeBSD Foundation(cherry picked from commit 9feff969a01044c3083b552f06f7eb6416bc0524)
show more ...
Update Conrad Meyer's emailcem is now a committerApproved by: cem
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.
vt: Draw logos per CPU coreThis feature is inspired by another Unix-alike OS commonly found onairplane headrests.A number of beasties[0] are drawn at top of framebuffer during boot,based on the
vt: Draw logos per CPU coreThis feature is inspired by another Unix-alike OS commonly found onairplane headrests.A number of beasties[0] are drawn at top of framebuffer during boot,based on the number of active SMP CPUs[1]. Console buffer outputcontinues to scroll in the screen area below beastie(s)[2].After some time[3] has passed, the beasties are erased leaving theentire terminal for use.Includes two 80x80 vga16 beastie graphics and an 80x80 vga16 orbgraphic. (The graphics are RLE compressed to save some space -- 3x 3200bytes uncompressed, or 4208 compressed.)[0]: The user may select the style of beastie with kern.vt.splash_cpu_style=(0|1|2)[1]: Or the number may be overridden with tunable kern.vt.splash_ncpu.[2]: https://www.youtube.com/watch?v=UP2jizfr3_o[3]: Configurable with kern.vt.splash_cpu_duration (seconds, def. 10).Differential Revision: https://reviews.freebsd.org/D2181Reviewed by: dumbbell, emasteApproved by: markj (mentor)MFC after: 2 weeks
Remove stray whitespaces.
Merge VT(9) project (a.k.a. newcons).Reviewed by: nwhitehornMFC_to_10_after: re approvalSponsored by: The FreeBSD Foundation