summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect dragonfly and legacy FreeBSD system support from dcons(4).will2015-01-211-3/+1
* Include stand.h for loader.simokawa2007-05-251-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* - Split dcons core code and OS dependent code.simokawa2004-10-131-642/+71
* Invalidate dcons buffer on shutdown.simokawa2004-09-261-0/+1
* Sync with DragonFly BSD.simokawa2004-09-241-17/+93
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+3
* Re-enable debugger port.simokawa2004-07-131-3/+124
* Update for the KDB framework:marcel2004-07-101-49/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-25/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-3/+1
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Clean up global data.simokawa2004-02-161-28/+31
* Add dumb console driver and related bits.simokawa2003-10-241-0/+648
OpenPOWER on IntegriCloud