summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.h
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 /lib/libpthread/pthread.h
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 'lib/libpthread/pthread.h')
0 files changed, 0 insertions, 0 deletions
and 2015-11-28Re-work the module init and destroy code to allow it to be unloaded andpgoyette 2011-06-09-if an opencrypto(9) session is allocated, the driver is refcounteddrochner 2011-05-26pull in AES-GCM/GMAC support from OpenBSDdrochner 2011-05-24copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSECdrochner 2011-05-23add an AES-CTR xform, from OpenBSDdrochner 2011-05-16remove redundant declarationsdrochner 2011-05-05make camellia-cbc known to the opencrypto frameworkdrochner 2011-02-25make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:drochner 2011-02-24small modifications in dealing with the unknown result size of compression/drochner 2009-09-04It is best to explicitly include <sys/condvar.h> if we're going tohe 2009-03-25Fixes PR kern/41069 and PR kern/41070.darran 2008-11-18Fix a race condition in opencrypto where the crypto request could bedarran 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-10Extend crypto.4 interface:tls 2008-02-04Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto"tls 2008-02-02From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unlesstls 2008-02-01This code never worked on a released version of FreeBSD in the form it'stls 2008-01-19Add constants for modular arithmetic operations other than exponentiation -- ...tls 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2005-11-25- De-couple the software crypto implementation from the rest of thethorpej 2005-02-26nuke trailing whitespaceperry 2003-08-21Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6.jonathan 2003-08-21Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:jonathan 2003-07-30Move the initialization of the crypto framework from the userlandjonathan 2003-07-27Cleanup traces of previous standalone m_apply()/m_getptr().jonathan 2003-07-25Commit initial NetBSD port of the OpenCrypto Framework (OCF). Thisjonathan