summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scterm-dumb.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-01syscons: whack __mips__ leftoversMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-02-26Attempt to fix build breakage in r344458.Bruce Evans
2019-02-21Fix the dumb and sc terminal emulators to compile and work.Bruce Evans
2019-02-21Restore syscons' terminal emulators. The trivial fixes to make them compileBruce Evans
2009-01-01Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten
2005-12-04Fix -Wundef.Ruslan Ermilov
2004-01-21__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-24Add sparc64 ifdefs.Jake Burkholder
2000-04-29Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA