index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
pcvt
/
pcvt_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
have pcvt's non-console probe and attach routines called again in case
hm
2000-07-15
1
-1
/
+12
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
1
-5
/
+0
*
Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA
hm
2000-04-16
1
-144
/
+127
*
Substantially cleanup of the pcvt kernel part. This cleanup does
hm
2000-03-26
1
-871
/
+124
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-1
/
+2
*
Implement scrollback for pcvt based on code submitted by
hm
1999-12-30
1
-30
/
+9
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-4
/
+5
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-26
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-12
/
+6
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-20
/
+0
*
Keyboard allocation/deallocation fix.
yokota
1999-06-29
1
-32
/
+68
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-1
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+20
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Make pcvt compile and run again after find_display() is gone as part of
hm
1999-04-20
1
-101
/
+15
*
Staticize.
eivind
1999-04-11
1
-1
/
+1
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-1
/
+1
*
Fix various breakage after the recent keyboard driver change.
yokota
1999-01-14
1
-12
/
+12
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
1
-51
/
+111
*
Remove a hard-coded table of kernel console I/O functions exported
yokota
1999-01-07
1
-5
/
+13
*
Part 3 of the pcvt/voxware revival.
peter
1999-01-01
1
-0
/
+1641
*
Pre 3.0 branch cleanup casualty #4: pcvt
phk
1998-12-27
1
-1641
/
+0
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-1
/
+1
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-0
/
+2
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-6
/
+7
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-1
/
+1
*
Check for missing keyboard.
jkh
1998-07-03
1
-0
/
+26
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-2
/
+3
*
Update select -> poll in drivers.
peter
1997-09-14
1
-1
/
+1
*
#include <machine/stdarg.h> in the one place in pcvt that it is used
bde
1997-07-20
1
-0
/
+6
*
Removed a stray semicolon.
bde
1997-07-20
1
-1
/
+1
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
1
-2
/
+3
*
Use the same IOPL check as in syscons.
bde
1997-04-14
1
-6
/
+9
*
Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2
joerg
1997-03-07
1
-0
/
+8
*
Move pcvt towards using kbdio (finally!).
joerg
1997-03-06
1
-0
/
+47
*
Don't claim the console when the driver is disabled. The getc/putc
bde
1996-10-09
1
-1
/
+1
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-1
/
+1
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-1
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-57
/
+0
*
Fix two minor oddities introduced by my yesterday's patches:
joerg
1996-08-12
1
-4
/
+12
*
Fix many long-standing bugs and problems with pcvt, namely:
joerg
1996-08-10
1
-4
/
+19
*
Clean up -Wunused warnings. Also clean up a -Winline warning while here.
gpalmer
1996-06-12
1
-40
/
+41
*
Added DEVFS support to create ttyv* devices
scrappy
1996-03-28
1
-2
/
+19
*
Get rid of two and a half printf in the kernel.
phk
1996-01-15
1
-1
/
+1
[next]