> That's really not supposed to happen. It could be useful to put printfs
> in thread_setrun in the if ((processor = th->bound_processor) ==
> PROCESSOR_NULL) case, which is not supposed to happen, to determine
> when we are actually getting there with such case.
Excuse me the delay. After add pri
Joan Lledó via Bug reports for the GNU Hurd, le dim. 15 déc. 2019 19:57:43
+0100, a ecrit:
> diff --git a/trans/remap.c b/trans/remap.c
> index 5afbaa02..e3d5fa0a 100644
> --- a/trans/remap.c
> +++ b/trans/remap.c
> @@ -65,19 +65,23 @@ trivfs_S_dir_lookup (struct trivfs_protid *diruser,
>
From: Joan Lledó
* trans/remap.c:
* trivfs_S_dir_lookup():
* Match and replace prefixes instead of complete
file names. This is needed to remap entire file
systems, not only trivial ones.
---
trans/remap.c | 12
1 file chan
Hi,
El 11/12/19 a les 2:03, Samuel Thibault ha escrit:
> So indeed, when servers/bus/pci/ gets opened, it's not getting remapped.
> Feel free to fix the FIXME :)
Yes, that was it, I wrote a patch (attached) and it worked.
> I would say that pciutils should be made to use stat instead of
> lstat,
Hello,
Luca Weiss, le dim. 15 déc. 2019 19:00:15 +0100, a ecrit:
> locks: locks.o
> test-flock: test-flock.o
> test-lockf: test-lockf.o
> -test-fcntl: test-fcntl.o ../libfshelp/libfshelp.a
> +test-fcntl: test-fcntl.o
If test-fcntl needs more libraries, add them there, rather than
conflating it
---
If there's an idea for a better commit message for this, feel
free to change it :)
libfshelp-tests/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libfshelp-tests/Makefile b/libfshelp-tests/Makefile
index 3259016d..894c19d4 100644
--- a/libfshelp-tests/Makefil