summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Don't access "time" directly.phk1998-03-291-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+2
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+3
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-181-0/+3
* Update for changes in the callout interface.gibbs1997-09-212-14/+25
* Fix the broken VT_WAITACTIVE ioctl for the case where the third argjoerg1997-09-141-15/+3
* Update select -> poll in drivers.peter1997-09-141-1/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsbde1997-07-201-2/+2
* #include <machine/stdarg.h> in the one place in pcvt that it is usedbde1997-07-202-6/+6
OpenPOWER on IntegriCloud