summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-0/+1
* Back out that last commit, it may be insecure (pointed out by Warnerbsd2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inbsd2000-03-161-1/+1
* Fix uninitialized variable.jlemon2000-03-151-1/+1
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.shin2000-03-122-2/+60
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalshin2000-03-121-2/+2
* Correct MLINKS contents for rcmd.3, because it is obsolete due toshin2000-03-121-3/+4
* Import from KAME. Advanced API related function descriptions.shin2000-03-123-1/+790
* Add in IPV4 NIS support.jlemon2000-03-091-0/+39
* More grammer, wording, and mdoc fixes.shin2000-03-091-26/+20
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-6/+18
* -Reflect function name change.shin2000-03-021-36/+83
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-022-5/+10
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-192-9/+6
* Fix coredump in gethostbyaddr() when the returned answer is too large tofenner2000-02-161-0/+4
* Add more dual stack consideration.shin2000-02-101-1/+5
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-102-4/+10
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-092-6/+16
* sync iruserok() extension API with other BSDsshin2000-02-011-28/+53
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-274-31/+36
* Allow reverse lookup for loopback addr.shin2000-01-271-1/+1
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenshin2000-01-261-2/+1
* bindresvport related changesshin2000-01-261-2/+2
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
* several tcp apps IPv6 updateshin2000-01-253-5/+33
* libc rcmd update for IPv6.shin2000-01-132-70/+232
* added IPv6 unspecified addr check for getipnodebyaddr.shin2000-01-131-0/+2
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseshin2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-124-33/+33
* Fixed missing include in synopsis.bde2000-01-052-4/+4
* Fixed missing include in synopsis.bde2000-01-051-0/+1
* Suppress vast quantities of unneeded warnings spewed by libc's gethostbydnsrwatson1999-12-281-3/+4
* Small bug fix and improvementsshin1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-288-4/+3657
* Make this compile with -Wall -Werrorpeter1999-12-271-1/+2
* Fixed missing includes in synopsis.bde1999-12-231-0/+2
* KAME 4th patchshin1999-12-166-4/+1088
* Add unsigned char cast to isalphaache1999-11-042-2/+2
* Add unsigned char cast to is[x]digitache1999-11-042-5/+5
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* Add unsigned char cast to ctype macros argache1999-11-045-37/+39
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-10-311-65/+69
* Back out my backout, it was already posix compliant. Any new fields arepeter1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurepeter1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+2
* Fix typophantom1999-09-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2847-50/+50
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-126-0/+6
OpenPOWER on IntegriCloud