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
add option to dump TextCell(s) to a "/tmp/console.cells" file, triggered by SIGUSR1 signal More... almost 18 years ago
some of my local changes, I made last week. -enabled few debugs, -initialized cells when it might be unintialized (in non debug build values are not zeroed automagically appart from globals), -one optimization, switched for to memset More... almost 18 years ago
In the optimized case of an already established lock, read back the lease time in order to be consistent with the in/out arguments. Also, on error cases, set lease time (out param) to -1 so no one is apt to use it. More... almost 18 years ago
clean up the lock failure-path logic More... almost 18 years ago
return the real lock return status in the reassert path so that we can tell if we've held the lock before More... almost 18 years ago
Make reassert the only success status for locking vdi -- also remove unlock vdi, because this is moved to the agent More... almost 18 years ago
Return 1 for notification of lock reassert vs. new lock More... almost 18 years ago
Return proper error codes on vhd_open failures and clean up debug code. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Initialize VHD BAT data structure properly. More... almost 18 years ago
revert previous, the -debuginfo package has all the symbols More... almost 18 years ago
CA-6364: dont strip blktap binaries, requested by Wim More... almost 18 years ago
Turn on core-dumps for tapdisk by enabling resource. More... almost 18 years ago
use calloc More... almost 18 years ago
ident changes More... almost 18 years ago
renamed one var to something bit more meaningful, fixed 'conditional based on unanitialized value' problem, newenvp was sizeof(char*) too small. other small bits More... almost 18 years ago
Return the proper error code if vhd_open fails while reading the bat. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Add retry logic to tapdisk. More... almost 18 years ago
Create backdev-path xenstore entry pointing to the backend domain device. More... almost 18 years ago
not used/not needed More... almost 18 years ago
Remove devname memory leaks, add some error checking and error messages. More... almost 18 years ago
Avoid recursion and add error logging. More... almost 18 years ago
Request creation of backend domain device and create device node for the device. More... almost 18 years ago
Add quick and dirty circular buffer for debugging purposes. More... almost 18 years ago
Fix out-of-order completion of bitmap transactions. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Allow xenstore and command mode to be mixed. More... almost 18 years ago
Add dom0term.sh. More... almost 18 years ago
Add restart option to restart the program when it exits. More... almost 18 years ago
Add temporary debug probe, triggered by SIGUSR1, to VHD driver Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Only log error messages when debugging is enabled. Signed-off-by: Jake Wires <[email protected]> More... almost 18 years ago
Refresh shared VBDs' metadata on first request. More... almost 18 years ago