summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).Ruslan Ermilov2001-08-313-1/+162
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-4/+1
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-301-9/+14
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+4
* mdoc(7) police: collapse multiple spaces.Ruslan Ermilov2001-08-171-1/+1
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.Ruslan Ermilov2001-08-131-1/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-133-6/+6
* Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4Hajimu UMEMOTO2001-08-111-0/+3
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+1
* Urge the reader to start using getaddrinfo(3) and getnameinfo(3)Ruslan Ermilov2001-08-081-0/+14
* mdoc(7) police:Ruslan Ermilov2001-08-078-56/+41
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Oops, commit the version which actually worksKris Kennaway2001-07-161-6/+12
* Avoid a compile-time format string warningKris Kennaway2001-07-161-10/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-1515-44/+44
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1011-11/+11
* Document more resolver(3) routines: dn_skip() from resolv.h, andAnton Berezin2001-07-092-2/+55
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-062-2/+2
* mdoc(7) police: print some example text with literal font.Ruslan Ermilov2001-07-041-1/+4
* Bring in fix from rev 1.32 that got lost during the conversion to kqueue.Jonathan Lemon2001-06-231-8/+19
* Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-106-2/+64
* s/format/byte order/ (for clarity).Ruslan Ermilov2001-06-071-1/+1
* Correct error message of an example.Hajimu UMEMOTO2001-05-211-1/+1
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-05-151-1/+1
* gethostbyname2() can't do AF_INET6 lookups over NIS.Alexander Langer2001-05-081-0/+7
* Add getaddrinfo(3) to the "SEE ALSO" list.Archie Cobbs2001-04-271-0/+1
* mdoc(7) police: update referenced standard name.Ruslan Ermilov2001-04-181-1/+1
* Correct a typo; prefered -> preferred.Kris Kennaway2001-04-171-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* IPv4 address is not unsigned int. This change introduces in_addr_t.Hajimu UMEMOTO2001-03-237-18/+25
* Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO2001-03-172-13/+0
* Document the rest of the possible return codes.Dima Dorfman2001-03-131-0/+12
* .St -p1003.1g -> .St -p1003.1g-2000.Ruslan Ermilov2001-03-122-2/+2
* Fix style that got corrupted.David E. O'Brien2001-03-051-17/+17
* Fix FreeBSD id style breakage from rev 1.17David E. O'Brien2001-03-051-1/+1
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-1/+1
* Use the new EV_SET macro to insure that all fields in struct keventJonathan Lemon2001-02-281-5/+3
* Use ``.St -p1003.1g''.Ruslan Ermilov2001-02-262-2/+4
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-191-5/+0
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-1/+1
* mdoc(7) police: polishing.Ruslan Ermilov2001-02-101-32/+43
* Improve language and code examples.Nik Clayton2001-02-101-31/+41
* Describe the arguments to gethostbyaddr.Nik Clayton2001-02-091-1/+46
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-072-2/+2
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+3
* strcpy -> strlcpy paranoiaJacques Vidrine2001-02-021-1/+4
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-014-45/+28
* s/err1/errx/.Hajimu UMEMOTO2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-2415-52/+66