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
Commit message (
Expand
)
Author
Age
Files
Lines
*
have pcvt's non-console probe and attach routines called again in case
hm
2000-07-15
1
-1
/
+12
*
Remove old entropy-harvesting hooks; this is going to be re-engineered
markm
2000-06-25
2
-5
/
+0
*
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
peter
2000-06-10
6
-34
/
+0
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
1
-1
/
+1
*
Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA
hm
2000-04-16
5
-187
/
+157
*
PR: kern/2327
hm
2000-03-31
2
-2
/
+52
*
pcvt cleanup.
hm
2000-03-28
2
-6
/
+3
*
Substantially cleanup of the pcvt kernel part. This cleanup does
hm
2000-03-26
10
-3001
/
+407
*
- Properly keep track of I/O port resources.
yokota
2000-03-19
1
-0
/
+2
*
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
10
-309
/
+470
*
Lose explict initialization of mouse to {0}; this gave a warning, and the
eivind
1999-12-21
1
-2
/
+2
*
- 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
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-1
/
+1
*
Keyboard allocation/deallocation fix.
yokota
1999-06-29
2
-33
/
+69
*
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
*
Updated a comment (Crtat is no longer bogusly shared with syscons).
bde
1999-05-12
1
-2
/
+0
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
2
-3
/
+3
*
Make pcvt compile and run again after find_display() is gone as part of
hm
1999-04-20
4
-109
/
+23
*
Staticize.
eivind
1999-04-11
1
-1
/
+1
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-1
/
+1
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-1
/
+1
*
Remove unintended trigraph sequences in comments for -Wall
dillon
1999-01-27
1
-2
/
+2
*
Fix various breakage after the recent keyboard driver change.
yokota
1999-01-14
2
-14
/
+15
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
3
-275
/
+203
*
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
10
-0
/
+17319
*
Pre 3.0 branch cleanup casualty #4: pcvt
phk
1998-12-27
10
-17319
/
+0
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-1
/
+4
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+1
*
* 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
2
-0
/
+3
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-6
/
+7
*
Correct handling of ASCII DEL (0x7F).
jkoshy
1998-08-19
1
-4
/
+6
*
Correct glyph displayed by PCVT in ISO Latin-1 mode.
jkoshy
1998-08-19
1
-1
/
+1
*
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
*
Correct sleep priority.
dyson
1998-06-02
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-1
/
+1
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-1
/
+1
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-3
/
+3
*
Don't access "time" directly.
phk
1998-03-29
1
-2
/
+2
[next]