summaryrefslogtreecommitdiffstats
path: root/socket (follow)
Commit message (Expand)AuthorAgeLines
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-02-0/+149
* socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)Dmitriy Fedchenko2022-06-06-1/+1
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-17-1/+108
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-30/+30
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2021-11-22-8/+1
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-20-21/+13
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2021-09-28-43/+22
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-22-0/+13
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-22-1/+76
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-21-0/+12
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-21-0/+11
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-21-1/+13
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-15-0/+11
* socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella2021-04-01-0/+2
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-26-0/+1
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-18-0/+1
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-18-0/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-18-0/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-18-0/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-18-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02-29/+29
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-31-10/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01-29/+29
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07-29/+29
* Fix a few typos in commentsDmitry V. Levin2019-01-12-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01-29/+29
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01-29/+29
* __opensock: Remove internal_function attributeFlorian Weimer2017-08-17-1/+1
* Do not use __ptr_t.Joseph Myers2017-08-08-3/+3
* Remove __need macros from signal.h.Zack Weinberg2017-05-20-5/+0
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-25-1/+1
* Assume that accept4 is always available and worksFlorian Weimer2017-04-19-0/+133
* Assume that dup3 is availableFlorian Weimer2017-04-18-25/+1
* Assume that pipe2 is always availableFlorian Weimer2017-04-18-4/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01-29/+29
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-23-8/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04-29/+29
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-20-5/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-19-20/+6
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-17-4/+0
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-16-61/+15
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-08-1/+1
* Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers2015-06-17-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02-29/+29
* Sync recvmmsg prototype with kernel usage.Ondřej Bílka2014-09-20-2/+2
* Fix recvmmsg comment.Ondřej Bílka2014-04-28-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-26-0/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-12-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01-29/+29
* Clean up __libc_sa_len helper.Roland McGrath2013-08-27-1/+109