search for: hurd

Displaying 20 results from an estimated 185 matches for "hurd".

Did you mean: hard
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 four files...
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/...
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...
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
2018 Feb 14
1
[PATCH] inspect: use check_tests also for detecting Hurd
...spect_fs_unix.ml b/daemon/inspect_fs_unix.ml index 53c86e878..e2a7364bd 100644 --- a/daemon/inspect_fs_unix.ml +++ b/daemon/inspect_fs_unix.ml @@ -698,6 +698,17 @@ let rec check_openbsd_root mountable data = and check_hostname_openbsd () = check_hostname_from_file "/etc/myname" +let hurd_root_tests : tests = [ + (* Newer distros include /etc/os-release which is reasonably + * standardized. This entry should be first. + *) + "/etc/os-release", parse_os_release; + "/etc/debian_version", parse_generic DISTRO_DEBIAN; + (* Arch Hurd also exists, but inco...
2001 Jul 22
1
[patch] GNU/Hurd compatibility patches
Hi, These patches are from Robert Bihlmeyer to make ssh build on Hurd. If you have queries about them, I suggest contacting debian-hurd at lists.debian.org. Cheers, Matthew -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: openssh-2.9-hurd.diff Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments...
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 ca...
2018 Nov 29
2
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
It appears that there was an out-of-band patch from Samuel Thibault: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/blob/7/debian/patches/D54378-hurd-triple.diff Although the patch was approved here https://reviews.llvm.org/D54378 Is this patch going to land in 7.0.1 or 8? kristopher > Here's further proof: > > wget > http://apt.llvm.org/xenial/pool/main/l/llvm-toolchain-7/llvm-7-dev_7.0.1~svn347285-1~exp1~20181124105320.40_a...
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 ++...
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 | ------------------------...
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. The atta...
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
2018 Nov 27
3
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Who maintains apt.llvm.org? On 11/27/18 9:25 AM, Andrew Kelley wrote: > ---------- Forwarded message --------- > From: Andrew Kelley <superjoe30 at gmail.com> > Date: Mon, Nov 26, 2018 at 10:38 AM > Subject: apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7 > To: LLVM Dev <llvm-dev at lists.llvm.org> > > > This build worked on Nov 24 and
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.
2015 Feb 05
2
[LLVMdev] [3.6 Release] Release Candidate 2 available
...>> >> Please try them out, run tests, build your favourite projects, and >> *file bugs* about anything that doesn't work or needs to be fixed for >> the release. >> >> Release blockers are tracked by http://llvm.org/PR22374 > FYI, it builds fine now under HURD & Kfreebsd and the rest of the Debian archs. I landed this patch for HURD: http://reviews.llvm.org/rL228331 And waiting for review about lldb on kfreebsd: http://reviews.llvm.org/D7441 I don't mind if you are not going to take them for 3.6. I am applying both patches on top of the packag...
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 already rejected this patch as it distrupts too much code for no good > reason (Look back on the marc archives). (The patch is about removing the arbitrary limit on the length of hostnames used by openssh...
2006 Mar 30
2
DO NOT REPLY [Bug 3646] New: rsync: connection unexpectedly closed (3207118 bytes received so far) [generator]
...ve i done some wrong or a bug? :) i run rsync: rsync --progress --exclude-from=/etc/script/debian --delete -lprtvvz rsync://ftp.uninett.no/debian /mnt/sdd/ftp/debian and my excludefile are: *alpha.deb *m68k.deb *powerpc.deb *sparc.deb *arm.deb *hppa.deb *ia64.deb *mips.deb *mipsel.deb *s390.deb *hurd-i386.deb *alpha.udeb *m68k.udeb *powerpc.udeb *sparc.udeb *arm.udeb *hppa.udeb *ia64.udeb *mips.udeb *mipsel.udeb *s390.udeb *hurd-i386.udeb binary-alpha binary-arm binary-hurd-i386 binary-ia64 binary-mips binary-powerpc binary-sparc binary-amd64 binary-hppa binary-m68k binary-mipsel binary-s390 di...
2015 Feb 06
3
[LLVMdev] [cfe-dev] [3.6 Release] Release Candidate 2 available
..., build your favourite projects, and >>>> *file bugs* about anything that doesn't work or needs to be fixed for >>>> the release. >>>> >>>> Release blockers are tracked by http://llvm.org/PR22374 >>> >> FYI, it builds fine now under HURD & Kfreebsd and the rest of the Debian >> archs. > > Cool! > >> I landed this patch for HURD: >> http://reviews.llvm.org/rL228331 >> >> And waiting for review about lldb on kfreebsd: >> http://reviews.llvm.org/D7441 >> >> I don't mind...
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: <http://lists.alioth.d...
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 http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers Thank you for your answer, Best Rega...