summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvtb.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2005-05-21Remove superfluous braces and add #ifndef __sparc64__ around theMarius Strobl
2003-08-24Use __FBSDID().David E. O'Brien
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-08-21Don't use "NULL" when "0" is really meant.Archie Cobbs
2001-06-29Don't free buffers we didn't allocate.Kazutaka YOKOTA
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-08-28* Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson
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
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-24Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionKazutaka YOKOTA
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA