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
/
kern
/
tty_cons.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a function static to quieten gcc
julian
1997-08-08
1
-3
/
+3
*
Clean up the console muting functionality.
julian
1997-08-08
1
-15
/
+107
*
Removed extra definition of constty. It is defined in subr_prf.c.
bde
1997-07-01
1
-3
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
if there is no console, cngetc should act like getc and return -1
julian
1996-10-30
1
-3
/
+3
*
Add support for embedded operation withou console
julian
1996-10-16
1
-8
/
+23
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-2
/
+2
*
Removed unused #include.
bde
1996-05-01
1
-2
/
+1
*
Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 and
bde
1996-03-28
1
-4
/
+4
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-10
/
+4
*
Fixed permissions of /devfs/*random.
bde
1996-03-27
1
-4
/
+10
*
Fixed mode of /devfs/console.
bde
1996-03-27
1
-10
/
+4
*
Remove crufty "pg" function.
phk
1995-12-22
1
-9
/
+1
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-6
/
+6
*
Move sysctl machdep.consdev to cons.c
phk
1995-12-09
1
-10
/
+9
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+38
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+3
*
OK, that's it..
julian
1995-11-29
1
-18
/
+36
*
Make pcvt and syscons live in the same kernel. If both are enabled, then
bde
1995-09-10
1
-2
/
+5
*
cons.c:
bde
1995-09-10
1
-19
/
+39
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-2
/
+2
*
devfs changes..
julian
1995-09-03
1
-1
/
+14
*
Partially fix `sysctl machdep.console_device'. The fix will be complete
bde
1995-06-26
1
-2
/
+9
*
Output \n as \r\n, not as \n\r.
bde
1995-06-14
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
Undo the move of `#include "sc.h"' etc. to cons.h. It broke anything
bde
1995-04-24
1
-1
/
+4
*
Declare the console switch functions completely.
bde
1995-04-23
1
-14
/
+2
*
Implement a simple hook (or hack?) to allow graphics device console
joerg
1995-04-08
1
-1
/
+5
*
Attempt to fix the `you can log into console only once' problem (PR
joerg
1995-04-02
1
-2
/
+13
*
Eliminate my private type `bool_t'.
bde
1995-02-26
1
-6
/
+3
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
1
-2
/
+5
*
Kill redundant declarations of d_open_t and d_close_t.
dg
1995-01-23
1
-3
/
+1
*
Keep track of open devices better to avoid closing the console device when
bde
1995-01-21
1
-26
/
+50
*
Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will also
joerg
1994-12-18
1
-2
/
+2
*
Move the code providing the equivalent of ICRNL for console input from
joerg
1994-12-18
1
-2
/
+5
*
Added hooks for an easy drop-in of the pcvt concole driver.
joerg
1994-10-31
1
-2
/
+3
*
Peter Dufaults comconsole changes.
phk
1994-10-20
1
-5
/
+13
*
Conditionalized support for syscons as the console so that it can be
dg
1994-08-31
1
-1
/
+6
*
Cleaned up after Bruce: there were still some things that included
dg
1994-08-30
1
-9
/
+1
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-13
/
+13
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-3
/
+3
*
Remove confusing and incorrect comment inherited from patchkit days.
dg
1994-01-26
1
-2
/
+2
*
Much better fix for the hanging console problem. This one actually
dg
1994-01-23
1
-1
/
+14
*
Backed out previous commit as it requires additional kludges to work
dg
1994-01-23
1
-4
/
+1
*
Brute-force fix for the "hanging console" problem. Simply _don't_ call
dg
1994-01-22
1
-1
/
+4
*
1) Added proc file system from Paul Kranenburg with changes from
dg
1993-12-12
1
-1
/
+10
*
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
wollman
1993-11-25
1
-1
/
+14
*
Made all header files idempotent and moved incorrect common data from
wollman
1993-11-07
1
-6
/
+9
[next]