• src/xpdev/genwrap.h

    From rswindell@VERT to CVS commit on Saturday, March 21, 2020 20:14:57
    src/xpdev genwrap.h 1.116 1.117
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv19519

    Modified Files:
    genwrap.h
    Log Message:
    For SLEEP() implementations which use nanosleep(), resume the sleep if/when nanosleep was interrupted by a signal and the SLEEP parameter is > 1. Previously, any signal wuold abort SLEEP() prematurely. A SLEEP(1) (yield) behaves the same as before since 1 is a special value where a short-sleep duration is fine/expected on occasion.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, August 02, 2020 17:32:54
    src/xpdev genwrap.h 1.118 1.119
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv11929

    Modified Files:
    genwrap.h
    Log Message:
    Add some more preprocessor checks (for _M_ARM and __aarch64__) in the definition of ARCHITECTURE_DESC in builds targetting ARM processors.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, August 02, 2020 18:40:49
    src/xpdev genwrap.h 1.119 1.120
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv17770

    Modified Files:
    genwrap.h
    Log Message:
    Use armvX insted of armX (e.g. armv7 means something different than arm7).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, August 02, 2020 19:29:39
    src/xpdev genwrap.h 1.120 1.121
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv22066

    Modified Files:
    genwrap.h
    Log Message:
    GCC defines __ARM_ARCH and not _M_ARCH, so support that. And ARMv8 while
    we're at it.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net