Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-31 Thread Kay Sievers
On Fri, May 29, 2015 at 6:53 PM, Lennart Poettering lenn...@poettering.net wrote: On Fri, 29.05.15 09:45, Filipe Brandenburger (filbran...@google.com) wrote: Hi, I was thinking about this one recently... I really think the correct solution is for man/custom-entities.ent to be generated by

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Lennart Poettering
On Fri, 29.05.15 03:03, Daniel Mack (zon...@kemper.freedesktop.org) wrote: Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6096d9ccc3f0b963010a47febce7e44c8632c23b Author: Daniel Mack dan...@zonque.org Date: Fri May 29 12:00:58 2015 +0200

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Daniel Mack
On 05/29/2015 12:07 PM, Lennart Poettering wrote: On Fri, 29.05.15 03:03, Daniel Mack (zon...@kemper.freedesktop.org) wrote: Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6096d9ccc3f0b963010a47febce7e44c8632c23b Author: Daniel Mack

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Lennart Poettering
On Fri, 29.05.15 12:26, Daniel Mack (dan...@zonque.org) wrote: On 05/29/2015 12:07 PM, Lennart Poettering wrote: On Fri, 29.05.15 03:03, Daniel Mack (zon...@kemper.freedesktop.org) wrote: Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Filipe Brandenburger
Hi, I was thinking about this one recently... I really think the correct solution is for man/custom-entities.ent to be generated by configure from a man/custom-entities.ent.in template instead. I haven't really checked if that's viable though, if configure knows about every variable it will

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Michael Biebl
2015-05-29 15:56 GMT+02:00 Lennart Poettering lenn...@poettering.net: I think it's ok to expect people to run make clean after touching the makefile to get the man pages fixed. Atm, man/custom-entities.ent is only cleaned up on make distclean. I think we should move that from DISTCLEANFILES to

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Lennart Poettering
On Fri, 29.05.15 09:45, Filipe Brandenburger (filbran...@google.com) wrote: Hi, I was thinking about this one recently... I really think the correct solution is for man/custom-entities.ent to be generated by configure from a man/custom-entities.ent.in template instead. I haven't really

Re: [systemd-devel] [systemd-commits] Makefile.am

2015-05-29 Thread Daniel Mack
On 05/29/2015 06:53 PM, Lennart Poettering wrote: On Fri, 29.05.15 09:45, Filipe Brandenburger (filbran...@google.com) wrote: Atm, man/custom-entities.ent is only cleaned up on make distclean. I think we should move that from DISTCLEANFILES to CLEANFILES. Yes I think that's a good start and

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-28 Thread Matthias Urlichs
Hi, Kay Sievers: If the system's time zone changes, or the time is adjusted manually, we just re-arm all timers, and all should be fine. I see no need or use to support explicit triggers on the event of DST changes, the system or calendar time support just does not need them. So, in four

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-26 Thread Lennart Poettering
On Tue, 24.03.15 07:04, Kay Sievers (k...@kemper.freedesktop.org) wrote: Makefile.am|2 src/shared/time-dst.c | 329 - src/shared/time-dst.h | 26 --- src/timedate/timedatectl.c | 56 --- 4 files changed,

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-26 Thread Kay Sievers
On Thu, Mar 26, 2015 at 11:48 AM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 24.03.15 07:04, Kay Sievers (k...@kemper.freedesktop.org) wrote: Makefile.am|2 src/shared/time-dst.c | 329 -

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-26 Thread Kay Sievers
On Thu, Mar 26, 2015 at 12:06 PM, Lennart Poettering lenn...@poettering.net wrote: On Thu, 26.03.15 11:57, Kay Sievers (k...@vrfy.org) wrote: Now, to make calendar time triggers complete I think we must enable people to at least trigger on threse three kinds of anomalies in the time scale.

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-26 Thread Lennart Poettering
On Thu, 26.03.15 11:57, Kay Sievers (k...@vrfy.org) wrote: Now, to make calendar time triggers complete I think we must enable people to at least trigger on threse three kinds of anomalies in the time scale. As such I think it would make a *ton* of sense to add: OnTimeZoneChange=

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-24 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 24, 2015 at 03:32:31PM +0100, Kay Sievers wrote: On Tue, Mar 24, 2015 at 3:24 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Mar 24, 2015 at 07:04:11AM -0700, Kay Sievers wrote: Makefile.am|2 src/shared/time-dst.c | 329

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-24 Thread Tom Gundersen
On Tue, Mar 24, 2015 at 3:24 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Mar 24, 2015 at 07:04:11AM -0700, Kay Sievers wrote: Makefile.am|2 src/shared/time-dst.c | 329 - src/shared/time-dst.h |

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-24 Thread Kay Sievers
On Tue, Mar 24, 2015 at 3:24 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Mar 24, 2015 at 07:04:11AM -0700, Kay Sievers wrote: Makefile.am|2 src/shared/time-dst.c | 329 - src/shared/time-dst.h |

Re: [systemd-devel] [systemd-commits] Makefile.am src/shared src/timedate

2015-03-24 Thread Kay Sievers
On Tue, Mar 24, 2015 at 4:07 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Mar 24, 2015 at 03:32:31PM +0100, Kay Sievers wrote: On Tue, Mar 24, 2015 at 3:24 PM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Tue, Mar 24, 2015 at 07:04:11AM -0700, Kay Sievers wrote:

Re: [systemd-devel] [systemd-commits] Makefile.am man/udevadm.xml src/libudev src/shared src/test src/udev

2014-04-14 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Apr 13, 2014 at 04:58:31PM -0700, Kay Sievers wrote: Makefile.am |6 man/udevadm.xml | 22 - src/libudev/libudev-monitor.c | 17 - src/libudev/libudev-queue-private.c | 406

Re: [systemd-devel] [systemd-commits] Makefile.am man/udevadm.xml src/libudev src/shared src/test src/udev

2014-04-14 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 14, 2014 at 09:29:54AM -0700, Kay Sievers wrote: On Mon, Apr 14, 2014 at 8:52 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sun, Apr 13, 2014 at 04:58:31PM -0700, Kay Sievers wrote: Makefile.am |6 man/udevadm.xml |

Re: [systemd-devel] [systemd-commits] Makefile.am man/udevadm.xml src/libudev src/shared src/test src/udev

2014-04-14 Thread Kay Sievers
On Mon, Apr 14, 2014 at 9:39 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Apr 14, 2014 at 09:29:54AM -0700, Kay Sievers wrote: On Mon, Apr 14, 2014 at 8:52 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Sun, Apr 13, 2014 at 04:58:31PM -0700, Kay Sievers wrote:

Re: [systemd-devel] [systemd-commits] Makefile.am man/udevadm.xml src/libudev src/shared src/test src/udev

2014-04-14 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 14, 2014 at 09:51:08AM -0700, Kay Sievers wrote: On Mon, Apr 14, 2014 at 9:39 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Apr 14, 2014 at 09:29:54AM -0700, Kay Sievers wrote: On Mon, Apr 14, 2014 at 8:52 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl

Re: [systemd-devel] [systemd-commits] Makefile.am man/udevadm.xml src/libudev src/shared src/test src/udev

2014-04-14 Thread Kay Sievers
On Mon, Apr 14, 2014 at 10:03 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Apr 14, 2014 at 09:51:08AM -0700, Kay Sievers wrote: On Mon, Apr 14, 2014 at 9:39 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Mon, Apr 14, 2014 at 09:29:54AM -0700, Kay Sievers

Re: [systemd-devel] [systemd-commits] Makefile.am src/readahead

2013-03-26 Thread Lennart Poettering
On Tue, 26.03.13 10:33, Auke-Jan Kok (a...@kemper.freedesktop.org) wrote: Heyhey, wait. +clock_gettime(CLOCK_MONOTONIC, starttime); Could you please turn this into an usec_t? We generally use usec_t for everything, it's much simpler to use. We won't use the floating point stuff then

Re: [systemd-devel] [systemd-commits] Makefile.am src/readahead

2013-03-26 Thread Kok, Auke-jan H
On Tue, Mar 26, 2013 at 10:38 AM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 26.03.13 10:33, Auke-Jan Kok (a...@kemper.freedesktop.org) wrote: Heyhey, wait. +clock_gettime(CLOCK_MONOTONIC, starttime); Could you please turn this into an usec_t? We generally use usec_t

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: +++ b/units/initrd.target @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Harald Hoyer
Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: +++ b/units/initrd.target @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Mar 15, 2013 at 02:55:23PM +0100, Harald Hoyer wrote: Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: +++ b/units/initrd.target @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free

Re: [systemd-devel] [systemd-commits] Makefile.am man/bootup.xml man/systemd.special.xml src/core src/fstab-generator units/initrd-cleanup.service.in units/initrd-fs.target units/initrd-parse-etc.serv

2013-03-15 Thread Harald Hoyer
Am 15.03.2013 17:44, schrieb Zbigniew Jędrzejewski-Szmek: On Fri, Mar 15, 2013 at 02:55:23PM +0100, Harald Hoyer wrote: Am 15.03.2013 14:45, schrieb Zbigniew Jędrzejewski-Szmek: On Thu, Mar 14, 2013 at 11:01:58PM -0700, Harald Hoyer wrote: +++ b/units/initrd.target @@ -0,0 +1,17 @@ +# This

Re: [systemd-devel] [systemd-commits] Makefile.am src/bootchart

2013-03-11 Thread Kok, Auke-jan H
On Mon, Mar 11, 2013 at 2:50 PM, Lennart Poettering lenn...@kemper.freedesktop.org wrote: Makefile.am |1 src/bootchart/bootchart.c | 127 + src/bootchart/bootchart.h | 39 -- src/bootchart/store.c | 57 ++-