aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn2015-12-031-6/+31
* META MODE: Connect MK_NAND directories.Bryan Drewery2015-12-021-0/+18
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-014-17/+16
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-2/+2
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-4/+4
* Enable libcrypt tests.Craig Rodrigues2015-12-011-7/+7
* Fix underlinking in lib80211 and define static dependencies in src.libnames.mkBryan Drewery2015-12-011-0/+2
* No trailing slash is needed here.Bryan Drewery2015-12-011-1/+1
* Correct r291566 for defining SHLIBDIR.Bryan Drewery2015-12-011-1/+3
* Move libelf.so.2 from /usr/lib to /lib to unbreak libkvm use after r291406Enji Cooper2015-12-011-0/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-0181-1399/+649
* META MODE: Rework [bootstrapped] tools PATH support.Bryan Drewery2015-12-011-20/+0
* META MODE: Fix rebuilding of lib/clang/include after clang-tblgen.host isBryan Drewery2015-12-012-3/+1
* META MODE: Libc++ does in fact need Libcxxrt.Bryan Drewery2015-12-012-4/+1
* Only DIRDEPS_BUILD should trigger this logic.Bryan Drewery2015-11-301-2/+2
* libllvmmirparser and libllvmlibdriver are only used in usr.bin/clang/llc andBryan Drewery2015-11-301-2/+2
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-301-1/+117
* Add lib80211, a small (but hopefully soon to grow) set of libraryAdrian Chadd2015-11-307-0/+1192
* Fix buildworld after r291453, similar to r284346: url->user and url->pwdDimitry Andric2015-11-291-4/+2
* Install the public sanitizer headers. These are useful for programsDimitry Andric2015-11-293-2/+23
* Use .netrc for HTTP sites and proxies, not just FTP.Dag-Erling Smørgrav2015-11-292-3/+11
* Unbreak symbol versioning. I have no idea when it was broken, but it's beenDaniel Eischen2015-11-292-1/+2
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-2735-1560/+2352
* Remove trailing whitespace.John Baldwin2015-11-2610-17/+17
* Remove kvm_sparc.c. This is for 32-bit sparc support and was importedJohn Baldwin2015-11-261-236/+0
* Always build libevent, which fixes the build for usr.sbin/ypldap after r291230.Bryan Drewery2015-11-261-5/+1
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-261-1/+1
* Follow-up r291330: h_testbits.h is only needed by xdr_test.Bryan Drewery2015-11-251-2/+2
* Link fclose(3) to fdclose(3)Enji Cooper2015-11-251-1/+1
* Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-251-1/+1
* Remove redundant DPSRCS which were already in SRCS.Bryan Drewery2015-11-252-4/+1
* META MODE: Avoid dirdep dependency on lib/libmd.Bryan Drewery2015-11-251-1/+2
* META MODE: Remove unneeded libmd.host dependency for xinstall.host.Bryan Drewery2015-11-251-32/+0
* META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-254-6/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-2511-25/+24
* META MODE: Rework circular dependency guard for librtld_db/libproc.Bryan Drewery2015-11-254-4/+3
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-25111-111/+0
* Link localeconv(3) to localeconv_l(3)Enji Cooper2015-11-251-0/+1
* Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-244-4/+0
* markup fixesDag-Erling Smørgrav2015-11-231-3/+9
* Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cEnji Cooper2015-11-231-1/+1
* MFV r291123:Xin LI2015-11-211-6/+3
* popen() requires check for fdopen() failureRavi Pokala2015-11-201-10/+24
* If a NIS server has long entries on its database that is bigger thanMarcelo Araujo2015-11-191-5/+28
* Do not print out errno if the call succeeded unexpectedly; this was a mistakeEnji Cooper2015-11-181-2/+2
* Temporarily comment out the libcrypt tests.Craig Rodrigues2015-11-181-7/+7
* Change the driver stats to what they really are: unsigned values.Jonathan T. Looney2015-11-161-8/+9
* Add some initial tests for SLIST and STAILQ macrosEnji Cooper2015-11-162-0/+239
* Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSDEnji Cooper2015-11-161-2/+4
* Fix unused-but-set-variableBaptiste Daroussin2015-11-151-1/+1