From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zheng Li Subject: Re: [PATCH v3 9/9] oxenstored: reduce syslog call overhead (fix typo) Date: Fri, 26 Sep 2014 17:29:52 +0100 Message-ID: <54259480.3090108@zheng.li> References: <1411666502-23709-10-git-send-email-dev@zheng.li> <1411678822-26528-1-git-send-email-dev@zheng.li> <21541.33606.743491.572799@mariner.uk.xensource.com> <5425874C.2010203@zheng.li> <21541.36072.303567.573538@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XXYP7-00058Q-AD for xen-devel@lists.xenproject.org; Fri, 26 Sep 2014 16:29:57 +0000 In-Reply-To: <21541.36072.303567.573538@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Dave Scott , Joe Jin , "Luis R. Rodriguez" , Luonengjun , Fanhenglong , "Liuqiming (John)" , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 26/09/2014 16:57, Ian Jackson wrote: > Zheng Li writes ("Re: [PATCH v3 9/9] oxenstored: reduce syslog call overhead (fix typo)"): >> Please see the 3rd format (:characters format) in the linked document below >> http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html > > That's great for glibc-based guests. But what about the BSDs ? This code does xenstored access logging in Dom0. Looking at the supported Dom0 distros page on the wiki, its seems that only NetBSD is the concern here? > I looked at > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08 > and it just says that the : syntax is `implementation defined'. I guess most BSDs adopt the same semantics. I searched for NetBSD libc manual and found this (starting from "if the value does not begin with a colon ...") http://netbsd.gw.com/cgi-bin/man-cgi?tzset+3 Cheers, Zheng