peter 2004/03/07 17:55:34 PST
FreeBSD src repository
Modified files:
sys/i386/i386 vm_machdep.c
Log:
Add back Giant locks around kmem_free() call from user_ldt cleanup path
during exit. Apparently it isn't safe after all. See uma_large_free().
Pointed out by: alc
Revision Changes Path
1.227 +2 -0 src/sys/i386/i386/vm_machdep.c