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