| Commit message (Expand) | Author | Age | Files | Lines |
* | . fix .Dt macro argument | phantom | 2000-05-12 | 1 | -2/+2 |
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -2/+5 |
* | correct possible security issue(s) in name resolution, due to use of | itojun | 2000-05-10 | 1 | -177/+391 |
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 1 | -1/+1 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 19 | -0/+38 |
* | Change getaddrinfo() resolve order | shin | 2000-04-20 | 2 | -75/+317 |
* | Decrement the timeout being passed to poll() if poll was interrupted for | jlemon | 2000-03-26 | 1 | -5/+22 |
* | Fixed missing #include of <sys/types.h> in synopsis. | bde | 2000-03-23 | 1 | -2/+3 |
* | Fixed missing #include of <sys/types.h> in synopsis. | bde | 2000-03-23 | 1 | -0/+1 |
* | Back out that last commit, it may be insecure (pointed out by Warner | bsd | 2000-03-16 | 1 | -1/+1 |
* | Slight adjustment to __ivaliduser() - don't ignore the last line in | bsd | 2000-03-16 | 1 | -1/+1 |
* | Fix uninitialized variable. | jlemon | 2000-03-15 | 1 | -1/+1 |
* | Merge from NetBSD. Addition of inet_ntop() and inet_pton() description. | shin | 2000-03-12 | 2 | -2/+60 |
* | Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical | shin | 2000-03-12 | 1 | -2/+2 |
* | Correct MLINKS contents for rcmd.3, because it is obsolete due to | shin | 2000-03-12 | 1 | -3/+4 |
* | Import from KAME. Advanced API related function descriptions. | shin | 2000-03-12 | 3 | -1/+790 |
* | Add in IPV4 NIS support. | jlemon | 2000-03-09 | 1 | -0/+39 |
* | More grammer, wording, and mdoc fixes. | shin | 2000-03-09 | 1 | -26/+20 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -6/+18 |
* | -Reflect function name change. | shin | 2000-03-02 | 1 | -36/+83 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 2 | -5/+10 |
* | Change IPv6 scoped addr format again based on recent standard discussion. | shin | 2000-02-19 | 2 | -9/+6 |
* | Fix coredump in gethostbyaddr() when the returned answer is too large to | fenner | 2000-02-16 | 1 | -0/+4 |
* | Add more dual stack consideration. | shin | 2000-02-10 | 1 | -1/+5 |
* | Let getaddrinfo() and related functions supports traditional IPv4 format | shin | 2000-02-10 | 2 | -4/+10 |
* | IPv6 scoped addr format is changed as recent KAME change. | shin | 2000-02-09 | 2 | -6/+16 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -28/+53 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 4 | -31/+36 |
* | Allow reverse lookup for loopback addr. | shin | 2000-01-27 | 1 | -1/+1 |
* | Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been | shin | 2000-01-26 | 1 | -2/+1 |
* | bindresvport related changes | shin | 2000-01-26 | 1 | -2/+2 |
* | Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are | shin | 2000-01-26 | 1 | -116/+17 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 3 | -5/+33 |
* | libc rcmd update for IPv6. | shin | 2000-01-13 | 2 | -70/+232 |
* | added IPv6 unspecified addr check for getipnodebyaddr. | shin | 2000-01-13 | 1 | -0/+2 |
* | added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case | shin | 2000-01-13 | 1 | -1/+4 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 4 | -33/+33 |
* | Fixed missing include in synopsis. | bde | 2000-01-05 | 2 | -4/+4 |
* | Fixed missing include in synopsis. | bde | 2000-01-05 | 1 | -0/+1 |
* | Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns | rwatson | 1999-12-28 | 1 | -3/+4 |
* | Small bug fix and improvements | shin | 1999-12-28 | 1 | -0/+7 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 8 | -4/+3657 |
* | Make this compile with -Wall -Werror | peter | 1999-12-27 | 1 | -1/+2 |
* | Fixed missing includes in synopsis. | bde | 1999-12-23 | 1 | -0/+2 |
* | KAME 4th patch | shin | 1999-12-16 | 6 | -4/+1088 |
* | Add unsigned char cast to isalpha | ache | 1999-11-04 | 2 | -2/+2 |
* | Add unsigned char cast to is[x]digit | ache | 1999-11-04 | 2 | -5/+5 |
* | unsigned char cast to ctype macros | ache | 1999-11-04 | 1 | -1/+3 |
* | Add unsigned char cast to ctype macros arg | ache | 1999-11-04 | 5 | -37/+39 |
* | Fix a really lame buglet which broke with IPs of 34 | green | 1999-11-03 | 1 | -1/+1 |