[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.9.git20240714-38-g85d59af5
From: |
Samuel Thibault |
Subject: |
[SCM] Hurd branch, master, updated. v0.9.git20240714-38-g85d59af5 |
Date: |
Sun, 8 Dec 2024 19:57:51 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 85d59af5be84d122adab484a9c961462d4fdbfda (commit)
via 6db346c1b8e193f6b8d1861364bb3498c4def4ab (commit)
from 63d8cb89bcee8c0e1cd140b948b6d2ced7974677 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85d59af5be84d122adab484a9c961462d4fdbfda
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Mon Dec 9 01:57:26 2024 +0100
smp: Simplify passing argv
commit 6db346c1b8e193f6b8d1861364bb3498c4def4ab
Author: Damien Zammit via Bug reports for the GNU Hurd <bug-hurd@gnu.org>
Date: Tue Nov 26 10:37:58 2024 +0000
sutils: Add smp tool to run process on slave processors
Until we make gnumach fully parallel, we need a way to execute
on slave processor set on smp-enabled gnumach.
For example:
$ /sbin/smp /bin/bash
$
will launch a shell that executes commands only within slave pset,
consisting of all processors except processor 0.
We can thus test parallelism on Hurd in a controlled way.
Message-ID: <20241126103747.353948-1-damien@zamaudio.com>
-----------------------------------------------------------------------
Summary of changes:
sutils/Makefile | 2 +-
sutils/smp.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 sutils/smp.c
hooks/post-receive
--
Hurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.9.git20240714-38-g85d59af5,
Samuel Thibault <=