16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now that we have a Loadwb command we may as well use it!!! More... about 22 years ago
A simple antivirus tool. ;-) More... about 22 years ago
When CON: is opened in AUTO mode, the window must react to the EOF event by closing itself
FabioA
as falemagn
More... about 22 years ago
Remove a stupid assert(*dataptr). dataptr is a single * pointer, in which case the value of *dataptr is irrelevant since it's an output. More... about 22 years ago
Remove a comment and reformat some lines more neatly. More... about 22 years ago
rdb support in affs reader; fixed buffer overwrites (printing dirs should now work correctly); cut off spaces at the end of files (you don't need to press backspace anymore if you use tab-completion); More... about 22 years ago
rdb support in affs reader; fixed buffer overwrites (printing dirs should now work correctly); cut off spaces at the end of files (you don't need to press backspace anymore if you use tab-completion); More... about 22 years ago
rdb support in affs reader; fixed buffer overwrites (printing dirs should now work correctly); cut off spaces at the end of files (you don't need to press backspace anymore if you use tab-completion); More... about 22 years ago
Don't include the "uncovered parts" in the damaged area. I think this is wrong, but AmigaOS does it that way...
FabioA
as falemagn
More... about 22 years ago
Add loadwb to startup-sequence since we have a loadwb, we may as well use it!!! More... about 22 years ago
Bit of a CVS test really, I've added Loadwb to the Startup-sequence to see if it works More... about 22 years ago
The old damagelist must be scrolled as well. Please, Gerog, have a look at it
FabioA
as falemagn
More... about 22 years ago
take advantage of the new CreateNewProc()'s functionality to eliminate the static variables used and thus make the code reentrant and smaller.
FabioA
as falemagn
More... about 22 years ago
Permit to specify both NP_Entry and NP_Seglist. In that case the process' entry point is the one specified by NP_Entry, but it has to reside inside the range of addresses defined by the seglist
FabioA
as falemagn
More... about 22 years ago
Since GMORE_SCROLLRASTER is not fully implemented yet in AROS; don't use this if building for AROS, but instead check for damage by hand after scrolling. More... about 22 years ago
Implemented "Execute Command..." More... about 22 years ago
polished the code a bit
FabioA
as falemagn
More... about 22 years ago
make use of the new detach.o's features
FabioA
as falemagn
More... about 22 years ago
Added some new features. Have a look at the documentation at the top of the file to know about it
FabioA
as falemagn
More... about 22 years ago
Added abbreviation for rexxmast More... about 22 years ago
send direct scsi command to identify device; store block device name (for later mount); forgot to add offsets of root to de_LowCyl/de_HighCyl when mounting More... about 22 years ago
use RTF_COLDSTART More... about 22 years ago
Reset.c added More... about 22 years ago
small program that does currently only a ColdReboot() More... about 22 years ago
Added some notes about things tested out under AmigaOS More... about 22 years ago
Added some notes about things tested out under AmigaOS More... about 22 years ago
Forgot to commit this one
FabioA
as falemagn
More... about 22 years ago
The damaged region must be calculated out of the visible region. Georg, please have a look at the code to see whether I'm missing something...
FabioA
as falemagn
More... about 22 years ago
Updated MoveRaster(): fixed damagelist handling; implemented another version of MoveRaster() that use a simpler algorith to do the job and defined a macro t switch between the implementations; added profiling facilities to see which one of the implementations is the fastest one: so far it seems they are equivalent. Commented out some optimizations in the new routine as they turned out to be broken somehow, still has to be seen why.
FabioA
as falemagn
More... about 22 years ago
Added rexxsyslib test program.
Fats
as verhaegs
More... about 22 years ago