NetBSD/lib
christos a6265aca19 PR/10266: Jason R. Thorpe: curses programs totally broken.
Re-write t_agetstr() so that it does not use realloc so userland
programs don't break. We now use an internal buffer to keep track
of the memory we allocate. This changes the api of t_agetstr() to
take 2 fewer arguments, but there are not many programs that use it.
Please note that this does not change binary compatibility with the
previous t_agetstr() since the usage was:

	char *area, *p;

	*area = NULL;
	t_agetstr(ti, "ic", &area, &p);
	...
	free(area);

Since we don't touch the arguments and free(NULL) is a no-op, nothing
breaks.

Since we don't break binary compatibility there is no reason to bump
the library's major number, but since we change t_agetstr() I'll bump
the minor number for good measure.
2001-11-02 18:24:20 +00:00
..
csu This is an a.out thing and doesn't belong here. 2001-10-26 16:05:25 +00:00
libarch Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in 2001-09-10 11:18:41 +00:00
libasn1 Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libbz2 Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2. 2001-06-03 13:41:59 +00:00
libc Inspired by Stevens' APUE and the implementation example in XSH: 2001-10-31 13:31:26 +00:00
libcdk Remove some leftover cruft 2001-01-04 21:50:13 +00:00
libcom_err Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libcompat
libcrypt Ensure that the salt is always terminated properly with '$'. Makes Cyrus' 2001-09-10 12:33:25 +00:00
libcrypto The des_opts program suggests just "-DDES_UNROLL" on my 5000/260. 2001-09-11 04:10:41 +00:00
libcrypto_idea include all idea/rc5-related libraries into libcrypto_idea/rc5, for 2001-08-08 14:04:42 +00:00
libcrypto_rc5 include all idea/rc5-related libraries into libcrypto_idea/rc5, for 2001-08-08 14:04:42 +00:00
libcurses Remove bogus call to free(3) which caused several warning messages in 2001-11-01 16:06:59 +00:00
libdes
libedit If term_init() fails, cleanup and return NULL. This avoids other lossage. 2001-11-02 04:47:47 +00:00
libform Removed stray characters in comment block. 2001-09-27 07:56:34 +00:00
libgssapi update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
libhdb Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libintl - change mofile search order according to manpage(=li18nux2000). 2001-09-27 15:29:06 +00:00
libipsec Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
libkadm Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libkadm5clnt Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libkadm5srv Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libkafs update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
libkdb update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
libkrb Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libkrb5 Make handling of USETOOLS uniform: Don't need to check whether it is 2001-10-31 16:15:00 +00:00
libkstream Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in 2001-09-10 11:18:41 +00:00
libkvm undefine VA_VPG and VA_OFF before defining them. 2001-09-22 00:53:01 +00:00
libl
libm 2 more bitnumber mistakes fixed while removing sahf. 2001-06-25 16:47:05 +00:00
libmenu withough -> without 2001-06-13 10:45:57 +00:00
libossaudio Map OSS mixer device "line1" to native mixer device "aux". 2001-07-08 22:30:15 +00:00
libpcap Use .Dq for quoting, and fix a (double) typo and duplicate words. 2001-10-03 21:57:58 +00:00
libpci Fix typo. 2001-09-15 11:16:14 +00:00
libposix use MACIHNE_CPU to determine architecture-dependent source code directory. 2001-01-08 08:29:59 +00:00
libresolv
librmt Fix xref sections, sort sections. 2001-10-16 09:26:20 +00:00
libroken update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
librpcsvc Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
libskey s/necesary/necessary/ 2001-07-24 16:43:02 +00:00
libsl Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in 2001-09-10 11:18:41 +00:00
libss Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in 2001-09-10 11:18:41 +00:00
libssl use openssl 0.9.6a. shlib major # is bumped for libcrypto, libssl and 2001-04-12 07:48:03 +00:00
libtelnet update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
libterm PR/10266: Jason R. Thorpe: curses programs totally broken. 2001-11-02 18:24:20 +00:00
libusb Fix URL. From PR misc/14329. 2001-10-23 17:40:00 +00:00
libutil Enforce is iscooked arg; 2001-11-01 06:53:24 +00:00
libvers
libwrap Rearrange the way syslog() is used. Some messages include %m which 2001-09-24 17:55:47 +00:00
liby
libz Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
runemodule Remove UTF-2. UTF-2 is superceded by UTF-8. 2001-04-01 17:43:07 +00:00
bumpversion
checkver
checkvers
Makefile Build libc (and its lint libraries) before all other libs, as llib-lc.ln 2001-09-22 01:22:59 +00:00
Makefile.inc