summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make NI_WITHSCOPEID a default (always on), to synchronizeume2002-07-021-30/+20
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Remove two stray lines that snuck in the cvs mergeimp2002-06-262-2/+0
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-264-52/+32
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-262-1/+4
* Correct FreeBSD release of first appearance in the HISTORY sectionsheldonh2002-06-061-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-14/+0
* Document that <netinet/in.h> can also provide prototypes. Changemike2002-05-111-2/+6
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-196-11/+22
* Add awareness of an IPv6.ume2002-04-151-7/+20
OpenPOWER on IntegriCloud