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
/
dcons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ttyconsolemode() call ttsetwater() so that drivers don't have to.
phk
2005-10-16
1
-1
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
5
-5
/
+5
*
Use dcons buffer passed by loader on amd64.
simokawa
2004-10-28
1
-2
/
+4
*
- Use quad_t for dcons buffer address and size.
simokawa
2004-10-24
1
-4
/
+11
*
Check _BOOT flag.
simokawa
2004-10-22
1
-3
/
+3
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-6
/
+1
*
Fix warnings on non-i386 arch.
simokawa
2004-10-14
1
-0
/
+2
*
- Split dcons core code and OS dependent code.
simokawa
2004-10-13
5
-650
/
+883
*
Invalidate dcons buffer on shutdown.
simokawa
2004-09-26
1
-0
/
+1
*
Sync with DragonFly BSD.
simokawa
2004-09-24
1
-17
/
+93
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-2
/
+2
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+3
*
Re-enable debugger port.
simokawa
2004-07-13
1
-3
/
+124
*
Update for the KDB framework:
marcel
2004-07-10
1
-49
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-4
/
+4
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-25
/
+0
*
There is no need to explicitly call ttwakeup() and ttwwakeup() after
phk
2004-06-01
1
-2
/
+0
*
ttyclose() increments t_gen. Remove redundant increments in drivers.
phk
2004-06-01
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
2
-0
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-3
/
+1
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
- Clean up global data.
simokawa
2004-02-16
3
-38
/
+58
*
Move post dmamap_load processes into the callback function.
simokawa
2003-11-08
1
-19
/
+20
*
Add dumb console driver and related bits.
simokawa
2003-10-24
3
-0
/
+969