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