8
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
Mar 31, 2024 — Mar 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change higlight() to X,Y More... over 17 years ago
get_get() set to X,Y W,H rule More... over 17 years ago
fix clear() (now works again for single lines). scroll_down and scroll_up now have separate handler for case where n is more than scrolling region's height set_cursor() changed to follow X,Y W,H rule More... over 17 years ago
make clear_line() do also update of screen (whole rect). change clear() to use X,Y W,H order of params. It is pretty annoying when some functions use X,Y and others Y,X... ESC[J implemented in more obvious way More... over 17 years ago
CA-8698 fixes Ewan's request. "copy-and-paste includes newlines when they wrap" please apply to beta also, if you feel this fix is needed there. ta More... over 17 years ago
this is a complete remake of scrolling/virtual console previous one came from two sources, qemu and c&p from xen 3.2 java gui. Needless to say, the outcome was unmaintainable. Hence this change. Functions are now 'lighter', cleaner, no black magic. More... over 17 years ago
Fix build More... over 17 years ago
disallow filling CoW VHDs. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8501: add 'td-util fill' to write zeros to unallocated regions of vhd files. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
flush all pending io before closing tapdisks. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8599: kill tapdisk queue when footer not found. More... over 17 years ago
Add simple 'td-util repair' operation to fix VHDs with missing footers. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
Be sure to rewrite footer on close if we killed it on open. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
Don't kill footer until we know vhd_open has completely succeeded. Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8523: fix race in blktapctrl blktapctrl was slow in responding to xenstore watches, and by the time it saw a removal of a dom0 vbd, identical entries had been added to plug a subsequent vbd -- causing blktapctrl to believe the tapdisk process for that vbd had already been launched and thus to take no action. More... over 17 years ago
Don't ship td.c or vhd.h More... over 17 years ago
CA-8056: Create source MANIFEST for blktap. More... over 17 years ago
CA-8056: Don't ship proprietary sources in .src.rpm, just the .o files. More... over 17 years ago
Factor out some makefile snippets to variables. Extend clean rule. More... over 17 years ago
Make utilities only link against the libraries which they use More... over 17 years ago
minor change to td-util in light of CA-8056 More... over 17 years ago
CA-8056: create source rpm for blktap.hg More... over 17 years ago
remove more debug code. More... over 17 years ago
Remove debugging code which triggers sysrq-t. More... over 17 years ago
CA-8268: remove debug code added in CA-8267 Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8304: trigger sysrq-t to get a list of processes in dom0 when vhd corruption is occurring. More... over 17 years ago
CA-8322: extra debugging * warn if tapdisk closes with pending IO requests * zero footer on open -- catch simultaneous opens that would otherwise succeed if the footer has not been overwritten by the first opener Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8280: clean up tapdisk process properly if they fail to open Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8274: add pseudo-locking for debugging If /local/tapdisk/VHD-expects-locking is found in xenstore tapdisk will print a warning if no lock entry is found in xenstore; otherwise, tapdisk will enable pseudo-locking: warning messages will be printed to /var/log/messages if locking operations fail, but tapdisk will continue to run normally. If /local/tapdisk/VHD-enforce-locking is found in xenstore, tapdisk will enforce locking by closing its queue on lock failures. All warning messages prepended with "TAPDISK LOCK ERROR". Signed-off-by: Jake Wires <[email protected]> More... over 17 years ago
CA-8267: Close tapdisk queue if VHD footer not present on first IO request to aid debugging. Signed-off-by: Jake Wires <jwi...@xensource> More... over 17 years ago