summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-6/+8
* Make inet6_rth_* family of functions more compliant with RFC3542:Mike Makonnen2007-04-191-1/+9
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inMax Laier2007-03-211-1/+6
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-6/+11
* Document the AF_LINK extension which was imported from NetBSD.Bruce M Simpson2007-02-281-4/+19
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywhereBruce M Simpson2007-02-288-441/+123
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,Randall Stewart2007-02-2610-10/+10
* Fixes build breakage.. invalid type casts.. and invalidRandall Stewart2007-02-221-6/+6
* First cut of the sctp man pages. Still need work.Randall Stewart2007-02-2211-1/+1544
* Fixes __FreeBSD__ being present (they should not)Randall Stewart2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isRandall Stewart2007-02-221-23/+43
* Docuemnt exactly which functions access which NSS databases.Bruce M Simpson2007-01-221-1/+15
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0926-104/+0
* Consistently use a socklen_t type where required, and eliminateCraig Rodrigues2006-12-161-6/+6
* This adds the "system calls"Randall Stewart2006-12-152-1/+830
* Use _kevent() instead of kevent().Hajimu UMEMOTO2006-12-041-7/+7
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-062-8/+61
* Document return values for res_query and res_search.Sam Lawrance2006-11-042-3/+17
* Add missing markup bits.Ruslan Ermilov2006-10-281-1/+3
* Markup fixes.Ruslan Ermilov2006-09-172-2/+2
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-261-1/+5
* Fix build w/o INET6.Yaroslav Tykhiy2006-07-261-0/+2
* do not overload the port number on to the return value ofHajimu UMEMOTO2006-07-231-8/+9
* stop use of mutex lock in ICMP lookup.Hajimu UMEMOTO2006-07-231-18/+5
* remove obsolete comments.Hajimu UMEMOTO2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withHajimu UMEMOTO2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.Hajimu UMEMOTO2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.Hajimu UMEMOTO2006-07-211-35/+20
* - draft-ietf-ipngwg-icmp-namelookups-09Hajimu UMEMOTO2006-07-211-79/+164
* Use a prototype for res_init().Stefan Farfeleder2006-07-171-1/+1
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO2006-05-211-25/+22
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-213-4/+7
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-214-935/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-126-22/+36
* Fix alignment problem on AMD64.Hajimu UMEMOTO2006-05-021-4/+4
* `cache' couldn't co-exist with `compat'.Hajimu UMEMOTO2006-04-301-2/+3
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-2815-522/+3635
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-1516-705/+1258
* fix indent.Hajimu UMEMOTO2006-04-011-9/+9
* Expose res_update and friends again. At least, ports/mail/spamilterHajimu UMEMOTO2006-03-304-111/+31
* If the query choked with EDNS0, retry without EDNS0.Hajimu UMEMOTO2006-03-281-8/+24
* - Use ANSI C prototype.Hajimu UMEMOTO2006-03-253-152/+59
* When res_nquerydomain() returns SERVFAIL, we should try next domain.Hajimu UMEMOTO2006-03-241-1/+9
* When res_send() fails, we should reserve an error code.Hajimu UMEMOTO2006-03-241-2/+2
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-2141-7838/+365
* When we are doing initialization against q, use its own size, notXin LI2006-03-211-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+1
* ns_name_skip was recently redefined to __ns_name_skipDaniel Eischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+247