Displaying 3 results from an estimated 3 matches for "kaelbl".
Did you mean:
kaelyn
2002 Mar 07
1
Irix joblimits failure (was: Re: New snapshot)
...if /* WITH_IRIX_JOBS */
#ifdef WITH_IRIX_ARRAY
/* initialize array session */
(Hopefully that didn't get line-wrapped. If it did I can try again.)
The JLIMIT_CPU test is to try and recognize when we are compiling on a system without the job limit headers.
Thanks,
David
--
David KAELBLING <drk at sgi.com> Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749 781.839.2157, fax ...2357
2002 Mar 15
0
Optional symbols on IRIX
...imit_startjob() was present IRIX systems. I
neglected to mention that the patch I sent in wasn't entirely complete:
a _real_ fix would test '#include <optional_sym.h>' in configure, and
also require either the MipsPRO 7.2.x or MipsPRO 7.3.1.3 or newer
compiler.
David
--
David KAELBLING <drk at sgi.com> Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749 781.839.2157, fax ...2357
2002 Jun 26
0
IRIX 6.5 patch for Compression with UsePrivilegeSeparation
...|PROT_READ, MAP_SHARED, fd_zero, 0);
> close (fd_zero)
>
> With this in mind the following diffs will permit openssh-3.3p1 with
> compression and UsePrivilegeSeparation to work on all Irix 6.5 sub versions
> and likely anything since Irix 5.3 (ie 10 years ago!).
David
--
David KAELBLING <drk at sgi.com> Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749 781.839.2157, fax ...2357
-------------- next part --------------
--- ./config.h.in Wed Jun 26 10:08:19 2002
+++ ../openssh-3.4p1/./config.h.in Wed Jun 26 17:46:01 2002
@@ -358,6 +358,9 @@
/...