aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-22updateRelease_0-5-0crunchy3-2/+11
2002-09-21changed install-strip -> installgermeier1-1/+1
2002-09-21fixed bug in abort code of mputgermeier5-17/+43
make output more consistent fixed a few display "bugs"
2002-09-21calling depmod after install of rpm packagecrunchy2-0/+4
2002-09-21Makefile.am fixedcrunchy2-9/+9
2002-09-21README: Add a few lines about Hot plug for 2.4.xsalmoon2-4/+15
2002-09-20small fixes to mpiosh/callback.cgermeier5-8/+33
added code to identify DMG+ (assumed, but should be correct)
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy5-28/+56
2002-09-19fixed handling of an abortgermeier3-7/+14
fixed buggy define
2002-09-19added more debug outputcrunchy1-5/+15
2002-09-19bug fix in mpiosh_command_regex_fixcrunchy2-3/+6
2002-09-19added error handing functionscrunchy6-25/+110
2002-09-19new method for installing the kernel modulecrunchy1-4/+8
2002-09-18fixed check in mpiosh_cmd_memgermeier3-15/+53
added code to check for internal memory before we use it (don't ask! :-)
2002-09-18removed wrong block mappinggermeier10-69/+116
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 errorcrunchy5-29/+55
2002-09-16fixed bug in rpmcrunchy2-0/+9
2002-09-15Modified README, kernel module and librarysalmoon2-3/+12
2002-09-15Fixed model2externalmem function and added command, commentssalmoon2-8/+12
2002-09-15Changed include file to resolve symbolssalmoon1-14/+24
2002-09-15bug fix for ldir (hopefully)crunchy2-18/+31
2002-09-15spec file; fixescrunchy7-32/+69
2002-09-15added model identificationgermeier9-28/+137
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-14enhanced mapping for shell regexcrunchy1-39/+27
2002-09-14debug message in script modecrunchy2-3/+7
2002-09-14add mpio_mem_t to dentry functionsgermeier6-57/+89
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-14fixed reading commands from pipecrunchy2-1/+7
2002-09-14fixed display bug with mpio_file_put (100% is never reached)germeier1-1/+15
2002-09-14removed files which are automagically generated by the auto* tools.germeier6-11804/+8
add section to README
2002-09-14include modversions.hgermeier1-2/+1
don't include miscdevice.h
2002-09-14shell regular expression mappingcrunchy11-1861/+3761
2002-09-14better handling for SIGINTcrunchy4-15/+26
2002-09-14fixed output of none interactive modecrunchy2-2/+8
2002-09-13extended handling of SIGINT; support for stdin being a ttycrunchy3-25/+31
2002-09-13fixed abort handling in mpio_file_putgermeier2-7/+23
2002-09-13added USB device information to the MODULE_DEVICE_TABLEgermeier1-0/+8
2002-09-13better signal handling, new command lpwdcrunchy6-23/+111
2002-09-13added mpio_sync to libmpiogermeier8-3667/+1949
use mpio_sync in mpiosh added code to handle aborts in libmpio
2002-09-13bug fixcrunchy2-11/+2
2002-09-13added callback.[ch]crunchy2-0/+636
2002-09-12mpiosh: some internal changes and support for command sequencescrunchy11-1852/+4134
2002-09-12renamed directory mpio_tool to mpioshcrunchy5-1389/+1
2002-09-11fixed writing of 8.3 filenames to MPIOgermeier5-74/+221
added handling of timestamps
2002-09-11removed mpio_tool.cgermeier7-3788/+1855
2002-09-11added command mdelgermeier3-3/+66
2002-09-11finished support for writing to internal memorygermeier5-24/+68
2002-09-11fixed block address issues in spare areagermeier4-34/+74
2002-09-11updated writing support to support mpio_fatentry_tgermeier7-122/+247
2002-09-10support for deleting and formating of internal memory addedgermeier5-59/+106
BEWARE: this might well kill your player !!!!
2002-09-10reactivated deleting of files (external mem only)germeier6-166/+156
added error handling for memory formatting 2 fatentry function add minor bug fixes