NetBSD/lib
mrg 493d341048 various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of
these work properly wtf pointer aliasing, but there are no casts at
least...

the lib/libpuffs/puffs_priv.h is definately a real bug fix.

from chuq.
2011-06-20 09:11:16 +00:00
..
csu remove all the code that supported HAVE_GCC=3. mostly from chuq. 2011-06-20 06:52:36 +00:00
i18n_module remove all the code that supported HAVE_GCC=3. mostly from chuq. 2011-06-20 06:52:36 +00:00
libarch Fix xref, arm32_sync_icache -> arm_sync_icache. 2011-03-27 12:48:41 +00:00
libasn1
libbluetooth when placing an attribute/value pair, validate that the value given 2011-04-16 07:19:36 +00:00
libbsdmalloc Define _REENT. Extend CPPFLAGS. 2011-04-10 16:47:39 +00:00
libbz2 remove all the code that supported HAVE_GCC=3. mostly from chuq. 2011-06-20 06:52:36 +00:00
libc various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
libcom_err New sentence, new line. Use more markup. 2011-04-28 14:59:27 +00:00
libcompat Use .In instead of .Ar Pa for headers. 2010-03-22 21:55:06 +00:00
libcrypt remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libcrypto_idea remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcrypto_mdc2 remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcrypto_rc5 remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcurses Correctly test for __ISDIRTY. 2011-06-16 22:45:46 +00:00
libdm Fix problem where DM_IOCTL_NAME was used in libdm_task_set_uuid except of 2011-05-30 01:10:57 +00:00
libedit various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
libform Save space, kill some () 2011-05-23 20:43:02 +00:00
libgssapi remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libhdb remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libheimntlm remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libhx509 remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libintl
libipsec
libisns Typo fixes, use more markup. 2011-01-16 08:00:01 +00:00
libkadm5clnt remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libkadm5srv remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libkafs
libkrb5 Add krb5_{mk,rd}_priv(3) links. 2011-03-14 13:53:55 +00:00
libkvm Add -D_KMEMUSER to CPPFLAGS 2011-02-14 18:27:24 +00:00
libl
liblwres
libm remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libmenu
libnpf * As is customary, append the parameter names from 2011-03-22 07:28:41 +00:00
libossaudio
libp2k update copyright 2011-03-21 16:41:27 +00:00
libpam Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
libpci Update libpci for change in pci_find{vendor,product} entrypoint names. 2010-05-25 08:35:47 +00:00
libperfuse Fix race conditions between write and getattr/setattr, which lead to 2011-06-01 15:54:10 +00:00
libpmc
libposix Use PRINTOBJDIR to get the object directory of libc and use that with -I. 2011-01-18 16:41:51 +00:00
libprop - Implement prop_{array,dictionary}_copyout(), based on 2011-01-19 20:34:23 +00:00
libpthread Don't kill the read(2) stub, just the magic around it. 2011-04-22 14:18:34 +00:00
libpthread_dbg Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined. 2011-03-17 01:01:15 +00:00
libpuffs various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
libquota Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
libradius
librefuse fuse_opt_parse() was using uninitialized struct fuse_opt_option::data, 2011-03-01 11:23:42 +00:00
libresolv
librmt PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tape 2011-05-31 12:24:33 +00:00
libroken remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
librpcsvc
librt Sort sections. 2011-04-25 23:14:33 +00:00
librump Duplicate item detected, destroying duplicate. 2011-04-15 22:57:05 +00:00
librumpclient Save/restore errno in error path in dupgood. Check that n>0 before 2011-04-30 12:25:05 +00:00
librumpdev
librumphijack Disable Fortification for pthread and rump stubs. 2011-04-21 13:38:14 +00:00
librumpnet
librumpuser Ensure that rumpuser_thread_exit doesn't return. 2011-05-23 20:49:08 +00:00
librumpvfs fix prototype, document RUMP_ETFS_SIZE_ENDOFF 2011-02-03 10:21:58 +00:00
libskey
libsl
libss libss uses strupr from libroken, so depend on that. 2010-02-19 17:48:59 +00:00
libtelnet remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libterminfo Make new compiled terms for our updated terminfo. 2011-06-19 16:36:04 +00:00
libukfs Add support for a byteswapped disklabel so that I can mount 2011-02-22 15:42:15 +00:00
libusbhid Remove pointless self-assignment 2011-05-23 15:16:27 +00:00
libutil fix freudian slip 2011-04-24 01:56:44 +00:00
libvers
libwrap
liby
libz Use .In instead of .Ar Pa 2010-03-22 21:56:05 +00:00
Makefile Enable the build of perfused and libperfuse 2011-05-09 08:51:08 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers