summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Switch the default OpenMP runtime for clang to libomp (from the LLVMdim2015-10-182-2/+2
* Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-183-4/+4
* Document bitset(9)cem2015-10-171-2/+3
* Conditionalize the META_MODE tool handling on MK_META_MODE.bdrewery2015-10-171-0/+2
* Set dev->fd to -1 when calling cam_close_spec_device with a valid dev->fdngie2015-10-171-1/+3
* Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.des2015-10-161-5/+3
* Fix two bugs in HTTPS tunnelling:des2015-10-161-4/+32
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+1
* libstdc++ also snook in incorrectly in r267511, despite not being a realbdrewery2015-10-151-1/+0
* Remove unneeded libg++ reference that came in with r267511 based on a removedbdrewery2015-10-151-1/+0
* Fix another ++= parsed as '+=', missed in r289384.bdrewery2015-10-151-1/+1
* Let the SUBDIR_DEPEND*c++ variables actually work rather than being parsedbdrewery2015-10-151-2/+2
* For the Cortex-A8 use the a8 and not the a9 events table.bz2015-10-141-1/+1
* resolver: automatically reload /etc/resolv.confvangyzen2015-10-142-2/+51
* Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tongie2015-10-124-262/+508
|\
| * Redo MFC @ r289134ngie2015-10-111-4/+7
| * Revert r289133; retry the mergengie2015-10-113-7/+511
| * MFhead @ r289132ngie2015-10-113-511/+7
| * MFhead @ r289100ngie2015-10-107-10/+37
| |\
| * | Integrate the testcases into the FreeBSD test suitengie2015-10-072-27/+278
| * | Forced commit to note that I was playing around with libarchivengie2015-10-061-1/+1
| * | MFhead @ r288954ngie2015-10-066-11/+17
| * | MFhead @ r288943ngie2015-10-0685-243/+668
| |\ \
| * | | ------------------------------------------------------------------------ngie2015-10-0644-100/+17
* | | | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-1244-100/+17
* | | | Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-4/+7
| |_|/ |/| |
* | | If we can't open the file, skip devclose() for the exclusive_file_systemmarcel2015-10-081-1/+1
* | | Move SHLIBDIR?=/lib before <src.opts.mk> so that it works again.peter2015-10-081-2/+2
* | | Use -fpermissive if compiling with GCC.rodrigc2015-10-081-0/+3
* | | Use proper function prototypes.rodrigc2015-10-072-4/+4
* | | Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.jhb2015-10-071-1/+24
* | | truss: Add support for utrace(2).bdrewery2015-10-061-2/+3
* | | Stop linking libc++.so verbosely, there is no need to.dim2015-10-061-1/+0
* | | For llvm/clang libraries, skip including tablegen-produced .d files whendim2015-10-061-3/+5
* | | Fix core corruption caused by race in note_procstat_vmmapcem2015-10-062-0/+8
| |/ |/|
* | Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.0dim2015-10-0685-243/+668
|\ \ | |/ |/|
| * Merge ^/head r288836 through r288925.dim2015-10-061-3/+3
| |\
| * | Merge ^/head r288831 through r288835.dim2015-10-051-7/+6
| * | Merge ^/head r288457 through r288830.dim2015-10-055-16/+20
| |\ \
| * | | Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259).dim2015-10-051-0/+6
| * | | Merge ^/head r288197 through r288456.dim2015-10-0191-235/+266
| |\ \ \
| * \ \ \ Merge ^/head r288126 through r288196.dim2015-09-242-5/+5
| |\ \ \ \
| * | | | | Revert r286421, now that the fix for LLVM PR24343 is in.dim2015-09-241-7/+1
| * | | | | Merge ^/head r288100 through r288125.dim2015-09-2239-430/+244
| * | | | | Merge ^/head r288035 through r288099.dim2015-09-2239-343/+179
| |\ \ \ \ \
| * | | | | | Don't install Intrin.h, as this is an intrinsics header for Windows.dim2015-09-201-2/+1
| * | | | | | Merge ^/head r287878 through r288034.dim2015-09-20110-394/+466
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r287680 through r287877.dim2015-09-1613-123/+46
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Update libc++ to 3.7.0 release.dim2015-09-161-1/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Import libc++ 3.7.0 release (r246257).dim2015-09-068-0/+978
| | / / / / / / /
OpenPOWER on IntegriCloud