Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-11-29 | Update SOMAXCONN value from Linux 5.4. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-07-24 | Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532] | Florian Weimer | 1 | -92/+6 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-08-21 | Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h. | Tobias Klauser | 1 | -1/+4 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-11-15 | Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h. | Joseph Myers | 1 | -0/+2 |
2017-09-07 | Add SOL_TLS definition from Linux 4.13. | Joseph Myers | 1 | -0/+1 |
2017-05-01 | Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h. | Joseph Myers | 1 | -1/+3 |
2017-04-18 | Fix bits/socket.h IOC* namespace issues (bug 21267). | Joseph Myers | 1 | -0/+35 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -2/+2 |
2016-08-03 | Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h. | Joseph Myers | 1 | -1/+3 |
2016-06-10 | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 1 | -39/+10 |
2016-05-25 | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 1 | -10/+39 |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 1 | -4/+4 |
2016-05-23 | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 1 | -1/+20 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-06-29 | Update headers for Linux 4.0, 4.1 definitions. | Joseph Myers | 1 | -0/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-06-30 | sysdeps/unix/sysv/linux/bits/socket.h: Correct formatting | Maciej W. Rozycki | 1 | -74/+74 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-05-03 | Sync with Linux 3.9 | Andreas Jaeger | 1 | -1/+3 |
2013-01-11 | Add MSG_FASTOPEN | Andreas Jaeger | 1 | -0/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -2/+1 |
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 1 | -33/+0 |
2012-03-30 | Comment fixes for mmsghdr | Ulrich Drepper | 1 | -2/+3 |
2012-03-09 | Split enum __socket_type from bits/socket.h to bits/socket_type.h. | Joseph Myers | 1 | -33/+2 |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 1 | -0/+2 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -2/+2 |
2011-09-12 | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 1 | -2/+2 |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 1 | -2/+2 |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | 1 | -1/+3 |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 1 | -1/+8 |
2011-01-17 | Add definitions for new socket protocols. | Ulrich Drepper | 1 | -2/+6 |
2010-03-29 | Define MSG_WAITFORONE. | Ulrich Drepper | 1 | -1/+3 |
2009-12-08 | Add recvmmsg interface. | Ulrich Drepper | 1 | -2/+25 |
2009-06-18 | Add 802.15.4 definitions to header files. | Ulrich Drepper | 1 | -2/+4 |
2009-04-03 | Add missing protocol numbers. | Ulrich Drepper | 1 | -1/+11 |
2008-12-09 | [BZ #6545] | Ulrich Drepper | 1 | -1/+1 |
2008-07-27 | * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN. | Ulrich Drepper | 1 | -1/+3 |
2008-07-25 | * Versions.def (glibc): Add GLIBC_2.9. | Ulrich Drepper | 1 | -3/+13 |
2008-05-14 | * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP and | Ulrich Drepper | 1 | -1/+3 |
2008-01-16 | [BZ #5607] | Ulrich Drepper | 1 | -9/+59 |
2007-10-11 | * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. cvs/fedora-glibc-20071011T1636 | Jakub Jelinek | 1 | -1/+1 |
2007-07-21 | Define MSG_CMSG_CLOEXEC. | Ulrich Drepper | 1 | -1/+6 |
2007-07-02 | * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment. | Ulrich Drepper | 1 | -1/+1 |