Re: [PATCH 9/9] Use timer_settime for new platforms

2014-08-29 Thread Junio C Hamano
Jacob Keller writes: > diff --git a/builtin/log.c b/builtin/log.c > index 4389722b4b1e..a39e82d67eb3 100644 > --- a/builtin/log.c > +++ b/builtin/log.c > ... > @@ -271,9 +271,12 @@ static void log_show_early(struct rev_info *revs, struct > commit_list *list) >* trigger every second even

Re: [PATCH 9/9] Use timer_settime for new platforms

2014-08-29 Thread Keller, Jacob E
On Fri, 2014-08-29 at 11:02 -0700, Junio C Hamano wrote: > Jacob Keller writes: > > > From: Jonas 'Sortie' Termansen > > > > setitimer() is an obsolescent XSI interface and may be removed in a > > future standard. Applications should use the core POSIX timer_settime() > > instead. > > > > It's i

Re: [PATCH 9/9] Use timer_settime for new platforms

2014-08-29 Thread Junio C Hamano
Jacob Keller writes: > From: Jonas 'Sortie' Termansen > > setitimer() is an obsolescent XSI interface and may be removed in a > future standard. Applications should use the core POSIX timer_settime() > instead. > > It's important that code doesn't simply check if timer_settime is > available as

Re: [PATCH 9/9] Use timer_settime for new platforms

2014-08-29 Thread Keller, Jacob E
On Thu, 2014-08-28 at 12:43 -0700, Junio C Hamano wrote: > Jonas 'Sortie' Termansen writes: > > > setitimer() is an obsolescent XSI interface and may be removed in a > > future standard. Applications should use the core POSIX timer_settime() > > instead. > > > > This patch cleans up the progress

Re: [PATCH 9/9] Use timer_settime for new platforms

2014-08-28 Thread Junio C Hamano
Jonas 'Sortie' Termansen writes: > setitimer() is an obsolescent XSI interface and may be removed in a > future standard. Applications should use the core POSIX timer_settime() > instead. > > This patch cleans up the progress reporting and changes it to try using > timer_settime, or if that fails