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

Daniel Eischen deischen at FreeBSD.org
Wed Apr 30 08:05:18 PDT 2003


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


More information about the cvs-src mailing list