cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
 freebsd32_util.h src/sys/compat/ia32 ia32_sysvec.c
    John Baldwin 
    jhb at FreeBSD.org
       
    Thu Sep 25 20:50:28 UTC 2008
    
    
  
jhb         2008-09-25 20:50:21 UTC
  FreeBSD src repository
  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h 
    sys/compat/ia32      ia32_sysvec.c 
  Log:
  SVN rev 183365 on 2008-09-25 20:50:21Z by jhb
  
  Add support for installing 32-bit system calls from kernel modules.  This
  includes syscall32_{de,}register() routines as well as a module handler
  and wrapper macros similar to the support for native syscalls in
  <sys/sysent.h>.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.80      +80 -0     src/sys/compat/freebsd32/freebsd32_misc.c
  1.12      +30 -0     src/sys/compat/freebsd32/freebsd32_util.h
  1.29      +0 -2      src/sys/compat/ia32/ia32_sysvec.c
    
    
More information about the cvs-all
mailing list