summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quoting log message for OpenBSD rev 1.7:nectar2002-04-151-0/+28
* Fix style of ether_ntoa().ru2002-04-081-3/+3
* Polish previous revision.ru2002-04-061-1/+1
* Fix ether_ntoa() to generate the %02x format people expect, instead of %x,dillon2002-04-061-2/+3
* When _kevent() returns with errno = EINTR and timeout is notume2002-04-011-4/+3
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
* Fix the style of the SCM ID's.obrien2002-03-2254-107/+116
* Remove multi-line __P() usage.obrien2002-03-227-35/+30
* Remove __P() usage.obrien2002-03-2112-39/+39
* Remove 'register' keyword.obrien2002-03-2129-84/+98
* Remove trailing characters from #endif.obrien2002-03-151-3/+0
* Add a carriage return to each function declaration, and make use of ID tageric2002-03-061-8/+12
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-183-0/+13
* balance parens.alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-0/+4
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTroam2002-02-011-1/+1
* yp(4) -> yp(8).ru2002-01-143-4/+4
* - Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.ume2001-12-262-1/+13
* Start using .St macro for POSIX.1-2001.ru2001-12-081-2/+2
* o Stop abusing MD headers with non-MD types.mike2001-12-012-9/+14
* Duh. Back out most of my previous commit. It was mostly covered in thecjc2001-11-291-9/+1
* After the long explanaition of how the inet_* functions interpretcjc2001-11-291-0/+8
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-112-3/+4
* - Put missing prototype for rcmd() in <unistd.h>.ru2001-11-092-58/+66
OpenPOWER on IntegriCloud