Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2010 10:56:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h src/sys/kern kern_syscalls.c src/sys/sys sysent.h
Message-ID:  <201003191056.o2JAunbj093086@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-03-19 10:56:30 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h 
    sys/kern             kern_syscalls.c 
    sys/sys              sysent.h 
  Log:
  SVN rev 205321 on 2010-03-19 10:56:30Z by kib
  
  Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros and
  neccessary support functions to allow registering dynamically loaded
  syscalls from the MOD_LOAD handlers. Helpers handle registration
  failures semi-automatically.
  
  Reviewed by:    jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.100     +30 -0     src/sys/compat/freebsd32/freebsd32_misc.c
  1.16      +11 -0     src/sys/compat/freebsd32/freebsd32_util.h
  1.14      +30 -0     src/sys/kern/kern_syscalls.c
  1.63      +24 -0     src/sys/sys/sysent.h



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