[PATCH 2/2] add developer workflows page.

2024-12-01 Thread jbra...@dismail.de
* contributiing.mdwn: link to the developer-workflows page. * contributing/developer-workflows.mdwn: new file. --- contributing.mdwn | 6 ++ contributing/developer-workflows.mdwn | 133 ++ 2 files changed, 139 insertions(+) create mode 100644 contribu

[PATCH 1/2] document __hurd_fail ()

2024-12-01 Thread jbra...@dismail.de
* glibc.mdwn: link to glibc/error-reporting.md * glibc/error-reporting.mdwn: new file. Document, __hurd_fail () and friends. And throw in a reference to __COLD. --- glibc.mdwn | 15 ++ glibc/error-reporting.mdwn | 57 ++ 2 files changed

[PATCH Hurd] Add rtc translator and RTC CMOS driver

2024-12-01 Thread Zhaoming Luo
A translator will be created as /hurd/rtc-cmos, users can create a /dev/rtc device using the following command: ``` sudo settrans -c /dev/rtc /hurd/rtc-cmos ``` * Makefile: add rtc-cmos server into the compile chain * hurd/pioctl.defs: new file. Interfaces for rtc ioctl operations * hurd/rtc.h: ne

Re: [RFC PATCH util-linux] Support hwclock read and set operations for Hurd

2024-12-01 Thread Samuel Thibault
Hello, Zhaoming Luo, le lun. 02 déc. 2024 10:06:48 +0800, a ecrit: > +static void close_rtc(void) > +{ [...] > +} > + > +static int open_rtc(const struct hwclock_control *ctl) > +{ [...] > +} > + > +static int open_rtc_or_exit(const struct hwclock_control *ctl) > +{ [...] > +} > + > +static int

[RFC PATCH util-linux] Support hwclock read and set operations for Hurd

2024-12-01 Thread Zhaoming Luo
From: Zhaoming Luo * configure.ac: add HURD conditional for meson build * sys-utils/Makemodule.am: compile hurd-specific rtc device operations * sys-utils/hurd-hwclock-rtc.c: new file, hurd-specific rtc device * operations * sys-utils/hwclock.c: add --rtc option and probe_for_rtc_clock for hwcloc

Re: Blog post: Guix/Hurd on Real Iron

2024-12-01 Thread Tanguy LE CARROUR
Hi Joshua, Quoting jbra...@dismail.de (2024-11-30 15:27:11) > November 30, 2024 at 6:23 AM, "Tanguy LE CARROUR" mailto:tan...@bioneland.org?to=%22Tanguy%20LE%20CARROUR%22%20%3Ctanguy%40bioneland.org%3E > > wrote: > > Was it supposed to work on real hardware or was I being overly optimistic? >