aboutsummaryrefslogtreecommitdiff
path: root/socket
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae29-29/+29
2013-08-27Clean up __libc_sa_len helper.Roland McGrath2-1/+109
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers28-29/+28
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge5-1/+101
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge20-20/+0
2012-08-18split assume pipe2/dup3/sock_cloexec knobsMike Frysinger1-1/+10
2012-07-31Clean up stub accept4 definition.Roland McGrath1-1/+0
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-3/+4
2012-05-31Remove use of INTDEF/INTUSE in socketAndreas Schwab1-1/+2
2012-04-29Fix attributes for fortify functions.Marek Polacek2-4/+4
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-3/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert26-78/+52
2012-01-07Remove pre-ISO C supportUlrich Drepper3-11/+11
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper4-7/+18
2008-09-29* socket/Versions: Remove paccept export for GLIBC_2.9.Ulrich Drepper3-16/+1
2008-07-25* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2-0/+26
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper4-3/+65
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper1-7/+29
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-2/+3
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-3/+3
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper17-0/+667
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper3-0/+114
2005-08-08* posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper1-1/+1
2005-03-19[BZ #779]Ulrich Drepper1-10/+26
2005-03-06(recv): Avoid calls to the _chk variant if we know the call succeeds. (recvfr...Ulrich Drepper1-0/+2
2005-03-01* posix/bits/unistd.h (read, pread, pread64): Use __bos0 insteadcvs/fedora-glibc-20050302T1820Roland McGrath1-4/+4