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
*
Replace logwakeup() with "int msgbuftrigger". There is little
phk
2000-12-20
1
-0
/
+1
*
only include sys/proc.h once
mjacob
2000-12-12
1
-1
/
+0
*
Include sys/proc.h so this compiles [on the Alpha].
obrien
2000-12-12
1
-0
/
+1
*
We reference curproc, ergo need <sys/proc.h>
mjacob
2000-12-12
1
-0
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Don't follow null pointers if we somehow have a null devswitch entry
bde
2000-01-25
1
-11
/
+17
*
Fixed some style bugs (mainly ones associated with the bogus name
bde
2000-01-24
1
-8
/
+6
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-1
/
+17
*
Remove cdevsw_add() - the necessary make_dev() is already there.
peter
1999-11-18
1
-1
/
+0
*
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
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
First small steps at merging DEVFS and PHK's Dev_t stuff.
julian
1999-08-20
1
-3
/
+5
*
Register our dev_t with make_dev
phk
1999-08-13
1
-13
/
+2
*
make alpha compile again.
phk
1999-08-09
1
-2
/
+2
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-11
/
+5
*
- Correctly initialize cn_dev_t and cn_udev_t.
yokota
1999-07-24
1
-4
/
+7
*
Quieten some warnings as a result of changes in ls_items[] constness over
peter
1999-06-26
1
-4
/
+3
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-6
/
+11
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-7
/
+7
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Remove a hard-coded table of kernel console I/O functions exported
yokota
1999-01-07
1
-18
/
+7
*
Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the
eivind
1998-12-09
1
-2
/
+2
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-6
/
+9
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
Update select -> poll in drivers.
peter
1997-09-14
1
-6
/
+6
*
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
[next]