summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.phk2006-05-171-827/+0
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().phk2004-06-041-8/+11
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-8/+1
* Device megapatch 4/6:phk2004-02-211-2/+2
* Device megapatch 3/6:phk2004-02-211-4/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-0/+1
* Initialize cn_name, ignore cn_dev.phk2003-09-261-1/+1
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+11
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* KSE Milestone 2julian2001-09-121-6/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-101-5/+0
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-161-144/+127
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-261-871/+124
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+2
* Implement scrollback for pcvt based on code submitted byhm1999-12-301-30/+9
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-26/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-12/+6
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+0
* Keyboard allocation/deallocation fix.yokota1999-06-291-32/+68
* The second phase of syscons reorganization.yokota1999-06-221-1/+8
* Simplify cdevsw registration.phk1999-05-311-5/+1
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Suser() simplification:phk1999-04-271-2/+2
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-201-101/+15
* Staticize.eivind1999-04-111-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+1
* Fix various breakage after the recent keyboard driver change.yokota1999-01-141-12/+12
* The first stage of console driver reorganization: activate newyokota1999-01-111-51/+111
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-5/+13
* Part 3 of the pcvt/voxware revival.peter1999-01-011-0/+1641
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-271-1641/+0
OpenPOWER on IntegriCloud