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
/
dev
/
syscons
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-7
/
+0
*
Add the apm_saver syscons screen saver module.
nsayer
1999-10-02
1
-0
/
+91
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-12
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-6
/
+1
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
3
-11
/
+4
*
- Hang the scr_stat struct from dev_t.
yokota
1999-09-19
6
-139
/
+97
*
- Preserve the content of the back scroll buffer when changing the
yokota
1999-09-19
3
-10
/
+52
*
Enable ioctls to manipulate color palette. They have been implemented,
yokota
1999-09-02
1
-3
/
+0
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-10
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
- Retain the previous vty and history buffers when setting up
yokota
1999-08-27
1
-8
/
+5
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-6
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+6
*
First small steps at merging DEVFS and PHK's Dev_t stuff.
julian
1999-08-20
1
-2
/
+5
*
Wrap two declarations that are only used in an #ifdef in their own #ifdef.
billf
1999-08-17
1
-1
/
+5
*
Fix a warning on the alpha.
dt
1999-08-13
1
-3
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
register tty devices so they will look right in pstat.
phk
1999-08-08
1
-61
/
+26
*
- Clear relevant variables when the keyboard is not available.
yokota
1999-07-18
1
-8
/
+18
*
- Fixed memory leak in sc_alloc_history_buffer().
yokota
1999-07-07
4
-29
/
+88
*
Tidy up a few warnings when used without splash. (things defined but not
peter
1999-07-01
1
-1
/
+7
*
Fix warnings on the Alpha.
peter
1999-07-01
1
-2
/
+7
*
Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
yokota
1999-06-29
1
-2
/
+6
*
Fix a dev_t/udev_t issue
peter
1999-06-26
1
-3
/
+3
*
Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion
yokota
1999-06-24
2
-2
/
+21
*
Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion
yokota
1999-06-24
1
-5
/
+7
*
The second phase of syscons reorganization.
yokota
1999-06-22
19
-2768
/
+6005
*
Unifdef VM86
jlemon
1999-06-01
2
-9
/
+7
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Removed global variable `Crtat'. This was once (bogusly) shared with
bde
1999-05-12
1
-6
/
+3
*
MFS: indent-assisted style cleanup.
des
1999-05-10
1
-30
/
+27
*
Adjust console stuff now that makedev is no longer a macro.
dfr
1999-05-10
1
-2
/
+3
*
A little closer to style(9).
des
1999-05-08
1
-58
/
+64
*
Add missing copyright.
jkh
1999-05-04
1
-0
/
+27
*
Add "fire" screen saver.
jkh
1999-05-04
1
-0
/
+103
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+9
*
Centralize and reorganize a few macros.
des
1999-04-12
4
-11
/
+19
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-3
/
+13
*
Followup to yokota's last commit:
des
1999-02-05
4
-13
/
+14
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
2
-4
/
+4
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+2
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Pull down the splash screen when someone is about to read from the
yokota
1999-01-26
1
-7
/
+2
*
syscons
yokota
1999-01-19
3
-82
/
+193
*
Retrun EAGAIN if the current video mode is a graphics mode.
yokota
1999-01-17
3
-6
/
+6
*
- Examine the error code from the screen saver and act accordingly.
yokota
1999-01-17
1
-18
/
+28
*
Move the definition of set_origin from logo_saver.c to saver.h.
des
1999-01-16
1
-3
/
+1
[next]