NetBSD/lib
nathanw 1809ee5c2c Fix typo in comment. 2003-06-06 19:35:03 +00:00
..
csu Don't need sysident.h here anymore; crti provides it. 2003-05-31 19:41:24 +00:00
i18n_module add support for zh_CN.GB18030 locale. 2003-03-25 18:26:51 +00:00
libarch s/busses/buses/ 2003-05-07 07:14:15 +00:00
libasn1 When being built as a host tool, the <config.h> we see is actually 2002-09-13 17:29:56 +00:00
libbsdmalloc Adding libbsdmalloc which is Chris Kingsley's `power of two bucket' malloc. 2003-04-21 22:21:06 +00:00
libbz2 Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libc Grammar, spelling, markup fixes from jmc@openbsd. 2003-06-06 13:42:49 +00:00
libcdk Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libcom_err The config.h we get when building as a host tool is the libnbcompat 2002-09-13 18:30:43 +00:00
libcompat setup -> set up. 2003-05-14 12:11:03 +00:00
libcrypt hrink the Blowfish routines down to only what we need for __bcrypt(), 2003-04-17 00:31:04 +00:00
libcrypto Typo police 2003-05-15 16:46:55 +00:00
libcrypto_idea adopted changes made to libcrypto/Makefile: 2002-09-01 06:01:13 +00:00
libcrypto_mdc2 MDC2 is a patented algorithm; don't ship it in default libcrypto. 2002-09-26 13:05:54 +00:00
libcrypto_rc5 adopted changes made to libcrypto/Makefile: 2002-09-01 06:01:13 +00:00
libcurses Don't restartwin() if it isn't stopped. 2003-05-28 20:19:42 +00:00
libdes Revert last commit now that "bsd.lib.mk" is fixed. 2003-04-22 13:17:54 +00:00
libedit Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. From jmc@openbsd. 2003-06-06 13:33:17 +00:00
libform clear errno before strtol() if we're going to test it for ERANGE afterwards 2003-04-17 03:25:56 +00:00
libgssapi install more man pages 2003-05-26 09:22:29 +00:00
libhdb heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libintl Use 2003-04-16 13:34:34 +00:00
libipsec Use 2003-04-16 13:34:34 +00:00
libkadm heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkadm5clnt heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkadm5srv Add a missing dependency (John Gordon) 2003-05-08 13:22:48 +00:00
libkafs bump minors appropriately 2003-05-15 20:58:43 +00:00
libkdb heimdal builds shouldn't dig into openssl source by -Ifoo. 2002-08-29 01:31:27 +00:00
libkrb remove all traces of ktypes.h 2002-09-12 15:28:22 +00:00
libkrb5 install more man pages 2003-05-26 01:11:55 +00:00
libkstream backout previous, <des.h> is part of kerberos 4 API 2002-08-29 14:53:21 +00:00
libkvm Consistently spell "crash dump" as two separate words. From jmc@openbsd. 2003-05-16 10:24:55 +00:00
libl Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libm Nit fixes from jmc@openbsd. 2003-05-20 10:15:16 +00:00
libmagic lint should pass "empty translation unit" now 2003-05-25 21:51:14 +00:00
libmenu Remove the resetting of top_row, cur_item and the pattern buffer from 2003-04-19 12:52:39 +00:00
libossaudio Use 2003-04-16 13:34:34 +00:00
libpcap Use 2003-04-16 13:34:34 +00:00
libpci Use 2003-04-16 13:34:34 +00:00
libpmc Include string.h for strcmp. 2003-05-21 20:29:51 +00:00
libposix Use ${HOST_SH} 2003-05-08 13:23:14 +00:00
libpthread Fix typo in comment. 2003-06-06 19:35:03 +00:00
libpthread_dbg A couple of READ calls in td_sync_info() were reading into a 2003-04-05 01:39:13 +00:00
libresolv Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
librmt Use 2003-04-16 13:34:34 +00:00
libroken version 12.3 2002-09-12 13:39:53 +00:00
librpcsvc NFSv3 definitions from FreeBSD. 2003-05-08 13:32:00 +00:00
librt use __RCSID() 2003-03-09 00:42:56 +00:00
libskey Grammar, spelling, markup fixes from jmc@openbsd. 2003-06-06 13:42:49 +00:00
libsl Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libss Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libssl e_os.h is not part of exported openssl interface, so don't install it into 2002-08-31 10:46:36 +00:00
libtelnet Remove GCC 3.3 hack; the libtelnet code has been changed to avoid the 2003-03-28 21:03:48 +00:00
libterm Use 2003-04-16 13:34:34 +00:00
libusbhid Grammar, spelling, markup fixes from jmc@openbsd. 2003-06-06 13:42:49 +00:00
libutil Minor grammatical correction. 2003-05-06 07:38:19 +00:00
libvers Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
libwrap protect from nasty PTR records which could be abused to workaround access 2003-05-26 10:05:07 +00:00
liby Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
libz remove parameter names to avoid shadowing of globals. 2003-03-22 17:23:09 +00:00
Makefile Turn on the building and installing of libbsdmalloc. 2003-04-22 20:35:17 +00:00
Makefile.inc enable WARNS=2 2001-11-05 15:23:49 +00:00
bumpversion
checkoldver yet another check version script. 2002-11-15 16:15:20 +00:00
checkver
checkvers