Searched hist:107180 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.cdiff 107180 Fri Nov 22 21:57:02 MST 2002 mux Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by: re@
Suggested by: jhb
/freebsd-11-stable/sys/kern/
H A Dkern_thread.cdiff 107180 Fri Nov 22 21:57:02 MST 2002 mux Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by: re@
Suggested by: jhb
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.cdiff 107180 Fri Nov 22 21:57:02 MST 2002 mux Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by: re@
Suggested by: jhb
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.cdiff 107180 Fri Nov 22 21:57:02 MST 2002 mux Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by: re@
Suggested by: jhb
/freebsd-11-stable/sys/sys/
H A Dproc.hdiff 107180 Fri Nov 22 21:57:02 MST 2002 mux Under certain circumstances, we were calling kmem_free() from
i386 cpu_thread_exit(). This resulted in a panic with WITNESS
since we need to hold Giant to call kmem_free(), and we weren't
helding it anymore in cpu_thread_exit(). We now do this from a
new MD function, cpu_thread_dtor(), called by thread_dtor().

Approved by: re@
Suggested by: jhb

Completed in 313 milliseconds