summaryrefslogtreecommitdiff
path: root/lib/libc/net/Makefile.inc
AgeCommit message (Expand)Author
2025-05-07libc: add link_ntoa_r()Lexi Winter
2025-04-07nsswitch.conf: Avoid modification after installationMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-16libc: only export hesiod symbols when enabledBrooks Davis
2024-02-05libsys: move __libsys_interposer consumersBrooks Davis
2024-02-02sctp: update manpagesLexi Winter
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-06-20getnetent(3): Add documentation for missing reentrant functionsFernando Apesteguía
2022-06-20getnetent(3): Add missing reentrant functionsFernando Apesteguía
2020-10-01Eliminate duplicate `afterinstallconfigs` targetEnji Cooper
2018-09-17Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/Brad Davis
2016-03-26Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery
2016-01-27Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.Bryan Drewery
2016-01-27nslexer.c does not depend on nsparser.h.Bryan Drewery
2014-07-14Make generation of nslexer.c more robust.Julio Merino
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2012-06-21Be explicit about the dependency on nsparser.h.David E. O'Brien
2007-11-15Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov
2007-06-12Fix yet another (make install) stopper with wrong sourcefilter.3 linksAndrey A. Chernov
2007-06-12Fix typo in filename from mismerged earlier rev of this file.Bruce M Simpson
2007-06-12Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson
2007-06-11Add inet_ntoa_r, a reentrant version of inet_ntoa. This isXin LI
2007-02-28Nuke ascii2addr() and addr2ascii(). They have no consumers anywhereBruce M Simpson
2007-02-22First cut of the sctp man pages. Still need work.Randall Stewart
2006-12-15This adds the "system calls"Randall Stewart
2006-11-06Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard
2006-07-26Respect MK_INET6_SUPPORT.Yaroslav Tykhiy
2006-05-21Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO
2006-04-28- Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO
2006-03-21Update the resolver in libc to BIND9's one.Hajimu UMEMOTO
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2005-08-06Respect the YES_HESIOD build variable.Poul-Henning Kamp
2005-04-06separate gai_strerror(3) from getaddrinfo.c.Hajimu UMEMOTO
2005-01-24Fix a dangling MKLINK from my last commit.George V. Neville-Neil
2005-01-23Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil
2004-05-26Add support for an /etc/eui64 file modeled on /etc/ethers. The API isBrooks Davis
2003-11-14Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,Bruce M Simpson
2003-10-24Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO
2003-04-17= Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine
2003-03-05Remove NS and ISO stuff.Peter Wemm
2002-12-13Add an implementation of the POSIX.1 sockatmark(3).Bill Fenner
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-07-15Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()Hajimu UMEMOTO
2001-10-23Allow users to specify a command to use as remote command instead ofWarner Losh
2001-08-31Add manpage for inet_net_ntop(3) and inet_net_pton(3).Ruslan Ermilov
2001-07-31Only pull in the MD files if they exist. This allows for progressiveMark Peek
2001-07-09Document more resolver(3) routines: dn_skip() from resolv.h, andAnton Berezin