summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't ignore unknown characters. The previous code treated a line like:fenner2001-11-072-3/+5
* Allow users to specify a command to use as remote command instead ofimp2001-10-234-6/+257
* Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.jlemon2001-10-171-2/+22
* getnetbyaddr() should be serviced by the "networks" database.ru2001-10-101-1/+1
* Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendormike2001-10-091-1/+6
* Include <string.h> to prototype strcpy(3). While I'm here, make usemike2001-10-041-3/+4
* - cope with sa_len < sizeof(struct sockaddr).ume2001-10-021-35/+44
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0122-48/+48
* Add manpage for inet_net_ntop(3) and inet_net_pton(3).ru2001-08-313-1/+162
* Use ``.Rv -std'' wherever possible.ru2001-08-311-4/+1
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-301-9/+14
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-0/+4
* mdoc(7) police: collapse multiple spaces.ru2001-08-171-1/+1
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-1/+2
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-133-6/+6
* Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4ume2001-08-111-0/+3
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-1/+1
* Urge the reader to start using getaddrinfo(3) and getnameinfo(3)ru2001-08-081-0/+14
* mdoc(7) police:ru2001-08-078-56/+41
* Only pull in the MD files if they exist. This allows for progressivemp2001-07-311-0/+2
* Oops, commit the version which actually workskris2001-07-161-6/+12
OpenPOWER on IntegriCloud