NetBSD/lib
manu 5a6d3e75bd Serialize access to file size. We already have such a thing in the
kernel, where it fixes race for PUFFS filesystems, but we need it again
in perfused since FUSE filesystems are allowed to reorder requests.

The huge issue is in the asyncrhonous SETATTR sent by fsync. It is
followed by a syncrhnous FSYNC, so if the filesystem does not reorder
requests, once the FSYNC returns, we are confident the SETATTR is done.
But since FUSE can reorder, we need to implement sync in perfused.
2011-09-09 15:45:28 +00:00
..
csu Don't include <machine/asm.h> 2011-07-30 15:28:58 +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 Put libalpha back. 2011-07-28 20:30:06 +00:00
libbluetooth ensure that the buffer is nul-terminated, otherwise printing an 2011-07-07 10:44:50 +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 forgot to change one usage call. 2011-09-04 13:25:22 +00:00
libcompat
libcrypt remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
libcrypto_idea
libcrypto_mdc2
libcrypto_rc5
libcurses Fix for systems that don't have TCSASOFT as intended originally. Simplify. 2011-08-29 11:07:38 +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 re-enable -Wconversion 2011-08-16 16:25:15 +00:00
libform Save space, kill some () 2011-05-23 20:43:02 +00:00
libintl
libipsec
libisns fix gcc aliasing issues. 2011-08-17 10:08:43 +00:00
libkvm Add -D_KMEMUSER to CPPFLAGS 2011-02-14 18:27:24 +00:00
libl
liblwres
libm ort SEE ALSO. 2011-08-06 11:09:22 +00:00
libmenu
libnpf * As is customary, append the parameter names from 2011-03-22 07:28:41 +00:00
libossaudio Add support for AFMT_AC3 2011-09-06 01:19:34 +00:00
libp2k Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the 2011-07-04 08:07:29 +00:00
libpam Minor grammar fix 2011-08-19 11:56:01 +00:00
libpci
libperfuse Serialize access to file size. We already have such a thing in the 2011-09-09 15:45:28 +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
libppath Add sources, Makefiles, and manual pages for ppath(3), a 2011-08-25 14:55:36 +00:00
libprop - Implement prop_{array,dictionary}_copyout(), based on 2011-01-19 20:34:23 +00:00
libpthread document non-literal format strings 2011-08-16 10:35:03 +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 Use __dead 2011-08-29 20:41:06 +00:00
libquota Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +00:00
libradius
librefuse Call the FUSE init operation before we try to access the file-system. 2011-07-09 17:16:46 +00:00
libresolv
librmt add a missing " to a string literal in some #if'd out code that GCC 4.5 found. 2011-06-21 09:35:23 +00:00
librpcsvc Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +00:00
librt aio_return returns ssize_t not int 2011-08-13 11:10:31 +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
libss
libtelnet Correct typo, while here, unfold lines. 2011-07-24 07:18:17 +00:00
libterminfo document non-literal format strings 2011-08-16 10:35:03 +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 typo. 2011-09-05 18:25:57 +00:00
libwrap
liby
libz
Makefile Build and install ppath(3), property-list paths library. 2011-08-26 21:22:07 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers