Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 15:29:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240769] linux(4): 'openssl speed rsa' calls time(2)
Message-ID:  <bug-240769-227-rvkWGwuyEI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240769-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240769-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240769

--- Comment #2 from Conrad Meyer <cem@freebsd.org> ---
Yeah, time is one of the functions provided by vdso on Linux x86_64:

       __vdso_clock_gettime   LINUX_2.6
       __vdso_getcpu          LINUX_2.6
       __vdso_gettimeofday    LINUX_2.6
       __vdso_time            LINUX_2.6

http://man7.org/linux/man-pages/man7/vdso.7.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240769-227-rvkWGwuyEI>