Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 20:31:50 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_syscalls.c
Message-ID:  <201010212032.o9LKWA8H021106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-10-21 20:31:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_syscalls.c 
  Log:
  SVN rev 214181 on 2010-10-21 20:31:50Z by delphij
  
  Call chainevh callback when we are invoked with neither MOD_LOAD nor
  MOD_UNLOAD.  This makes it possible to add custom hooks for other module
  events.
  
  Return EOPNOTSUPP when there is no callback available.
  
  Pointed out by: jhb
  Reviewed by:    jhb
  MFC after:      1 month
  
  Revision  Changes    Path
  1.17      +3 -1      src/sys/kern/kern_syscalls.c



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