NetBSD/lib
dsl 602976fff6 Ansify functions and remove __P/ 2009-09-05 08:53:06 +00:00
..
csu strip .ident, if MKSTRIPIDENT. From Adam Ciarci 2009-02-18 15:21:52 +00:00
i18n_module bump shared libraries. 2009-01-11 03:07:47 +00:00
libarch build libi386 / libsparc in 32 bit mode on amd64 / sparc64, respectively. 2008-10-26 07:05:33 +00:00
libasn1 bump shared libraries. 2009-01-11 03:07:47 +00:00
libbluetooth Formatting nits. 2009-08-03 22:13:47 +00:00
libbsdmalloc
libbz2 Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
libc Ansify functions and remove __P/ 2009-09-05 08:53:06 +00:00
libcom_err bump shared libraries. 2009-01-11 03:07:47 +00:00
libcompat Convert more MACHINE tests to MACHINE_ARCH 2009-02-14 13:50:50 +00:00
libcrypt ANSI function prototypes 2009-05-01 00:28:17 +00:00
libcrypto_idea
libcrypto_mdc2
libcrypto_rc5
libcurses fix debugging build. Hi Roy! 2009-07-28 18:38:43 +00:00
libedit delete defined(sun), it could be invaded in the user namespace. Suggested 2009-08-31 00:05:43 +00:00
libevent Oops. As Matthias pointed out, I swapped '-' for '_' in the previous 2009-08-19 15:18:05 +00:00
libform bump shared libraries. 2009-01-11 03:07:47 +00:00
libgssapi bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libhdb bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libheimntlm bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libhx509 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libintl cache_cmp: fix comparison. 2009-02-18 13:08:22 +00:00
libipsec bump shared libraries. 2009-01-11 03:07:47 +00:00
libkadm5clnt bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkadm5srv bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkafs bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkrb5 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkvm Anoter instance of <sys/exec_aout.h> -> <sys/exec.h>. 2009-08-20 11:18:55 +00:00
libl
liblwres bump shared libraries. 2009-01-11 03:07:47 +00:00
libm As noticed by Stathis Kamperis, the original implementation does not 2009-08-03 19:41:32 +00:00
libmenu bump shared libraries. 2009-01-11 03:07:47 +00:00
libossaudio Remove USETBL, now that man page does not need tbl any longer. 2009-03-12 13:52:47 +00:00
libp2k supply proper flags to pager 2009-08-04 13:39:18 +00:00
libpam use new openssh tree 2009-07-20 18:01:41 +00:00
libpcap bump shared libraries. 2009-01-11 03:07:47 +00:00
libpci Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
libpmc bump shared libraries. 2009-01-11 03:07:47 +00:00
libposix use libc/libcincludes.mk. 2008-10-26 07:28:49 +00:00
libprop bump shared libraries. 2009-01-11 03:07:47 +00:00
libpthread Make nanosleep cancelable again. 2009-08-12 23:51:23 +00:00
libpthread_dbg bump shared libraries. 2009-01-11 03:07:47 +00:00
libpuffs No Pp needed before El. 2009-05-13 22:42:31 +00:00
libradius bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
librefuse PR/41250: David H. Gutteridge: librefuse fuse_opt.h header doesn't accommodate 2009-04-19 22:25:29 +00:00
libresolv bump shared libraries. 2009-01-11 03:07:47 +00:00
librmt Remove redundant .Pp. 2009-04-11 17:10:57 +00:00
libroken bump shared libraries. 2009-01-11 03:07:47 +00:00
librpcsvc bump shared libraries. 2009-01-11 03:07:47 +00:00
librt Merge two descriptions for same error code. 2009-05-13 12:56:05 +00:00
librump Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +00:00
librumpcrypto install librumpcrypto component: kernel crypto routines 2009-09-03 12:33:54 +00:00
librumpdev Build & install rumpdev, a device component for rump. It currently 2009-09-03 15:35:58 +00:00
librumpnet Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +00:00
librumpuser Install rump libraries and utilities to the base system and remove the 2008-07-29 13:17:40 +00:00
librumpvfs Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +00:00
libskey bump shared libraries. 2009-01-11 03:07:47 +00:00
libsl bump shared libraries. 2009-01-11 03:07:47 +00:00
libss bump shared libraries. 2009-01-11 03:07:47 +00:00
libtelnet bump shared libraries. 2009-01-11 03:07:47 +00:00
libterm SuSv2 mandates that tputs should return int instead of void. 2009-06-13 19:23:22 +00:00
libukfs If opening the device fails, skip etfs registration only if it is 2009-08-04 12:37:14 +00:00
libusbhid Add more Keypad usages in the Keyboard/Keypad page 2009-07-10 22:11:58 +00:00
libutil Fix markup. 2009-07-14 18:56:14 +00:00
libvers support MAKEVERBOSE 2008-09-03 07:12:28 +00:00
libwrap bump shared libraries. 2009-01-11 03:07:47 +00:00
liby
libz Remove redundant physical markup. Don't workaround ancient macro argment 2009-03-12 12:47:49 +00:00
Makefile Build & install rumpdev, a device component for rump. It currently 2009-09-03 15:35:58 +00:00
Makefile.inc
bumpversion
checkoldver Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
checkver Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
checkvers Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00