aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe/cfe_console.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use callout_*() rather than timeout()/untimeout().John Baldwin2014-05-301-8/+6
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+14
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-19/+3
* Create the "cfecons" tty directly using tty_makedev(). It is not clear whatNeel Natu2010-01-261-11/+11
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Remove an unused variable to make the SENTRY5 mips kernel compileBjoern A. Zeeb2008-12-271-1/+0
* Remove unused consdev structure fields.Ed Schouten2008-10-271-2/+1
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theWarner Losh2008-09-281-3/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theWarner Losh2008-09-261-115/+51
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousWarner Losh2008-09-261-1/+1
* Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh2008-09-261-0/+298