about summary refs log tree commit diff
path: root/socket
Commit message (Expand)AuthorAgeFilesLines
* socket: Add new test for connectSergey Kolosov2024-04-102-0/+114
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-021-7/+7
* socket: Improve fortify with clangAdhemerval Zanella2024-02-271-4/+16
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0135-35/+35
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+6
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* socket: Reformat Makefile.Carlos O'Donell2023-05-161-9/+38
* socket: Fix tst-cmsghdr-skeleton.c use of cmsg_lenSamuel Thibault2023-05-011-1/+1
* socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev2023-04-252-0/+127
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0634-34/+34
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-5/+5
* socket: Use offsetof in SUN_LEN (bug 29578)Andreas Schwab2022-10-101-1/+2
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-023-0/+149
* socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)Dmitriy Fedchenko2022-06-061-1/+1
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-173-1/+108
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0130-30/+30
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2021-11-221-8/+1
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-21/+13
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2021-09-281-43/+22
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-221-0/+13
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-224-1/+76
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-211-0/+12
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-211-0/+11
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-211-1/+13
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+11
* socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella2021-04-011-0/+2
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-261-0/+1
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-181-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0229-29/+29
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-10/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0129-29/+29
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0729-29/+29
* Fix a few typos in commentsDmitry V. Levin2019-01-122-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0129-29/+29
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0129-29/+29
* __opensock: Remove internal_function attributeFlorian Weimer2017-08-171-1/+1
* Do not use __ptr_t.Joseph Myers2017-08-083-3/+3
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-5/+0
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-1/+1
* Assume that accept4 is always available and worksFlorian Weimer2017-04-192-0/+133
* Assume that dup3 is availableFlorian Weimer2017-04-182-25/+1
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0129-29/+29
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-233-8/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0429-29/+29
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-201-5/+1