* hurd/translator.mdwn: Add an entry for the rtc translator
* hurd/translator/rtc.mdwn: Add the introduction to the rtc translator
---
hurd/translator.mdwn | 1 +
hurd/translator/rtc.mdwn | 31 +++
2 files changed, 32 insertions(+)
create mode 100644 hurd/trans
Applied, thanks!
Zhaoming Luo, le jeu. 02 janv. 2025 08:45:51 +0800, a ecrit:
> ---
> hurd/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hurd/Makefile b/hurd/Makefile
> index 5200baef..3463f783 100644
> --- a/hurd/Makefile
> +++ b/hurd/Makefile
> @@ -20,7 +20,
---
hurd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hurd/Makefile b/hurd/Makefile
index 5200baef..3463f783 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -20,7 +20,7 @@ makemode := misc
hdrs = $(wildcard $(srcdir)/*.defs $(srcdir)/*.h)
INSTHDRS = hurd_types
Hello,
Sergey Bugaev, le mer. 01 janv. 2025 12:50:48 +0300, a ecrit:
> On Wed, Jan 1, 2025 at 12:25 PM Zhaoming Luo wrote:
> >
> > ---
> > sysdeps/mach/clock_gettime.c | 12
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_g
Hello,
Zhaoming Luo, le mer. 01 janv. 2025 15:38:52 +0800, a ecrit:
> * hurd/translator.mdwn: Add an entry for the rtc translator
> * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator
>
> Signed-off-by: Zhaoming Luo
> ---
> hurd/translator.mdwn | 1 +
> hurd/translator
Zhaoming Luo, le mer. 01 janv. 2025 18:04:16 +0800, a ecrit:
> On 1/1/25 5:51 PM, Zhaoming Luo wrote:
> > ---
> > sysdeps/mach/clock_gettime.c | 12
> > 1 file changed, 12 insertions(+)
> The website[0] mentions making `gettimeofday()` use the CLOCK_MONOTONIC.
Mmm, that website com
Diego Nieto Cid, le mer. 01 janv. 2025 21:03:23 +, a ecrit:
> On Wed, Jan 01, 2025 at 08:07:04PM +, Diego Nieto Cid wrote:
> > On Wed, Jan 01, 2025 at 06:51:47PM +0100, Samuel Thibault wrote:
> > > >
> > > > /* Structure used for storage of ancillary data object information.
> > > >
Diego Nieto Cid, le mer. 01 janv. 2025 20:07:04 +, a ecrit:
> On Wed, Jan 01, 2025 at 06:51:47PM +0100, Samuel Thibault wrote:
> > > /* Structure used for storage of ancillary data object information.
> > > */
> > > struct cmsghdr
> > > {
> > > socklen_t cmsg_len;
On Wed, Jan 01, 2025 at 08:07:04PM +, Diego Nieto Cid wrote:
> On Wed, Jan 01, 2025 at 06:51:47PM +0100, Samuel Thibault wrote:
> > >
> > > /* Structure used for storage of ancillary data object information.
> > > */
> > > struct cmsghdr
> > > {
> > > socklen_t cmsg_len
On Wed, Jan 01, 2025 at 06:51:47PM +0100, Samuel Thibault wrote:
> >
> > /* Structure used for storage of ancillary data object information. */
> > struct cmsghdr
> > {
> > socklen_t cmsg_len; /* Length of data in cmsg_data plus
> > length
> >
Diego Nieto Cid, le mar. 31 déc. 2024 20:48:08 +, a ecrit:
> On Tue, Dec 31, 2024 at 08:32:47PM +, Diego Nieto Cid wrote:
> >
> > Adding the following line to the program:
> >
> > printf("cmsghdr: %lu\n", sizeof (struct cmsghdr));
> >
> > shows 12 on Hurd and 16 on Linux. I think I'm
On 1/1/25 5:51 PM, Zhaoming Luo wrote:
---
sysdeps/mach/clock_gettime.c | 12
1 file changed, 12 insertions(+)
The website[0] mentions making `gettimeofday()` use the CLOCK_MONOTONIC.
Does that refer to this one[1]?
[0]: https://darnassus.sceen.net/~hurd-web/open_issues/clock_g
Happy New Year!
On Wed, Jan 1, 2025 at 12:25 PM Zhaoming Luo wrote:
>
> ---
> sysdeps/mach/clock_gettime.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c
> index 6fffad39f5..22faf85730 100644
> --- a/sysdeps/mach
---
sysdeps/mach/clock_gettime.c | 12
1 file changed, 12 insertions(+)
diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c
index 6fffad39f5..22faf85730 100644
--- a/sysdeps/mach/clock_gettime.c
+++ b/sysdeps/mach/clock_gettime.c
@@ -31,6 +31,18 @@ __clock_gettim
14 matches
Mail list logo