aboutsummaryrefslogtreecommitdiff
path: root/socket
AgeCommit message (Expand)AuthorFilesLines
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-1/+1
2024-04-10socket: Add new test for connectSergey Kolosov2-0/+114
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella1-7/+7
2024-02-27socket: Improve fortify with clangAdhemerval Zanella1-4/+16
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert35-35/+35
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+6
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-05-16socket: Reformat Makefile.Carlos O'Donell1-9/+38
2023-05-01socket: Fix tst-cmsghdr-skeleton.c use of cmsg_lenSamuel Thibault1-1/+1
2023-04-25socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev2-0/+127
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers34-34/+34
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-5/+5
2022-10-10socket: Use offsetof in SUN_LEN (bug 29578)Andreas Schwab1-1/+2
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar3-0/+149
2022-06-06socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)Dmitriy Fedchenko1-1/+1
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer3-1/+108
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert30-30/+30
2021-11-22socket: Do not use AF_NETLINK in __opensockFlorian Weimer1-8/+1
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-21/+13
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer1-43/+22
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer1-0/+13
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer4-1/+76
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer1-0/+12
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer1-0/+11
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer1-1/+13
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+11
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella1-0/+2
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella1-0/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert29-29/+29
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-10/+12
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert29-29/+29
2019-01-12Fix a few typos in commentsDmitry V. Levin2-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-08Do not use __ptr_t.Joseph Myers3-3/+3
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-5/+0
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-1/+1
2017-04-19Assume that accept4 is always available and worksFlorian Weimer2-0/+133
2017-04-18Assume that dup3 is availableFlorian Weimer2-25/+1
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-4/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg3-8/+15
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29