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 Message-ID: <200304301505.h3UF5HDj074405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?200304301505.h3UF5HDj074405>