cvs commit: src/sys/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master src/sys/sys thr.h src/sys/kern kern_thr.c

David Xu davidxu at FreeBSD.org
Fri Sep 22 08:04:29 PDT 2006


davidxu     2006-09-22 15:04:28 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32.h syscalls.master 
                         freebsd32_misc.c 
    sys/sys              thr.h 
    sys/kern             kern_thr.c 
  Log:
  Add compatible code to let 32bit libthr work on 64bit kernel.
  
  Revision  Changes    Path
  1.6       +14 -0     src/sys/compat/freebsd32/freebsd32.h
  1.59      +56 -0     src/sys/compat/freebsd32/freebsd32_misc.c
  1.78      +6 -5      src/sys/compat/freebsd32/syscalls.master
  1.53      +64 -25    src/sys/kern/kern_thr.c
  1.11      +4 -0      src/sys/sys/thr.h


More information about the cvs-all mailing list