summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Fix pthread cancellation point propagation.jasone2000-10-121-5/+5
* Use issetugid instead of comparing get[ug]id and gete[ug]id.nectar2000-09-301-5/+2
* Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables fornectar2000-09-291-2/+12
* off-by-1 error in string length validationitojun2000-09-251-7/+6
* Change from using poll(2) to kqueue/kevent when waiting for a DNSps2000-09-121-32/+30
* Set h_errno when an error is encountered.nectar2000-09-101-2/+9
* Fix getipnodebyname(3) bug.nectar2000-09-071-3/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-0622-725/+2217
* Yank out the NOPOLL conditionals. libc_r no longer needs it, and thispeter2000-09-041-106/+28
* The API change mentioned in the previous revision has been backed out, sojhb2000-08-221-5/+0
* Don't retry connecting via the same medium.ume2000-08-101-16/+8
* mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...itojun2000-08-096-21/+110
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
* Copy canonname for *ahost, into static buffer.ume2000-07-201-10/+10
* Alocate rcmd{,_af}()'s *ahost argument using malloc() (wellbrian2000-07-202-3/+14
* To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn'tume2000-07-191-2/+2
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-182-10/+10
* Try and fix the worst of some highly bogus malloc/free resourcepeter2000-07-111-1/+1
* reject empty scopeid. use strtoul() for checking all-numericness ofitojun2000-07-091-8/+15
* sync with more recent kame tree.itojun2000-07-052-45/+254
* sync with latest kame.itojun2000-07-051-70/+208
* sync with kame.itojun2000-07-051-29/+50
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabitojun2000-07-053-2/+545
* Previous commit broke the case of chained CNAME entries. Instead handlekris2000-07-031-6/+18
* Fix a nasty bug which would leave the struct hostent incompletely filled outkris2000-07-031-1/+1
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
* Re-commit DNS IPv6 transport support with fixes for IPv4 onlyume2000-06-192-59/+153
* Backout my previous commit.ume2000-06-142-110/+56
* DNS IPv6 transport support.ume2000-06-112-56/+110
* Fix an mdoc-o, and english.hoek2000-05-311-6/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* . fix .Dt macro argumentphantom2000-05-121-2/+2
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-2/+5
* correct possible security issue(s) in name resolution, due to use ofitojun2000-05-101-177/+391
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-061-1/+1
* Introduce ".Lb" macro to libc manpages.phantom2000-04-2119-0/+38
* Change getaddrinfo() resolve ordershin2000-04-202-75/+317
* Decrement the timeout being passed to poll() if poll was interrupted forjlemon2000-03-261-5/+22
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-2/+3
* 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
OpenPOWER on IntegriCloud