Date: Wed, 30 Apr 2003 11:27:32 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: threads@freebsd.org Cc: current@freebsd.org Subject: cvs commit: src/lib/libpthread/arch/i386/include pthread_md.h src/lib/libpthread/thread thr_create.c thr_init.c thr_kern.c thr_private.h (fwd) Message-ID: <Pine.GSO.4.10.10304301125570.4286-100000@pcnet1.pcnet.com>
next in thread | raw e-mail | index | archive | help
This should fix the problem of knode crashing. Perhaps other problems too. ---------- Forwarded message ---------- Date: Wed, 30 Apr 2003 08:05:17 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/i386/include pthread_md.h src/lib/libpthread/thread thr_create.c thr_init.c thr_kern.c thr_private.h deischen 2003/04/30 08:05:17 PDT FreeBSD src repository Modified files: lib/libpthread/arch/i386/include pthread_md.h lib/libpthread/thread thr_create.c thr_init.c thr_kern.c thr_private.h Log: Move the mailbox to the beginning of the thread and align the thread so that the context (SSE FPU state) is also aligned. Revision Changes Path 1.3 +3 -0 src/lib/libpthread/arch/i386/include/pthread_md.h 1.43 +3 -0 src/lib/libpthread/thread/thr_create.c 1.51 +3 -0 src/lib/libpthread/thread/thr_init.c 1.62 +9 -3 src/lib/libpthread/thread/thr_kern.c 1.85 +6 -4 src/lib/libpthread/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10304301125570.4286-100000>