Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 1996 19:28:27 -0700 (PDT)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_exit.c kern_fork.c
Message-ID:  <199608190228.TAA06802@freefall.freebsd.org>

index | next in thread | raw e-mail

julian      96/08/18 19:28:26

  Modified:    sys/kern  kern_exit.c kern_fork.c
  Log:
   add callout lists for exit() and fork()
  
  I've been meaning to do this for AGES as I keep having to patch those routines
  whenever I write a proprietary package or similar..
  
  any module that assigns resources to processes needs to know when
  these events occur. there are existsing modules that should be modified
  to take advantage of these.. e.g. SYSV IPC primatives
  presently have #ifdef entries in exit()
  
  this also helps with making LKMs out of such things..
  
  (see the man pages at_exit(9) and at_fork(9))
  
  Revision  Changes    Path
  1.36      +71 -1     src/sys/kern/kern_exit.c
  1.24      +72 -1     src/sys/kern/kern_fork.c


home | help

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