---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From rswindell@VERT to CVS commit on Sat Mar 21 21:14:57 2020
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 Sun Aug 2 18:32:54 2020
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 Sun Aug 2 19:40:49 2020
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 Sun Aug 2 20:29:39 2020
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
From ct@VERT to Git commit to main/sbbs/master on Thu Oct 30 18:47:58 2025