summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* - AI_ALL and AI_V4MAPPED flags are currently not supporteddanger2008-07-011-1/+18
* Include libc_private.h for the declaration of __isthreaded instead ofjhb2008-05-021-0/+1
* Remove incomplete support of AI_ALL and AI_V4MAPPED.ume2008-02-031-21/+0
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-121-3/+26
* Fix bad rule and bad dependency for nsparser.h that canru2007-11-151-6/+3
* mdoc fix: remove extraneous empty line.keramida2007-10-301-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached totmclaugh2007-10-171-1/+1
* Assorted spelling, punctuation and mdoc fixes.brueffer2007-09-255-36/+39
* - Fix description to say "receive" instead of "send"gabor2007-09-201-2/+2
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to bejinmei2007-09-051-2/+19
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-141-2/+2
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.bms2007-06-121-2/+2
* Add missing userland support files from previous commit for the newbms2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+8
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-112-2/+13
* Document getaddrinfo(3)'s AI_ADDRCONFIGremko2007-06-061-6/+67
* Some libc symbol map cleanups.deischen2007-05-311-1/+0
* Precede symbol names consistently with tabs rather than spaces.rwatson2007-05-281-14/+14
* Also fix the misspelling of hes_resolve().ru2007-05-251-1/+1
* hesiod_resolv -> hesiod_resolveru2007-05-241-1/+1
* Move nss_compat symbols from r1.11 to private section of symbol map.jon2007-05-181-10/+10
* __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...jon2007-05-181-0/+10
* fix memory leak from reading nsswitch.confjon2007-05-172-0/+7
* -Fix so getoptinfo() is in conformance with socket api (itrrs2007-05-161-32/+33
* Resolves symbols map so sctp_xxx() functions are included.rrs2007-05-161-0/+14
* Add ether_aton_r and ether_ntoa_r to public symbol map for libc.rwatson2007-05-131-0/+2
* Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptrwatson2007-05-132-37/+85
* Move to more conformant style(9) before making functional changes.rwatson2007-05-131-51/+35
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-6/+8
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-1/+9
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inmlaier2007-03-211-1/+6
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Document the AF_LINK extension which was imported from NetBSD.bms2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-288-441/+123
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-2610-10/+10
OpenPOWER on IntegriCloud