summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+20
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-246-366/+1400
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-232-17/+4
* oops, gai_strerror must return default value when error codeume2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493ume2003-10-221-19/+32
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-8/+3
* From OpenBSD:fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* mdoc(7): Properly mark C headers.ru2003-09-103-3/+3
* mdoc(7): Use the new feature of the .In macro.ru2003-09-087-18/+18
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* .Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.charnier2003-06-081-1/+1
* Assorted mdoc(7) fixes.ru2003-05-221-17/+20
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+2
* Replace use of a spinlock with a mutex.deischen2003-05-042-12/+9
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-015-17/+11
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-295-11/+17
* Don't complain about missing NSS methods when built statically. It isnectar2003-04-241-1/+3
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-4/+8
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-242-3/+3
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-177-204/+885
* Remove NS and ISO stuff.peter2003-03-056-717/+2
* Restore vendor ID.obrien2003-03-031-2/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-275-4/+9
* Whack 28 unused variables.nectar2003-02-185-9/+7
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-163-4/+6
* The .Fn functioncharnier2003-02-062-10/+12
* Use in_addr_t for the right size of an IPv4 address, and copy intofenner2003-01-051-1/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* english(4) police.schweikh2002-12-272-3/+3
* mdoc(7) police: "The .Fa argument.".ru2002-12-1910-16/+68
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-184-52/+52
* mdoc(7) police: "The .Fn function".ru2002-12-1811-4/+74
* mdoc(7) police: markup overhaul.ru2002-12-141-10/+15
* Add an implementation of the POSIX.1 sockatmark(3).fenner2002-12-133-2/+152
* Fix the HISTORY to match reality. They were never MFC'ed to 4.X.trhodes2002-12-121-1/+1
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-042-5/+8
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
* try SIOCGIFINDEX 1st to be able to use network aliasing.ume2002-11-281-0/+13
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-5/+3
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-261-1/+7
* - scopeid is u_int32_tume2002-10-251-14/+21
* - kill strcpyume2002-10-251-67/+56
OpenPOWER on IntegriCloud