28 messages in ru.sysoev.nginxRe: buserror on osx.4
FromSent OnAttachments
Franklin KingmaDec 17, 2006 12:35 pm 
Igor SysoevDec 18, 2006 8:02 am 
Franklin KingmaDec 18, 2006 8:13 am 
Igor SysoevDec 18, 2006 8:28 am 
Franklin KingmaDec 18, 2006 8:31 am 
Igor SysoevDec 18, 2006 9:11 am 
Igor SysoevDec 18, 2006 9:20 am 
Franklin KingmaDec 18, 2006 12:21 pm 
Franklin KingmaDec 18, 2006 2:03 pm 
Igor SysoevDec 18, 2006 2:48 pm.txt
Franklin KingmaDec 18, 2006 2:59 pm 
Igor SysoevDec 19, 2006 12:16 am 
Franklin KingmaDec 19, 2006 12:30 am 
Igor SysoevDec 19, 2006 12:37 am 
Igor SysoevDec 19, 2006 12:40 am 
Franklin KingmaDec 19, 2006 12:44 am 
Igor SysoevDec 19, 2006 1:01 am 
Franklin KingmaDec 19, 2006 1:04 am 
Igor SysoevDec 19, 2006 2:31 am 
Franklin KingmaDec 19, 2006 2:40 am 
Igor SysoevDec 19, 2006 1:19 pm 
Franklin KingmaDec 19, 2006 1:33 pm 
Igor SysoevDec 20, 2006 11:04 pm 
Franklin KingmaDec 21, 2006 12:37 am 
Igor SysoevDec 21, 2006 12:46 am 
Igor SysoevDec 21, 2006 12:58 am 
Franklin KingmaDec 21, 2006 1:01 am 
Delta YehDec 21, 2006 1:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: buserror on osx.4Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Dec 18, 2006 2:48:12 pm
List:ru.sysoev.nginx
Attachments:

On Mon, 18 Dec 2006, Franklin Kingma wrote:

Try attached patch.

Igor Sysoev http://sysoev.ru/en/

Index: src/core/ngx_times.c =================================================================== --- src/core/ngx_times.c (revision 251) +++ src/core/ngx_times.c (working copy) @@ -19,7 +19,7 @@

#define NGX_TIME_SLOTS 64

-static ngx_uint_t slot = NGX_TIME_SLOTS; +static ngx_uint_t slot; static ngx_atomic_t ngx_time_lock;

volatile ngx_msec_t ngx_current_msec;