freebsd-dev/lib
Ian Dowse bb1ca86f24 Revert part of revision 1.10, as it broke portmap lookups for IPv4
TCP clients. The problem was that a struct netconfig returned by
getnetconfigent() was being treated as a handle for __rpc_getconf(),
which certainly isn't right.

The tirpc-99 code uses __rpc_setconf("udp")/__rpc_getconf() to find
the IPv4 udp netconfig, but our implementation of these functions
seem happy to return IPv6 entries, so we can't use them. By reverting
to the old version, we are hard-coding the name of the udp4 netid.

Tracked down by:	Bakul Shah <bakul@bitblocks.com>
2002-07-26 07:52:21 +00:00
..
compat RELENG_4_6 PL 1 libc bits with non-vulnerable resolver. 2002-07-11 20:40:24 +00:00
csu The main reason for this is to reduce diffs between all the crt1.c's. 2002-07-16 12:28:50 +00:00
libalias Don't forget to recalculate the IP checksum of the original 2002-07-23 00:16:19 +00:00
libatm LP64 fix: don't cast pointer to int 2002-06-30 23:36:21 +00:00
libbind Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
libbz2 I somehow managed to forgot to commit this in my INCS sweep. 2002-05-14 11:41:23 +00:00
libc Revert part of revision 1.10, as it broke portmap lookups for IPv4 2002-07-26 07:52:21 +00:00
libc_r Add an ia64 atomic lock primitive for libc_r. This is mostly for 2002-07-20 19:22:10 +00:00
libcalendar mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
libcam string cleanup: 2002-05-14 04:32:02 +00:00
libcom_err MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libcompat Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
libcrypt crypt(3) incorrectly documents md5 salt, fixed. 2002-04-09 22:32:59 +00:00
libdevinfo MAN[1-9] -> MAN. 2002-05-13 12:11:54 +00:00
libdevstat Remove 'register' keyword. 2002-03-21 23:39:28 +00:00
libdisk Use correct printf format specifier to print unsigned longs. 2002-05-30 21:00:42 +00:00
libedit Restore local bits lost in recent merge from NetBSD. 2002-06-16 08:29:35 +00:00
libfetch Surround prototypes with __BEGIN_DECLS / __END_DECLS. 2002-07-22 16:11:39 +00:00
libform Make this a little easier to build standalone. (same change as libpanel) 2002-05-21 07:08:30 +00:00
libftpio Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach 2002-07-02 11:11:17 +00:00
libio Add __FBSDID()s to libio 2001-09-30 21:41:46 +00:00
libipsec just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
libipx Remove 'register' keyword. 2002-03-21 23:39:28 +00:00
libisc Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
libkse Oops, forgot to set the suspended flag for threads that are created 2002-07-09 13:24:52 +00:00
libkvm Don't even read in the thread if it is a zombie process. 2002-06-30 20:13:53 +00:00
libmd Add missing const's. 2002-06-24 13:52:26 +00:00
libmenu Make this a little easier to build standalone. (same change as libpanel) 2002-05-21 07:08:30 +00:00
libmilter Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
libmp MAN[1-9] -> MAN. 2002-05-13 12:11:54 +00:00
libncp Add missing newline at end of file. 2002-05-30 20:51:53 +00:00
libncurses s/${INSTALL} -c/${INSTALL} ${COPY}/ 2002-07-18 12:07:49 +00:00
libnetgraph Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token 2001-10-25 04:02:25 +00:00
libopie Updates for OPIE 2.4. 2002-03-22 00:12:20 +00:00
libpam Install more man pages - I thought I'd committed this ages ago... 2002-07-23 17:59:46 +00:00
libpanel Initial update of bmake glue for ncurses-5.2-20020518 2002-05-21 05:41:07 +00:00
libpcap Update for libpcap 0.7.1 2002-06-21 01:35:37 +00:00
libpthread Add an ia64 atomic lock primitive for libc_r. This is mostly for 2002-07-20 19:22:10 +00:00
libradius Add the following functions: 2002-06-12 00:21:07 +00:00
librpcsvc New cpp(1) doesn't like -I${DESTDIR}/usr/include. 2002-05-14 11:37:10 +00:00
libsbuf Enable WARNS?=2. 2002-01-06 08:47:19 +00:00
libsm Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
libsmb Supply SMB_CFG_FILE in CFLAGS. The newly imported smbfs-1.4.2 2001-12-20 16:21:47 +00:00
libsmdb Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
libsmutil Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
libstand Reimplement malloc/free debugging that includes the offending file:line 2002-07-20 04:18:20 +00:00
libtacplus mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
libtelnet Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
libufs Fill out (zero) and fill in (when doing getino()) the minimum and maximum 2002-07-11 21:27:26 +00:00
libusbhid mdoc(7) police: Tidy up the markup. 2002-05-30 12:16:01 +00:00
libutil Add additional field 'overwrite' to login_vars. It mainly needed to handle 2002-06-28 14:45:30 +00:00
libvgl Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
libwrap Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
libxpg4
liby Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/* 2001-11-03 06:24:23 +00:00
libypclnt Add ypclnt_havepasswd(), and guard against a possible segfault. 2002-05-08 00:48:39 +00:00
libz Work around a gcc bug which causes zlib to dump core in certain 2002-03-31 23:47:52 +00:00
msun e_pow.c: 2002-06-17 15:28:59 +00:00
ncurses s/${INSTALL} -c/${INSTALL} ${COPY}/ 2002-07-18 12:07:49 +00:00
Makefile Add libufs, a library for dealing with UFS filesystems from userland to 2002-07-01 01:45:03 +00:00
Makefile.inc