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
*
Use a new message buffer `consmsgbuf' to forward messages to a
iedowse
2003-06-22
1
-0
/
+70
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Don't call make_dev() before we are ready for it.
phk
2003-03-09
1
-1
/
+9
*
Add one little hack to allow us to make MAJOR_AUTO be zero:
phk
2003-03-09
1
-12
/
+7
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-4
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Remove unused variable cn_devfsdev.
phk
2002-12-17
1
-2
/
+1
*
Use strlcpy() instead of strncpy() to copy NUL terminated strings
robert
2002-10-17
1
-2
/
+3
*
Remove new console devices with cnremove before initializing them in
jake
2002-08-06
1
-0
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
Fix boot -p for DDBless kernels
guido
2001-12-11
1
-0
/
+6
*
Add new boot flag to i386 boot: -p.
guido
2001-12-10
1
-0
/
+24
*
+ Fix another possible vn_close race, in the same fashion as r1.95.
jlemon
2001-11-02
1
-5
/
+6
*
cnclose() can potentially race against itself. To avoid vn_close() races,
jlemon
2001-10-25
1
-2
/
+3
*
Force FWRITE on when opening the console, so that the flags passed to
jlemon
2001-10-25
1
-2
/
+5
*
Implement multiple low-level console support.
jlemon
2001-10-23
1
-227
/
+316
*
KSE Milestone 2
julian
2001-09-12
1
-16
/
+16
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+18
*
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
[next]