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
/
dcons_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFcalloutng:
mav
2013-02-19
1
-6
/
+12
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Follow up to r225203 refining break-to-debugger run-time configuration
rwatson
2011-08-27
1
-1
/
+0
*
Attempt to make break-to-debugger and alternative break-to-debugger more
rwatson
2011-08-26
1
-23
/
+6
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Reduce the dcons polling frequency to 25 Hz.
ed
2009-04-06
1
-1
/
+1
*
Fix logic in MOD_LOAD handler to call dcons_attach after all successful
kan
2009-04-06
1
-1
/
+2
*
We need to initialize the console for dcons to work.
imp
2009-03-13
1
-0
/
+1
*
Check the return values of contigmalloc(9) as well as bus_dma(9)
marius
2009-01-07
1
-8
/
+12
*
Also make dcons(4) use MPSAFE callouts.
ed
2008-11-19
1
-1
/
+1
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-345
/
+48
*
Spell KDB_REQ_REBOOT correctly.
peter
2008-05-05
1
-1
/
+1
*
Expand kdb_alt_break a little, most commonly used with the option
peter
2008-05-04
1
-10
/
+24
*
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
*
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
1
-0
/
+1
*
We should better ignore a break on gdb port if gdb is not enabled.
simokawa
2007-05-28
1
-2
/
+2
*
Make compile without GDB option.
simokawa
2007-05-27
1
-4
/
+11
*
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
1
-1
/
+1
*
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
*
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
1
-0
/
+746