[hurd,commited 0/4] hurd xattr fixes

2024-06-10 Thread Samuel Thibault
These fix a few corner cases of the xattr interface. Samuel Thibault (4): hurd: Fix lsetxattr return value hurd: Fix getxattr("gnu.translator") returning ENODATA hurd: Fix setxattr return value on replacing hurd: Fix getxattr/listxattr returning ERANGE hurd/xattr.c

[hurd,commited 4/4] hurd: Fix getxattr/listxattr returning ERANGE

2024-06-10 Thread Samuel Thibault
The manpage says that when the passed size is zero, they should set the expected size and return 0. ERANGE shall be returned only when the non-zero passed size is not large enough. --- hurd/xattr.c | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git

[hurd, commited 2/4] hurd: Fix getxattr("gnu.translator") returning ENODATA

2024-06-10 Thread Samuel Thibault
When no translator is set, __file_get_translator would return EINVAL which is a confusing value. Better check for a passive translation before getting the value. --- hurd/xattr.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hurd/xattr.c b/hurd/xattr.c index

[hurd,commited 3/4] hurd: Fix setxattr return value on replacing

2024-06-10 Thread Samuel Thibault
When XATTR_REPLACE is set we shall succeed when the value already exists, and fail with ENODATA otherwise, instead of the converse. --- hurd/xattr.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hurd/xattr.c b/hurd/xattr.c index f613d47c83..1a84c90db8 100644 ---

[hurd,commited 1/4] hurd: Fix lsetxattr return value

2024-06-10 Thread Samuel Thibault
The manpage says that lsetxattr returns 0 on success, like setxattr. --- sysdeps/mach/hurd/lsetxattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/lsetxattr.c b/sysdeps/mach/hurd/lsetxattr.c index 3f5d335a1a..49487f78fb 100644 ---

[SCM] Web pages branch, master, updated. e9034d566710efcc3c78aa9cad144f81f5546736

2024-06-02 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via e9034d566710efcc3c78aa9cad144f81f5546736 (commit) via

[SCM] Web pages branch, master, updated. f79af5970ba853135b85bfaf044da714a584ae31

2024-06-02 Thread Samuel Thibault
--- commit f79af5970ba853135b85bfaf044da714a584ae31 Author: Samuel Thibault Date: Sun Jun 2 14:48:41 2024 +0200 Note about swapping having issues with rumpdisk --- Summary of changes: contributing.mdwn | 1 + 1 file changed, 1 insertion(+) hooks/po

[SCM] Web pages branch, master, updated. 46263a0103a7ec6d3d86808222ba89823ccea2cc

2024-05-30 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via 46263a0103a7ec6d3d86808222ba89823ccea2cc (commit) via

[SCM] Web pages branch, master, updated. 5fb07552a0ce6ba57ac402cc448383b31dca6487

2024-05-30 Thread Samuel Thibault
--- commit 5fb07552a0ce6ba57ac402cc448383b31dca6487 Author: Samuel Thibault Date: Thu May 30 14:56:01 2024 +0200 mke2fs is in /sbin/ --- Summary of changes: faq/still_useful.mdwn | 2 +- hurd/documentation/translators.html | 2 +- hu

[SCM] Web pages branch, master, updated. 3bbdbe744833d600f1cd0448f300c97b0443a8a7

2024-05-28 Thread Samuel Thibault
--- commit 3bbdbe744833d600f1cd0448f300c97b0443a8a7 Author: Samuel Thibault Date: Wed May 29 02:17:16 2024 +0200 mention how made the proposal --- Summary of changes: open_issues/serverbootv2.mdwn | 2 ++ 1 file changed, 2 insertions(+) hooks/po

[SCM] Web pages branch, master, updated. c1f4c8c4272898499a834aaa9bb9c4bcbb9fb18c

2024-05-27 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via c1f4c8c4272898499a834aaa9bb9c4bcbb9fb18c (commit) from

[SCM] Web pages branch, master, updated. 627fcfa8770bd8419879fe0ceebb83917d1da516

2024-05-26 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via 627fcfa8770bd8419879fe0ceebb83917d1da516 (commit) via

[SCM] the great next stuff branch, dde, updated. e222a08403796cfa370de2b4910e6b805412c0cf

2024-05-22 Thread Samuel Thibault
--- commit e222a08403796cfa370de2b4910e6b805412c0cf Author: Samuel Thibault Date: Wed May 22 17:00:51 2024 +0200 Fix -Werror=implicit-function-declaration errors --- Summary of changes: libdde_linux26/contrib/block/blk-softirq.c

[SCM] Web pages branch, master, updated. a820479ef72ecc679f92a5311c01990bb1b9e6d9

2024-05-22 Thread Samuel Thibault
--- commit a820479ef72ecc679f92a5311c01990bb1b9e6d9 Author: Samuel Thibault Date: Wed May 22 09:44:19 2024 +0200 refer to Flavio's patch --- Summary of changes: contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-recei

[SCM] Web pages branch, master, updated. 88c9776c5518ad7529f0728310ceb4e1463571ac

2024-05-21 Thread Samuel Thibault
--- commit 88c9776c5518ad7529f0728310ceb4e1463571ac Author: Samuel Thibault Date: Wed May 22 01:58:15 2024 +0200 Sergey eventually got to sign copyright assignment --- Summary of changes: open_issues/copyright_assignment.mdwn | 1 - 1 file changed,

[SCM] Hurd branch, master, updated. v0.9.git20231217-59-g529d72a5

2024-05-19 Thread Samuel Thibault
--- commit 529d72a57521ff077dcca45e573b7592059b1061 Author: Samuel Thibault Date: Sun May 19 22:15:35 2024 +0200 pfinet: wait a bit before retrying to open ethernet device If netdde is restarting, it may have not finished probing devices, give it

[SCM] Hurd branch, master, updated. v0.9.git20231217-58-g78480003

2024-05-09 Thread Samuel Thibault
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 78480003853381e959592572038b064777228fb3 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-57-gb4d1e3e3

2024-05-06 Thread Samuel Thibault
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 b4d1e3e3a9a8ff17aaef006289c05830801c7c52 (commit) from

[hurd,commited] hurd: Stop mapping AT_NO_AUTOMOUNT to O_NOTRANS

2024-04-30 Thread Samuel Thibault
From: Sergey Bugaev While AT_NO_AUTOMOUNT is similar in function to the Hurd's O_NOTRANS, there are significant enough differences in semantics: 1. AT_NO_AUTOMOUNT has no effect on already established mounts, whereas O_NOTRANS causes the lookup to ignore both passive and active

[SCM] GNU Mach branch, master, updated. v1.8-918-g0396920c

2024-04-16 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 0396920c68ce7c09b1aea5c24f25e8006114502f (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-917-gff6f2240

2024-04-15 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via ff6f22408260b191b0348029025432def45736c2 (commit) via

[SCM] Web pages branch, master, updated. 58e9e2a179e7c7a5e64f39d2a0d58f94a12bb097

2024-04-13 Thread Samuel Thibault
--- commit 58e9e2a179e7c7a5e64f39d2a0d58f94a12bb097 Author: Samuel Thibault Date: Sat Apr 13 16:23:15 2024 +0200 done --- Summary of changes: contributing.mdwn | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Web pages

[SCM] Web pages branch, master, updated. 0db356ea482b3045f4d49b5c7953791bf18573a3

2024-04-07 Thread Samuel Thibault
--- commit 0db356ea482b3045f4d49b5c7953791bf18573a3 Author: Samuel Thibault Date: Sun Apr 7 17:18:07 2024 +0200 Fix git.savannah.gnu.org urls into https --- Summary of changes: community/gsoc/2012/virt/discussion.mdwn | 2 +- community

[SCM] Web pages branch, master, updated. 9553439d7562aad9c3b58a83fc7c0059fc29422a

2024-04-07 Thread Samuel Thibault
ow. - Log - commit 9553439d7562aad9c3b58a83fc7c0059fc29422a Author: Samuel Thibault Date: Sun Apr 7 17:10:01 2024 +0200 Fix 2024-Q4 qoh file name commit e85f3f91f14bd81ade38e5dfe6b1cea7c5f402f2 Author: Samuel Thibault Date: Sun Apr 7 17:00:05 2024 +0200 Fix

[SCM] Web pages branch, master, updated. 978def0c76357e2ba0b32d0bee5e6c4e85e517dc

2024-04-07 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via 978def0c76357e2ba0b32d0bee5e6c4e85e517dc (commit) from

[SCM] Web pages branch, master, updated. 257b22c265dbcaa18535b83719d1fab8a0eb2afd

2024-04-06 Thread Samuel Thibault
--- commit 257b22c265dbcaa18535b83719d1fab8a0eb2afd Author: Samuel Thibault Date: Sun Apr 7 00:52:25 2024 +0200 Mention the onlyup build profile for gnumach --- Summary of changes: microkernel/mach/gnumach/building.mdwn | 8 ++-- 1 file changed, 6

[SCM] GNU Mach tag, v1.8+git20240406, created. v1.8-903-g73281525

2024-04-06 Thread Samuel Thibault
it) - Log - commit 732815255877ff1d034b93e4367baf44cf0093bd Author: Samuel Thibault Date: Sat Apr 6 00:22:17 2024 +0200 tests: Add missing test files shipping --- hooks/po

[SCM] GNU Mach branch, master, updated. v1.8-909-g782b800f

2024-04-06 Thread Samuel Thibault
ow. - Log - commit 782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398 Author: Samuel Thibault Date: Sat Apr 6 13:50:32 2024 +0200 tests: give more time If the host is loaded it may take some time to boot. commit f2e8e4d2619629b75dd6263b2aa58939538fa7e2 Author: Samue

[SCM] GNU Mach branch, master, updated. v1.8-907-g4d5a6950

2024-04-05 Thread Samuel Thibault
ow. - Log - commit 4d5a69509ce2bb11a30bd2557731287f5292aef8 Author: Samuel Thibault Date: Sat Apr 6 01:15:30 2024 +0200 tests: Disable parallelism The makefile pieces are not ready for this. commit fd03afa77c45d8907e7226663ec02bca8107def8 Author: Samuel Thib

[SCM] GNU Mach branch, master, updated. v1.8-905-gbffab8b7

2024-04-05 Thread Samuel Thibault
revisions in full, below. - Log - commit bffab8b792790306db43bea412568c3e5ceb0ac0 Author: Samuel Thibault Date: Sat Apr 6 00:55:24 2024 +0200 tests: Fix running on 32bit host qemu-system-i386 says at most 2047

[SCM] GNU Mach branch, master, updated. v1.8-902-ge2332ece

2024-04-05 Thread Samuel Thibault
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 e2332eceff15dc37193a4f82fbac6a913af540ca Author: Samuel Thibault Date:

[SCM] GNU Mach branch, master, updated. v1.8-897-gdf19628b

2024-03-28 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via df19628b2b6665468e698e290dfd1568720ba042 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-896-gced537ad

2024-03-27 Thread Samuel Thibault
--- commit ced537ad297754e08b19536102712c692c949f44 Author: Samuel Thibault Date: Wed Mar 27 23:11:14 2024 +0100 kd: Include i386/irq.h to get unmask_irq declaration --- Summary of changes: i386/i386at/kd.c | 1 + 1 file changed, 1 insertion(

[SCM] GNU Mach branch, master, updated. v1.8-895-g86c40ecf

2024-03-27 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 86c40ecfb6fdad0cf74f8f2e7354131acb9d1a2a (commit) via

[SCM] the great next stuff branch, dde, updated. 33a07c9be97e7cfbf51562c3c340df2953093579

2024-03-26 Thread Samuel Thibault
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 "the great next stuff". The branch, dde has been updated via 33a07c9be97e7cfbf51562c3c340df2953093579 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-56-g19b16e8e

2024-03-26 Thread Samuel Thibault
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 19b16e8e8c730fe7383db5fdea82500070ceda56 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-55-g9f803eac

2024-03-23 Thread Samuel Thibault
--- commit 9f803eacded5409e66f1fd77f5425f4911f2ed8e Author: Samuel Thibault Date: Sat Mar 23 20:05:30 2024 +0100 Revert "exec: Stop relying on address space size" This reverts commit db46ea2eb9dc84959fbf9b1819facac3d6078ba1. This is making t

[SCM] Hurd branch, master, updated. v0.9.git20231217-54-gd8400c43

2024-03-23 Thread Samuel Thibault
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 d8400c4394197317b722d6fa6aab47b1776f5176 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-53-g1adea9cc

2024-03-23 Thread Samuel Thibault
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 1adea9ccce9e07037506d069a73f048b50c40561 (commit) via

[SCM] GNU Mach branch, master, updated. v1.8-881-g7e0b085a

2024-03-15 Thread Samuel Thibault
--- commit 7e0b085a11cb666e955d4ecf5de8e4341629c706 Author: Samuel Thibault Date: Fri Mar 15 19:49:21 2024 +0100 Do not install device/input.h Is _IO{,R,W,WR} macros conflict with the glibc-provided macros and bring confusion as to what is supposed to be the right definition. There is current

[SCM] Hurd branch, master, updated. v0.9.git20231217-44-g64559905

2024-03-12 Thread Samuel Thibault
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 64559905b30334fdae1b94b775a4a98ee0126d0c (commit) via

[SCM] Hurd branch, master, updated. v0.9.git20231217-42-g036c63db

2024-03-12 Thread Samuel Thibault
--- commit 036c63db5a4a8caaa88b72cb403e86b83e3e8583 Author: Samuel Thibault Date: Tue Mar 12 23:11:23 2024 +0100 ext2fs: support translators on non-hurd-created filesystems We are fine with only using xattr on filesystems that don't have the i_translator i

[SCM] GNU Mach branch, master, updated. v1.8-880-g661835c9

2024-03-11 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 661835c91d14a41755c5f340ba0257c6ca8db1a1 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-41-g3358b147

2024-03-10 Thread Samuel Thibault
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 3358b1473f52876c21e3acafe8f7eac41d01a290 (commit) from

[SCM] Web pages branch, master, updated. 45c29e1104089fe61bc04d6fd68b4b415dfccfc3

2024-03-09 Thread Samuel Thibault
revisions in full, below. - Log - commit 45c29e1104089fe61bc04d6fd68b4b415dfccfc3 Author: Samuel Thibault Date: Sun Mar 10 01:14:56 2024 +0100 Revert "" This reverts commit 5b2a8044419a6fd0ba229557d9c30

[SCM] Web pages branch, master, updated. 7fe3d3afcbf84594b01750158b4767f0fc33172c

2024-03-09 Thread Samuel Thibault
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 "Web pages". The branch, master has been updated via 7fe3d3afcbf84594b01750158b4767f0fc33172c (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-879-gafec41f9

2024-03-09 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via afec41f9d80cb1f923d0d4f76af832b036dc2f4f (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-878-g8e726dc9

2024-03-09 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 8e726dc9abda7027922444a53eb3131c8e267666 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-877-g346a3801

2024-03-09 Thread Samuel Thibault
Message-ID: <20240309140244.347835-1-l...@orpolo.org> commit 46e5b87263932fe49ec7c6261e0a20b7dbc1bbc0 Author: Samuel Thibault Date: Mon Mar 4 02:09:34 2024 +0100 linux: Add missing include Otherwise the types in linux/dev/include/linux/s

[SCM] Hurd branch, master, updated. v0.9.git20231217-40-g66c891b1

2024-03-08 Thread Samuel Thibault
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 66c891b1cb9ba42bd1824ef0dbffba503697c405 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-39-gef5f9586

2024-03-08 Thread Samuel Thibault
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 ef5f9586d16a5f52fd974928f7f8c7dfa4728345 (commit) from

[SCM] Hurd branch, master, updated. v0.9.git20231217-38-gee150cd8

2024-03-06 Thread Samuel Thibault
--- commit ee150cd8b4fc4b1aba5d456e7791bc5366917568 Author: Samuel Thibault Date: Wed Mar 6 14:00:33 2024 +0100 procfs: fix MemTotal 4G memory clamp on 32bit systems Using vmstats allows to get up to 16T. --- Summary of changes: procfs/rootdir.c |

[SCM] Hurd branch, master, updated. v0.9.git20231217-37-gcb6b4024

2024-03-04 Thread Samuel Thibault
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 cb6b4024b5e0b79f6416dc9d2553208b981f4550 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-875-gd6030cdf

2024-03-03 Thread Samuel Thibault
--- commit d6030cdfc49e9aa10819a5438a5ae313a4538f42 Author: Samuel Thibault Date: Mon Mar 4 02:03:17 2024 +0100 vm_allocate_contiguous: Add missing page unwiring after making the area non-pageable Otherwise, if the allocated memory is passed over for returning data such as in device_read, we end up with

[SCM] Hurd branch, master, updated. v0.9.git20231217-36-geb1dc8ae

2024-03-03 Thread Samuel Thibault
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 eb1dc8ae5e7cd683d082d2278bc79a04047c7102 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-874-ga251b156

2024-03-03 Thread Samuel Thibault
ow. - Log - commit a251b15660097c37892bf510f0c9979a4ec196f2 Author: Samuel Thibault Date: Mon Mar 4 00:18:37 2024 +0100 x86_64 locore: Check segmentation by hand x86_64 ignores the segmentation limit, so we have to check it by hand when accessing userlan

[SCM] GNU Mach branch, master, updated. v1.8-872-g43f2a52a

2024-03-03 Thread Samuel Thibault
--- commit 43f2a52a6a00904f90a19fb178935cd16a7ced23 Author: Samuel Thibault Date: Sun Mar 3 22:53:00 2024 +0100 kernel traps: also catch general protection faults If userland passes a kernel pointer, it's not a page fault that we get, but a general protection fault. We also want to go through th

[SCM] Hurd branch, master, updated. v0.9.git20231217-35-g8734aa9a

2024-03-03 Thread Samuel Thibault
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 8734aa9a0a81da90520114b207d1e541ec1fa063 (commit) from

[SCM] Web pages branch, master, updated. 8983aa3530b82edd6142d1e55cf374a9a986fe09

2024-02-29 Thread Samuel Thibault
--- commit 8983aa3530b82edd6142d1e55cf374a9a986fe09 Author: Samuel Thibault Date: Fri Mar 1 03:27:20 2024 +0100 TODO: fix libbpf program validation --- Summary of changes: contributing.mdwn | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Web pages

[SCM] Hurd branch, master, updated. v0.9.git20231217-34-gf0378fa5

2024-02-29 Thread Samuel Thibault
--- commit f0378fa54b56755cf982eb517a009fb3dcf89ae5 Author: Samuel Thibault Date: Fri Mar 1 03:20:59 2024 +0100 libbpf: avoid aborting on unknown instruction Userland might load BPF programs with unknown instructions, we currently don't pre-check against that. In such a case, we shouldn't make netdde comple

[SCM] Hurd branch, master, updated. v0.9.git20231217-33-g1afe753f

2024-02-29 Thread Samuel Thibault
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 1afe753f75f1e64254c8e29c4c2030e25fa95392 (commit) via

[SCM] GNU Mach branch, master, updated. v1.8-871-ged1ca4b8

2024-02-28 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via ed1ca4b8c1db9b6578eab3ff8807bb1a174aaccc (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-870-ge5872f2d

2024-02-23 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via e5872f2d6a0129dfc4a564b8af8a0f45dcdce86c (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-869-g082831b9

2024-02-23 Thread Samuel Thibault
--- commit 082831b9a62c7582635c564791d329e2477e2de4 Author: Samuel Thibault Date: Fri Feb 23 14:06:34 2024 +0100 spl: Introduce assert_splvm and use it in process_pmap_updates Suggested-by: Damien Zammit --- Summary of changes: i386/i386/s

[SCM] GNU Mach branch, master, updated. v1.8-868-g68e9c649

2024-02-23 Thread Samuel Thibault
ow. - Log - commit 68e9c64926264a0bb926372b16f0dbf9c0d35224 Author: Samuel Thibault Date: Fri Feb 23 14:04:33 2024 +0100 kern: move pset_idle_lock/unlock to header so that kern/machine.c can use it commit b10edca40b871ca7e9ac0e09a5cf0ae8feac3311 Author: Dam

[SCM] GNU Mach branch, master, updated. v1.8-865-gef98db8f

2024-02-23 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via ef98db8f048cf7c70aaa0a16c76ac66954aad12e (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-866-gc5754fd6

2024-02-23 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via c5754fd61f08e8c1020cccbb9c7b875c33bd0a73 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-864-g2981d798

2024-02-22 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 2981d798351958d2c153bd3cb3c00cc2ebc9f27c (commit) via

[SCM] GNU Mach branch, master, updated. v1.8-862-g7ccf464a

2024-02-18 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 7ccf464afa11dfd849c61dd71c2ceadd2c1e8391 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-861-g032c9e17

2024-02-18 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 032c9e179a3ea03bea17f78b9f024341266e6cc8 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-860-g8a49b0fd

2024-02-18 Thread Samuel Thibault
revisions in full, below. - Log - commit 8a49b0fd609ca347dbc8400af139c2b5e188f159 Author: Samuel Thibault Date: Mon Feb 19 00:58:00 2024 +0100 Introduce and use assert_splsched() commit 83bb0f42038f12beb9f2a31a8ef3f7ff75938

[SCM] GNU Mach branch, master, updated. v1.8-857-gff3f259c

2024-02-18 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via ff3f259ceab38064953e04384d2b529f7b9aca34 (commit) from

[SCM] Web pages branch, master, updated. 67d2e0ff5b73b950ff976ac39780ea6711b4f44e

2024-02-16 Thread Samuel Thibault
ow. - Log - commit 67d2e0ff5b73b950ff976ac39780ea6711b4f44e Author: Samuel Thibault Date: Fri Feb 16 18:50:57 2024 +0100 TODO fix hurd-console commit 5dfc4647398a75fc0a36cb8a101e7257291de2ef Author: Samuel Thibault Date: Fri Feb 16 18:49:07 2024 +0100 fa

[SCM] GNU Mach branch, master, updated. v1.8-856-geb7b9cf2

2024-02-12 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via eb7b9cf26a71c9fea472a8fba18c699b6d98fe33 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-855-g744e8430

2024-02-12 Thread Samuel Thibault
--- commit 744e84302311df9eec9452936a26b16d8649c384 Author: Samuel Thibault Date: Mon Feb 12 18:55:23 2024 +0100 Add documentation for thread_set_name --- Summary of changes: doc/mach.texi | 11 +++ 1 file changed, 11 insertions(+) hooks/po

[SCM] Web pages branch, master, updated. a15b0f57b6fd2b9db8ac9543b95b3bfe23de083e

2024-02-12 Thread Samuel Thibault
--- commit a15b0f57b6fd2b9db8ac9543b95b3bfe23de083e Author: Samuel Thibault Date: Mon Feb 12 18:53:10 2024 +0100 thread_set_name was done --- Summary of changes: contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-recei

[SCM] GNU Mach branch, master, updated. v1.8-854-g10b25803

2024-02-12 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 10b25803ce879ee6ac832b884bfdabc79769486a (commit) via

[SCM] GNU Mach tag, v1.8+git20230520, created. v1.8-639-gd0aa6be9

2024-02-11 Thread Samuel Thibault
it) - Log - commit d0aa6be9e868090662fb8c152395c7333fadef9d Author: Samuel Thibault Date: Sat May 20 00:49:04 2023 +0200 Ship missing msr.h file --- hooks/post-receive -- GNU Mach

[SCM] GNU Mach tag, v1.8+git20230830, created. v1.8-742-g95b940e8

2024-02-11 Thread Samuel Thibault
it) - Log - commit 95b940e89657cb25e01098cde1999ac3d7cd7053 Author: Samuel Thibault Date: Wed Aug 30 00:05:01 2023 +0200 linux: DMA32 is now correctly handled --- hooks/po

[SCM] GNU Mach tag, v1.8+git20230526, created. v1.8-646-g9a8e6290

2024-02-11 Thread Samuel Thibault
it) - Log - commit 9a8e6290eb6db52b3aa19cad522880d22807ed65 Author: Samuel Thibault Date: Fri May 26 02:38:59 2023 +0200 Xen 64bit: Also put kernel at end of addressing space -

[SCM] GNU Mach tag, v1.8+git20231217, created. v1.8-808-g4541faab

2024-02-11 Thread Samuel Thibault
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 "GNU Mach". The tag, v1.8+git20231217 has been created at 4541faab2ec63444e5afdb1aa17b0cb6180a3d55 (commit) - Log

[SCM] GNU Mach branch, master, updated. v1.8-852-g2556fdec

2024-02-11 Thread Samuel Thibault
processor set RPCs. Message-ID: <20240211120023.1889731-1-dam...@zamaudio.com> commit 36c4fbd5e309b89b4c2df2b2e8dfade02f260c4e Author: Samuel Thibault Date: Sun Feb 11 15:07:52 2024 +0100 task: fix addressability of assign_active field It is used for thre

[SCM] GNU Mach branch, master, updated. v1.8-850-gaadb4339

2024-02-11 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via aadb433981b086bfb4e082757fed1154582d5497 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-849-g0232f733

2024-02-11 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 0232f733a60af52ff901d9af1bb4006fa1765182 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-848-ge97bef5c

2024-02-11 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via e97bef5c788fa9cf15aab28d469e5f72cb0360c7 (commit) from

[SCM] Web pages branch, master, updated. 49b7702eff34f48e65369718d908cd32292c1205

2024-02-11 Thread Samuel Thibault
--- commit 49b7702eff34f48e65369718d908cd32292c1205 Author: Samuel Thibault Date: Sun Feb 11 12:16:31 2024 +0100 TODO: *context for amd64 --- Summary of changes: contributing.mdwn | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Web pages

[SCM] GNU Mach branch, master, updated. v1.8-847-g64d61809

2024-02-11 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 64d6180904ff348ff1f719cf00a09fcf95eceff5 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-846-g6e6aa171

2024-02-10 Thread Samuel Thibault
--- commit 6e6aa171ff6c8a48507c32ce1fcadbd51ba96587 Author: Samuel Thibault Date: Sat Feb 10 16:34:49 2024 +0100 Fix build with APIC without SMP --- Summary of changes: i386/i386/cpuboot.S | 2 ++ i386/i386at/model_dep.c | 2 +- 2 files changed, 3

[SCM] GNU Mach branch, master, updated. v1.8-845-g10e70143

2024-02-08 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 10e70143fd451dc9855a562482ce9195f1d0d0bb (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-844-gc3a8722c

2024-02-08 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via c3a8722c4a131734395a2893f92e092ba441a844 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-843-ge37594f2

2024-02-08 Thread Samuel Thibault
--- commit e37594f2bf23d2c02e201452fc2911453e5f21b7 Author: Samuel Thibault Date: Fri Feb 9 00:43:11 2024 +0100 SMP: Fix allocating the apboot page vm_page_grab_contig does not necessarily allocate at the beginning of the DMA segment, so rather allocate by hand

[SCM] Hurd branch, master, updated. v0.9.git20231217-31-g786fc07a

2024-02-08 Thread Samuel Thibault
ow. - Log - commit 786fc07a9f990224db98f40ca819c81ab4e59966 Author: Samuel Thibault Date: Thu Feb 8 23:22:18 2024 +0100 runsystem.hurd.sh: Refresh from runsystem.hurd.sh.in commit 94e60a1affaaa4d74fa66618ca56ef360228a22b Author: Samuel Thibault Date: Thu Feb

[SCM] Hurd branch, master, updated. v0.9.git20231217-24-gcd0907a9

2024-02-08 Thread Samuel Thibault
ns in full, below. - Log - commit cd0907a905e126b421b134b167bad3f97c2915a4 Author: Samuel Thibault Date: Thu Feb 8 22:04:46 2024 +0100 runsystem: Do not try to set up translators if we do not have settra

[SCM] GNU Mach branch, master, updated. v1.8-842-g274626ed

2024-02-08 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 274626ed5398db8e44dc995078dbd00e2aa0c1b0 (commit) via

[SCM] GNU Mach branch, master, updated. v1.8-840-g25315a57

2024-02-07 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 25315a5716c70922ba8fd2c821b70abd101f80f5 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-839-gcaa07fdb

2024-02-07 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via caa07fdb903c6d533ce6dad1a66907d862e162ad (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-838-g69477710

2024-02-07 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via 69477710c88420603f32e84511d9adc2923d0503 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-837-g429762dc

2024-02-05 Thread Samuel Thibault
ow. - Log - commit 429762dca4d313140067d14e1c448ee68d1644d2 Author: Samuel Thibault Date: Mon Feb 5 23:22:00 2024 +0100 apboot: avoid self-modifying code self-modifying code is generally frowned upon, Intel largely says the support is model-dependent. We c

[SCM] GNU Mach branch, master, updated. v1.8-835-ga923f97f

2024-02-05 Thread Samuel Thibault
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 "GNU Mach". The branch, master has been updated via a923f97ff290a70fc224ac79ab276feae1cfbf53 (commit) from

[SCM] GNU Mach branch, master, updated. v1.8-834-ga59e2ed6

2024-02-04 Thread Samuel Thibault
--- commit a59e2ed64ba07d19657b25cbedd25586a912c8ed Author: Samuel Thibault Date: Sun Feb 4 22:33:22 2024 +0100 vm_pages_phys: Avoid faults while we keep vm locks In principle we are actually writing to the allocated area outside of the vm lock, but better be safe in case somebody chan

  1   2   3   4   5   6   7   8   9   10   >