<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc/support/Makefile, branch master</title>
<subtitle>Fork of glibc for development</subtitle>
<id>https://git.zx2c4.com/glibc/atom/support/Makefile?h=master</id>
<link rel='self' href='https://git.zx2c4.com/glibc/atom/support/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/'/>
<updated>2024-04-10T16:10:22Z</updated>
<entry>
<title>libsupport: Add xgetpeername</title>
<updated>2024-04-10T16:10:22Z</updated>
<author>
<name>Sergey Kolosov</name>
<email>skolosov@redhat.com</email>
</author>
<published>2024-04-10T15:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=6687a6e3f962759536a8019d31c68c1009ccd6eb'/>
<id>urn:sha1:6687a6e3f962759536a8019d31c68c1009ccd6eb</id>
<content type='text'>
The patch adds redirections for getpeername.

Reviewed-by: Arjun Shankar &lt;arjun@redhat.com&gt;
</content>
</entry>
<entry>
<title>Update copyright dates with scripts/update-copyrights</title>
<updated>2024-01-01T18:53:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2024-01-01T18:12:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=dff8da6b3e89b986bb7f6b1ec18cf65d5972e307'/>
<id>urn:sha1:dff8da6b3e89b986bb7f6b1ec18cf65d5972e307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support: Add support_set_vma_name</title>
<updated>2023-11-07T13:27:20Z</updated>
<author>
<name>Adhemerval Zanella</name>
<email>adhemerval.zanella@linaro.org</email>
</author>
<published>2023-11-01T12:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=ed318beab986c6f6ccf2507d4753dfea6a7b1f8d'/>
<id>urn:sha1:ed318beab986c6f6ccf2507d4753dfea6a7b1f8d</id>
<content type='text'>
Check if kernel supports prctl (PR_SET_VMA, PR_SET_VMA_ANON_NAME, ...).
Reviewed-by: DJ Delorie &lt;dj@redhat.com&gt;
</content>
</entry>
<entry>
<title>support: Build with exceptions and asynchronous unwind tables [BZ #30587]</title>
<updated>2023-07-01T13:29:53Z</updated>
<author>
<name>John David Anglin</name>
<email>danglin@gcc.gnu.org</email>
</author>
<published>2023-07-01T13:29:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4'/>
<id>urn:sha1:1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4</id>
<content type='text'>
Changing tst-cleanup4.c to use xread instead of read caused
the nptl/tst-cleanupx4 test to fail.  The routines in libsupport.a
need to be built with exception handling and asynchronous unwind
table support.

v2: Use "CFLAGS-.oS" instead of "override CFLAGS".
</content>
</entry>
<entry>
<title>tests: replace system by xsystem</title>
<updated>2023-06-19T13:15:05Z</updated>
<author>
<name>Frédéric Bérat</name>
<email>fberat@redhat.com</email>
</author>
<published>2023-06-14T08:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=8022fc7d5119a22e9e0ac72798f649385b0e167a'/>
<id>urn:sha1:8022fc7d5119a22e9e0ac72798f649385b0e167a</id>
<content type='text'>
With fortification enabled, system calls return result needs to be checked,
has it gets the __wur macro enabled.
Reviewed-by: Siddhesh Poyarekar &lt;siddhesh@sourceware.org&gt;
</content>
</entry>
<entry>
<title>tests: replace read by xread</title>
<updated>2023-06-19T13:14:56Z</updated>
<author>
<name>Frédéric Bérat</name>
<email>fberat@redhat.com</email>
</author>
<published>2023-06-14T08:52:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=20b6b8e8a50874dd189687df8f6f8a11d4813b34'/>
<id>urn:sha1:20b6b8e8a50874dd189687df8f6f8a11d4813b34</id>
<content type='text'>
With fortification enabled, read calls return result needs to be checked,
has it gets the __wur macro enabled.

Note on read call removal from  sysdeps/pthread/tst-cancel20.c and
sysdeps/pthread/tst-cancel21.c:
It is assumed that this second read call was there to overcome the race
condition between pipe closure and thread cancellation that could happen
in the original code. Since this race condition got fixed by
d0e3ffb7a58854248f1d5e737610d50cd0a60f46 the second call seems
superfluous. Hence, instead of checking for the return value of read, it
looks reasonable to simply remove it.
Reviewed-by: Siddhesh Poyarekar &lt;siddhesh@sourceware.org&gt;
</content>
</entry>
<entry>
<title>tests: replace fgets by xfgets</title>
<updated>2023-06-13T23:59:08Z</updated>
<author>
<name>Frederic Berat</name>
<email>fberat@redhat.com</email>
</author>
<published>2023-06-12T15:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=7ba426a1115318fc11f4355f3161f35817a06ba4'/>
<id>urn:sha1:7ba426a1115318fc11f4355f3161f35817a06ba4</id>
<content type='text'>
With fortification enabled, fgets calls return result needs to be checked,
has it gets the __wur macro enabled.
Reviewed-by: Siddhesh Poyarekar &lt;siddhesh@sourceware.org&gt;
</content>
</entry>
<entry>
<title>tests: replace fread by xfread</title>
<updated>2023-06-13T23:59:08Z</updated>
<author>
<name>Frederic Berat</name>
<email>fberat@redhat.com</email>
</author>
<published>2023-06-12T15:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=a84dcb4bdfe5070f2327da693d8b025c89b4877a'/>
<id>urn:sha1:a84dcb4bdfe5070f2327da693d8b025c89b4877a</id>
<content type='text'>
With fortification enabled, fread calls return result needs to be checked,
has it gets the __wur macro enabled.
Reviewed-by: Siddhesh Poyarekar &lt;siddhesh@sourceware.org&gt;
</content>
</entry>
<entry>
<title>Fix all the remaining misspellings -- BZ 25337</title>
<updated>2023-06-02T01:39:48Z</updated>
<author>
<name>Paul Pluzhnikov</name>
<email>ppluzhnikov@google.com</email>
</author>
<published>2023-05-20T13:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=7f0d9e61f40c669fca3cfd1e342fa8236c7220b7'/>
<id>urn:sha1:7f0d9e61f40c669fca3cfd1e342fa8236c7220b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support: Reformat Makefile.</title>
<updated>2023-05-24T02:03:41Z</updated>
<author>
<name>Carlos O'Donell</name>
<email>carlos@redhat.com</email>
</author>
<published>2023-05-23T12:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=da55fae9e277a0c138d4395fee505e5d2f8b2b84'/>
<id>urn:sha1:da55fae9e277a0c138d4395fee505e5d2f8b2b84</id>
<content type='text'>
Add list end markers.
Sort text using scripts/sort-makefile-lines.py.

No code generation changes observed in non-test binary artifacts.
No regressions on x86_64 and i686.
</content>
</entry>
</feed>
