head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.4.0.8 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.6 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.4 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4; locks; strict; comment @# @; 1.5 date 2012.10.19.04.15.22; author manu; state dead; branches; next 1.4; 1.4 date 2011.12.16.05.40.46; author manu; state Exp; branches; next 1.3; 1.3 date 2011.12.09.16.57.44; author manu; state Exp; branches; next 1.2; 1.2 date 2011.11.28.08.42.39; author manu; state Exp; branches; next 1.1; 1.1 date 2011.10.16.05.45.19; author manu; state Exp; branches; next ; desc @@ 1.5 log @Bump to glusterfs-3.3.1, which brings - unified file and object storage - storage for Hadoop (not tested here) - proactive self-healing - much better performance @ text @$NetBSD: patch-bw,v 1.4 2011/12/16 05:40:46 manu Exp $ usleep(3) shall not be called with argument higher than 1s --- libglusterfs/src/timer.c.orig 2011-10-14 15:06:12.000000000 +0200 +++ libglusterfs/src/timer.c 2011-10-14 15:18:16.000000000 +0200 @@@@ -136,6 +136,7 @@@@ gf_timer_proc (void *ctx) { gf_timer_registry_t *reg = NULL; + const struct timespec sleepts = {.tv_sec = 1, .tv_nsec = 0, }; if (ctx == NULL) { @@@@ -178,7 +179,7 @@@@ else break; } - usleep (1000000); + nanosleep (&sleepts, NULL); } pthread_mutex_lock (®->lock); @ 1.4 log @- SSL bug fixes - Use secondary groups @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @- Add experimental support for SSL - Ignore again .attribute (a patch part that was lost in last upgrade) @ text @@ 1.2 log @Update to glusterfs 3.2.5. This is a bug-fix release @ text @@ 1.1 log @Patch from bouyer@@ - #include for sigprocmask(2) else we break without COMPAT_13 - usleep(3) shall not be called with argument higher than one second @ text @@