Displaying 20 results from an estimated 1000 matches similar to: "[patch] GNU/Hurd compatibility patches"
2000 Dec 27
2
patch to support hurd-i386
Hi,
here's a patch so that ssh also supports hurd-i386. Thanks for
incorporating. The patch comes from Robert Bihlmeyer <robbe at orcus.priv.at>.
> openssh 2.2.0p1-1.1 does not build on the Hurd. The appended patch
> fixes that. Changes in detail:
> * PAM is not (yet?) supported, so the PAM dependencies are only put into
> the control file on architectures != hurd-i386.
2013 Jan 10
3
[LLVMdev] Porting LLVM, clang et al. to GNU/Hurd
Hi!
At night, when having my GNU Hurd maintainer hat on, I'm currently
working on porting LLVM, clang et al. to x86-class systems using the GNU
Hurd as their kernel, <http://www.gnu.org/software/hurd/>.
In the following, I'll just use LLVM to refer to the whole suite of
tools.
To some extent, LLVM already works on GNU/Hurd; thanks for constructing
it in a portable fashion. From
2018 Feb 14
1
[PATCH] inspect: use check_tests also for detecting Hurd
Even though the list of checks is very short, at least this migrates
from imperative checks to a "declarative" one.
There should be no behaviour change, other than using os-release if it
contains all the needed information.
---
daemon/inspect_fs_unix.ml | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/daemon/inspect_fs_unix.ml
2014 Sep 23
1
[PATCH] inspect: map Hurd devices, and enable fstab introspection
Add a mapping for the Hurd device names, so it is possible to enable the
inspection of /etc/fstab.
---
src/inspect-fs-unix.c | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
index 3f57cd5..b629508 100644
--- a/src/inspect-fs-unix.c
+++ b/src/inspect-fs-unix.c
@@ -78,6 +78,7 @@ static pcre
2009 Dec 16
2
Build fix on HURD
I've made two little patches to allow dovecot to be compiled on GNU/Hurd.
Could you review them?
Kind regards,
Marco Nenciarini
--
---------------------------------------------------------------------
| Marco Nenciarini | Debian/GNU Linux Developer - Plug Member |
| mnencia at prato.linux.it | http://www.prato.linux.it/~mnencia |
2007 Mar 03
4
GNU Mach Xen port
Hi,
I''m glad to announce that I have mostly finished a port of GNU Mach to
Xen, so that GNU/Hurd/Mach/Xen now works :)
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Feb 09
0
Hurd boot difficulties.
I am working with multiboot module "mboot.c32". I have had luck using it to
boot NetBSD and the Hurd kernel. The problem with booting the Hurd kernel
is apparently connected to the extended syntax passed along to it by grub.
Grub passes Hurd kernel approximately 4 files, some of which are modules,
and another ten (or so) boot arguments, which correspond to those modules
and kernel. The
2001 Jan 04
0
patch for the HURD
This is a small/trivial patch to get HURD to _compile_ (I haven't gotten
PRNG to work yet) openssh. All it does is define MAXHOSTNAMELEN in
defines.h if it isn't already defined (there may need to be a library
loaded first, or you may want to incorporate that patch into canohost.c
instead of defines.h). Anyway, small patch for canohost.c and defines.h
because HURD doesn't use
2013 Jan 10
0
[LLVMdev] Porting LLVM, clang et al. to GNU/Hurd
Hi Thomas, it sounds like all the changes you need are to clang, and nothing in
LLVM proper needs to be changed. Is that right?
Ciao, Duncan.
2002 Apr 10
1
openssh-3.1p1 on GNU/Hurd
Hi,
I've gone and ported the latest version of openssh, 3.1p1, to GNU/Hurd.
I've tried to learn from the other threads on this topic, but I still had
to get rid of MAXHOSTNAMELEN where I could.
James A. Morrison
diff -urN openssh-3.1p1.old/Makefile.in openssh-3.1p1/Makefile.in
--- openssh-3.1p1.old/Makefile.in Tue Feb 26 14:24:22 2002
+++ openssh-3.1p1/Makefile.in Tue Apr 9 16:16:49
2001 Jul 23
1
forwarded message from mouring@etoh.eviladmin.org
On Mon, Jul 23, 2001 at 12:49:14AM +0100, Matthew Vernon wrote:
> ------- start of forwarded message -------
> From: <mouring at etoh.eviladmin.org>
> To: Matthew Vernon <matthew at empire.ucam.org>
> cc: <openssh-unix-dev at mindrot.org>
> Subject: Re: [patch] GNU/Hurd compatibility patches
> Date: Sun, 22 Jul 2001 12:39:32 -0500 (CDT)
>
>
> We
2000 Dec 27
1
patch to support hurd-i386.
Damn, forgot the rest of the patch. Here it comes.
diff -Nur openssh-2.2.0p1-/ssh-keygen.c openssh-2.2.0p1/ssh-keygen.c
--- openssh-2.2.0p1-/ssh-keygen.c Wed Aug 23 02:46:24 2000
+++ openssh-2.2.0p1/ssh-keygen.c Sun Oct 29 16:44:50 2000
@@ -68,7 +68,7 @@
static const char *__progname = "ssh-keygen";
#endif /* HAVE___PROGNAME */
-char hostname[MAXHOSTNAMELEN];
+char
2001 Jul 22
1
[patch] ignore SSH2_MSG_IGNORE packets
Hi,
protocolkeepalives sends ssh_msg_ignore, which the ssh2 server handles
incorrectly (i.e. it produces some output to syslog, instead of
ignoring the packet):
Jul 9 11:58:07 ren sshd[16580]: error: Hm, dispatch protocol error:
type 32 plen 4
This patch implements a highly advanced function to ignore these
packets ;)
Matthew
-------------- next part --------------
An embedded and
2001 Jul 22
1
[patch] add -1 and -2 options to scp
Hi,
Several people have asked that scp support the -1 and -2 options, so I
wrote this patch.
Cheers,
Matthew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: scp.diff
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010722/7e096fab/attachment.ksh
-------------- next part --------------
--
"At least you know
2013 Jun 15
2
Patch for pigeonhole 0.4.0 avoiding PATH_MAX
Hi,
I recently downloaded and built dovecot-2.2.2 and
dovecot-2.2-pigeonhole-0.4.0 on GNU/Linux and GNU/Hurd. The changes
needed will be sent to the Debian maintainer shortly. Latest Debian
release is 2.1.7-7 and dovecot-2.1-pigeonhole-0.3.1. When building
dovecot-2.2.2 there were no PATH_MAX problems on GNU/Hurd, thank you for
that. However, pigeonhole 0.4.0 had one remaining PATH_MAX construct.
2001 Jul 22
1
[patch] VPN enhancements
Hi,
This patch (mostly my work, except for protocolkeepalives, which
rjk at greenend.org.uk wrote for 2.5, and I forward-ported) came out our
usage for VPN tunnels of ssh, where it was useful for ssh to notice if
the server went away. It includes documentation, and is pretty
self-explanatory.
Matthew
-------------- next part --------------
An embedded and charset-unspecified text was
2001 Jul 22
1
[patch] document location of identity files
Hi,
Quick change to ssh.1 to document ~/.ssh/identity_rsa and _dsa.
Cheers,
Matthew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sshman.diff
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010722/a6d628e2/attachment.ksh
-------------- next part --------------
--
"At least you know where you are with
2015 Feb 05
2
[LLVMdev] [3.6 Release] Release Candidate 2 available
On 05/02/2015 18:34, Hans Wennborg wrote:
> On Tue, Feb 3, 2015 at 11:47 AM, Hans Wennborg <hans at chromium.org> wrote:
>> Hello all,
>>
>> Source and binaries for LLVM 3.6.0-rc2 are now available at
>> http://llvm.org/pre-releases/3.6.0/
>>
>> Please try them out, run tests, build your favourite projects, and
>> *file bugs* about anything that
2012 Mar 05
1
Bug#588839: Bug#588839: pv-grub removed ?
pv-grub is also the best/only way to run hurd under xen:
http://www.gnu.org/software/hurd/microkernel/mach/gnumach/ports/xen.html#index4h1
it's also the best way by far to run netbsd without a separate /boot
Cheers,
Brian Szymanski
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 02
1
[LLVMdev] Mozart / llvm
Hello,
I'm a French student in computing science and I'm interested in your
llvm project. We plan to build a new OS design using the Mozart-Oz
language ( http://hurd.gnufans.org/bin/view/Hurd/NextHurd ). Could we
"easily" implement a Mozart front-end to llvm ? Do you think llvm could
be a good alternative to gcc for our project ?
http://www.mozart-oz.org