aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-1/+1
* Cast the return value of snprintf(3) to the type `size_t', beforeRobert Drehmel2002-12-161-1/+1
* MFC 1.11: buffer overflow fix;Robert Drehmel2002-12-161-6/+3
* MFC 1.35, 1.36:Hajimu UMEMOTO2002-11-081-79/+75
* MFC: query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-11-022-51/+77
* MFC: Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-222-3/+47
* Enable libc to use the sortlist in /etc/resolv.confJim Pirzyk2002-10-141-0/+82
* MFC: Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-112-26/+54
* Fix a typo in previous MFC.Jacques Vidrine2002-09-221-1/+1
* MFC 1.19: Limit UDP payload size for EDNS0 to 0xffff.Jacques Vidrine2002-09-201-0/+2
* MFC getaddrinfo.c 1.32, 1.33;Jacques Vidrine2002-09-195-50/+126
* MFC 1.37: Don't fail needlessly on unsuccessful hostname lookups.John Polstra2002-08-261-5/+5
* MFC 1.6: sysctl(NET_RT_IFLIST) up to several (currently 5) times.Hajimu UMEMOTO2002-08-011-8/+28
* MFC 1.12:Hajimu UMEMOTO2002-07-311-59/+56
* MFC: Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()Hajimu UMEMOTO2002-07-293-307/+86
* MFC 1.11: Make NI_WITHSCOPEID a default (always on), to synchronizeHajimu UMEMOTO2002-07-251-30/+20
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-173-0/+318
* Fix builds with LIBC_SCCS defined.Robert Drehmel2002-07-072-2/+2
* MFC: adjust buflen properlyWarner Losh2002-06-261-1/+3
* MFC: Fix last fix.Warner Losh2002-06-261-1/+1
* MFC: Fix remove overflowWarner Losh2002-06-262-1/+4
* MFC rev 1.3: correct release of first appearance in HISTORY sectionSheldon Hearn2002-06-061-1/+1
* MFC:SUZUKI Shinsuke2002-04-286-11/+22
* MFC 1.4: Add awareness of an IPv6.Hajimu UMEMOTO2002-04-221-7/+20
* MFC: 1.44 include/unistd.hJacques Vidrine2002-04-152-3/+22
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-151-0/+155
* MFC 1.45: When kevent() returns with errno = EINTR and timeout is notHajimu UMEMOTO2002-04-111-4/+3
* MFC: Fix ether_ntoa(3) to print ethernet addresses with leading zeros.Ruslan Ermilov2002-04-081-3/+4
* MFC: add a carriage return to each function declaration, use ID tag macrosEric Melville2002-03-071-8/+12
* MFC rev. 1.22: return EAI_NONAME instead of EAI_NODATAPeter Pentchev2002-03-031-1/+1
* MFC:Hajimu UMEMOTO2002-02-042-1/+13
* MFC: yp(4) -> yp(8).Ruslan Ermilov2002-02-011-2/+2
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-1419-42/+42
* MFC: 1.19, 1.21: Use the .In macro for #include statements, and addCrist J. Clark2001-12-011-5/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-151-0/+116
* MFC 1.25: Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4Hajimu UMEMOTO2001-10-241-0/+3
* MFC 1.4:Hajimu UMEMOTO2001-10-101-35/+44
* MFC: Manpage for inet_net_ntop(3) and inet_net_pton(3).Ruslan Ermilov2001-09-032-1/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-08-311-0/+157
* MFC: Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-4/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-1719-77/+68
* MFC: r1.41; fix for indefinite timeout.Jonathan Lemon2001-07-251-8/+19
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-2214-36/+36
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: fix typo in commentKris Kennaway2001-07-041-1/+1
* MFC: Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-156-2/+64
* MFC 1.8->1.9, 1.13->1.14: Improve language and code examples.Hajimu UMEMOTO2001-05-241-32/+42
* MFC: add getaddrinfo(3) to the "SEE ALSO" list.Archie Cobbs2001-04-281-0/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: IPv4 address is not unsigned int.Hajimu UMEMOTO2001-04-217-18/+25