summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-062-1/+41
* Allocate 64K recieve buffer for DNS responses.ume2002-10-032-26/+50
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-2/+3
* Add forgotten newlines in debug messages.nectar2002-09-191-2/+2
* Allocate 64K recieve buffer for DNS responses.ume2002-09-161-27/+48
* Allocate 64K recieve buffer for DNS responses.ume2002-09-151-20/+45
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-156-12/+42
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-156-7/+26
* Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.ume2002-09-141-0/+2
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-136-26/+7
* Style: One space between "restrict" qualifier and "*".tjr2002-09-063-5/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-2/+2
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsjdp2002-08-241-5/+5
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confpirzyk2002-08-211-0/+82
* - Fix a bug that wrote one char behind the end of therobert2002-08-151-6/+3
* Put each function argument on its own line to keep lines shorterrobert2002-08-151-1/+6
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-143-25/+9
* mdoc(7) police: laundry.ru2002-08-091-22/+37
* Remove an #include <syslog.h>. It's already included conditionallymux2002-08-021-1/+0
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.ume2002-07-251-8/+29
* - ntohs() returns unsigned value.ume2002-07-241-59/+56
* Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()ume2002-07-156-328/+403
* Fix syntax error which occurred when LIBC_SCCS was defined.robert2002-07-071-1/+1
OpenPOWER on IntegriCloud