summaryrefslogtreecommitdiff
path: root/sys/dev/cons.c
AgeCommit message (Expand)Author
2015-05-29for some reason the previous commit causes ARCS firmware on sgimips64 tomacallan
2015-03-05Fix strange kernel output sequence "\n\r" observed in serialnakayama
2015-02-23Fall back to nullcons if configured.mlelstv
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-12-22raise spl to IPL_HIGH when calling cngetc. Make sure to callmatt
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-06-24Clean up vnode lock operations pass 2:hannken
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-04-28White space police.martin
2005-02-27nuke trailing whitespaceperry
2004-05-16"panicking" needs a k.wiz
2003-10-18Revert previous change as it breaks the build on a number of ports.cdi
2003-10-17Introduce null console. This pseudo device acts as a normal console with thecdi
2003-10-03Make 'minor(dev) == 1' a device that isn't affected by TIOCCONS.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-02As in PR kern/10999 from Matthew Orgass, make the panic message moresoren
2001-11-13add RCSIDslukem
2001-06-04Use back the 'u'&037 form - since it's CTRL-u, it's more readable that wayjdolecek
2001-06-03cngetsn(): cosmetic only - use '\025' instead 'u'&037, and '\b' instead '\007'jdolecek
2001-06-03fix commentlukem
2000-06-12check for when cnopen() will call itself recursively, and panic instead of lo...mrg
2000-05-08move static function getstr() to cons.c, make it publically availableitojun
2000-03-30Remove register declarations.augustss
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
1999-08-04Catch a console configuration error. Instead of jumping through cdevsw indexedleo
1996-09-07Implement poll(2).mycroft
1996-09-02tty stop functions really should return void, not int, and certainly not both.mycroft
1996-04-08fixes for -Wall -Wmissing-prototypes:jonathan
1996-02-04cnputc returns voidchristos
1995-11-25fix definition of nullcnpollc, and add a prototype for it.cgd
1995-04-11Remove duplicate definition of `constty'.pk
1995-04-11Split cninit from cons so ports that can't use it don't have to include it.mellon