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
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+2
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-4
/
+4
*
Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.
cognet
2003-02-20
1
-1
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
6
-12
/
+12
*
Added dependency on the apm(4) module.
ru
2003-02-15
1
-0
/
+1
*
chase more of the MIN/MAX mess. *sigh*
alfred
2003-02-02
1
-0
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
6
-12
/
+12
*
Do not try to work around ``poor (un)sign extension code''
robert
2002-10-20
1
-11
/
+1
*
Make kqueue(2) work for virtual terminals.
kbyanc
2002-10-17
1
-1
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-5
/
+5
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Use machine/limits.h rather than userland limits.h (which may come from
peter
2002-08-22
1
-1
/
+1
*
Don't use "NULL" when "0" is really meant.
archie
2002-08-21
2
-5
/
+5
*
de-count schistory.c. The handling of NSC was rather bogus here and was
peter
2002-08-19
1
-4
/
+13
*
1. Allow information about current history size be retrieved using ioctl(2);
sobomax
2002-08-19
1
-5
/
+44
*
Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something
dd
2002-07-10
2
-0
/
+15
*
Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)
alfred
2002-06-06
1
-1
/
+1
*
When a program launched on the local console exits, the shell will
mux
2002-05-04
1
-1
/
+2
*
Turn on TGA support.
obrien
2002-04-13
3
-5
/
+13
*
remove blanktime sysctl, this can't be done as easily as it looks.
alfred
2002-04-05
1
-2
/
+0
*
Add some functionality via sysctl to syscons.
alfred
2002-04-05
1
-1
/
+8
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
2
-3
/
+3
*
Remote newly unused variable to unbreak LINT.
brooks
2002-03-25
1
-1
/
+1
*
Add new graphical screen saver (dragon_saver).
amorita
2002-03-23
5
-90
/
+490
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Extend CONS_GETINFO ioctl to provide information about size of the currently
sobomax
2002-03-16
1
-0
/
+1
*
Fixed compilation warnings.
ru
2002-03-06
1
-0
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-3
/
+20
*
Spell #if 0 correctly
gallatin
2002-02-14
1
-2
/
+2
*
In the word selection mode don't append newline if the word ends at the
sobomax
2002-01-05
1
-0
/
+4
*
Fix POLA - when selecting line into syscons' cut'n'paste buffer (double
sobomax
2001-11-25
1
-0
/
+4
*
More drive-by stylification, and some clarifications
des
2001-11-06
1
-10
/
+16
*
More drive-by stylification
des
2001-11-06
1
-4
/
+4
*
Drive-by stylification + reintroduce set_border().
des
2001-11-06
3
-212
/
+219
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-11
/
+3
*
Add the TGA video driver. This is a great accomplishtment and will help
obrien
2001-11-01
1
-716
/
+168
*
cn_tab no longer exists, use cnadd() to add a console device. Note that
jlemon
2001-10-24
1
-1
/
+1
*
Enable console. There are far too many 'ifdef __i386__' in this file.
dfr
2001-10-06
1
-7
/
+7
*
o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,
rwatson
2001-09-26
1
-2
/
+3
*
Introduce new syscons(4) kernel options:
sobomax
2001-09-21
1
-100
/
+91
*
KSE Milestone 2
julian
2001-09-12
8
-35
/
+35
*
Fix some malformed macro concatenation that gcc-3 has objections about.
peter
2001-09-10
1
-4
/
+4
*
repo-copy the source files from modules/syscons to the normal tree
peter
2001-08-09
2
-5
/
+13
*
Don't call wakeup() while we are in DDB. The patch was
yokota
2001-08-07
1
-3
/
+16
*
Use #ifdef DEV_SPLASH (from opt_splash.h) rather than
yokota
2001-08-02
1
-28
/
+28
*
Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-
yokota
2001-08-02
1
-0
/
+5
*
Refine cursor type/shape control escape sequences and
yokota
2001-08-02
5
-111
/
+215
*
Fix grammar nit.
dd
2001-08-01
1
-1
/
+1
*
- Fix "off by one" error in VT_WAITACTIVATE. Correctly accept
yokota
2001-07-22
1
-5
/
+5
[next]