<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/examples/perfcounter, branch talloc-2.4.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>lib/replace: Do not typedef int bool</title>
<updated>2022-03-23T12:31:47+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2022-03-22T03:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c0f5af21acb8018a5e53d25f1560d2a96b79a7c0'/>
<id>c0f5af21acb8018a5e53d25f1560d2a96b79a7c0</id>
<content type='text'>
We need a genuine boolean type, as otherwise expressions like

	bool foo = (4 &amp; 4);
	if (foo == true) {
		exit(1);
	} else {
		exit(2);
	}

could evaluate differently on non-modern platforms, and
that would be a real pain to debug.

_Bool and bool are in C99

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15028

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date(master): Wed Mar 23 12:31:47 UTC 2022 on sn-devel-184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need a genuine boolean type, as otherwise expressions like

	bool foo = (4 &amp; 4);
	if (foo == true) {
		exit(1);
	} else {
		exit(2);
	}

could evaluate differently on non-modern platforms, and
that would be a real pain to debug.

_Bool and bool are in C99

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15028

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date(master): Wed Mar 23 12:31:47 UTC 2022 on sn-devel-184
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/perfcounter/perf_writer.c: fix memset</title>
<updated>2016-03-30T16:26:09+00:00</updated>
<author>
<name>Aurelien Aptel</name>
<email>aaptel@suse.com</email>
</author>
<published>2016-03-29T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0fa9f347fd401baad6e2b65d5e4706f458cf5ba4'/>
<id>0fa9f347fd401baad6e2b65d5e4706f458cf5ba4</id>
<content type='text'>
Signed-off-by: Aurelien Aptel &lt;aaptel@suse.com&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aurelien Aptel &lt;aaptel@suse.com&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Fix scanf format in perf_writer_disk.</title>
<updated>2013-11-15T19:07:52+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2013-11-15T16:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f71b5e44e7a705096e4fdd7aa3d0e22df994e363'/>
<id>f71b5e44e7a705096e4fdd7aa3d0e22df994e363</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-perfcount: fix build for example perfcount daemon</title>
<updated>2012-01-04T14:17:18+00:00</updated>
<author>
<name>David Disseldorp</name>
<email>ddiss@suse.de</email>
</author>
<published>2012-01-03T09:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a96a9534ab688626232240fcb689c82d8f4c1902'/>
<id>a96a9534ab688626232240fcb689c82d8f4c1902</id>
<content type='text'>
Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-perfcount: make it possible to compile the example perfcount daemon.</title>
<updated>2010-07-16T21:00:17+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-07-16T21:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5815119cb0ca56f5155936d99dae5fc9e4a53db8'/>
<id>5815119cb0ca56f5155936d99dae5fc9e4a53db8</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: add perfcount idl and generated files.</title>
<updated>2009-10-01T10:19:43+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-10-01T00:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cd82d4ba569a5048e506f8455d9c496a47805fc1'/>
<id>cd82d4ba569a5048e506f8455d9c496a47805fc1</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Avoid bashism in perfcount.init.</title>
<updated>2009-01-05T15:34:05+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2009-01-05T15:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2e09746a4db4186c9d648370b9004971bc18e5c9'/>
<id>2e09746a4db4186c9d648370b9004971bc18e5c9</id>
<content type='text'>
This fixes bug #6000.
Thanks to the Debian Samba package maintainers for providing the patch!
Remove trailing whitespaces.

Karolin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes bug #6000.
Thanks to the Debian Samba package maintainers for providing the patch!
Remove trailing whitespaces.

Karolin
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "examples: Avoid bashism in perfcount.init."</title>
<updated>2009-01-05T15:34:05+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2009-01-05T15:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=997f0fdaddfa4cd433dc13de33f780c4672872de'/>
<id>997f0fdaddfa4cd433dc13de33f780c4672872de</id>
<content type='text'>
This reverts commit 73875cd344608b591fa884ab99b5f3a10550c149.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 73875cd344608b591fa884ab99b5f3a10550c149.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Avoid bashism in perfcount.init.</title>
<updated>2009-01-05T13:54:28+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2009-01-05T13:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73875cd344608b591fa884ab99b5f3a10550c149'/>
<id>73875cd344608b591fa884ab99b5f3a10550c149</id>
<content type='text'>
This fixes bug #6000.
Thanks to the Debian Samba package maintainers for providing the patch!
Remove trailing whitespaces.

Karolin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes bug #6000.
Thanks to the Debian Samba package maintainers for providing the patch!
Remove trailing whitespaces.

Karolin
</pre>
</div>
</content>
</entry>
<entry>
<title>r23801: The FSF has moved around a lot. This fixes their Mass Ave address.</title>
<updated>2007-10-10T17:28:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T05:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=153cfb9c83534b09f15cc16205d7adb19b394928'/>
<id>153cfb9c83534b09f15cc16205d7adb19b394928</id>
<content type='text'>
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
</pre>
</div>
</content>
</entry>
</feed>
