content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/splash/splash.c
AgeCommit message (Expand)Author
2016-04-25Do not panic if the splash screen is bigger than the framebufferkhorben
2012-06-02Nat Sloss in PR kern/46516: advance fb pointer by stride, not logicalmartin
2011-02-08%zu for size_t, not %zdjmcneill
2011-02-07%d -> %zd for size_t printf formatjmcneill
2011-02-06- add support for using compressed images as splash imagesjmcneill
2010-02-22Restore splashscreen support with genfb.ahoka
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-10-29Inline UPDATE_INTERVAL macro, it's only used once. Per mrg@'s notefreza
2006-10-28Use curcpu() instead of referencing &cpu_info_primary (which is onlyfreza
2006-02-18Import splash screen support.jmcneill