summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_key_create.3
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
committerMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
commitae5cfd54d9d8cba805801248910a38fe7d7fbd29 (patch)
treee45b704538bc10726037cb60e80f4fef768fe14f /lib/libpthread/pthread_key_create.3
parent1b3a9123bec97df69a3ad6bb631ab3fec6b46c8e (diff)
Implement stubbed out lockdoc functions; update lockdoc_event.hlockdoc-9.3-0.2
Diffstat (limited to 'lib/libpthread/pthread_key_create.3')
0 files changed, 0 insertions, 0 deletions
/td>martin 2016-09-08recvmsg: ktrace the 32bit message header, not the native (64bit) version.martin 2015-07-22Memory leak, triggerable from an unprivileged user.maxv 2012-08-18Do not use a userland pointer, but the copied-in kernel version instead.martin 2012-07-30Make SCM_RIGHTS work correctly. (make sure to advance m if we've completelymatt 2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg 2012-01-13Reduce difference between recvfrom/recvmsg for netbsd32 and the nativejoerg 2010-04-23Replace M_IOV and some malloc(9)s with kmem(9), and while there:rmind 2009-07-22Make compat netbsd32 sendmsg follow the native version by allowingnjoly 2009-06-15Make netbsd32 sendmsg(2), do not use an uninitialised value fornjoly 2008-12-17kill MALLOC and FREE macros.cegger 2008-06-24Replace references to getsock/getvnode.ad 2008-05-29remove clause #3 from my license where there are no othermrg 2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad 2007-12-20Convert all the system call entry points from:dsl 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-12-04Remove all the __Pdsl 2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad 2007-06-01Split sys_bind() and sys_connect() so that compat code can use common codedsl 2007-05-31message size == 0 is valid. From Markus Mayerchristos 2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl 2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl 2007-03-04fix fallout from caddr_t changes.christos 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-09Merge newlock2 to head.ad 2006-03-19More variable sized MALLOC -> malloc changes.matt 2006-03-18MALLOC -> mallocmatt 2006-03-01merge yamt-uio_vmspace branch.yamt 2005-12-11merge ktrace-lwp.christos 2005-08-19Fix lossage I created with the 64 bit ino_t change.christos 2005-05-31- add constchristos 2005-02-26nuke trailing whitespaceperry 2003-10-21Fix some int vs. NULL comparisons.fvdl 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-29struct proc * -> struct lwp *martin 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-01-18Merge the nathanw_sa branch.thorpej