0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-activated cbm_iec_wait(fd, IEC_DATA, 0) in turbo_exit() for all 3 protocols. More... about 18 years ago
Adjusted file paths in some headers. More... about 18 years ago
New version 0.1.0.76 More... about 18 years ago
Added "smart reset" for cbm4linux: Delay the reset until all drives are ready. More... about 18 years ago
Applied patch #1238241 from SF (cbm4linux), by Dirk Jagdmann, doj: - #1238241: add descriptions for module parameters This patch adds descriptions for all module parameters, so the output of "modinfo cbm" is more helpful. More... about 18 years ago
Applied patches #1189489, #1189492, #1238233 from SF (cbm4linux); all by Dirk Jagdmann, doj: - #1189492: fixes installation with GNU coreutils head fixes "make install" when the "head" program of GNU coreutils is used. ("head -n 1" instead of "head -1") - #1238233: add correct module installation dir for Linux 2.6 This patch adds the "extra" directory which is used for kernel modules built outside the official linux kernel. - #1189489: fixes kernel source directory This small patch fixes compilation with linux 2.6 of the kernel module. More... about 18 years ago
d64copy: Don't output '-w' warnings if the user did not specify -w, but it was only used because it is default. More... about 18 years ago
instcbm: Changed the --help output; hopefully, it is clearer now. More... about 18 years ago
Report STATUS_DATA_ERROR, not STATUS_TIMEOUT in cbmiec_parallel_burst_read() and cbmiec_parallel_burst_write(). STATUS_TIMEOUT is NO error code, thus, mnib could not determine this and thought everything was fine. Now, the mnib problem should be solved. More... about 18 years ago
Corrected the workaround advice for the error message that is generated when the calling path contains spaces. More... about 18 years ago
New version 0.1.0.75 More... about 18 years ago
cbmctrl change: Do not run code on a 1581 drive (this fixes #1463221); cbmctrl change: If there is no drive, abort. Before, cbmctrl change hung. More... about 18 years ago
d64copy: --warp is default now; new option --no-warp for disabling it. More... about 18 years ago
Added user information output on "--check/-c" for newly introduced switches/options/flags. More... about 18 years ago
Modifications to allow ddkbuild_start.bat be called from outside its directory. Added an error check to bail out, if the calling path contains spaces. More... about 18 years ago
Added readsect.bat, writesect.bat for reading and writing sectors. More... about 18 years ago
Tell the ddkbuild_local batch file the path, where ddkbuild_start.bat was started in. That way ddkbuild_local.bat can do own tests like: More... about 18 years ago
New version 0.1.0.74 More... about 18 years ago
If a timeout failure occurs while cbmiec_parallel_burst_read_track(), output the intended length along the actual length (for debugging purposes). More... about 18 years ago
Removed a superfluous printk() in the cbm modules for Linux. More... about 18 years ago
New script: genzips to generate .zip files of the compiled binaries and pdbs. More... about 18 years ago
New version 0.1.0.73 More... about 18 years ago
The handling of the parallel burst read/write track functions in the driver was buggy and could lead to unwanted behaviour, including crashing the system. Fixed that. More... about 18 years ago
New version 0.1.0.72 More... about 18 years ago
instcbm: Fixed a problem with the --lock and --cabletype options; if no parameter was specified, instcbm segfaulted; instcbm: Clarified the --help output about --lock and --cabltype. More... about 18 years ago
cbmctrl upload didn't work and was fixed. When changing buffer allocation from a static array to malloc never do forget to replace sizeof(buf) statements accordingly! More... about 18 years ago
New version 0.1.0.71 More... about 18 years ago
instcbm: Reworked start of driver so it is not started too often as with the old implementation; documented --cabletype, --lock; default is --lock=yes (implemented in the driver itself). removed some debugging output, and added newline for output when copying files. More... about 18 years ago
New version 0.1.0.70 More... about 18 years ago
instcbm: New options --lock, --cabletype; driver: Can lock the parallel port permanently (not tested much yet!). More... about 18 years ago