summaryrefslogtreecommitdiff
path: root/gnu/dist/diffutils/config
diff options
context:
space:
mode:
authorxtraeme <xtraeme@NetBSD.org>2007-11-04 14:34:19 +0000
committerxtraeme <xtraeme@NetBSD.org>2007-11-04 14:34:19 +0000
commit4ba09b41c3ea7b82e5314fc6ac04bcfb6e259d4f (patch)
treeb1b6e643f1027fc851a8c52fee8db6d016ba51b4 /gnu/dist/diffutils/config
parent68aa3a64f4058392d8a63e9c7ca206034884befe (diff)
Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out.
Diffstat (limited to 'gnu/dist/diffutils/config')
0 files changed, 0 insertions, 0 deletions
was introduced in upstream commit e426f95. Fixes PR lib/49990 (libc++ fails to compile with g++ 5.1) 2014-08-09Import libc++ r215289. This brings a number of bug fixes as well asjoerg further changes from the upcoming C++14 like string_view. 2014-07-25Define guard_lock_t on 32bit Big Endian platforms too.joerg 2014-07-20Use correct type encoding for DWARF EH on ARMjoerg 2014-05-30Import libc++ r209785. Fix a regression with std::bind exposed by recentjoerg Clang improvements. 2014-05-15Import libcxxrt revision 4eb349088dda15d2de9a8c7b144c3f2d5f390269.joerg Restore support for 32bit architectures without 64bit CAS. Support DWARF exception handling on ARM. 2014-05-15Import libc++ r208870. Improves const use, fixes a few cases of missingjoerg assign-to-self support and increase support for GCC. 2014-01-23Force consistent alignemnt of _Unwind_Exception with libgcc_s.joerg 2014-01-08Import libc+++ r198773. Fixes a bug in stdexcept I introduced whenjoerg removing C style casts. 2014-01-04Clean removed files.joerg 2014-01-04Import r198452 of libc++. Primarily avoids C style casts and adds ajoerg number of cleanups. 2013-12-25Import new snapshot of libcxxrt. Fixes demangling of anonymousjoerg namespaces. Avoid use of old style (C) casts. 2013-11-28Import libc++ r195694, primarily to avoid using a public identifier asjoerg template argument that is overriden by macro in pkgsrc. 2013-11-11Import libc++ r194207. This brings in various bug fixes, a good chunk ofjoerg support for the up-coming C++14 and improved compatibility with various compilers other than Clang. 2013-08-15Import libc++ r188413. More support for current C++ development andjoerg various bugfixes. 2013-08-15Import libc++ r188413. More support for current C++ development andjoerg various bugfixes. 2013-07-04Import revision c61efa043b14378efbd69c9a2686d44ed46ae179 of libcxxrt.joerg This adds __cxa_deleted_virtual, some explicit store barriers before lock releases and fixes ARM guard variable initialisation. 2013-07-04Update libc++ snapshot to r185674. This removes an incorrect freelocalejoerg of the C locale on NetBSD. It adds support for non-pointer based allocators, integer sequences and more. 2013-05-17Import libcxxrt b2396b5945d7a2697c4762c3e52dc6f732b2eebd fromjoerg https://github.com/pathscale/libcxxrt/. 2013-05-17Import libc++ from http://llvm.org/svn/llvm-project, r182162.joerg