summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/schistory.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-01syscons: whack __mips__ leftoversMateusz Guzik
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-08-25Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko
2012-08-25Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson
2012-01-15Convert files to UTF-8Ulrich Spörlein
2010-11-09Fix typos.Rebecca Cran
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.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
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-19de-count schistory.c. The handling of NSC was rather bogus here and wasPeter Wemm
2001-09-12KSE Milestone 2Julian Elischer
2001-05-27Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-06-10Argh. This is what I get for trying to do too many things at once.Peter Wemm
2000-06-10Unused include: #include "sc.h"Peter Wemm
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-12-10Fix memory leak.Kazutaka YOKOTA
1999-09-19- Hang the scr_stat struct from dev_t.Kazutaka YOKOTA
1999-09-19- Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-07- Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA