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
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-2
/
+4
*
We don't need to call dcons_poll event handlers if KDB is not active.
simokawa
2007-08-17
1
-3
/
+9
*
- Don't force to be the GDB port since dcons(4) is in GENERIC now.
simokawa
2007-06-11
1
-1
/
+5
*
Don't invalidate dcons buffer on shutdown.
simokawa
2007-06-08
1
-0
/
+2
*
Add the address of IDT in the configuration ROM. (i386/amd64 only)
simokawa
2007-06-08
2
-0
/
+27
*
Replace breakpoint() with kdb_enter().
simokawa
2007-06-08
1
-2
/
+2
*
Poll bus resets on FireWire while kdb/gdb is active.
simokawa
2007-06-08
3
-0
/
+19
*
We should better ignore a break on gdb port if gdb is not enabled.
simokawa
2007-05-28
1
-2
/
+2
*
Change default value of hw.firewire.dcons_crom.force_console to 0
simokawa
2007-05-27
1
-1
/
+1
*
Make compile without GDB option.
simokawa
2007-05-27
1
-4
/
+11
*
Include stand.h for loader.
simokawa
2007-05-25
1
-0
/
+3
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+3
*
Convert to new console interface.
phk
2006-05-26
1
-9
/
+7
*
Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.
phk
2006-05-26
1
-9
/
+1
*
Use ttyalloc() instead of ttymalloc()
phk
2006-01-04
1
-2
/
+2
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-3
/
+3
*
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