1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/lib
Will Andrews ce2dea2a6a Fix incremental builds involving non-root users with read-only source files.
This is a followup commit to r271771.

MFC after:	1 month
2014-09-18 14:54:20 +00:00
..
atf Fix typo in lib/atf/libatfc++/Makefile 2014-08-17 23:30:45 +00:00
clang Replace DPADD with DPSRCS to fix "make checkdpadd" 2014-08-18 17:38:50 +00:00
csu Use bsd.lib.mk here as all other csu Makefiles do. 2014-08-19 15:30:56 +00:00
libalias
libarchive In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.h 2014-07-26 15:33:20 +00:00
libauditd
libbegemot
libblocksruntime
libbluetooth use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libbsdstat
libbsm
libbsnmp
libbz2
libc Fix incremental builds involving non-root users with read-only source files. 2014-09-18 14:41:57 +00:00
libc_nonshared
libc++ The standard we compile libc++ with is called c++11 not c++0x. 2014-08-25 08:40:36 +00:00
libcalendar use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libcam use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libcapsicum use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libcasper
libcom_err
libcompat
libcompiler_rt
libcrypt Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables 2014-08-18 17:35:39 +00:00
libcuse Add lock annotations to libcuse. 2014-09-01 19:56:28 +00:00
libcxxrt
libdevinfo use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libdevstat use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libdwarf
libedit Fix mismatch. 2014-07-23 15:12:17 +00:00
libefi use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libelf
libexecinfo
libexpat use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libfetch Add a comment to explain the EAGAIN is only there for POSIX compliance 2014-07-15 15:29:43 +00:00
libgeom Explicitly specify MAP_SHARED when mapping the stats file descriptor. 2014-09-17 19:37:58 +00:00
libgpib
libgssapi use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libiconv
libiconv_modules Replace malloc+memset with calloc. 2014-06-13 08:26:53 +00:00
libipsec
libjail
libkiconv
libkvm Remove ia64. 2014-07-07 00:27:09 +00:00
libldns
liblzma
libmagic MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
libmandoc
libmd use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libmemstat use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libmilter
libmp Integrate lib/libmp into the build/kyua 2014-08-04 22:10:07 +00:00
libnandfs
libnetbsd
libnetgraph use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libngatm
libnv Use non-recursive algorithm for traversing nvlists. This also removes 2014-09-14 09:30:09 +00:00
libohash Make libohash a proper internallib instead of hidding it in m4 2014-08-06 22:46:15 +00:00
libopie Bump version because challenge buffer size changed 2014-08-14 04:42:09 +00:00
libpam Upgrade to OpenPAM Ourouparia. 2014-09-15 13:40:09 +00:00
libpcap
libpjdlog
libpmc Update the list of cross references to include the more modern set of 2014-07-28 10:17:41 +00:00
libproc Fix a bug in r265255: only return NULL if the requested map wasn't found. 2014-08-24 17:02:27 +00:00
libprocstat use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libradius
librpcsec_gss use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
librpcsvc
librt
librtld_db use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libsbuf Unbreak the ABI by reverting r268494 until the compat shims are provided 2014-07-28 07:20:22 +00:00
libsdp use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libsm
libsmb
libsmdb
libsmutil
libstand Add pkgfs, a file system implementation for reading files out of a 2014-07-31 23:25:13 +00:00
libstdbuf
libstdthreads Add lock annotations to the header files of our threading libraries. 2014-09-01 18:34:30 +00:00
libtacplus
libtelnet When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and 2014-06-06 04:09:07 +00:00
libthr Fix typo in a comment. 2014-09-02 18:21:19 +00:00
libthread_db Remove ia64. 2014-07-07 00:27:09 +00:00
libucl Update libucl to the 2014-07-16 snapshot 2014-07-18 06:58:01 +00:00
libufs use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libugidfw
libulog
libunbound Fix incremental builds involving non-root users with read-only source files. 2014-09-18 14:54:20 +00:00
libusb Add more USB class codes. 2014-08-18 14:23:07 +00:00
libusbhid
libutil Integrate lib/libutil into the build/kyua 2014-08-13 04:56:27 +00:00
libvgl use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
libvmmapi Fix fault injection in bhyve. 2014-07-24 01:38:11 +00:00
libwrap
liby
libypclnt
libz Fix path for zlib examples, this have no runtime effect and was 2014-06-11 20:48:40 +00:00
msun For targets that have a signed zero, lgamma_r(-0, &signgamp) should 2014-09-17 19:01:22 +00:00
ncurses Remove ia64. 2014-07-07 00:27:09 +00:00
tests
Makefile Make libohash a proper internallib instead of hidding it in m4 2014-08-06 22:46:15 +00:00
Makefile.inc