aboutsummaryrefslogtreecommitdiff
path: root/socket
AgeCommit message (Expand)Author
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-22socket: Do not use AF_NETLINK in __opensockFlorian Weimer
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer
2017-08-08Do not use __ptr_t.Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-18Assume that pipe2 is always availableFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-20Sync recvmmsg prototype with kernel usage.Ondřej Bílka
2014-04-28Fix recvmmsg comment.Ondřej Bílka
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-27Clean up __libc_sa_len helper.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge