aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/callback.c
AgeCommit message (Collapse)AuthorFilesLines
2002-10-12add completion for files on the mpio memory cardscrunchy1-8/+6
2002-09-28reading support on external memory should now be correct.germeier1-4/+7
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-4/+4
actually use mpio_filetype_t to tag files during writing of internal memory writing of Config.dat does work now (though it needs some code in mpiosh)
2002-09-23read spare area from external memory toogermeier1-6/+17
display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates
2002-09-21fixed bug in abort code of mputgermeier1-13/+25
make output more consistent fixed a few display "bugs"
2002-09-20small fixes to mpiosh/callback.cgermeier1-1/+12
added code to identify DMG+ (assumed, but should be correct)
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy1-15/+32
2002-09-19fixed handling of an abortgermeier1-5/+5
fixed buggy define
2002-09-19added more debug outputcrunchy1-5/+15
2002-09-19added error handing functionscrunchy1-5/+4
2002-09-18fixed check in mpiosh_cmd_memgermeier1-2/+2
added code to check for internal memory before we use it (don't ask! :-)
2002-09-18removed wrong block mappinggermeier1-5/+22
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available
2002-09-18bug fix for mput; removed compiler warnings; better return values on errorcrunchy1-1/+6
2002-09-15bug fix for ldir (hopefully)crunchy1-18/+22
2002-09-15added model identificationgermeier1-3/+17
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-14add mpio_mem_t to dentry functionsgermeier1-9/+9
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-14shell regular expression mappingcrunchy1-1/+5
2002-09-13extended handling of SIGINT; support for stdin being a ttycrunchy1-19/+11
2002-09-13better signal handling, new command lpwdcrunchy1-12/+57
2002-09-13added mpio_sync to libmpiogermeier1-1/+11
use mpio_sync in mpiosh added code to handle aborts in libmpio
2002-09-13added callback.[ch]crunchy1-0/+552