aboutsummaryrefslogtreecommitdiff
path: root/socket
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers1-5/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers3-20/+6
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-4/+0
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers15-61/+15
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers3-0/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2014-09-20Sync recvmmsg prototype with kernel usage.Ondřej Bílka2-2/+2
2014-04-28Fix recvmmsg comment.Ondřej Bílka1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2