Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2008 20:50:21 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h src/sys/compat/ia32 ia32_sysvec.c
Message-ID:  <200809252050.m8PKoR4g071115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809252050.m8PKoR4g071115>