Activity for Andrew Roughan

  • Andrew Roughan Andrew Roughan committed [r258] on Code

    File that was provided with Marinetti 3.0B1

  • Andrew Roughan Andrew Roughan committed [r257] on Code

    Testing SmartSVN commit with HTTPS

  • Andrew Roughan Andrew Roughan posted a comment on ticket #83

    Duplicate? or regression? https://sourceforge.net/p/marinetti/bugs/61/

  • Andrew Roughan Andrew Roughan modified ticket #83

    TCPIPReadTCP and rrMoreFlag

  • Andrew Roughan Andrew Roughan posted a comment on ticket #83

    Ouch. https://sourceforge.net/p/marinetti/code/HEAD/tree/trunk/MOSP/Marinetti/Init/I.TCP.S#l1194

  • Andrew Roughan Andrew Roughan posted a comment on ticket #73

    Relevant source file is: https://sourceforge.net/p/marinetti/code/HEAD/tree/trunk/MOSP/Marinetti/Init/I.ICMP.S#l102

  • Andrew Roughan Andrew Roughan modified ticket #41

    Incorporate use of Apple Installer

  • Andrew Roughan Andrew Roughan posted a comment on ticket #41

    I have asked Antoine to provide more information on the process for using the Apple Installer and to provide any relevant scripts. I would like to understand if there is any feature of InstallMagic being used by the Marinetti installation that is not able to be provided by the Apple Installer.

  • Andrew Roughan Andrew Roughan created ticket #41

    Incorporate use of Apple Installer

  • Andrew Roughan Andrew Roughan modified ticket #40

    Add config for MTU to Uthernet Link Layer

  • Andrew Roughan Andrew Roughan posted a comment on ticket #40

    Todo: Incorporate the source code changes into the repository. Depends on https://sourceforge.net/p/marinetti/support-requests/55/

  • Andrew Roughan Andrew Roughan posted a comment on ticket #61

    Email from Rhett> The "PrepareDevEnv" doc says that I should go get a "MOSPx.xxx.bxy" file from the Sourceforge site. When I check out the "Source Files" and "Object Files" folders on the site, though, explicitly say that they're full of out-of-date stuff, that I should get everything from the CVS (which is now SVN, yes?), and that I shouldn't mess with anything there unless I know what I'm doing.

  • Andrew Roughan Andrew Roughan posted a comment on ticket #61

    The System 6.0.1 macros are now available in a format that works well for Merlin source code: https://github.com/roughana/supermacs

  • Andrew Roughan Andrew Roughan posted a comment on ticket #40

    Ewen has provided Hugh with a build of the Uthernet LL that includes the MTU config. Hugh has tested it and it is working for him. The updated Uthernet LL v1.04 is available from Ewen's website. http://speccie.uk/speccie/downloads/uthernetll.bxy

  • Andrew Roughan Andrew Roughan modified a comment on ticket #80

    Wow, great catch. I probably wrote this 30-35 years ago and would have used it in most of the IIgs code I ever wrote. I’ll have to check whether it’s in the original file or whether it was a custom merge for the Marinetti public release. However I have no working emulator for macOS in order to check. On 5 Jan 2020, at 02:02, Kelvin Sherlock ksherlock@users.sourceforge.net wrote: [bugs:#80] https://sourceforge.net/p/marinetti/bugs/80/ PLS Macro fixup

  • Andrew Roughan Andrew Roughan posted a comment on ticket #40

    Ewen has been approached to update the Uthernet config to support the MTU.

  • Andrew Roughan Andrew Roughan created ticket #40

    Add config for MTU to Uthernet Link Layer

  • Andrew Roughan Andrew Roughan created a blog post

    Marinetti 3.0b11 released

  • Andrew Roughan Andrew Roughan posted a comment on ticket #77

    Internal note: PC;GSport;NewDev2;Testbuild;Init;I.TCP.B77.S & Testbuild:Changelog.b11

  • Andrew Roughan Andrew Roughan modified ticket #77

    TCPIPReadLineTCP return value

  • Andrew Roughan Andrew Roughan posted a comment on ticket #77

    Stephen Huemann reported that the LOOKFORDELIMIT routine was not setting the TCP ErrorCode correctly in the user record, so a value set by earlier code may remain present there. This may lead to it returning an error code like tcperrConClosing even when successfully returning data. He suggested the following change (where lines beginning with '+' are additions. BNEL :SCANLOOP + BRA :NOLINE Exit Code :EXITOK + LDA #tcperrOK + LDY #uwTCP_ErrCode + STA [USERPTR],Y :NOLINE JSR :SETMOREFLAG LDA #terrOK...

  • Andrew Roughan Andrew Roughan modified ticket #37

    ICMP: TCP sequence number checking

  • Andrew Roughan Andrew Roughan modified ticket #34

    Increase the incoming packet size to improve performance

  • Andrew Roughan Andrew Roughan posted a comment on ticket #34

    Combined with bugs fixed in the alternate build of 3.0b10 from the Dell Internal note: 3.0b11 was built on Dell using GSport, NewDev2 volume, Testbuild; I.TCP.F34.S

  • Andrew Roughan Andrew Roughan modified ticket #63

    Remove PtrToPtr debugging from build

  • Andrew Roughan Andrew Roughan modified ticket #75

    TCPIPSendICMPEcho failing

  • Andrew Roughan Andrew Roughan modified ticket #78

    tcpip.h edit

  • Andrew Roughan Andrew Roughan modified ticket #57

    TCPIPReadTCP returns incorrect rrbuffcount

  • Andrew Roughan Andrew Roughan posted a comment on ticket #57

    Code changed to cater for delimiter length if necessary. Build provided to Stephen for confirmation of fix.

  • Andrew Roughan Andrew Roughan modified ticket #74

    TCPIPSendIPDatagram bad

  • Andrew Roughan Andrew Roughan posted a comment on ticket #57

    First attempt * Finally, update the push offset LDY #uwTCPPushInFlag LDA [USERPTR],Y ;Pending push? BEQ :EXITOK LDY #uwTCPPushInOffset+2 LDA [USERPTR],Y CMP :RETURNSIZE+2 BCC :CLEAROFFSET ;More data read than push offset LDY #uwTCPPushInOffset LDA [USERPTR],Y SEC SBC :RETURNSIZE BCC :CLEAROFFSET ;More data read than push offset STA [USERPTR],Y LDY #uwTCPPushInOffset+2 LDA [USERPTR],Y SBC :RETURNSIZE+2 STA [USERPTR],Y DEY DEY ORA [USERPTR],Y BNE :EXITOK ;PUSHSTILLVALID BEQ :CLEARPUSHFLAG :CLEAROFFSET...

  • Andrew Roughan Andrew Roughan posted a comment on ticket #41

    The Nice-to-Have sequence checking is captured as feature request ICMP: TCP sequence number checking

  • Andrew Roughan Andrew Roughan posted a comment on ticket #57

    Internal note: Dell, GSport, NewDev.HDV, :NewDev2:TESTBUILD:Marinetti:Init:I.TCP.B57.S Also, I.TCP.SENDSUB.S created to split out some source as Merlin editor buffer was filled.

  • Andrew Roughan Andrew Roughan modified a comment on ticket #79

    Internal: PC /NewDev2/Testbuild/Marinetti/Init/I.IP.B79.S

  • Andrew Roughan Andrew Roughan modified ticket #79

    TCPIPGetErrorTable tcpDGMSTBLEN

  • Andrew Roughan Andrew Roughan modified ticket #79

    TCPIPGetErrorTable tcpDGMSTBLEN

  • Andrew Roughan Andrew Roughan posted a comment on ticket #79

    Internal: PC /NewDev2/Testbuild/Marinetti/Init/I.IP.B78.S

  • Andrew Roughan Andrew Roughan modified ticket #78

    tcpip.h edit

  • Andrew Roughan Andrew Roughan posted a comment on ticket #78

    Internal note: PC: /NewDev2/Testbuild/Tools/Orca.C/tcpip.h 26/1/19

  • Andrew Roughan Andrew Roughan modified ticket #79

    TCPIPGetErrorTable tcpDGMSTBLEN

  • Andrew Roughan Andrew Roughan posted a comment on ticket #34

    Todo: When this is solved, check if https://sourceforge.net/p/marinetti/bugs/44/ can be closed.

  • Andrew Roughan Andrew Roughan modified a comment on ticket #41

    Internal note: Dell, GSport, NewDev.HDV, :NewDev2:TESTBUILD:Marinetti:Init:I.TCP.B41.S Patch to skip TCPTOSSUNCLAIMED as a way of avoiding the problem.

  • Andrew Roughan Andrew Roughan posted a comment on ticket #41

    Internal note: Dell, GSport, NewDev.HDV, :NewDev2:TESTBUILD:Marinetti:Init:I.TCP.B41.S Patch to skip TCPTOSSUNCLAIMED

  • Andrew Roughan Andrew Roughan posted a comment on ticket #76

    Source file I.Init.S holds the PASC2HEXIP routine that parses the IP address and port.

  • Andrew Roughan Andrew Roughan modified ticket #77

    TCPIPReadLineTCP return value

  • Andrew Roughan Andrew Roughan modified a comment on ticket #77

    Internal note: PC;GSport;NewDev2;Testbuild;Init;I.Init.B77.S & Testbuild:Changelog.b10

  • Andrew Roughan Andrew Roughan modified ticket #77

    TCPIPReadLineTCP return value

  • Andrew Roughan Andrew Roughan posted a comment on ticket #77

    Internal note: PC;GSport;NewDev2;Testbuild;Init;I.Init.B77.S

  • Andrew Roughan Andrew Roughan modified ticket #77

    TCPIPReadLineTCP return value

  • Andrew Roughan Andrew Roughan posted a comment on ticket #74

    IPSENDDATAGRAM Usage of OpenDatagram requires correct DP to be set and then the local variable usage requires the original DP to be restored. PHD and PLD added around OpenDatagram and another LDA >MyDP TCD inserted prior to WriteDatagram to be consistent with other usages of OpenDatagram and WriteDatagram. AFAICT This has never been correct. There was old code commented out which used SendDatagram directly. Looks like Richard was converting and never tested. Internal note: PC;GSport; NewDev2; testbuild;...

  • Andrew Roughan Andrew Roughan committed [r6]

    Update with some changes to test display of differences

  • Andrew Roughan Andrew Roughan committed [r11]

    Description of how to build Marinetti using Merlin

  • Andrew Roughan Andrew Roughan committed [r12]

    Description of CVS Repository directories and content

  • Andrew Roughan Andrew Roughan committed [r13]

    Description of the status of files within the CVS Repository

  • Andrew Roughan Andrew Roughan committed [r14]

    Copies data and resource forks of files with various options

  • Andrew Roughan Andrew Roughan committed [r15]

    Help file for COPYFORK command file

  • Andrew Roughan Andrew Roughan committed [r17]

    Developer Macros for TCP/IP Toolset and data structures

  • Andrew Roughan Andrew Roughan committed [r18]

    Library file for equates related to building Marinetti

  • Andrew Roughan Andrew Roughan committed [r20]

    Equates for TCP/IP data structures

  • Andrew Roughan Andrew Roughan committed [r23]

    Init Resources

  • Andrew Roughan Andrew Roughan committed [r24]

    ICMP Manager

  • Andrew Roughan Andrew Roughan committed [r25]

    CVS Repository management tool

  • Andrew Roughan Andrew Roughan committed [r26]

    Updated the comments on how I use the tool.

  • Andrew Roughan Andrew Roughan committed [r29]

    Changes from MOSP3.0d2 BXY

  • Andrew Roughan Andrew Roughan committed [r32]

    Commands for use by Casper

  • Andrew Roughan Andrew Roughan committed [r35]

    Previous version had high bits set.

  • Andrew Roughan Andrew Roughan committed [r39]

    Scripted Point To Point protocol Link Layer Resources

  • Andrew Roughan Andrew Roughan committed [r41]

    Scripted PPP Link file (assembles modified source)

  • Andrew Roughan Andrew Roughan committed [r43]

    Update for Point to Point Link Layer modules

  • Andrew Roughan Andrew Roughan committed [r44]

    Incorrect placement

  • Andrew Roughan Andrew Roughan committed [r45]

    Subroutine library for Casper

  • Andrew Roughan Andrew Roughan committed [r46]

    Where to place content of this directory

  • Andrew Roughan Andrew Roughan committed [r48]

    Patch to correct placement of Casper subroutine library files

  • Andrew Roughan Andrew Roughan committed [r50]

    Changes from MOSP30d5.BXY

  • Andrew Roughan Andrew Roughan committed [r51]

    Description of changes for the PPP Link Layer

  • Andrew Roughan Andrew Roughan committed [r52]

    Description of changes for the Scripted PPP Link Layer

  • Andrew Roughan Andrew Roughan committed [r54]

    Document describing how to combine CVS source files

  • Andrew Roughan Andrew Roughan committed [r55]

    Copies intermediary build files into the

  • Andrew Roughan Andrew Roughan committed [r59]

    Provide visual output during operation

  • Andrew Roughan Andrew Roughan committed [r60]

    Correct version for MOSP3_0d5

  • Andrew Roughan Andrew Roughan committed [r62]

    Utility to show Appletalk Nodes available on network

  • Andrew Roughan Andrew Roughan committed [r65]

    Added macro library for Hashtool (Tool128)

  • Andrew Roughan Andrew Roughan committed [r66]

    Changed case of variables to avoid assembler errors on systems that are case sensitive.

  • Andrew Roughan Andrew Roughan committed [r68]

    Version 1.2d2 for first release of CHAP with MD5

  • Andrew Roughan Andrew Roughan committed [r69]

    Changed case of variables to avoid assembler errors on systems that are case sensitive

  • Andrew Roughan Andrew Roughan committed [r70]

    Miscellaneous IPC subroutines

  • Andrew Roughan Andrew Roughan committed [r71]

    Addition of I.IPC.S

  • Andrew Roughan Andrew Roughan committed [r72]

    CHAP with MD5 implementation

  • Andrew Roughan Andrew Roughan committed [r73]

    Change Tickle from PAP to CHAP

  • Andrew Roughan Andrew Roughan committed [r74]

    Version 1.2d2 for first release of CHAP with MD5

  • Andrew Roughan Andrew Roughan committed [r75]

    Workaround for bank aligned entry point

  • Andrew Roughan Andrew Roughan committed [r76]

    Added I.PATCH.S

  • Andrew Roughan Andrew Roughan committed [r77]

    Set/Restore Data Bank Register in PPPSTARTUP

  • Andrew Roughan Andrew Roughan committed [r78]

    Added MD4 calls

  • Andrew Roughan Andrew Roughan committed [r80]

    Added build files for Crypto tool set

  • Andrew Roughan Andrew Roughan committed [r81]

    Added Tools\System\Crypto description

  • Andrew Roughan Andrew Roughan committed [r82]

    v1.2d5

  • Andrew Roughan Andrew Roughan committed [r83]

    Added boundary checking code to PtrToPtr

  • Andrew Roughan Andrew Roughan committed [r84]

    v3.0d6

  • Andrew Roughan Andrew Roughan committed [r85]

    v1.1a2

1 >