summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-1/+1
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-121-77/+100
* gethostbyname2() is able to lookup AF_INET6.Alexander Langer2001-01-061-10/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-293-18/+18
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+2
* - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdHajimu UMEMOTO2000-12-041-102/+170
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-202-5/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Fix memory leak.Munechika SUMIKAWA2000-10-291-0/+2
* defined HAVE_IFM_DATA for (free|net|open)bsdHajimu UMEMOTO2000-10-281-0/+5
* Make RES_OPTIONS=inet6 work.Hajimu UMEMOTO2000-10-271-0/+4
* Fix pthread cancellation point propagation.Jason Evans2000-10-121-5/+5
* Use issetugid instead of comparing get[ug]id and gete[ug]id.Jacques Vidrine2000-09-301-5/+2
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables forJacques Vidrine2000-09-291-2/+12
* off-by-1 error in string length validationJun-ichiro itojun Hagino2000-09-251-7/+6
* Change from using poll(2) to kqueue/kevent when waiting for a DNSPaul Saab2000-09-121-32/+30
* Set h_errno when an error is encountered.Jacques Vidrine2000-09-101-2/+9
* Fix getipnodebyname(3) bug.Jacques Vidrine2000-09-071-3/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-0622-725/+2217
* Yank out the NOPOLL conditionals. libc_r no longer needs it, and thisPeter Wemm2000-09-041-106/+28
* The API change mentioned in the previous revision has been backed out, soJohn Baldwin2000-08-221-5/+0
* Don't retry connecting via the same medium.Hajimu UMEMOTO2000-08-101-16/+8
* mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...Jun-ichiro itojun Hagino2000-08-096-21/+110
* Use _close() instead of close() in addrconfig() to keep it from becoming aJason Evans2000-07-211-3/+3
* Copy canonname for *ahost, into static buffer.Hajimu UMEMOTO2000-07-201-10/+10
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellBrian Somers2000-07-202-3/+14
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tHajimu UMEMOTO2000-07-191-2/+2
* Const'ify parameters to ethers(3) routines as appropriate.Archie Cobbs2000-07-182-10/+10