Hello,
Justus Winter, le Thu 15 Aug 2013 09:45:27 +0200, a écrit :
> this is my updated patch series for the sysvinit package.
Perhaps you should already submit all these patches except
[PATCH 4/7] initscripts: add runsystem.sysv
which depends on the hurd changes?
Samuel
I have applied the "important" patch series, thanks.
Samuel
I think we should keep this in the Debian package, the upstream GNU
system will a priori still use /hurd/init as reaper.
Samuel
Justus Winter, le Tue 30 Jul 2013 11:59:08 +0200, a écrit :
> [PATCH 01/16] libnetfs: implement file_get_translator_cntl
> [PATCH 02/16] libnetfs: handle dead-name notifications
I have applied these for now.
Samuel
Justus Winter, le Thu 15 Aug 2013 08:23:17 +0200, a écrit :
> This adds a umount utility that implements most of the functions that
> the Linux umount utility provides, especially that subset that is used
> by the Debian package initscripts.
Replaced the previous patch with this one, thanks.
Samu
I don't understand this part:
Justus Winter, le Tue 30 Jul 2013 11:59:11 +0200, a écrit :
> @@ -100,8 +100,17 @@ diskfs_S_dir_rename (struct protid *fromcred,
>diskfs_nrele (fnp);
>pthread_mutex_unlock (&renamedirlock);
>if (!err)
> - /* MiG won't do this for us, which
Justus Winter, le Mon 05 Aug 2013 12:11:30 +0200, a écrit :
> + if (essential)
> + start_code = end_code = 0; /* To make killall5.c consider it a
> + kernel process that is to be
> + left alone. */
> + else
> + p
Applied both, thanks.
Samuel
Justus Winter, le Thu 15 Aug 2013 18:41:54 +0200, a écrit :
> This commit removes the parts of the exec server that were once using
> the Binary File Descriptor library.
This seems like a difficult thing to maintain indeed, applied.
Thanks,
Samuel
Justus Winter, le Thu 15 Aug 2013 18:41:52 +0200, a écrit :
> exec/exec.c (load_section): Remove unused code.
> -#if 0
> - switch (elf_machine)
> - {
> - case EM_386:
> - case EM_486:
> - /* On the i386, programs normally load at 0x0800, and
> -expect
Justus Winter, le Thu 15 Aug 2013 18:41:53 +0200, a écrit :
> This code was meant to allow the user to specify alternative exec
> servers using an environment variable. The Hurd uses the file system
> as namespace for server lookups, so the proper way to use one's own
> exec server seems to be the
Hello,
Justus Winter, le Thu 15 Aug 2013 18:41:50 +0200, a écrit :
> Remove support for transparently unbzip2ing executables from the exec
> server. The code in question makes the exec server unnecessarily
> complex and since the exec server is an essential process, crashing it
> makes /hurd/init
Update of bug #13398 (project hurd):
Status: Confirmed => Fixed
Open/Closed:Open => Closed
___
Follow-up Comment #1:
Fixed by Justus Winter
Applied, thanks!
Samuel
Applied series, thanks.
Samuel
Applied this one, thanks.
Samuel
Applied, thanks.
Samuel
Applied all except the -t auto one.
Samuel
Hello,
Justus Winter, le Fri 05 Jul 2013 17:13:30 +0200, a écrit :
> Use libblkid to detect the filesystem type if "auto" is given as
> type.
Could you make it optional, according to detecting libblkid at
./configure time? That will help with bootstrap build and such cases.
Samuel
Applied pending patches, thanks!
Samuel
Applied remaining patches, thanks!
Samuel
Follow-up Comment #1, bug #19479 (project hurd):
This is easily explained, the shell isn't handling or ignoring SIGLOST:
% settrans -ca node ./memfile
% /bin/echo something > node
[1]24909 resource lost /bin/echo something > node
% settrans -ca node ./memfile
% trap 'echo oops >&2' 32
% ech
Hi,
attached is a test program for SCM_CREDS support for GNU/Linux,
GNU/kFreeBSD and GNU/Hurd. With the soon to be submitted patches Hurd
works as given below. LD_PRELOAD is used for the Hurd tests.
Options:
none: send an integer as data
-z: send a zero credentials byte as data (used by dbus)
-n
23 matches
Mail list logo