Displaying 4 results from an estimated 4 matches for "stir_rusage".
2000 Jun 15
1
problem in entropy.c if no getrusage
...y.c.orig Thu Jun 15 13:57:28 2000
--- entropy.c Thu Jun 15 13:58:25 2000
***************
*** 201,207 ****
--- 201,209 ----
total_entropy_estimate += stir_gettimeofday(1.0);
total_entropy_estimate += stir_clock(0.2);
+ #ifdef HAVE_GETRUSAGE
total_entropy_estimate += stir_rusage(RUSAGE_SELF, 2.0);
+ #endif
return(total_entropy_estimate);
}
***************
*** 247,254 ****
--- 249,258 ----
/* Execution times should be a little unpredictable */
total_entropy_estimate += stir_gettimeofday(0.05);...
2000 Nov 02
2
misc. minor patches
...sh-2.1.1p1.orig/entropy.c Wed Jun 7 08:20:23 2000
+++ openssh-2.1.1p1/entropy.c Thu Jun 15 13:58:25 2000
@@ -201,7 +201,9 @@
total_entropy_estimate += stir_gettimeofday(1.0);
total_entropy_estimate += stir_clock(0.2);
+#ifdef HAVE_GETRUSAGE
total_entropy_estimate += stir_rusage(RUSAGE_SELF, 2.0);
+#endif
return(total_entropy_estimate);
}
@@ -247,8 +249,10 @@
/* Execution times should be a little unpredictable */
total_entropy_estimate += stir_gettimeofday(0.05);
total_entropy...
2001 Feb 01
0
warnings on aix325
...n of function `bzero'
packet.c: In function `packet_set_interactive':
packet.c:1240: warning: implicit declaration of function `setsockopt'
entropy.c: In function `stir_gettimeofday':
entropy.c:302: warning: implicit declaration of function `gettimeofday'
entropy.c: In function `stir_rusage':
entropy.c:331: warning: implicit declaration of function `getrusage'
entropy.c: In function `hash_output_from_command':
entropy.c:426: warning: implicit declaration of function `bzero'
entropy.c: In function `prng_check_seedfile':
entropy.c:532: warning: int format, long int a...
2003 Jun 22
16
[Bug 600] compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02
.../ssh-keysign\" -
D_PATH_SSH_PIDDIR=\"/usr/local/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ssh
-rand-helper.c
E "ssh-rand-helper.c",L252/C16(#444): ru
| Type `double stir_rusage(int who,double entropy_estimate)::struct rusage' (
"ssh-rand-helper.c",L252/C9) of variable is a yet undefined struct/union.
E "ssh-rand-helper.c",L257/C23(#80): ru
| sizeof can't be applied to an incomplete struct/union.
w "ssh-rand-helper.c",L712/C30(#2...