summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-252-5/+0
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* PR: kern/2327hm2000-03-312-2/+52
* pcvt cleanup.hm2000-03-282-6/+3
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-2610-3001/+407
* - Properly keep track of I/O port resources.yokota2000-03-191-0/+2
* 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-3010-309/+470
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* - 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
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-1/+1
* Keyboard allocation/deallocation fix.yokota1999-06-292-33/+69
* 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
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-1/+1
* Suser() simplification:phk1999-04-272-3/+3
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-204-109/+23
* Staticize.eivind1999-04-111-1/+1
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+1
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
* Fix various breakage after the recent keyboard driver change.yokota1999-01-142-14/+15
* The first stage of console driver reorganization: activate newyokota1999-01-113-275/+203
* 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-0110-0/+17319
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-2710-17319/+0
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-0/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-6/+7
* Correct handling of ASCII DEL (0x7F).jkoshy1998-08-191-4/+6
* Correct glyph displayed by PCVT in ISO Latin-1 mode.jkoshy1998-08-191-1/+1
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-1/+1
* Check for missing keyboard.jkh1998-07-031-0/+26
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Correct sleep priority.dyson1998-06-021-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
OpenPOWER on IntegriCloud