summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new EV_SET macro to insure that all fields in struct keventjlemon2001-02-281-5/+3
* Use ``.St -p1003.1g''.ru2001-02-262-2/+4
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-5/+0
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-1/+1
* mdoc(7) police: polishing.ru2001-02-101-32/+43
* Improve language and code examples.nik2001-02-101-31/+41
* Describe the arguments to gethostbyaddr.nik2001-02-091-1/+46
* mdoc(7) police: Change -filled displays (which just happenru2001-02-072-2/+2
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+3
* strcpy -> strlcpy paranoianectar2001-02-021-1/+4
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-014-45/+28
* s/err1/errx/.ume2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-2415-52/+66
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-1/+1
* man(7) -> mdoc(7).ru2001-01-121-77/+100
* gethostbyname2() is able to lookup AF_INET6.alex2001-01-061-10/+0
* Prepare for mdoc(7)NG.ru2000-12-293-18/+18
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+2
* - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpdume2000-12-041-102/+170
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-202-5/+5
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
* Fix memory leak.sumikawa2000-10-291-0/+2
* defined HAVE_IFM_DATA for (free|net|open)bsdume2000-10-281-0/+5
* Make RES_OPTIONS=inet6 work.ume2000-10-271-0/+4
* 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
OpenPOWER on IntegriCloud